SAP HANA Cloud Integration CUSTOMER

Size: px
Start display at page:

Download "SAP HANA Cloud Integration CUSTOMER"

Transcription

1 CUSTOMER

2 Table of Contents 1 Introduction from a Bird s Eye Perspective Integration Capabilities Connectivity Options Using Predefined Integration Content Security Transport Level Security Message Level Security Message Level Security Based on PKCS#7/CMS Enveloped Data and Signed Data Tenant Isolation SAP AG or an SAP affiliate company. All rights reserved. Table of Contents

3 1 Introduction This document provides an overview of the process integration-related capabilities of SAP HANA Cloud Integration - Application Edition. Introduction 2013 SAP AG or an SAP affiliate company. All rights reserved. 3

4 2 from a Bird s Eye Perspective This document provides an overview of the process integration capabilities of. is a platform hosted in the SAP HANA Cloud. It facilitates the integration of business processes spanning different companies, organizations, or departments within an organization. It supports endto-end process integration across cloud-based and on-premise applications (cloud-cloud and cloud-on-premise integration). It also provides data integration capabilities that allow you to efficiently and securely move data between onpremise systems and the cloud. Note This document provides an overview of the process integration-related capabilities of SAP HANA Cloud Integration. comprises the following key features: Core runtime for processing, transformation, and routing of messages to be exchanged between the involved participants Message processing at runtime is performed by a cluster of virtual machines running on SAP HANA Cloud. Here, the platform ensures that data related to different customers connected to SAP HANA Cloud Integration is isolated. This is important, for example, when using for businessto-business scenarios. Out-of-the-box connectivity support (IDoc, SFTP, SOAP/HTTPS) Security features such as content encryption and certificate-based communication Customers who want to use have to first set up the connection between their backend systems and SAP HANA Cloud. This process referred to as the onboarding process involves a tight and coordinated cooperation of experts at SAP and on customer's side. SAP provides continuous guidance and support during the whole onboarding process. The current version of is available for customers and partners as an Application Edition, especially for a dedicated set of SAP OnDemand solutions (SAP Customer OnDemand, SuccessFactors BizX, SAP Financial Services Network). Upon purchase, predefined, ready-to-use prepackaged integration content can be made available by SAP without the immediate need for additional hardware or integration skills on the customer s side. This drastically reduces integration project lead times and lowers resource consumption significantly. For reasons of simplicity, we refer to all kinds of parties, back-end systems, or applications that exchange messages with each other using under the generalized term participant. offers full flexibility in how participants can exchange messages by the following: Leveraging preconfigured integration patterns. These integration patterns provide different options for configuring the data flow between participants, for example, by using routing rules. Using various connectivity options. This covers a set of adapters (or endpoint types) that allow participants to connect with different communication protocols to SAP AG or an SAP affiliate company. All rights reserved. from a Bird s Eye Perspective

5 3 Integration Capabilities This section summarizes various ways in which participants exchange messages with each other when running an integration scenario based on. The following figure illustrates an example of the routing capability, where a message from one participant is forwarded by to three different receivers. The following table summarizes all integration patterns supported by. Integration Capability Routing Description Forwards (routes) a message to one or more receivers. also supports routing that depends on the content of the message (contentbased routing). For example, detects that a message has a particular field value, and forwards it to the specific receiver participant that handles requests from the sender participant. Mapping Transforms (maps) sender into receiver data structures. In scenarios spanning different application systems or different organizations and enterprises, it is very likely Integration Capabilities 2013 SAP AG or an SAP affiliate company. All rights reserved. 5

6 Integration Capability Description that the structure of the data exchanged between two participants will differ on both sides of a connection due to business-related reasons. To enable a seamless exchange of data, the data structures on both sides of a connection have to be transformed (or: mapped) into each other. allows structural mapping of XML documents. You can re-use existing on-premise content (service interfaces / message mappings / operation mappings / XSLT based mappings) from an SAP Enterprise Services Repository (EHP 1 for SAP NetWeaver 7.3). Value mappings allow you to map different representations of an object to each other. Value mappings are useful when performing a dynamic value lookup of an object that has different representations in different contexts. In value mappings, you map these different representations of an object to each other by setting mapping rules in a value mapping table. Note For example: You can use a value mappingto map a Merchant ID to a Customer ID, where Merchant ID is an external application representation of a customer, while Customer ID is an internal SAP representation. Content enricher Content filter Encoder/decoder (Base64) Splitter Extends the message content with additional information (constant, xpath, header, expression). Filters information by extracting a specific node from the incoming message. Encodes message content using an encoding scheme. This function is useful where secure content transfer over the network is required. Breaks down a composite message into multiple individual messages and sends them to a receiver SAP AG or an SAP affiliate company. All rights reserved. Integration Capabilities

