Two-Factor Authentication: Tailor-Made for SMS

Size: px
Start display at page:

Download "Two-Factor Authentication: Tailor-Made for SMS"

Transcription

1 SAP Thought Leadership Paper SAP Mobile Services Two-Factor Authentication: Tailor-Made for SMS Exploring Myths, Misconceptions, and Best Practices for SMS-Based 2FA

2 Table of Contents 4 Understanding Two-Factor Authentication 4 Two-Factor Authentication via SMS 5 Requirements for Reliable Delivery 7 Summary: Getting the Best Delivery of 2FA Messages 7 Learn More About the Author William Dudley is group director and mobile evangelist in Global Strategy & Solutions at SAP and has almost 30 years of experience building and managing telecommunications network infrastructure. For SAP Mobile Services, a division of SAP, he defines global strategy and solutions within the mobile ecosystem, focusing on solutions for messaging, next-generation networks such as Long-Term Evolution (LTE) and IP Exchange (IPX), and mobile consumer engagement. As a mobile evangelist, he communicates through both internal and external publications and is active in industry groups. 2 / 7

3 Two-factor authentication (2FA) is now a common means of increasing account security used by social networks, mobile commerce solutions, and financial institutions, among others. Short message service (SMS) is fast becoming an accepted solution for 2FA. However, to be effective, 2FA over SMS has stringent service requirements, putting greater demands on messaging providers to ensure timely delivery while also maintaining service integrity. This paper will explore myths, misconceptions, and best practices for SMS-based 2FA. 3 / 7

4 Understanding Two-Factor Authentication Two-factor authentication, also called multifactor authentication (MFA), is a scheme that requires at least two authentication factors, including: A knowledge factor (something only the user knows, such as a password or PIN) A possession factor (something only the user possesses, such as an ATM card, mobile device, or smart card) An inheritance factor (some feature inherent in the user, such as a fingerprint or retina pattern) 2FA has been in common use for many years in situations in which the user must be accurately identified. ATM usage is a good illustration. The user presents an ATM card to the machine (something the user possesses) and then enters a secret PIN (something the user knows). Without both of these authentication factors working, the user cannot withdraw cash from the account. Another example of 2FA use is immigration control with biometrics. The traveler has a passport (something only he or she possesses), as well as a unique fingerprint to match to the passport. The widest use of 2FA in the mobile space is for one-time passwords (OTPs). OTPs are typically sent via SMS to the mobile device. Alternately, the OTP can be sent to an address on file. This is used as an additional authentication step utilizing a random string of digits (for example, a PIN), as well as a means to change passwords or retrieve or reset lost passwords. The goal of 2FA, especially within the online and mobile space, is to reduce instances of online fraud involving monetary or identity theft. While there are variations in the manner in which an individual can be authenticated, the strength of 2FA lies in its implementation that is, the strength of the two factors that are used to identify the individual. When 2FA is deployed in a mobile ecosystem, there must be a variety of safeguards in place to allow the implementation to function securely. At the most basic level, a 2FA implementation should ensure a high degree of likelihood that the message containing the token will arrive to the mobile devices. Unfortunately, some implementations do not meet this fundamental requirement. TWO-FACTOR AUTHENTICATION VIA SMS One of the most popular means to deliver OTPs or 2FA authentication tokens (PINs, alphanumeric codes, and so on) is to send them to a registered mobile device (something the user has). In the last two or three years, many social networks, online shopping behemoths, and financial institutions have begun to use 2FA as the standard method for resetting passwords, authorizing users, and validating transactions. Delivery of these 2FA tokens over SMS is typically reliable and quick, and it uses a medium that virtually every mobile device can support. 4 / 7

5 Delivery of the OTP via SMS is simple and reliable because SMS is ubiquitous across mobile devices, and no special tokens or cryptographic keys need to be shared between the mobile device and the server. There are alternatives to 2FA via SMS such as the Google Authenticator app, but this relies on smart devices, which are not necessarily available in many regions. REQUIREMENTS FOR RELIABLE DELIVERY Delivery of a 2FA message through SMS requires a reliable and quick delivery channel. This means that the pathway to the destination mobile operator should be as direct as possible via approved routes. Most operators today require that senders of application-to-person (A2P) type traffic (of which 2FA and OTPs are clear examples) use approved routes either through a direct IP connection (typically via Short Message Peer-to-Peer [SMPP] protocol) or through the use of approved sending of global titles for Signaling System 7 (SS7) delivery. The originating address of the 2FA message should be either a short code, if this is supported or required by the destination country, or a long code (standard International Telecommunication Union [ITU] E.164 telephone number). Short Codes and Long Codes Sending 2FA messages to subscribers across the world presents some complex situations: Some countries require short codes only. Because short codes do not cross national boundaries, for each country that requires a short code, an enterprise s short codes should be acquired and connected to each of the mobile network operators (MNOs) and to the mobile virtual network operators, or MVNOs, if available. For MNOs in countries that do accept long codes, acceptance may depend on whether the long code is local that is, with the national country code or has a different country code. For MNOs in countries that support long codes using different country codes, the route that the message traffic takes to connect to the MNOs may be a factor. MULTIFACTOR AUTHENTICATION AND THE HEARTBLEED OPENSSL BUG It should be noted that 2FA for OTPs was identified as an effective way to combat the recent Heartbleed OpenSSL bug that was very much in the news in early The threat was caused by recent versions of OpenSSL that had a buffer overflow vulnerability that enabled the heartbeat function to be tricked into responding with up to 64 KB of data. This gave hackers 64 KB snapshots of data from memory on the server side of the connection that could potentially contain user IDs and passwords from previous login attempts (hence the name Heartbleed). Accounts at institutions using 2FA solutions with OTPs were not in jeopardy from Heartbleed because the OTP is not stored but freshly generated every time and, thus, is not accessible to the hackers. 5 / 7