7 4 Connectivity Options Various connectivity options also referred to as adapters allow you to connect to different kinds of technical communication protocols. The following table summarizes all adapters provided by. Connectivity Option SFTP client adapter Description Enables you to connect an SFTP server to SAP HANA Cloud Integration (which acts as a client). This enables you to use Secure Shell File Transfer Protocol (SSH File Transfer Protocol, abbreviated to SFTP). This option is particularly useful for secure communication between and non-sap system environments. The following versions are supported: SSH version 2 (as specified at tools.ietf.org/html/rfc4251) SSH File Transfer Protocol (SFTP) version 3 or higher IDoc (IDoc SOAP) adapter Enables you to set up reliable communication of IDoc XML documents via SOAP/HTTPS with enabled back ends of the SAP Business Suite. This option allows integration with on-premise SAP back-end systems in customers' corporate networks. SOAP adapter Enables you to exchange SOAP messages between remote clients or Web service servers and SAP HANA Cloud Integration. Connectivity Options 2013 SAP AG or an SAP affiliate company. All rights reserved. 7

8 5 Using Predefined Integration Content allows the participating organizations to develop, deploy, and consume services in a standardized manner. SAP provides a predefined set of integration content that covers most of the integration needs for a particular scenario. Customers can use the predefined integration contentto implement their integration scenarios with less time and effort. To accomplish this, however, customers need to register with SAP HANA Cloud Integration and complete the onboarding process as recommended by SAP. Customers can re-use existing on-premise content (message mappings / operation mappings / XSLT based mappings) from an SAP Enterprise Services Repository (EHP 1 for SAP NetWeaver 7.3). Note In the current version of, content is adjusted by SAP only (based on customer requirements) SAP AG or an SAP affiliate company. All rights reserved. Using Predefined Integration Content

9 6 Security 6.1 Transport Level Security The chosen connectivity option (adapter) and transport protocol determine the transport level security. Table 1: Adapter Transport Protocol Transport Level Security SFTP client adapter SSH SFTP (Secure Shell File Transfer Protocol) IDoc (IDoc SOAP) adapter HTTP HTTPS (SSL) SOAP adapter HTTP HTTPS (SSL) Secure data transfer with SFTP is based on a combination of symmetric and asymmetric keys. Symmetric (session) keys are used to encrypt and decrypt data within a session. Asymmetric key pairs (on the client and server side) are used to encrypt and decrypt the session keys. When asymmetric key pairs are used, SFTP also ensures that only authorized public keys are used by the involved participants. Supports SSL-based transport level security (X.509 certificate-based authentication and authorization). Supports SSL-based transport level security (X.509 certificate-based authentication and authorization). 6.2 Message Level Security You have the following option to configure message level security. Security 2013 SAP AG or an SAP affiliate company. All rights reserved. 9

10 Table 2: Transport Protocol Transport Level Security Message Level Security SSH HTTP SFTP HTTPS PKCS#7/CMS Enveloped Data and Signed Data Encryption/decryption of message content Signing/verifying messages Message Level Security Based on PKCS#7/CMS Enveloped Data and Signed Data In addition to security at the transport protocol level, security can also be configured at the message level, based on PKCS#7/CMS Enveloped Data and Signed Data. The CMS specification can be found at: html/rfc5652 Note This option can be implemented independently of and on top of the applied transport level security. This option supports the following use cases: Signing and verifying a message Encrypting and decrypting the content of a message Note Digitally signing a message within is based on the CMS type Signed Data. Digitally encrypting or decrypting the content of a message is based on the CMS type Enveloped Data. can be configured so that messages are decrypted and re-encrypted by SAP HANA Cloud Integration on their way between the sender and receiver participants. The same applies to signing and verifying signatures. This can be useful if the services and the recipient do not have a direct communication channel, but can only communicate using an untrusted intermediary. 6.3 Tenant Isolation At runtime, processes the data that is exchanged between the involved participants on a cluster of different virtual machines hosted in the SAP cloud. Note SAP AG or an SAP affiliate company. All rights reserved. Security

11 A virtual machine (VM) is a software implementation of a machine that executes a program like a physical machine. is designed so that the involved virtual machines are strictly separated from each other with regard to the related participants. In other words, separate resources ( memory, CPU, and file system) of the cloud-based integration platform are allocated to each participant although all participants might share the same hardware. In addition, each tenant uses a separate database schema, which guarantees that the data of the different participants is strictly separated. This separation is also referred to as tenant isolation. The following figure illustrates this concept for two participants communicating with each other using SAP HANA Cloud Integration. Security 2013 SAP AG or an SAP affiliate company. All rights reserved. 11

12 SAP AG or an SAP affiliate company. All rights reserved. No part of this publication may be reproduced or transmitted in any form or for any purpose without the express permission of SAP AG. The information contained herein may be changed without prior notice. Some software products marketed by SAP AG and its distributors contain proprietary software components of other software vendors. National product specifications may vary. These materials are provided by SAP AG and its affiliated companies ("SAP Group") for informational purposes only, without representation or warranty of any kind, and SAP Group shall not be liable for errors or omissions with respect to the materials. The only warranties for SAP Group 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. SAP and other SAP products and services mentioned herein as well as their respective logos are trademarks or registered trademarks of SAP AG in Germany and other countries. Please see index.epx for additional trademark information and notices.

PUBLIC Product Overview

PUBLIC Product Overview SAP Financial Services Network 2015-08-21 PUBLIC Content 1 About SAP Financial Services Network....3 2 SAP FSN from a Bird's Eye Perspective....4 3 Capabilities.... 6 3.1 Integration Capabilities....6

More information

How-To Guide SAP Cloud for Customer Document Version: 1.0-2014-03-20. How to Configure SAP HCI basic authentication for SAP Cloud for Customer

How-To Guide SAP Cloud for Customer Document Version: 1.0-2014-03-20. How to Configure SAP HCI basic authentication for SAP Cloud for Customer How-To Guide SAP Cloud for Customer Document Version: 1.0-2014-03-20 How to Configure SAP HCI basic authentication for SAP Cloud for Customer Document History Document Version Description 1.0 First official

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

Integration capabilities of SAP S/4HANA to SAP Cloud Solutions

Integration capabilities of SAP S/4HANA to SAP Cloud Solutions Document Version: 1.00 2015-08-10 Integration capabilities of SAP S/4HANA to SAP Cloud Solutions What you need to know when it comes to S/4HANA Integration Javit Gellaw (SAP SE) Table of Contents 1 INTRODUCTION

More information

How-To Guide SAP NetWeaver Document Version: 1.0-2013-12-22. How To Guide - Configure SSL in ABAP System

How-To Guide SAP NetWeaver Document Version: 1.0-2013-12-22. How To Guide - Configure SSL in ABAP System How-To Guide SAP NetWeaver Document Version: 1.0-2013-12-22 Document History Document Version Description 1.0 First official release of this guide Document History 2013 SAP AG or an SAP affiliate company.

More information

Integration Capabilities of SAP S/4HANA to SAP Cloud Solutions

Integration Capabilities of SAP S/4HANA to SAP Cloud Solutions Document Version: 1.00 2016-03-01 Integration Capabilities of SAP S/4HANA to SAP Cloud Solutions What you need to know when it comes to SAP S/4HANA integration Javit Gellaw (SAP SE) Table of Contents 1

More information

How to Extend SAP Cloud for Customer - SAP On- Premise Pre-Packaged Integration Content (PI/HCI)

How to Extend SAP Cloud for Customer - SAP On- Premise Pre-Packaged Integration Content (PI/HCI) How-To Guide SAP Cloud for Customer Document Version: 3.0-2015-09-03 How to Extend SAP Cloud for Customer - SAP On- Premise Pre-Packaged Integration Content (PI/HCI) Document History Document Version Description

More information

PUBLIC Connecting a Customer System to SAP HCI

PUBLIC Connecting a Customer System to SAP HCI SAP HANA Cloud Integration for process integration 2015-05-10 PUBLIC Connecting a Customer System to SAP HCI Content 1 Introduction....4 2 Overview of Connection Setup, Tasks, and Roles.... 5 3 Operating

More information

How-To Guide SAP Cloud for Customer Document Version: 1.0-2015-04-29. How to replicate marketing attributes from SAP CRM to SAP Cloud for Customer

How-To Guide SAP Cloud for Customer Document Version: 1.0-2015-04-29. How to replicate marketing attributes from SAP CRM to SAP Cloud for Customer How-To Guide SAP Cloud for Customer Document Version: 1.0-2015-04-29 How to replicate marketing attributes from SAP CRM to SAP Cloud for Customer Document History Document Version Description 1.0 First

More information

Getting Started with the License Administration Workbench 2.0 (LAW 2.0)

Getting Started with the License Administration Workbench 2.0 (LAW 2.0) Getting Started SAP Global License Auditing Document Version: 1.2 2015-03-13 Getting Started with the License Administration Workbench 2.0 (LAW 2.0) Table of Contents 1 Getting Started with the License

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

SAP ERP E-Commerce and SAP CRM Web Channel Enablement versions available on the market

SAP ERP E-Commerce and SAP CRM Web Channel Enablement versions available on the market SAP ERP E-Commerce and SAP CRM Web Channel Enablement versions available on the market TABLE OF CONTENTS NAMING... 3 VERSIONS... 3 NETWEAVER TECHNICAL DIFFERENCES... 4 MAINTENANCE PERIODS... 5 UPGRADE

More information

Software and Delivery Requirements

Software and Delivery Requirements SAP Best Practices for SAP Cloud for Travel and Expense November 2014 English SAP Best Practices for SAP Cloud for Travel and Expense: Software and Delivery Requirements SAP SE Dietmar-Hopp-Allee 16 69190

More information

Transform HR into a Best-Run Business Best People and Talent: Gain a Trusted Partner in the Business Transformation Services Group

Transform HR into a Best-Run Business Best People and Talent: Gain a Trusted Partner in the Business Transformation Services Group SAP Services Transform HR into a Best-Run Business Best People and Talent: Gain a Trusted Partner in the Business Transformation Services Group A Journey Toward Optimum Results The Three Layers of HR Transformation

More information