6 Short Code Countries In many countries, including the United States, long code A2P traffic is not acceptable. U.S. MNOs scrutinize and approve each short code and its campaigns. Short codes used by enterprises for 2FA and OTPs are commonly approved, and they provide reliably high delivery rates. In the last few years and with growing frequency starting in 2013, organizations have been attempting to deliver 2FA, PIN codes, and OTPs among related applications via long codes utilizing the national person-to-person (P2P) network. These are not approved routes and are often blocked as spam by interoperator hub providers as well as MNOs using various antispam filters. Utilization of long codes in countries that support only short code for A2P traffic is not without controversy. Some aggregators have tried to define 2FA and OTP traffic as P2P, because the traffic was initiated by the subscriber; however, this scenario is strongly held to be a classic A2P use case by MNOs and aggregators. The reality is that 2FA-type messages cannot be replied to, thus eliminating the concept of using two-way P2P in these national messaging ecosystems. Long Code Countries Long codes are acceptable for 2FA and OTPs in countries where they are approved for A2P routes. In these cases, the A2P traffic flows over approved routes (via accepted global titles in the SS7 network) to reach MNO subscribers. For many multinational enterprises, long codes provide an efficient manner to reach subscribers in numerous countries. A2P messaging aggregators with a strong global reach can provide information regarding the rates that each MNO charges as well as information regarding local regulations. The A2P messaging aggregators can, many times, pay wholesale rates to the MNOs and can therefore resell that access as well as apply all appropriate mobile number portability solutions, to ensure the message is delivered to the correct MNO for the subscriber. The use of approved A2P routes to reach MNOs is paramount for the quick and reliable delivery of 2FA and OTP tokens to subscribers. Understandably, most of these expire after a short period of time (the majority in 5 minutes or less). Consequently, it s essential for the message to be delivered quickly from the enterprise servers to the subscriber. In July 2014 the French online newspaper The Connexion revealed that 2FA codes sent via SMS to mobile phones in France contributed to a second consecutive annual drop in Internet fraud. Source: Simple SMS code cuts online fraud, The Connexion, July 16, 2014, 6 / 7

7 Unfortunately, some A2P aggregators who purport to provide global MNO connectivity will hand off the messages to intermediaries, who hand them off to still other intermediaries, who may refile the message to be delivered via SIM farms. SIM farms use subscriber identity modules (SIMs) to provide their services. They usually deploy hundreds, if not thousands, of SIM cards in automated messaging gateways. Incoming messages are resent, many times changing the originating number, into the global P2P SMS network. Messages are then sent back into the SS7 network or through messaging hubs to be delivered to the end subscriber. These messages are highly likely to be blocked as spam or as unapproved A2P traffic over P2P delivery routes. Consequently, enterprises that focus on low-cost messaging aggregators may find that very few of their 2FA and OTP messages actually reach the end subscriber. SUMMARY: GETTING THE BEST DELIVERY OF 2FA MESSAGES 2FA and related messages should always use the highest-quality routes available from well-known, high-quality messaging aggregators. As we ve shown, there is plenty of misinformation about the methods that should be used to deliver 2FA messages, which can result in ill-informed choices. The key point is that these messages should be delivered quickly and accurately, using approved messaging routes. Trying to cut costs by using low-quality routes or cut-rate aggregators will often end up costing more in customer frustration and the resulting lost revenues. LEARN MORE The SAP Mobile Services organization is a global, reliable messaging aggregator using SAP SMS 365, enterprise service, as our messaging hub. SAP SMS 365 provides: The ability to reach over 900 mobile networks through a single, standard interface Accurate and fast message routing, using our advanced number resolution system to correctly identify the destination MNO High-priority delivery solutions that help to ensure fast delivery of 2FA and OTP messages Highest-quality approved routes for the delivery of all messaging, including 2FA and OTP messages Continuous route testing to help ensure that all routes used for time-sensitive messaging are operational and available To discover more, please go to 7 / 7

8 No part of this publication may be reproduced or transmitted in any form or for any purpose without the express permission of SAP SE or an SAP affiliate company. SAP and other SAP products and services mentioned herein as well as their respective logos are trademarks or registered trademarks of SAP SE (or an SAP affiliate company) in Germany and other countries. Please see for additional trademark information and notices. Some software products marketed by SAP SE and its distributors contain proprietary software components of other software vendors. National product specifications may vary. These materials are provided by SAP SE or an SAP affiliate company for informational purposes only, without representation or warranty of any kind, and SAP SE or its affiliated companies shall not be liable for errors or omissions with respect to the materials. The only warranties for SAP SE or SAP affiliate company products and services are those that are set forth in the express warranty statements accompanying such products and services, if any. Nothing herein should be construed as constituting an additional warranty. In particular, SAP SE or its affiliated companies have no obligation to pursue any course of business outlined in this document or any related presentation, or to develop or release any functionality mentioned therein. This document, or any related presentation, and SAP SE s or its affiliated companies strategy and possible future developments, products, and/or platform directions and functionality are all subject to change and may be changed by SAP SE or its affiliated companies at any time for any reason without notice. The information in this document is not a commitment, promise, or legal obligation to deliver any material, code, or functionality. All forward-looking statements are subject to various risks and uncertainties that could cause actual results to differ materially from expectations. Readers are cautioned not to place undue reliance on these forward-looking statements, which speak only as of their dates, and they should not be relied upon in making purchasing decisions. Studio SAP 33043enUS (14/09)