How-To Guide SAP Cloud for Customer Document Version: 2.0-2015-10-06. How to Perform Initial Load of data from SAP ERP to SAP Cloud for Customer

How-To Guide SAP Cloud for Customer Document Version: 2.0-2015-10-06. How to Perform Initial Load of data from SAP ERP to SAP Cloud for Customer How-To Guide SAP Cloud for Customer Document Version: 2.0-2015-10-06 How to Perform Initial Load of data from SAP ERP to SAP Cloud for Customer Document History Document Version Description 1.0 First official

More information

Faster Development Through Virtualization

Faster Development Through Virtualization SAP Brief SAP Extensions SAP Service Virtualization by HP Objectives Faster Development Through Virtualization Remove the obstacles that slow down application delivery Remove the obstacles that slow down

More information

Managing a Hybrid Model Integration of SAP HCM with SuccessFactors BizX Talent Management. Bianka Woelke SAP HCM Product Management

Managing a Hybrid Model Integration of SAP HCM with SuccessFactors BizX Talent Management. Bianka Woelke SAP HCM Product Management Managing a Hybrid Model Integration of SAP HCM with SuccessFactors BizX Talent Management Bianka Woelke SAP HCM Product Management Legal disclaimer The information in this presentation is confidential

More information

SEPA in SAP CRM. Application Innovation, CRM & Service Industries. Customer

SEPA in SAP CRM. Application Innovation, CRM & Service Industries. Customer SEPA in SAP CRM Application Innovation, CRM & Service Industries Customer Agenda Overview SEPA in SAP CRM Additional Information 2013 SAP AG. All rights reserved. Customer 2 Agenda Overview SEPA in SAP

More information

Upgrade: SAP Mobile Platform Server for Windows SAP Mobile Platform 3.0 SP02

Upgrade: SAP Mobile Platform Server for Windows SAP Mobile Platform 3.0 SP02 Upgrade: SAP Mobile Platform Server for Windows SAP Mobile Platform 3.0 SP02 Windows DOCUMENT ID: DC80003-01-0302-01 LAST REVISED: February 2014 Copyright 2014 by SAP AG or an SAP affiliate company. All

More information

Real-Time Reconciliation of Invoice and Goods Receipts powered by SAP HANA. Stefan Karl, Finance Solutions, SAP ASUG Presentation, May 2013

Real-Time Reconciliation of Invoice and Goods Receipts powered by SAP HANA. Stefan Karl, Finance Solutions, SAP ASUG Presentation, May 2013 Real-Time Reconciliation of Invoice and Goods Receipts powered by SAP HANA Stefan Karl, Finance Solutions, SAP ASUG Presentation, May 2013 Legal disclaimer The information in this presentation is confidential

More information

Cut Costs and Improve Agility by Simplifying and Automating Common System Administration Tasks

Cut Costs and Improve Agility by Simplifying and Automating Common System Administration Tasks SAP Brief Objectives Cut Costs and Improve Agility by Simplifying and Automating Common System Administration Tasks Simplify management of SAP software landscapes Simplify management of SAP software landscapes

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

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

Installation Guide: Agentry Device Clients SAP Mobile Platform 2.3

Installation Guide: Agentry Device Clients SAP Mobile Platform 2.3 Installation Guide: Agentry Device Clients SAP Mobile Platform 2.3 Windows DOCUMENT ID: DC01954-01-0230-01 LAST REVISED: February 2013 Copyright 2013 by SAP AG or an SAP affiliate company. All rights reserved.

More information

Secure Mobile Content Management for the Enterprise

Secure Mobile Content Management for the Enterprise SAP Brief SAP Technology SAP Mobile Documents Objectives Secure Mobile Content Management for the Enterprise Managing mobile content and protecting corporate assets Managing mobile content and protecting

More information

Landscape Design and Integration. SAP Mobile Platform 3.0 SP02

Landscape Design and Integration. SAP Mobile Platform 3.0 SP02 Landscape Design and Integration SAP Mobile Platform 3.0 SP02 DOCUMENT ID: DC01916-01-0302-01 LAST REVISED: February 2014 Copyright 2014 by SAP AG or an SAP affiliate company. All rights reserved. No part

More information

SAP / SERVIEW Roadshow SAP Solution Manager macht ITIL möglich! David Birkenbach / ITSM Solution Management

SAP / SERVIEW Roadshow SAP Solution Manager macht ITIL möglich! David Birkenbach / ITSM Solution Management SAP / SERVIEW Roadshow SAP Solution Manager macht ITIL möglich! David Birkenbach / ITSM Solution Disclaimer This presentation outlines our general product direction and should not be relied on in making

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

SFSF EC to 3 rd party payroll Integration Software and Delivery Requirements

SFSF EC to 3 rd party payroll Integration Software and Delivery Requirements SAP HCI(PI) August 2015 English SFSF EC to 3 rd party payroll Integration Software and Delivery Requirements SAP SE Dietmar-Hopp-Allee 16 69190 Walldorf Germany Document Revisions Date 0 November 2014

More information