Two-Factor Authentication over Mobile: Simplifying Security and Authentication

Two-Factor Authentication over Mobile: Simplifying Security and Authentication SAP Thought Leadership Paper SAP Mobile Services Two-Factor Authentication over Mobile: Simplifying Security and Authentication Controlling Fraud and Validating End Users Easily and Cost-Effectively Table

More information

Protect Your Customers and Brands with Multichannel Two-Factor Authentication

Protect Your Customers and Brands with Multichannel Two-Factor Authentication SAP Brief Mobile Services from SAP SAP Authentication 365 Objectives Protect Your Customers and Brands with Multichannel Two-Factor Authentication Protecting your most valuable asset your customers Protecting

More information

A Review of Mobile Messaging Use Cases

A Review of Mobile Messaging Use Cases SAP Thought Leadership Paper SAP Mobile Services A Review of Mobile Messaging Use Cases Guidelines for Today s Ever-Changing Messaging Ecosystem Table of Contents 4 Introduction 5 Validation and Two-Factor

More information

R49 Using SAP Payment Engine for payment transactions. Process Diagram

R49 Using SAP Payment Engine for payment transactions. Process Diagram R49 Using SAP Payment Engine for payment transactions Process Diagram Purpose, Benefits, and Key Process Steps Purpose The purpose of this scenario is to show you how to check the result of payment orders

More information

Control Traffic from Grey Routes and Boost Enterprise Messaging Revenue

Control Traffic from Grey Routes and Boost Enterprise Messaging Revenue SAP Brief SAP Mobile Services SAP SMS Firewall 365 Objectives Control Traffic from Grey Routes and Boost Enterprise Messaging Revenue Cloud-based managed service helps control messaging abuse Cloud-based

More information

SAP Mobile Services Enterprise Knowledgebase Overview and Access Guide

SAP Mobile Services Enterprise Knowledgebase Overview and Access Guide SAP Mobile Services Enterprise Knowledgebase Overview and Access Guide TABLE OF CONTENTS INTRODUCTION... 3 Enterprise Knowledgebase... 3 SAP Mobile Services Community... 3 Feedback... 3 ACCESSING THE ENTERPRIS

More information

Partner Certification to Operate SAP Solutions and SAP Software Environments

Partner Certification to Operate SAP Solutions and SAP Software Environments SAP Information Sheet SAP Partner Innovation Lifecycle Services SAP Certification for Outsourcing Operations Partners Quick Facts Partner Certification to Operate SAP Solutions and SAP Software Environments

More information

Price and Revenue Management - Manual Price Changes. SAP Best Practices for Retail

Price and Revenue Management - Manual Price Changes. SAP Best Practices for Retail Price and Revenue Management - Manual Price Changes SAP Best Practices for Retail Purpose, Benefits, and Key Process Steps Purpose For the creation of manual price changes via the Price Planning Workbench,

More information

GR5 Access Request. Process Diagram

GR5 Access Request. Process Diagram GR5 Access Request Process Diagram Purpose, Benefits, and Key Process Steps Purpose This scenario uses business roles to show a new user access provisioning and also demo using simplified access request

More information

SuccessFactors Global Human Capital Management (HCM) Academy and Admin Training Schedule (Q3 Q4 2014)

SuccessFactors Global Human Capital Management (HCM) Academy and Admin Training Schedule (Q3 Q4 2014) SuccessFactors Global Human Capital Management (HCM) Academy and Admin Training Schedule (Q3 Q4 2014) The SuccessFactors Global HCM Training Schedule makes it easier to locate and enroll in the training

More information

Multi Channel Sales Order Management: Mail Order. SAP Best Practices for Retail

Multi Channel Sales Order Management: Mail Order. SAP Best Practices for Retail Multi Channel Sales Order Management: Mail Order SAP Best Practices for Retail Purpose, Benefits, and Key Process Steps Purpose Multi Channel Sales Order Management: Mail Order describes a Business-to-Consumer

More information

K75 SAP Payment Engine for Credit transfer (SWIFT & SEPA) Process Diagram

K75 SAP Payment Engine for Credit transfer (SWIFT & SEPA) Process Diagram K75 SAP Payment Engine for Credit transfer (SWIFT & SEPA) Process Diagram Purpose, Benefits, and Key Process Steps Purpose The purpose of this scenario is to describe and / or support testing of the entire

More information

Find New Customers and Markets by Analyzing Mobile Network Operator Data

Find New Customers and Markets by Analyzing Mobile Network Operator Data SAP Brief SAP Mobile Services SAP Consumer Insight 365 Objectives Find New Customers and Markets by Analyzing Mobile Network Operator Data Mobile data a paradigm shift in connected consumer analytics Mobile

More information

The Edge Editions of SAP InfiniteInsight Overview

The Edge Editions of SAP InfiniteInsight Overview Analytics Solutions from SAP The Edge Editions of SAP InfiniteInsight Overview Enabling Predictive Insights with Mouse Clicks, Not Computer Code Table of Contents 3 The Case for Predictive Analysis 5 Fast

More information

K88 - Additional Business Operations for Loans. Process Diagram

K88 - Additional Business Operations for Loans. Process Diagram K88 - Additional Business Operations for Loans Process Diagram K88 Additional Business Operations for Loans Payment Plan Change SAP UI/ A Financial Services ->Account Management -> Periodic Tasks -> Communication

More information

Adopt New SAP Software and Technology Early and Win

Adopt New SAP Software and Technology Early and Win SAP Brief SAP Service and Support SAP Early Adopter Care Objectives Adopt New SAP Software and Technology Early and Win Get a head start on innovation Get a head start on innovation Success in today s

More information

SAP Learning Hub: Your Competitive Advantage for a Career in SAP Solutions

SAP Learning Hub: Your Competitive Advantage for a Career in SAP Solutions Frequently Asked Questions SAP Learning Hub, Student Edition SAP Learning Hub: Your Competitive Advantage for a Career in SAP Solutions SAP edition, offers a range of educational content tailored to the

More information

SEC100 Secure Authentication and Data Transfer with SAP Single Sign-On. Public

SEC100 Secure Authentication and Data Transfer with SAP Single Sign-On. Public SEC100 Secure Authentication and Data Transfer with SAP Single Sign-On Public Speakers Las Vegas, Oct 19-23 Christian Cohrs, Area Product Owner Barcelona, Nov 10-12 Regine Schimmer, Product Management

More information

Cost-Effective Data Management and a Simplified Data Warehouse

Cost-Effective Data Management and a Simplified Data Warehouse SAP Information Sheet SAP Technology SAP HANA Dynamic Tiering Quick Facts Cost-Effective Data Management and a Simplified Data Warehouse Quick Facts Summary The SAP HANA dynamic tiering option helps application

More information

Engage Your Customers Through the Power and Reach of Mobile

Engage Your Customers Through the Power and Reach of Mobile SAP Brief SAP Mobile Services SAP Engagement 365 Objectives Engage Your Customers Through the Power and Reach of Mobile Build relationships with customers via their mobile devices Build relationships with

More information

Help Users Rapidly Adopt New Technology for a Faster Return on Investment

Help Users Rapidly Adopt New Technology for a Faster Return on Investment SAP Brief SAP Education SAP Learning Hub Objectives Help Users Rapidly Adopt New Technology for a Faster Return on Investment Encourage rapid adoption through effective user enablement Encourage rapid

More information

Deliver Secure, User-Friendly Access to Mobile Business Apps

Deliver Secure, User-Friendly Access to Mobile Business Apps SAP Brief Extensions SAP Mobile App Protection by Mocana Objectives Deliver Secure, User-Friendly Access to Mobile Business Apps Promote app security for enterprise safety Promote app security for enterprise

More information

SAP Solution Manager: The IT Solution from SAP for IT Service Management and More

SAP Solution Manager: The IT Solution from SAP for IT Service Management and More SAP Solution Manager SAP Solution Manager: The IT Solution from SAP for IT Service Management and More Table of Contents 2 SAP Solution Manager A Fully Scalable IT Platform 3 Supporting 15 Certified ITIL

More information

Automotive Consulting Solution. CHEP - EDI- Container Data

Automotive Consulting Solution. CHEP - EDI- Container Data Automotive Consulting Solution CHEP - EDI- Container Data Agenda 1. Benefit for the Customer 2. Description of the Function 3. The Function in the System 4. Technical Information 2 Customer Benefit Solution

More information

SAP Best Practices for SAP Mobile Secure Cloud Configuration March 2015

SAP Best Practices for SAP Mobile Secure Cloud Configuration March 2015 SAP Best Practices for SAP Mobile Secure Cloud Configuration March 2015 2014 SAP SE or an SAP affiliate company. All rights reserved. No part of this publication may be reproduced or transmitted in any

More information

FA7 - Time Management: Attendances/Absences/Overtime/Hajj Leave. Process Diagram

FA7 - Time Management: Attendances/Absences/Overtime/Hajj Leave. Process Diagram FA7 - Time Management: Attendances/Absences/Overtime/Hajj Leave Process iagram SAP ERP + RENEWAL Process Non-SAP Employee SAP ERP + RENEWAL (Personnel Administration) Organizational Management FA7 - Time

More information

Automate Complex Pay Rules While Streamlining Time and Attendance Management

Automate Complex Pay Rules While Streamlining Time and Attendance Management SAP Brief SAP Extensions SAP Time and Attendance Management by WorkForce Software Objectives Automate Complex Pay Rules While Streamlining Time and Attendance Management Gaining real-time insights to help

More information

Downport to SAP GUI for documents Access Control Management

Downport to SAP GUI for documents Access Control Management Access Control Management A PLM Consulting Solution Public The PLM Consulting Solution Downport to SAP GUI for documents streamlines the process of managing project authorizations based on SAP PLM 7 Access

More information

PSM-PPM Integration SAP Product Structure Management