Using SAP Logon Tickets for Single Sign on to Microsoft based web applications

Using SAP Logon Tickets for Single Sign on to Microsoft based web applications Collaboration Technology Support Center - Microsoft - Collaboration Brief March 2005 Using SAP Logon Tickets for Single Sign on to Microsoft based web applications André Fischer, Project Manager CTSC,

More information

PUBLIC Operations Guide

PUBLIC Operations Guide SAP HANA Cloud Integration for process integration 2015-05-10 PUBLIC Content 1 Understanding the Basic Concepts.... 4 1.1 Runtime in Detail....4 Virtual System Landscapes.... 7 2 Installing and Configuring

More information

SBOP Analysis 2.1, edition for Microsoft Office Additional PAM Information

SBOP Analysis 2.1, edition for Microsoft Office Additional PAM Information SBOP Analysis 2.1, edition for Microsoft Office Additional PAM Information SBOP Analysis Office Maintenance Strategy Data Access Support Functionality Specific Prerequisites SBOP Analysis Office Components

More information

Start Anywhere and Go Everywhere with Cloud Services for HR

Start Anywhere and Go Everywhere with Cloud Services for HR SAP Brief SAP Services Cloud Services for Human Capital Management Objectives Start Anywhere and Go Everywhere with Cloud Services for HR Propel your business to success Propel your business to success

More information

SAP ERP EMPLOYEE INTERACTION CENTER

SAP ERP EMPLOYEE INTERACTION CENTER SAP ERP EMPLOYEE INTERACTION CENTER Frequently Asked Questions 1) What is the employee interaction center offering? 2) What is the product history of the employee interaction center? 3) When is a standard

More information

Power Smart Business Operations with Real-Time Process Intelligence

Power Smart Business Operations with Real-Time Process Intelligence SAP Brief SAP Business Suite SAP Operational Process Intelligence Powered by SAP HANA Objectives Power Smart Business Operations with Real-Time Process Intelligence Gain visibility into processes and data

More information

Protect Your Connected Business Systems by Identifying and Analyzing Threats

Protect Your Connected Business Systems by Identifying and Analyzing Threats SAP Brief SAP Technology SAP Enterprise Threat Detection Objectives Protect Your Connected Business Systems by Identifying and Analyzing Threats Prevent security breaches Prevent security breaches Are

More information

SAP Cloud for Customer integration with SAP ERP: Software and Delivery Requirements

SAP Cloud for Customer integration with SAP ERP: Software and Delivery Requirements SAP Cloud for 1502 March 2015 English SAP Cloud for integration with SAP ERP: Software and Delivery Requirements SAP SE Dietmar-Hopp-Allee 16 69190 Walldorf Germany Document Revisions 0 1 2 Date Copyright

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

SAP HANA Enterprise Cloud

SAP HANA Enterprise Cloud Frequently Asked Questions FAQ Document SAP HANA Enterprise Cloud This document provides answers to some of the most frequently asked questions about SAP HANA Enterprise Cloud. With a foundation of 40+

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

Ariba Procure-to-Pay Integration rapiddeployment

Ariba Procure-to-Pay Integration rapiddeployment September 2015 English Ariba Procure-to-Pay Integration rapiddeployment solution: Software and Delivery Requirements SAP SE Dietmar-Hopp-Allee 16 69190 Walldorf Germany Document Revisions Date 0 May 11,

More information

Contents. About this Support Package / Patch...5. To install the EPM Add-in for Microsoft Office Support Package 15 / Patch XX...

Contents. About this Support Package / Patch...5. To install the EPM Add-in for Microsoft Office Support Package 15 / Patch XX... SAP BusinessObjects EPM Add-in for Microsoft Office Support Package 15 / Patch XX Installation Procedure SAP BusinessObjects EPM solutions, add-in for Microsoft Office 10.0 Support Package 15 / Patch XX

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

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

SAP Mobile Documents. December, 2015

SAP Mobile Documents. December, 2015 SAP Mobile Documents December, 2015 Disclaimer This presentation outlines our general product direction and should not be relied on in making a purchase decision. This presentation is not subject to your

More information

A Cloud-Based Foundation for Enterprise Mobility

A Cloud-Based Foundation for Enterprise Mobility SAP Product Brief SAP Technology SAP Mobile Platform Objectives A Cloud-Based Foundation for Enterprise Mobility Comprehensive support for mobile solutions Comprehensive support for mobile solutions Make

More information

Performance Best Practices Guide for SAP NetWeaver Portal 7.3

Performance Best Practices Guide for SAP NetWeaver Portal 7.3 SAP NetWeaver Best Practices Guide Performance Best Practices Guide for SAP NetWeaver Portal 7.3 Applicable Releases: SAP NetWeaver 7.3 Document Version 1.0 June 2012 Copyright 2012 SAP AG. All rights

More information

Transform Invoice Management with a Hybrid of Cloud and On-Premise Software

Transform Invoice Management with a Hybrid of Cloud and On-Premise Software SAP Brief SAP Business Suite SAP Invoice Management Objectives Transform Invoice Management with a Hybrid of Cloud and On-Premise Software Achieve a higher level of performance Achieve a higher level of

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

SAP HANA virtualized Technology Roadmap. Arne Arnold, SAP HANA Product Management September, 2014

SAP HANA virtualized Technology Roadmap. Arne Arnold, SAP HANA Product Management September, 2014 Technology Roadmap Arne Arnold, SAP HANA Product Management September, 2014 High-Level Overview Why care about SAP HANA virtualized Why SAP HANA virtualized offer customers reduced TCO and additional options

More information

SAP HANA Live & SAP BW Data Integration A Case Study

SAP HANA Live & SAP BW Data Integration A Case Study SAP HANA Live & SAP BW Data Integration A Case Study Matthias Kretschmer, Andreas Tenholte, Jürgen Butsmann, Thomas Fleckenstein July 2014 Disclaimer This presentation outlines our general product direction

More information

Certificate SAP INTEGRATION CERTIFICATION

Certificate SAP INTEGRATION CERTIFICATION Certificate SAP INTEGRATION CERTIFICATION SAP SE hereby confirms that the enterprise storage solution E-Series of the company NetApp Inc. has been certified for operating SAP HANA. This certificate confirms

More information

SAP Document Center. May 2016. Public

SAP Document Center. May 2016. Public SAP Document Center May 2016 Public The Big Picture for a Digital Platform Applications Applications IoT IoT Platform (Micro-) Services Extensions Icon Digital Boardroom Analytical Applications S/4HANA

More information

Securing Enterprise Mobility for Greater Competitive Advantage

Securing Enterprise Mobility for Greater Competitive Advantage SAP Brief SAP Technology SAP Afaria Objectives Securing Enterprise Mobility for Greater Competitive Advantage Build a strong foundation for mobile success Build a strong foundation for mobile success Enterprise

More information

SAP NetWeaver Identity Management Identity Services Configuration Guide

SAP NetWeaver Identity Management Identity Services Configuration Guide SAP NetWeaver Identity Management Identity Services Configuration Guide Version 7.2 Rev 7 2014 SAP AG or an SAP affiliate company. All rights reserved. No part of this publication may be reproduced or

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

An End-to-End Population Health Management for High Risk Patients

An End-to-End Population Health Management for High Risk Patients Summary Supporting Facts and Figures SAP HANA Solution Overview A fully integrated mobile in-home health infrastructure and data analytics solution for population health management An End-to-End Population

More information

Roadmap from On-Premise to Cloud based Integration solutions from SAP

Roadmap from On-Premise to Cloud based Integration solutions from SAP Roadmap from On-Premise to Cloud based Integration solutions from SAP Sindhu Gangadharan, Chief Product Owner SAP NetWeaver PI and SAP HANA Cloud Integration Agenda SAP NetWeaver Process Integration today

More information

SAP HANA SPS 09 - What s New? HANA IM Services: SDI and SDQ

SAP HANA SPS 09 - What s New? HANA IM Services: SDI and SDQ SAP HANA SPS 09 - What s New? HANA IM Services: SDI and SDQ (Delta from SPS 08 to SPS 09) SAP HANA Product Management November, 2014 2014 SAP SE or an SAP affiliate company. All rights reserved. 1 Agenda

More information

How To Make Your Software More Secure

How To Make Your Software More Secure SAP Security Concepts and Implementation Source Code Scan Tools Used at SAP Detecting and Eliminating Security Flaws Early On Table of Contents 4 SAP Makes Code Scan Tools for ABAP Programming Language

More information

Installing and Configuring the HANA Cloud Connector for On-premise OData Access

Installing and Configuring the HANA Cloud Connector for On-premise OData Access SAP Cloud Connector How-To Guide Provided by SAP s Technology RIG Installing and Configuring the HANA Cloud Connector for On-premise OData Access Applicable Releases: HANA Cloud Connector 2.x Version 1.0

More information

SAP BusinessObjects Cloud

SAP BusinessObjects Cloud Frequently Asked Questions SAP BusinessObjects Cloud SAP BusinessObjects Cloud To help customers Run Simple, SAP is breaking the limitations of the past. On October 20, 2015, we unveiled a new generation

More information

Single Sign-On between SAP Portal and SuccessFactors

Single Sign-On between SAP Portal and SuccessFactors Single Sign-On between SAP Portal and SuccessFactors Dimitar Mihaylov 7/1/2012 Contents 1. Overview... 3 2. Trust between SAP Portal 7.3 and SuccessFactors... 5 2.1. Initial configuration in SAP Portal

More information

SAP HANA Cloud Platform

SAP HANA Cloud Platform SAP HANA Cloud Platform Connect and Engage with Customers in the Cloud with SAP HANA Cloud Platform Deliver Impactful Web Experiences, Delight Users, and Meet Any Business Need SAP HANA Cloud Platform

More information

T-Systems: Operate Complex IT Landscapes Efficiently with SAP Landscape Virtualization Management