PSM-PPM Integration SAP Product Structure Management PSM-PPM Integration SAP Product Structure Management A PLM Consulting Solution PSM PPM Integration The PLM Consulting Solution PSM-PPM Integration integrates the display and management of PPM objects (e.g.:

More information

Information Technology Meets Operational Technology in the Internet of Things

Information Technology Meets Operational Technology in the Internet of Things SAP Brief SAP Extensions SAP HANA IoT Connector by OSIsoft Objectives Information Technology Meets Operational Technology in the Internet of Things Reimagine your entire business Reimagine your entire

More information

Your Intelligent POS Solution: User-Friendly with Expert Analysis

Your Intelligent POS Solution: User-Friendly with Expert Analysis Overview SAP Customer Checkout with SAP Business One Challenges Your Intelligent POS : User-Friendly with Expert Analysis Central Overview of Sales Data Central Overview of Sales Data Cash and card payments,

More information

How To Use An Automotive Consulting Solution In Ansap

How To Use An Automotive Consulting Solution In Ansap Automotive Consulting Solution Warranty Management - Claim Copier Agenda 1. Benefit for the Customer 2. Description of the Function 3. The Function in the System 4. Technical Information 2 Customer Benefit

More information

Drive Retail Sales and Enhance Loyalty by Streamlining Your Contact Center

Drive Retail Sales and Enhance Loyalty by Streamlining Your Contact Center SAP Brief SAP Customer Relationship Management SAP Contact Center Objectives Drive Retail Sales and Enhance Loyalty by Streamlining Your Contact Center Create a better retail experience across multiple

More information

Elevate Your Customer Engagement Strategy with Cloud Services

Elevate Your Customer Engagement Strategy with Cloud Services SAP Brief SAP Services Cloud Services for Customer Relations Objectives Elevate Your Customer Engagement Strategy with Cloud Services Win over today s empowered customers Win over today s empowered customers

More information

Deliver Community-Powered Commerce to Optimize Revenue

Deliver Community-Powered Commerce to Optimize Revenue SAP Brief SAP Jam SAP Jam Communities Objectives Deliver Community-Powered Commerce to Optimize Revenue Drive revenue with community content optimized for commerce Drive revenue with community content

More information

Driving Customer Value leveraging SAP s strategy for the Internet of Things Internet of Things Technology Forum Frankfurt

Driving Customer Value leveraging SAP s strategy for the Internet of Things Internet of Things Technology Forum Frankfurt Driving Customer Value leveraging SAP s strategy for the Internet of Things Internet of Things Technology Forum Frankfurt Sindhu Gangadharan VP & Head of Product Management SAP HCI, PI & FSN Personalized

More information

EMC: Managing Data Growth with SAP HANA and the Near-Line Storage Capabilities of SAP IQ

EMC: Managing Data Growth with SAP HANA and the Near-Line Storage Capabilities of SAP IQ 2015 SAP SE or an SAP affiliate company. All rights reserved. EMC: Managing Data Growth with SAP HANA and the Near-Line Storage Capabilities of SAP IQ Based on years of successfully helping businesses

More information

Transform Audit Practices and Move Beyond Assurance

Transform Audit Practices and Move Beyond Assurance SAP Brief SAP s for Governance, Risk, and Compliance SAP Audit Management Objectives Transform Audit Practices and Move Beyond Assurance Advance along the technology curve Advance along the technology

More information

How to Configure an Example SAP Cloud Applications Studio (PDI) Solution for SAP Cloud for Customer

How to Configure an Example SAP Cloud Applications Studio (PDI) Solution for SAP Cloud for Customer How-To Guide Document Version: 1411 2014.12.15 How to Configure an Example SAP Cloud Applications Studio (PDI) Solution for SAP Cloud for Customer How to configure an example SAP Cloud Applications Studio

More information

Cybersecurity and Secure Authentication with SAP Single Sign-On

Cybersecurity and Secure Authentication with SAP Single Sign-On Solution in Detail SAP NetWeaver SAP Single Sign-On Cybersecurity and Secure Authentication with SAP Single Sign-On Table of Contents 3 Quick Facts 4 Remember One Password Only 6 Log In Once to Handle

More information

Mobile app for Android Version 1.2.x, December 2015

Mobile app for Android Version 1.2.x, December 2015 Mobile app for Android Version 1.2.x, December 2015 Introduction This app allows you to access SAP Business One, SAP s enterprise resource planning application for small businesses, anywhere and anytime.

More information

Using predictive data in social protection A new form of moral hazard?

Using predictive data in social protection A new form of moral hazard? Using predictive data in social protection A new form of moral hazard? 23rd European Social Services Conference 06/07/2015-08/07/2015 Lisbon, Portugal Workshop : Managing risk in a predictive manner to

More information

Mobile Security Without Barriers

Mobile Security Without Barriers SAP Mobile Secure Mobile Security Without Barriers Securing your enterprise for all the new and expanding mobile use cases is similar to protecting your home. Merely locking your doors won t suffice. You

More information

Improve Field Service Performance with Augmented Reality Software and Smart Glasses

Improve Field Service Performance with Augmented Reality Software and Smart Glasses SAP Brief SAP Enterprise Asset Management SAP AR Service Technician Objectives Improve Field Service Performance with Augmented Reality Software and Smart Glasses Reduce workers reliance on cumbersome

More information

Run Better in Weeks to Address Current and Future Business Needs

Run Better in Weeks to Address Current and Future Business Needs SAP Brief SAP Rapid Deployment s Objectives Run Better in Weeks to Address Current and Future Business Needs Accelerate your time to value Accelerate your time to value Meeting core business objectives

More information

Simplify and Secure Cloud Access to Critical Business Data

Simplify and Secure Cloud Access to Critical Business Data SAP Brief SAP Technology SAP Cloud Identity Objectives Simplify and Secure Cloud Access to Critical Business Data Gain simplicity and security in a single cloud solution Gain simplicity and security in

More information

ABB: Independently Streamlining Its Organizational Setup with SAP Landscape Transformation

ABB: Independently Streamlining Its Organizational Setup with SAP Landscape Transformation Picture Credit ABB, Zurich, Switzerland. Used with permission. ABB: Independently Streamlining Its Organizational Setup with SAP Landscape Transformation With operations in over 100 countries, ASEA Brown

More information

Mobile app for ios Version 1.10.x, August 2014

Mobile app for ios Version 1.10.x, August 2014 Mobile app for ios Version 1.10.x, August 2014 Introduction This app allows you to access SAP Business One, SAP s enterprise resource planning application for small businesses, anywhere and anytime. Managers,

More information

Powering Content-Rich Customer Success Centers for Omnichannel Support

Powering Content-Rich Customer Success Centers for Omnichannel Support SAP Brief SAP Extensions SAP Knowledge Central by MindTouch Objectives Powering Content-Rich Customer Success Centers for Omnichannel Support Deliver knowledge when and where it s needed Deliver knowledge

More information

Complementary Demo Guide

Complementary Demo Guide Complementary Demo Guide Lockbox Payment Process SAP Business ByDesign SAP Business ByDesign Global August 15, 2014 SAP Cloud Reference Systems Table of Content 1 About this Document... 3 1.1 Purpose...

More information

Streamline End-to-End Payment Processes on a Central Platform

Streamline End-to-End Payment Processes on a Central Platform SAP Brief SAP for Banking SAP Payment Engine Objectives Streamline End-to-End Payment Processes on a Central Platform Extend and simplify payment processes Extend and simplify payment processes Financial

More information

How to Deliver a Coordinated Customer Experience across Every Channel

How to Deliver a Coordinated Customer Experience across Every Channel E-Book NO. 83 How to Deliver a Coordinated Customer Experience across Every Channel SAP Center for Business Insight Brief Q&A Case Study Inquiry E-Book You Can t Kill Silos Organizational silos are like

More information

Two UX Solutions Now Included with SAP Software

Two UX Solutions Now Included with SAP Software Frequently Asked Questions User Experience Two UX Solutions Now Included with SAP Software SAP offers two solutions that greatly improve the user experience (UX): the SAP Fiori user experience and SAP

More information

Aditro: Increasing Contact Center Efficiency for Improved Customer Satisfaction

Aditro: Increasing Contact Center Efficiency for Improved Customer Satisfaction 2015 SAP SE or an SAP affiliate company. All rights reserved. Aditro: Increasing Contact Center Efficiency for Improved Customer Satisfaction Company Aditro Headquarters Sundbyberg, Sweden Industry, products,

More information

SAP Business One mobile app for Android Version 1.0.x November 2013

SAP Business One mobile app for Android Version 1.0.x November 2013 SAP Business One mobile app for Android Version 1.0.x November 2013 Legal disclaimer The information in this presentation is confidential and proprietary to SAP and may not be disclosed without the permission

More information

Optimize Application Performance and Enhance the Customer Experience

Optimize Application Performance and Enhance the Customer Experience SAP Brief Extensions SAP Extended Diagnostics by CA Objectives Optimize Application Performance and Enhance the Customer Experience Understanding the impact of application performance Understanding the

More information

In-Store Merchandise and Inventory Management. SAP Best Practices for Retail

In-Store Merchandise and Inventory Management. SAP Best Practices for Retail In-Store Merchandise and Inventory Management SAP Best Practices for Retail Purpose, Benefits, and Key Process Steps Purpose These components of the SAPECC Retail System are used in the store. Together

More information

Greater Continuity, Consistency, and Timeliness with Business Process Automation

Greater Continuity, Consistency, and Timeliness with Business Process Automation SAP Brief Extensions SAP Business Process Automation by Redwood Objectives Greater Continuity, Consistency, and Timeliness with Business Process Automation Streamline critical enterprise processes Streamline

More information

Learning Without Limits

Learning Without Limits SAP Brief SAP Education SAP Learning Hub, Professional Edition Objectives Learning Without Limits Maximize the value of SAP software Maximize the value of SAP software The more you or your organization

More information

Increase Cash Returns and Optimize Working Capital with Early-Payment Discounts

Increase Cash Returns and Optimize Working Capital with Early-Payment Discounts SAP Brief Ariba s Cloud s from SAP Ariba Discount Professional Objectives Increase Cash Returns and Optimize Working Capital with Early-Payment Discounts Make the most of your short-term cash and working

More information

SAP-Managed Migration to SAP Business Suite powered by SAP HANA in the Cloud

SAP-Managed Migration to SAP Business Suite powered by SAP HANA in the Cloud SAP Services SAP-Managed Migration to SAP Business Suite powered by SAP HANA in the Cloud Table of Contents 6 Introducing the Discovery Package 8 Introducing the Live Migration Packages 10 Realize the

More information

The Internet of Things and I4.0 is an Evolution. New Markets (e.g. maintenance hub operator) Data Driven. Services. (e.g. predictive.

The Internet of Things and I4.0 is an Evolution. New Markets (e.g. maintenance hub operator) Data Driven. Services. (e.g. predictive. Industrie 4.0 and Internet of Things July 9, 2015 The Internet of Things and I4.0 is an Evolution Business Impact 40-50% CAGR for M2M market until 2020* IoT Space Data Driven Services (e.g. predictive

More information

Centralize Supplier Information and Manage Performance

Centralize Supplier Information and Manage Performance SAP Brief Ariba s Ariba Supplier Information and Performance Management Objectives Centralize Supplier Information and Manage Performance Get the most value from your suppliers Get the most value from

More information

University Competence Center: Leading a Co-Innovation Project on SAP Cloud Appliance Library

University Competence Center: Leading a Co-Innovation Project on SAP Cloud Appliance Library 2014 SAP SE or an SAP affiliate company. All rights reserved. University Competence Center: Leading a Co-Innovation Project on SAP Cloud Appliance Library Organization University Competence Center, an

More information

Seoul National University Bundang Hospital: Transforming Patient Care and Data Access with SAP HANA

Seoul National University Bundang Hospital: Transforming Patient Care and Data Access with SAP HANA Picture Credit Seoul National University Bundang Hospital, Gyeonggi-do, South Korea. Used with permission. SAP Business Transformation Study Healthcare Seoul National University Bundang Hospital Seoul

More information

Mobile app for Android Version 1.0.x, January 2014

Mobile app for Android Version 1.0.x, January 2014 Mobile app for Android Version 1.0.x, January 2014 Legal disclaimer The information in this presentation is confidential and proprietary to SAP and may not be disclosed without the permission of SAP. This

More information

OSRAM: Driving Process Efficiency with SAP Master Data Governance

OSRAM: Driving Process Efficiency with SAP Master Data Governance 2015 SAP SE or an SAP affiliate company. All rights reserved. OSRAM: Driving Process Efficiency with SAP Master Data Governance Company OSRAM Licht AG Headquarters Munich, Germany Industry, products, and

More information

Reimagining Business with SAP HANA Cloud Platform for the Internet of Things

Reimagining Business with SAP HANA Cloud Platform for the Internet of Things SAP Brief SAP HANA SAP HANA Cloud Platform for the Internet of Things Objectives Reimagining Business with SAP HANA Cloud Platform for the Internet of Things Connect, transform, and reimagine Connect,

More information

Design the Future of Your Human Resources with SuccessFactors Solutions

Design the Future of Your Human Resources with SuccessFactors Solutions SAP Brief SAP Consulting Business Transformation Services Objectives Design the Future of Your Human Resources with SuccessFactors s Designing future processes for your global workforce Designing future

More information

Unlock the Value of Your Microsoft and SAP Software Investments

Unlock the Value of Your Microsoft and SAP Software Investments SAP Technical Brief SAP Gateway Objectives Unlock the Value of Your Microsoft and SAP Software Investments Bridging the integration gap between SAP and Microsoft environments Bridging the integration gap

More information

Integrated solution for subsidiaries, suppliers and franchises powered by SAP HANA

Integrated solution for subsidiaries, suppliers and franchises powered by SAP HANA Integrated solution for subsidiaries, suppliers and franchises powered by SAP HANA Csaba Balázs Channel Enablement & Solution Expert SAP Business One SAP Global SME Business Unit 21.Oct.2014 Public What

More information

Setting up Visual Enterprise Integration (WM6)

Setting up Visual Enterprise Integration (WM6) SAP Mobile Platform 3.0 June 2015 English Setting up Visual Enterprise Integration (WM6) Building Block Configuration Guide SAP SE Dietmar-Hopp-Allee 16 69190 Walldorf Germany Copyright 2015 SAP SE or

More information

Add Location Intelligence and Analytics into Your BI, Dashboard, and Mobile Apps

Add Location Intelligence and Analytics into Your BI, Dashboard, and Mobile Apps SAP Brief Extensions SAP BusinessObjects BI Location Intelligence by Galigeo Objectives Add Location Intelligence and Analytics into Your BI, Dashboard, and Mobile Apps Location intelligence for geospatial

More information

Managing Customer Relationships with SAP Business One

Managing Customer Relationships with SAP Business One SAP Brief SAP s for Small Businesses and Midsize Companies SAP Business One Objectives Managing Customer Relationships with SAP Business One Win new customers and forge better relationships Win new customers

More information

Enterprise Services Customer Support Document. Using SAP Mobile Services Support for SMS 365 Services V6.0 September 2015

Enterprise Services Customer Support Document. Using SAP Mobile Services Support for SMS 365 Services V6.0 September 2015 Enterprise Services Customer Support Document Using SAP Mobile Services Support for SMS 365 Services V6.0 September 2015 ETERPRISE SERVICES CUSTOMER SUPPORT DOCUMET TABLE OF COTETS STADARD TICKET PROCESS...

More information

Mobile app for ios Version 1.11.x, December 2015

Mobile app for ios Version 1.11.x, December 2015 Mobile app for ios Version 1.11.x, December 2015 Introduction This app allows you to access SAP Business One, SAP s enterprise resource planning application for small businesses, anywhere and anytime.

More information

R48 Effective Cash Pooling and Facilities. Process Diagram

R48 Effective Cash Pooling and Facilities. Process Diagram R48 Effective Cash Pooling and Facilities Process Diagram Purpose, Benefits, and Key Process Steps Purpose The purpose of this scenario is to describe functional scope and processing of: Effective Cash

More information

Use Your Contact Center to Build a Better Customer Experience

Use Your Contact Center to Build a Better Customer Experience SAP Brief SAP Customer Relationship Management SAP Contact Center Objectives Use Your Contact Center to Build a Better Customer Experience Engage your customers across all points of contact Engage your

More information

Streamline Processes and Gain Business Insights in the Cloud

Streamline Processes and Gain Business Insights in the Cloud SAP Brief SAP s for Small Businesses and Midsize Companies SAP Business One Cloud Objectives Streamline Processes and Gain Business Insights in the Cloud Drive profitable growth affordably and without

More information

Varian Medical Systems: Maximizing the Speed of Mobile Apps with SAP Enterprise Support

Varian Medical Systems: Maximizing the Speed of Mobile Apps with SAP Enterprise Support 2014 SAP AG or an SAP affiliate company. All rights reserved. Varian Medical Systems: Maximizing the Speed of Mobile Apps with SAP Enterprise Support Varian Medical Systems Inc. Industry Life sciences

More information

Province of North Brabant: Enhancing Efficiency by Integrating Geographic Information into SAP ERP

Province of North Brabant: Enhancing Efficiency by Integrating Geographic Information into SAP ERP 2014 SAP SE or an SAP affiliate company. All rights reserved. Province of North Brabant: Enhancing Efficiency by Integrating Geographic Information into SAP ERP Organization Province of North Brabant Location

More information

Sync, Share, and Store Information Across Devices Effectively and Securely

Sync, Share, and Store Information Across Devices Effectively and Securely SAP Brief SAP Technology SAP Tempo Box by OpenText Objectives Sync, Share, and Store Information Across Devices Effectively and Securely Connect mobile users with enterprise content management Connect

More information

Transform Payables into Strategic Assets

Transform Payables into Strategic Assets SAP Brief Ariba s Financials s Objectives Transform Payables into Strategic Assets Transform payables to improve your company s balance sheet Transform payables to improve your company s balance sheet

More information

SAP Single Sign-On 2.0 Overview Presentation

SAP Single Sign-On 2.0 Overview Presentation SAP Single Sign-On 2.0 Overview Presentation March 2016 Public Agenda SAP security portfolio Overview SAP Single Sign-On Single sign-on main scenarios Capabilities Summary 2016 SAP SE or an SAP affiliate

More information

Software and Delivery Requirements

Software and Delivery Requirements SAP HANA Big Data Intelligence rapiddeployment solution November 2014 English SAP HANA Big Data Intelligence rapiddeployment solution: Software and Delivery Requirements SAP SE Dietmar-Hopp-Allee 16 69190

More information

Citrix Receiver. Configuration and User Guide. For Macintosh Users

Citrix Receiver. Configuration and User Guide. For Macintosh Users Citrix Receiver Configuration and User Guide For Macintosh Users rev: 25.03.2015 https://access.sap.com/ TABLE OF CONTENTS Introduction... 3 Installation... 3 Accessing our portal... 3 Accessing from SAP

More information

Build Better Social Relationships and Realize Better Results

Build Better Social Relationships and Realize Better Results SAP Brief Adobe Marketing s from SAP Adobe Social from SAP Objectives Build Better Social Relationships and Realize Better Results Develop relationships that work for you and your customers Develop relationships

More information

Application Test Management and Quality Assurance

Application Test Management and Quality Assurance SAP Brief Extensions SAP Quality Center by HP Objectives Application Test Management and Quality Assurance Deliver new software with confidence Deliver new software with confidence Testing is critical

More information

Business-Driven, Compliant Identity Management

Business-Driven, Compliant Identity Management SAP Solution in Detail SAP NetWeaver SAP Identity Management Business-Driven, Compliant Identity Management Table of Contents 3 Quick Facts 4 Business Challenges: Managing Costs, Process Change, and Compliance

More information

Engage Customers with Service Excellence

Engage Customers with Service Excellence SAP Brief SAP Customer Relationship Management Customer Service s Objectives Engage Customers with Service Excellence It s time to rethink customer service It s time to rethink customer service Today s

More information

TREX based DMS search Document Management

TREX based DMS search Document Management TREX based DMS search Document Management A PLM Consulting Solution Public TREX based DMS search Many customers are using the SAP Document Management System (DMS) in order to store their daily business

More information

Quality Data in Record Time with SAP Information Steward Accelerator

Quality Data in Record Time with SAP Information Steward Accelerator SAP Brief SAP Extensions SAP Information Steward Accelerator by BackOffice Associates Objectives Quality Data in Record Time with SAP Information Steward Accelerator Find your way out of the data quality

More information

Streamline the Processing of All Your Invoices

Streamline the Processing of All Your Invoices SAP Brief SAP Ariba s Ariba Invoice Professional Objectives Streamline the Processing of All Your Invoices Invoice capture and workflow for accounts payable excellence Invoice capture and workflow for

More information

Reduce Costs and Improve Materials Management with Mobile Technology

Reduce Costs and Improve Materials Management with Mobile Technology SAP Brief SAP Enterprise Asset Management SAP Inventory Manager for Maximo Objectives Reduce Costs and Improve Materials Management with Mobile Technology Streamline inventory processes for better asset

More information

Get Invoice Processing That s Ready for the Digital Economy and Your IT Landscape

Get Invoice Processing That s Ready for the Digital Economy and Your IT Landscape SAP Brief SAP Extensions SAP Invoice Management by OpenText Objectives Get Invoice Processing That s Ready for the Digital Economy and Your IT Landscape Get ready for a new approach to invoice processing

More information

Feature Engineering Tips for Data Scientists

Feature Engineering Tips for Data Scientists SAP White Paper Feature Engineering Feature Engineering Tips for Data Scientists Improving Your Predictive Modeling with More Data Table of Contents 4 The Art of Predictive Modeling 4 What Is Feature Engineering?

More information

Effortless Customer Service with SAP Cloud for Service

Effortless Customer Service with SAP Cloud for Service SAP Brief SAP CRM SAP Cloud for Service Objectives Effortless Customer Service with SAP Cloud for Service Discerning customers require expert service attention Discerning customers require expert service

More information

HealthWyse: Meeting the Financial, Clinical, Analytical, and Reporting Needs of Home Care Agencies

HealthWyse: Meeting the Financial, Clinical, Analytical, and Reporting Needs of Home Care Agencies HealthWyse: Meeting the Financial, Clinical, Analytical, and Reporting Needs of Home Care Agencies HealthWyse Inc. Industry High tech electronic medical record software Products and Services Integrated

More information

Data Integration using Integration Gateway. SAP Mobile Platform 3.0 SP02

Data Integration using Integration Gateway. SAP Mobile Platform 3.0 SP02 Data Integration using Integration Gateway SAP Mobile Platform 3.0 SP02 DOCUMENT ID: DC02000-01-0302-01 LAST REVISED: February 2014 Copyright 2014 by SAP AG or an SAP affiliate company. All rights reserved.

More information

SAP Mobile - Webinar Series SAP Mobile Platform 3.0 Security Concepts and Features

SAP Mobile - Webinar Series SAP Mobile Platform 3.0 Security Concepts and Features SAP Mobile - Webinar Series SAP Mobile Platform 3.0 Security Concepts and Features Dirk Olderdissen Solution Expert, Regional Presales EMEA SAP Brought to you by the Customer Experience Group 2014 SAP

More information