T-Systems: Operate Complex IT Landscapes Efficiently with SAP Landscape Virtualization Management 2015 SAP SE or an SAP affiliate company. All rights reserved. T-Systems: Operate Complex IT Landscapes Efficiently with SAP Landscape Virtualization Management T-Systems International GmbH Industry Professional

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

How 21 st century Purchasing- and Finance organizations leverage Business Networks for automation and business collaboration

How 21 st century Purchasing- and Finance organizations leverage Business Networks for automation and business collaboration How 21 st century Purchasing- and Finance organizations leverage Business Networks for automation and business collaboration Frank Bade, SAP SE September 10 th, 2015 2020 2.5 Billion connected people on

More information

White Paper. SAP NetWeaver Landscape Virtualization Management on VCE Vblock System 300 Family

White Paper. SAP NetWeaver Landscape Virtualization Management on VCE Vblock System 300 Family White Paper SAP NetWeaver Landscape Virtualization Management on VCE Vblock System 300 Family Table of Contents 2 Introduction 3 A Best-of-Breed Integrated Operations Architecture 3 SAP NetWeaver Landscape

More information

SAP Project Portfolio Monitoring Rapid- Deployment Solution: Software Requirements

SAP Project Portfolio Monitoring Rapid- Deployment Solution: Software Requirements SAP Portfolio and Project Management 5.0 July 2013 English SAP Project Portfolio Monitoring Rapid- Deployment Solution: SAP AG Dietmar-Hopp-Allee 16 69190 Walldorf Germany Copyright 2013 SAP AG or an SAP

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

Remote Connectivity Infrastructure

Remote Connectivity Infrastructure Remote Connectivity Infrastructure SAP Active Global Support & Maintenance Go-to-Market November 2014 Public Remote Connectivity Infrastructure Table of Contents Introduction General Architecture SAProuter

More information

SAP Audit Management A Preview

SAP Audit Management A Preview SAP Audit Management A Preview SAP AG November 2013 Customer 1 Agenda Business Challenges The Idea The Solution Roadmap Demo 2013 SAP AG. All rights reserved. Customer 2 Disclaimer The information in this

More information

How-to-Guide: SAP Web Dispatcher for Fiori Applications

How-to-Guide: SAP Web Dispatcher for Fiori Applications How-to-Guide: SAP Web Dispatcher for Fiori Applications Active Global Support North America Document History: Document Version Authored By Description 1.0 Kiran Kola Architect Engineer 2 www.sap.com Table

More information

Migration and Upgrade Paths to SAP Process Orchestration. Udo Paltzer Product Owner SAP Process Integration, SAP HANA Cloud Integration

Migration and Upgrade Paths to SAP Process Orchestration. Udo Paltzer Product Owner SAP Process Integration, SAP HANA Cloud Integration Migration and Upgrade Paths to SAP Process Orchestration Udo Paltzer Product Owner SAP Process Integration, SAP HANA Cloud Integration Disclaimer This presentation outlines our general product direction

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

SAP Sales and Operations Planning

SAP Sales and Operations Planning Document Version: 1.0 2014-05-21 Additional Documentation Typographic Conventions Type Style Example Description Words or characters quoted from the screen. These include field names, screen titles, pushbuttons

More information

Sending Additional Files from SAP Netweaver PI to third Party System

Sending Additional Files from SAP Netweaver PI to third Party System Sending Additional Files from SAP Netweaver PI to third Party System Applies to: SAP Netweaver PI. Summary The document describes about a scenario where the requirement is to send multiple files from one

More information

Driving Transformation with Less Budget The Value of SAP Enterprise Support

Driving Transformation with Less Budget The Value of SAP Enterprise Support SAP Active Global Support Driving Transformation with Less Budget The Value of SAP Enterprise Support For IT organizations everywhere, just keeping the lights on is no longer enough. IT needs to deliver

More information

Formulate Winning Sales and Operations Strategies Through Integrated Planning

Formulate Winning Sales and Operations Strategies Through Integrated Planning SAP Brief SAP Supply Chain Management SAP Sales and Operations Planning Objectives Formulate Winning Sales and Operations Strategies Through Integrated Planning Keep pace with rapidly changing market conditions

More information

CUSTOMER Presentation of SAP Predictive Analytics

CUSTOMER Presentation of SAP Predictive Analytics SAP Predictive Analytics 2.0 2015-02-09 CUSTOMER Presentation of SAP Predictive Analytics Content 1 SAP Predictive Analytics Overview....3 2 Deployment Configurations....4 3 SAP Predictive Analytics Desktop

More information

Cloud Single Sign-On and On-Premise Identity Federation with SAP NetWeaver Cloud White Paper

Cloud Single Sign-On and On-Premise Identity Federation with SAP NetWeaver Cloud White Paper Cloud Single Sign-On and On-Premise Identity Federation with SAP NetWeaver Cloud White Paper TABLE OF CONTENTS INTRODUCTION... 3 Where we came from... 3 The User s Dilemma with the Cloud... 4 The Administrator

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

MLP: Simpler Processes and Improved Usability with SAP Customer Relationship Management

MLP: Simpler Processes and Improved Usability with SAP Customer Relationship Management 2013 SAP AG or an SAP affiliate company. All rights reserved. Picture Credit MLP Finanzdienstleistungen AG, Wiesloch, Germany. Used with permission MLP: Simpler Processes and Improved Usability with SAP

More information

Configuring Java IDoc Adapter (IDoc_AAE) in Process Integration. : SAP Labs India Pvt.Ltd

Configuring Java IDoc Adapter (IDoc_AAE) in Process Integration. : SAP Labs India Pvt.Ltd Configuring Java IDoc Adapter (IDoc_AAE) in Process Integration Author Company : Syed Umar : SAP Labs India Pvt.Ltd TABLE OF CONTENTS INTRODUCTION... 3 Preparation... 3 CONFIGURATION REQUIRED FOR SENDER

More information

SAP Business ByDesign and SAP ERP. SAP Business ByDesign for Subsidiaries Overview of Functional and Technical Integration with Headquarters SAP ERP

SAP Business ByDesign and SAP ERP. SAP Business ByDesign for Subsidiaries Overview of Functional and Technical Integration with Headquarters SAP ERP SAP Business ByDesign and SAP ERP SAP Business ByDesign for Subsidiaries Overview of Functional and Technical Integration with Headquarters SAP ERP SAP Business ByDesign for Subsidiaries Table of Contents

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

SAP BusinessObjects Design Studio Document Version: 1.2-2013-11-12. What's New Guide: SAP BusinessObjects Design Studio

SAP BusinessObjects Design Studio Document Version: 1.2-2013-11-12. What's New Guide: SAP BusinessObjects Design Studio SAP BusinessObjects Design Studio Document Version: 1.2-2013-11-12 What's New Guide: SAP BusinessObjects Design Studio Table of Contents 1 About This Guide....3 2 About the Documentation Set....4 3 New

More information

Optimize Revenue for High-Volume Service Providers with Pricing Simulation

Optimize Revenue for High-Volume Service Providers with Pricing Simulation SAP Brief SAP Billing and Revenue Innovation Management SAP Convergent Pricing Simulation Objectives Optimize Revenue for High-Volume Service Providers with Pricing Simulation Tailor pricing strategies

More information

4 Ways That Electric Vehicles Will Impact Utilities

4 Ways That Electric Vehicles Will Impact Utilities E-Book NO. 26 4 Ways That Electric Vehicles Will Impact Utilities SAP Center for Business Insight Brief Q&A Case Study Inquiry E-Book Though the number of electric vehicles is still relatively small, their

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

Certification Guide Network Connectivity for SAP on Premise and Cloud Solutions Integration

Certification Guide Network Connectivity for SAP on Premise and Cloud Solutions Integration Network Connectivity for SAP on Premise and Cloud Solutions Integration TABLE OF CONTENTS INTRODUCTION... 3 NETWORK PRODUCTS IN SCOPE... 4 CERTIFICATION OVERVIEW... 5 Scenarios... 5 Test Cases... 5 THE

More information

SAP BusinessObjects Business Intelligence 4.1 One Strategy for Enterprise BI. May 2013

SAP BusinessObjects Business Intelligence 4.1 One Strategy for Enterprise BI. May 2013 SAP BusinessObjects Business Intelligence 4.1 One Strategy for Enterprise BI May 2013 SAP s Strategic Focus on Business Intelligence Core Self-service Mobile Extreme Social Core for innovation Complete

More information

Real-Time Analytics: Integrating Social Media Insights with Traditional Data

Real-Time Analytics: Integrating Social Media Insights with Traditional Data SAP Brief SAP Rapid Deployment s SAP HANA Sentiment Intelligence Rapid-Deployment Objectives Real-Time Analytics: Integrating Social Media Insights with Traditional Data Capturing customer sentiment from

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

Manage the Mobile Workforce Without the Complexity and Expense of an On-Premise Installation

Manage the Mobile Workforce Without the Complexity and Expense of an On-Premise Installation SAP Brief SAP Afaria, Cloud Edition Objectives Manage the Mobile Workforce Without the Complexity and Expense of an On-Premise Installation Low-cost investment yields high returns Low-cost investment yields

More information

Quickly Build Secure, Engaging, Cloud-Based Web Sites Optimized for Mobile Use

Quickly Build Secure, Engaging, Cloud-Based Web Sites Optimized for Mobile Use SAP /Technical/Product Brief SAP HANA SAP HANA Cloud Portal Objectives Quickly Build Secure, Engaging, Cloud-Based Web Sites Optimized for Mobile Use Build Web sites that provide an engaging experience

More information

SAP MII for Manufacturing rapid-deployment solution: Software Requirements

SAP MII for Manufacturing rapid-deployment solution: Software Requirements MII 15.0 October 2015 English SAP MII for Manufacturing rapid-deployment solution: SAP SE Dietmar-Hopp-Allee 16 69190 Walldorf Germany Copyright 2015 SAP SE or an SAP affiliate company. All rights reserved.

More information