Integration of SuccessFactors Applications via SAP HANA Cloud Integration

Size: px
Start display at page:

Download "Integration of SuccessFactors Applications via SAP HANA Cloud Integration"

Transcription

1 POP163 Integration of SuccessFactors Applications via SAP HANA Cloud Integration Ginger Gatling, Sujit Hemachandran, Holger Kunitz, Udo Paltzer October, 2013

2 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 license agreement or any other agreement with SAP. SAP has no obligation to pursue any course of business outlined in this presentation or to develop or release any functionality mentioned in this presentation. This presentation and SAP's strategy and possible future developments are subject to change and may be changed by SAP at any time for any reason without notice. This document is provided without a warranty of any kind, either express or implied, including but not limited to, the implied warranties of merchantability, fitness for a particular purpose, or non-infringement. SAP assumes no responsibility for errors or omissions in this document, except if such damages were caused by SAP intentionally or grossly negligent SAP AG or an SAP affiliate company. All rights reserved. 2

3 Agenda Introduction to SAP HANA Cloud Integration SuccessFactors SOAP SFAPI and SAP Standard Integration Content Exercise with SAP HANA Cloud Integration Logon and Session Handling User Creation and Change in SuccessFactors Optional: Logout Further Plans 2013 SAP AG or an SAP affiliate company. All rights reserved. 3

4 Introduction to SAP HANA Cloud Integration

5 SAP HANA Cloud Integration Lowers cost, increases speed, and enhances simplicity for our customers SAP HANA Cloud Mapping and Transformation Connectivity SAP Cloud Solutions People Customers Money Suppliers SAP HANA Cloud Integration Monitoring and Administration Security Development & SW Logistics Extensible Content Packages SAP HANA Cloud Integration Cloud based platform of choice for SAP Cloud solutions to connect to on-premise or cloud applications Complementary offering to SAP NetWeaver PI Prepackaged Integration Content Customer & partner ecosystem to extend and create new content and connectivity options On-Premise Direct integration SAP NetWeaver Process Integration SAP On-Premise Solutions Process, Data, UI, Mobile 3 rd Party On-Premise Solutions ERP CRM. Siebel PeopleSoft Legacy Non-SAP Clouds Application Edition Sales OD CRM OP SFSF BizX OD HCM OP SFSF EC OD ERP OP SAP Financial Services Network 2013 SAP AG or an SAP affiliate company. All rights reserved. 5

6 SAP HANA Cloud Integration Technical Capabilities Today Overview Connectivity SFTP Client and Server WS-RM over HTTPS Synchronous web services based connectivity VPN Security Transport level: HTTPS, SFTP Message / payload level: Encryption, decryption, signing, signature verification PKCS#7 XML Signature (signing) Encrypted Data Persistency Multi tenancy / data isolation Design Configuration of standard content via the Web Graphical modeling of integration flows in Eclipse Routing, data transformation, mapping Generation & build to create, deploy runtime artifacts Operations Centralized monitoring, administration in Eclipse Operations managed by SAP Cloud Managed Services Start, stop of runtime nodes Deploy security material to runtime nodes Drive software updates, message monitoring React on alerts on SPC (Service Provider Cockpit) Automated Failover Rolling software update Audit & Logging Onboarding of participants via templates 2013 SAP AG or an SAP affiliate company. All rights reserved. 6

7 Example: Employee Central to 3rd party time and benefit providers SucessFactors Employee Central in Cloud Employee Time Recording Benefit Plan Payroll 3 rd party time and benefit vendors Kronos Aon-Hewitt BenefitFocus Pre-packaged unidirectional integration of time for Kronos Generic integration of time for other time 3 rd party vendors Pre-packaged unidirectional integration of benefit plan enrollment from Aon-Hewitt and BenefitFocus Generic integration of benefit plan enrollment for other 3 rd party vendors 2013 SAP AG or an SAP affiliate company. All rights reserved. 7

8 SuccessFactors SOAP SFAPI and SAP Standard Integration Content

9 SuccessFactors SOAP SFAPI The SFAPI is SuccessFactors Data API SOAP (one WSDL), synchronous; CRUD (no semantics in WSDL itself) Packaging SessionID with cookie in http-header; Session Timeouts Describe Interface; SFObjects SFQuery Language Security: https Different Endpoints for different data centers Admin SFSF (manage login permissions, monitoring, audit log) 2013 SAP AG or an SAP affiliate company. All rights reserved. 9

10 SFSF Integration Pattern for Recruiting/Compensation SAP/SFSF Data Center Customer Data Center SFSF BizX R sync Avatar R sync ERP HCM Sync request/response initiated from SAP HCM system; bidirectional data flow; sync. stateless interfaces with one operation per interface in SAP ESR Requires Integration add-on 2.0 for SAP ERP HCM and SuccessFactors BizX to be installed and configured SAP Standard Content released for SAP NetWeaver Process Integration (PI) & SAP HANA Cloud Integration (SAP HCI); interfaces are identical: usage of SFSF SOAP API, 14 interfaces (ESR SWCV SFIHCM01/2 600), Stateless/XI 3.0 compatible for outbound HCM, Extensibility; SessionID stored in SAP HCM 2013 SAP AG or an SAP affiliate company. All rights reserved. 10

11 SFSF Integration Pattern for Recruiting/Compensation - PI SAP/SFSF Data Center Customer Data Center SFSF BizX R sync Avatar R sync PI ERP HCM Uses Axis Adapter towards SFSF Uses UDF in message mapping XI 3.0 from SAP HCM 2013 SAP AG or an SAP affiliate company. All rights reserved. 11

12 SFSF Integration Pattern for Recruiting/Compensation - HCI Uses Enricher Plain SOAP from SAP HCM SAP/SFSF Data Center SFSF BizX R sync HCI Avatar R sync Customer Data Center ERP HCM 2013 SAP AG or an SAP affiliate company. All rights reserved. 12

13 Exercise with SAP HANA Cloud Integration

14 POP163: Exercise #1 SFSF Login SOAP Client loginrequest User, PW, Company loginresponse sessionid SAP HCI loginrequest User, PW, Company loginresponse sessionid SFSF Learning Goals: Configure, Deploy, Run basic integration flow with SAP HANA Cloud Integration Reuse operation mappings from SAP NetWeaver Process Integration Login and Session Handling in SFAPI Monitor/Log SFAPI in SuccessFactors Reuse of Channel Templates in SAP HANA Cloud Integration SAP AG or an SAP affiliate company. All rights reserved. 14

15 POP163: Exercise #2 SFSF Upsert for SFObject User SOAP Client upsertrequest UserData, sessionid upsertresponse upsertresult SAP HCI upsertrequest UserData, (sessioncokie) upsertresponse upsertresult SFSF Additional Learning Goals: Use enricher to extract payload data and manipulate headers Set session cookies with SAP HANA Cloud Integration Upsert of user data in SFSF (create, change user) Define Integration Templates in SAP HANA Cloud Integration SAP AG or an SAP affiliate company. All rights reserved. 15

16 POP163: Exercise #3 SFSF Logout (optional) SOAP Client logutrequest sessionid logoutresponse logoutresult SAP HCI logoutrequest sessioncookie (http header) logoutresponse logoutresult SFSF Learning Goals: Use Integration Templates with SAP HANA Cloud Integration Logout with SFAPI SAP AG or an SAP affiliate company. All rights reserved. 16

17 POP163: Exercise Preliminary Remarks & Prerequisites Your Group Number is: <1 digit SessionCounter>+<2 digit GroupCounter> Your SAP HCI Tenant is: [aaio004 aaio005] SAP HANA Cloud Integration Tools/Perspectives in Eclipse Copy your sessionid after login Certificates are preinstalled 2013 SAP AG or an SAP affiliate company. All rights reserved. 17

18 Further Plans

19 Further Plans SFSF PI Adapter SFSF HCI Connector (scheduler, query, bidirectional control flow) Further Content Delivery (e.g. SFSF EC) Generic Cloud Integration Platform OData API This is the current state of planning and may be changed by SAP at any time SAP AG or an SAP affiliate company. All rights reserved. 19

20 Planned Integration with SFSF Adapter (session handling in adapter) SuccessFactors System (BizX, Employee Central, ) Polling (web service) (scheduled time) (Synchronous + Query) SAP or non-sap System SFSF Adapter Mapping Component SFTP /Web Service Adapter HANA Cloud Integration Integration Runtime (Worker Node) This is the current state of planning and may be changed by SAP at any time SAP AG or an SAP affiliate company. All rights reserved. 20

21 Further Information SAP HANA Cloud Integration Docu: SCN: Ramp-up Knowledge Transfer (RKT): Tool: Integration add-on for SAP ERP HCM and SuccessFactors BizX ab9dd0de a441470/frameset.htm SAP RDS for SuccessFactors Integration service.sap.com/rds-hcm-sfsf Watch SAP TechEd Online SAP AG or an SAP affiliate company. All rights reserved. 21

22 SAP TechEd Virtual Hands-on Workshops and SAP TechEd Online Continue your SAP TechEd education after the event! SAP TechEd Virtual Hands-on Workshops Access hands-on workshops post-event Available January March 2014 Complementary with your SAP TechEd registration SAP TechEd Online Access replays of keynotes, Demo Jam, SAP TechEd LIVE interviews, select lecture sessions, and more! View content only available online SAP AG or an SAP affiliate company. All rights reserved. 22

23 Feedback Please complete your session evaluation for POP163. Thanks for attending this SAP TechEd session.

24 Thank You! 2013 SAP AG or an SAP affiliate company. All rights reserved.

Enhance Your Business Performance with Integrated Cloud Solutions. Nayaki Nayyar Senior Vice President, Cloud CRM and Integration

Enhance Your Business Performance with Integrated Cloud Solutions. Nayaki Nayyar Senior Vice President, Cloud CRM and Integration Enhance Your Business Performance with Integrated Cloud Solutions Nayaki Nayyar Senior Vice President, Cloud CRM and Integration Disclaimer This presentation outlines our general product direction and

More information

Connecting People Integration with SAP HANA Cloud Integration. Gunther Stuhec - Product Management SAP HANA Cloud Integration April, 27 th 2016

Connecting People Integration with SAP HANA Cloud Integration. Gunther Stuhec - Product Management SAP HANA Cloud Integration April, 27 th 2016 Connecting People Integration with SAP HANA Cloud Integration Gunther Stuhec - Product Management SAP HANA Cloud Integration April, 27 th 2016 Disclaimer This presentation outlines our general product

More information

run() MOB 101 SAP and Apple: Revolutionize the Mobile Work Experience

run() MOB 101 SAP and Apple: Revolutionize the Mobile Work Experience run() MOB 101 SAP and Apple: Revolutionize the Mobile Work Experience Public Speakers Las Vegas, Sept 19-23 Sami Lechner Bangalore, October 5-7 Paramita Biswas Barcelona, Nov 8-10 Prof. Andreas Schlosser

More information

Overview SAP HANA Cloud Platform, integration service Presentation for SBN Congress

Overview SAP HANA Cloud Platform, integration service Presentation for SBN Congress Overview SAP HANA Cloud Platform, integration service Presentation for SBN Congress Katrin von Ahsen, Product Management SAP HANA Cloud Platform, integration service & SAP Process Orchestration, SAP SE

More information

SuccessFactors Operational Manual (External)

SuccessFactors Operational Manual (External) SuccessFactors Operational Manual (External) Document Version Status Date Draft Done 15.12.2014 Version 1.0 Done 02/05/2015 Version 2.0 To be reviewed 03/31/2015 PUBLIC Contents 1 Abstract... 4 2 Architecture

More information

SAP Cloud Strategy. Anoop Srivastava Director (Energy & Natural Resources) MENA ENR Forum, Al Khobar

SAP Cloud Strategy. Anoop Srivastava Director (Energy & Natural Resources) MENA ENR Forum, Al Khobar SAP Cloud Strategy Anoop Srivastava Director (Energy & Natural Resources) MENA ENR Forum, Al Khobar Disclaimer This presentation outlines our general product direction and should not be relied on in making

More information

ITM208 Business Process Operation in SAP Solution Manager 7.2. Public

ITM208 Business Process Operation in SAP Solution Manager 7.2. Public ITM208 Business Process Operation in SAP Solution Manager 7.2 Public Speakers Las Vegas, Oct 19-23 Andreas Krueckendorf Barcelona, Nov 10-12 Ulrike Hormann 2015 SAP SE or an SAP affiliate company. All

More information

Support for SAP Centric Hybrid Scenarios. SAP Solution Management - SAP Digital Business Services July 2016

Support for SAP Centric Hybrid Scenarios. SAP Solution Management - SAP Digital Business Services July 2016 Support for SAP Centric Hybrid Scenarios SAP Solution Management - SAP Digital Business Services July 2016 Agenda Overview Support of Hybrid Scenarios Use Case: SAP Ariba Use Case: Concur Use Case: SAP

More information

SAP Product Road Map SAP Identity Management

SAP Product Road Map SAP Identity Management SAP Product Road Map SAP Identity Management Road Map Revision: 2016.09.15 Customer Template Revision: 20160104 v4.1 Legal disclaimer The information in this presentation is confidential and proprietary

More information

ITM214 Application Operations Overview: News About SAP Solution Manager 7.2. Public

ITM214 Application Operations Overview: News About SAP Solution Manager 7.2. Public ITM214 Application Operations Overview: News About SAP Solution Manager 7.2 Public Speakers Las Vegas, Oct 19-23 Janko Budzisch Stefan Lahr Barcelona, Nov 10-12 Janko Budzisch Stefan Lahr 2015 SAP SE or

More information

Deployment Recommendations for SAP Fiori Front-End Server & SAP Fiori Cloud

Deployment Recommendations for SAP Fiori Front-End Server & SAP Fiori Cloud Deployment Recommendations for SAP Fiori Front-End & SAP Fiori Cloud December 2017, SAP SE Change Log Version February 2017 July 2017 October 2017 December 2017 Changes Smaller updates S/4HANA option added;

More information

UXP104 SAP Fiori Launchpad - An Overview

UXP104 SAP Fiori Launchpad - An Overview run() UXP104 SAP Fiori Launchpad - An Overview SAP Portal Product Management, SAP SE Public Disclaimer This presentation outlines our general product direction and should not be relied on in making a purchase

More information

Document Center and Document Management in S/4HANA Frank Spiegel, SAP October 2016

Document Center and Document Management in S/4HANA Frank Spiegel, SAP October 2016 Document Center and Document Management in S/4HANA Frank Spiegel, SAP October 2016 Disclaimer The information in this presentation is confidential and proprietary to SAP and may not be disclosed without

More information

ITM203 Build Your Dashboards in SAP Solution Manager with Focused Insights. Public

ITM203 Build Your Dashboards in SAP Solution Manager with Focused Insights. Public ITM203 Build Your Dashboards in SAP Solution Manager with Focused Insights Public Speakers Las Vegas, Sept 19-23 Marc Thier Bangalore, October 5-7 Marc Thier Barcelona, Nov 8-10 Xavier Dupeyrat 2016 SAP

More information

SAP Best Practices for SuccessFactors Employee Central: Software and Delivery Requirements

SAP Best Practices for SuccessFactors Employee Central: Software and Delivery Requirements for SuccessFactors Employee Central February 2015 English SAP Best Practices for SuccessFactors Employee Central: Software and Delivery Requirements SAP AG Dietmar-Hopp-Allee 16 69190 Walldorf Germany

More information

SAP Fiori Configuration Cockpit - Overview

SAP Fiori Configuration Cockpit - Overview SAP Fiori Configuration Cockpit - Overview Speaker s Name, SAP Month 00, 2017 Disclaimer This presentation outlines our general product direction and should not be relied on in making a purchase decision.

More information

Integrating SAP Hybris Cloud for Customer with SAP Hybris Marketing Cloud using HANA Cloud Integration Integration Guide

Integrating SAP Hybris Cloud for Customer with SAP Hybris Marketing Cloud using HANA Cloud Integration Integration Guide SAP Cloud for Customer Integrating SAP Hybris Cloud for Customer with SAP Hybris Marketing Cloud using HANA Cloud Integration Integration Guide February 2017 Table of Contents Integrating SAP Cloud for

More information

SAP Cloud Platform Pricing and Packages

SAP Cloud Platform Pricing and Packages Pricing and Packages Get Started Packages Fast. Easy. Cost-effective. Get familiar and up-and-running with Platform in no time flat. Intended for non-production use. Designed to help users become familiar

More information

Landscape Deployment Recommendations for SAP Marketing

Landscape Deployment Recommendations for SAP Marketing Landscape Deployment Recommendations for Marketing September, 2018 Disclaimer This presentation outlines our general product direction and should not be relied on in making a purchase decision. This presentation

More information

Implementing Engaging Portal Sites with SAP Cloud Platform Portal

Implementing Engaging Portal Sites with SAP Cloud Platform Portal Implementing Engaging Portal Sites with SAP Cloud Platform Portal Customer Solution Overview March, 2017 Disclaimer This presentation outlines our general product direction and should not be relied on

More information

SAP Fieldglass Datasheet SAP FIELDGLASS INTEGRATION OVERVIEW AND DIFFERENTIATORS

SAP Fieldglass Datasheet SAP FIELDGLASS INTEGRATION OVERVIEW AND DIFFERENTIATORS SAP Fieldglass Datasheet SAP FIELDGLASS INTEGRATION OVERVIEW AND DIFFERENTIATORS ENHANCE YOUR ORGANIZATION S TECHNOLOGY ECOSYSTEM As businesses evaluate the best technology to help procure and manage contingent

More information

SAP Mobility Platform. Gerhard Henig, SAP AG

SAP Mobility Platform. Gerhard Henig, SAP AG SAP Mobility Platform Gerhard Henig, SAP AG Legal disclaimer The information in this document is confidential and proprietary to SAP and may not be disclosed without the permission of SAP. This document

More information

Customer COE Hybrid Solutions Cloud (SaaS) / OnPremise Challenges Michael Zöller, SAP SE, Mission Control Center (MCC) EMEA Cloud Deployment Support

Customer COE Hybrid Solutions Cloud (SaaS) / OnPremise Challenges Michael Zöller, SAP SE, Mission Control Center (MCC) EMEA Cloud Deployment Support Customer COE Hybrid Solutions Cloud (SaaS) / OnPremise Challenges Michael Zöller, SAP SE, Mission Control Center (MCC) EMEA Cloud Deployment Support Agenda Customer COE Basic Functions How is the role

More information

SAP Cloud Platform Pricing and Packages

SAP Cloud Platform Pricing and Packages Platform Pricing and Packages Get Started Packages Fast. Easy. Cost-effective. Get familiar and up-and-running with Platform in no time flat. Intended for non-production use. Designed to help users become

More information

SAP Enterprise Threat Detection Overview & Roadmap. Martin Plummer, SAP SE November 2016

SAP Enterprise Threat Detection Overview & Roadmap. Martin Plummer, SAP SE November 2016 SAP Enterprise Threat Detection Overview & Roadmap Martin Plummer, SAP SE November 2016 Disclaimer The information in this document is confidential and proprietary to SAP and may not be disclosed without

More information

Integration Framework for SAP Business One The Capabilities Overview

Integration Framework for SAP Business One The Capabilities Overview Integration Framework for SAP Business One The Capabilities Overview Global Roll-out, SAP February, 2019 Agenda The Central Platform for Integrating your Company Introducing the Integration Framework Best

More information

SAP SuccessFactors Recruiting

SAP SuccessFactors Recruiting SAP SuccessFactors Recruiting Technical and Functional Specifications CUSTOMER TABLE OF CONTENTS KEY FEATURES AND FUNCTIONALITIES... 3 RECRUITING POSTING... 3 User Experience and Interface... 3 Channel

More information

SAP HANA Cloud Integration for SAP Sales and Operations Planning. Contact: Ben Hofmans, George Keller, Subha Ramachandran March 27, 2014

SAP HANA Cloud Integration for SAP Sales and Operations Planning. Contact: Ben Hofmans, George Keller, Subha Ramachandran March 27, 2014 SAP HANA Cloud Integration for SAP Sales and Operations Planning Contact: Ben Hofmans, George Keller, Subha Ramachandran March 27, 2014 Disclaimer This presentation outlines our general product direction

More information

SAP Fieldglass Datasheet SAP FIELDGLASS INTEGRATION OVERVIEW AND DIFFERENTIATORS

SAP Fieldglass Datasheet SAP FIELDGLASS INTEGRATION OVERVIEW AND DIFFERENTIATORS SAP Fieldglass Datasheet SAP FIELDGLASS INTEGRATION OVERVIEW AND DIFFERENTIATORS ENHANCE YOUR ORGANIZATION S TECHNOLOGY ECOSYSTEM As businesses evaluate the best technology to help procure and manage contingent

More information

Technical Details + Process Flow System Installation

Technical Details + Process Flow System Installation Technical Details + Process Flow System Installation Part of Software Provisioning Manager 1.0 SP 19 SAP SE Product Management February 2017 Public Disclaimer This presentation outlines our general product

More information

Introducing webmethods Integration Cloud April 21-22, 2015 Sachin Gadre Sr. Director, Product Management

Introducing webmethods Integration Cloud April 21-22, 2015 Sachin Gadre Sr. Director, Product Management Introducing webmethods Integration Cloud April 21-22, 2015 Sachin Gadre Sr. Director, Product Management 1 Introducing Integration Cloud 2 Key Capabilities Enroll & Manage Design & Develop Test & Run Tenant

More information

Roberto Viana Blanco. John Mutumba Bilay, SAP* Process Orchestration. The Comprehensive Guide. Rheinwerk. Publishing

Roberto Viana Blanco. John Mutumba Bilay, SAP* Process Orchestration. The Comprehensive Guide. Rheinwerk. Publishing John Mutumba Bilay, Roberto Viana Blanco SAP* Process Orchestration The Comprehensive Guide Rheinwerk Publishing Bonn Boston Foreword 19 Acknowledgments 21 Introduction 23 PART I Getting Started 1.1 Historical

More information

DMM101 Architecting your Enterprise with SAP PowerDesigner. Public

DMM101 Architecting your Enterprise with SAP PowerDesigner. Public DMM101 Architecting your Enterprise with SAP PowerDesigner Public Speakers Las Vegas, Sept 19-23 Matt Creason Bangalore, October 5-7 B Raghavendra Rao Barcelona, Nov 8-10 Marc Ledier 2016 SAP SE or an

More information

Integration with SAP Hybris Marketing Cloud - Google Analytics and SAP Cloud Platform Integration

Integration with SAP Hybris Marketing Cloud - Google Analytics and SAP Cloud Platform Integration Integration Information SAP Hybris Marketing Cloud Document Version: 1.0 2017-05-09 Integration with SAP Hybris Marketing Cloud - Google Analytics and SAP Cloud Platform Integration How to Set Up the Integration

More information

Concur Solution Overview and Integration with SAP S/4HANA

Concur Solution Overview and Integration with SAP S/4HANA Concur Solution Overview and Integration with SAP S/4HANA Pia Luebeck, Director T&E Conversions, SAP SE Armin Friemelt, Integration Expert, Platinum Engineering Concur, SAP SE September 2017 Legal disclaimer

More information

SAP Gateway & SAP API Management Carsten Bönnen, SAP May 2015

SAP Gateway & SAP API Management Carsten Bönnen, SAP May 2015 SAP Gateway & SAP API Management Carsten Bönnen, SAP May 2015 Legal disclaimer The information in this presentation is confidential and proprietary to SAP and may not be disclosed without the permission

More information

Landscape Deployment Recommendations for SAP Assurance and Compliance Software for SAP S/4HANA. SAP SE November 2017

Landscape Deployment Recommendations for SAP Assurance and Compliance Software for SAP S/4HANA. SAP SE November 2017 Landscape Deployment Recommendations for SAP Assurance and Compliance Software for SAP S/4HANA SAP SE November 2017 Disclaimer This presentation outlines our general product direction and should not be

More information

SAP Cloud Platform Mobile Services

SAP Cloud Platform Mobile Services SAP Cloud Platform Mobile Services Martin Grasshoff, SAP January, 2018 PUBLIC Legal disclaimer The information in this presentation is confidential and proprietary to SAP and may not be disclosed without

More information

Message Flow Monitoring. SAP Active Global Support

Message Flow Monitoring. SAP Active Global Support Message Flow Monitoring SAP Active Global Support Disclaimer This presentation outlines our general product direction and should not be relied on in making a purchase decision. This presentation is not

More information

C4C50. SAP Hybris Cloud for Customer Integration with On-premise SAP Solutions COURSE OUTLINE. Course Version: 20 Course Duration: 4 Day(s)

C4C50. SAP Hybris Cloud for Customer Integration with On-premise SAP Solutions COURSE OUTLINE. Course Version: 20 Course Duration: 4 Day(s) C4C50 SAP Hybris Cloud for Customer Integration with On-premise SAP Solutions. COURSE OUTLINE Course Version: 20 Course Duration: 4 Day(s) SAP Copyrights and Trademarks 2017 SAP SE or an SAP affiliate

More information

SAP SuccessFactors Employee Central Integration to SAP ERP rapid-deployment solution V2.0 : Software and Delivery Requirements

SAP SuccessFactors Employee Central Integration to SAP ERP rapid-deployment solution V2.0 : Software and Delivery Requirements SAP Employee Central Integration to SAP ERP rapiddeployment solution V2.0 March 2016 English SAP Employee Central Integration to SAP ERP rapid-deployment solution V2.0 : Software and Delivery Requirements

More information

Landscape Deployment Recommendations for SAP Customer Activity Repository (CAR) and SAP CAR Application Bundle (CARAB)

Landscape Deployment Recommendations for SAP Customer Activity Repository (CAR) and SAP CAR Application Bundle (CARAB) Landscape Deployment Recommendations for SAP Customer Activity Repository (CAR) and SAP CAR Application Bundle (CARAB) New Rollout Channel The rollout channel for publishing landscape deployment recommendations

More information

SAP Cloud Platform Integration Product Overview

SAP Cloud Platform Integration Product Overview SAP Cloud Platform Integration Product Overview Marco Ertel, Product Manager SAP SE SAP Cloud Platform Integration Services SAP Cloud Platform Internet of Things and Integration October 2018 PUBLIC The

More information

What s New in SAP Human Capital Management. Michelle Dawkins HCM Solution Principal UK&I

What s New in SAP Human Capital Management. Michelle Dawkins HCM Solution Principal UK&I What s New in SAP Human Capital Management Michelle Dawkins HCM Solution Principal UK&I Agenda User Experience Service Delivery Mobile Rapid Deployment Solutions Talent Management Solution Today Recent

More information

Webinar: SAP IBP Business Network Collaboration Meet the Experts - Collaboration with Ariba

Webinar: SAP IBP Business Network Collaboration Meet the Experts - Collaboration with Ariba Webinar: SAP IBP Business Network Collaboration Meet the Experts - Collaboration with Ariba SAP IBP BNC Product Management April 19, 2018 Legal Disclaimer The information in this presentation is confidential

More information

Maintenance Planner Webinars for SAP User Groups

Maintenance Planner Webinars for SAP User Groups Maintenance Planner Webinars for SAP User Groups Wolf Hengevoss PM CLM Product Manager Area System & Landscape Planning March 31, 2016 Lab Preview Customers This presentation and SAP s strategy and possible

More information

SAP Road Map for Governance, Risk, and Compliance Solutions

SAP Road Map for Governance, Risk, and Compliance Solutions SAP Road Map for Governance, Risk, and Compliance Solutions Q4 2016 Customer Disclaimer The information in this presentation is confidential and proprietary to SAP and may not be disclosed without the

More information

Success Factors HCM. Tom Voshell Customer Solution Director

Success Factors HCM. Tom Voshell Customer Solution Director Success Factors HCM Tom Voshell Customer Solution Director Agenda 9:00 9:15 am Welcome and Introductions 9:15 10:00 am SAP Executive Overview and Boardroom Redefined 10:00 10:15 am Break 10:15 11:45 am

More information

Visual BI Extensions for SAP BusinessObjects Design Studio & SAP Lumira Designer (VBX) Supported Platforms

Visual BI Extensions for SAP BusinessObjects Design Studio & SAP Lumira Designer (VBX) Supported Platforms Visual BI Extensions for SAP BusinessObjects Design Studio & SAP Lumira Designer (VBX) Supported Platforms www.visualbi.com 2 Legal Disclaimer This presentation outlines our general product direction and

More information

Connected Products A glimpse on the R&D / Engineering Line of Business Product Roadmap

Connected Products A glimpse on the R&D / Engineering Line of Business Product Roadmap Connected Products A glimpse on the R&D / Engineering Line of Business Product Roadmap Johan Malmström S/4HANA Business Architect SAP Nordic October 2015 2014 SAP SE or an SAP affiliate company. All rights

More information

SuccessFactors Employee Central Side-by-Side Deployment with SAP ERP. White Paper

SuccessFactors Employee Central Side-by-Side Deployment with SAP ERP. White Paper SuccessFactors Employee Central Side-by-Side Deployment with SAP ERP White Paper Legal Disclaimer This paper outlines our general solution vision and direction and should not be relied on in making a purchase

More information

Simpler Enterprise Interoperability with Acendre Cloud

Simpler Enterprise Interoperability with Acendre Cloud Simpler Enterprise Interoperability with Acendre Cloud Talent Management Solutions Table Of Contents The Challenge of Enterprise System Integration 03 Cloud-based Integration from Acendre 04 Why Use Acendre

More information

SAP Business One 8.8 PL12

SAP Business One 8.8 PL12 SAP Business One 8.8 PL12 Activating the Cockpit (excluding dashboards) Benno Eberle Roll-Out Services, Small Business GTM June 2010 SAP Business One 8.8 Expert Empowerment Session Objectives At the end

More information

SAP Localization Hub Globalization Services May Customer

SAP Localization Hub Globalization Services May Customer SAP Localization Hub Globalization Services May 2016 Customer Legal disclaimer The information in this presentation is confidential and proprietary to SAP and may not be disclosed without the permission

More information

Slide 1. System Landscape Recommendations for SAP NetWeaver 7.3 Process Centric Capabilities. Dirk Anthony, SAP AG June 2011

Slide 1. System Landscape Recommendations for SAP NetWeaver 7.3 Process Centric Capabilities. Dirk Anthony, SAP AG June 2011 Slide 1 System Landscape Recommendations for SAP NetWeaver 7.3 Process Centric Capabilities Dirk Anthony, SAP AG June 2011 Slide 2 Disclaimer This presentation outlines our general product direction and

More information

News in Application Operations Based

News in Application Operations Based News in Application Operations Based Customer on SAP Solution Manager 7.2 November 2016 Disclaimer The information in this presentation is confidential and proprietary to SAP and may not be disclosed without

More information

Integration with SAP Hybris Marketing - Google AdWords and SAP Cloud Platform Integration

Integration with SAP Hybris Marketing - Google AdWords and SAP Cloud Platform Integration Integration Information SAP Hybris Marketing Document Version: 2.4.4 2018-02-05 Integration with SAP Hybris Marketing - Google AdWords and SAP Cloud Platform Integration How to Set Up the Integration with

More information

Webinar SAP Application Interface Framework. Michal Krawczyk - SAP Mentor Int4

Webinar SAP Application Interface Framework. Michal Krawczyk - SAP Mentor Int4 Webinar SAP Application Interface Framework Michal Krawczyk - SAP Mentor Int4 Legal disclaimer The information in this presentation is confidential and proprietary to SAP and may not be disclosed without

More information

Administration Guide Setup, Configuration and Administration THE BEST RUN

Administration Guide Setup, Configuration and Administration THE BEST RUN A GUIDE FOR ADMINISTRATORS PUBLIC SAP Global Track and Trace Document Version: Cloud 2018.12a 2018-12-14 Setup, Configuration and Administration 2018 SAP SE or an SAP affiliate company. All rights reserved.

More information

Internal SAP S/4HANA Webinar Series. SAP Global User Groups Organization

Internal SAP S/4HANA Webinar Series. SAP Global User Groups Organization Internal SAP S/4HANA Webinar Series SAP Global User Groups Organization S/4HANA Webinar Series 4 SAP User Groups Introduction to SAP S/4HANA Bert Schulze June 14 Introduction to SAP S/4HANA Cloud Yannick

More information

Eating own dog food, ie. running on own PaaS SAP HANA Cloud Platform. #SAPrunsSAP

Eating own dog food, ie. running on own PaaS SAP HANA Cloud Platform. #SAPrunsSAP Eating own dog food, ie. running on own PaaS SAP HANA Cloud Platform #SAPrunsSAP Vitaliy @Sygyzmundovych Rudnytskiy, SAP TopConf Tallinn, November 2014 Let s start with me :) Vitaliy Rudnytskiy @Sygyzmundovych

More information

Design to Cost : Increase Your Profit Margin with SAP Product Lifecycle Costing

Design to Cost : Increase Your Profit Margin with SAP Product Lifecycle Costing Design to Cost : Increase Your Profit Margin with SAP Product Lifecycle Costing Vijendran Sundararajan, Manthan Peshne, SAP Manufacturing Industries Forum, Lombard, IL, 15 th June, 2016 Customer Agenda

More information

Better : Holistic IT Management of Hybrid Solutions Andy Lawrence ALM / OCC Architect Gary Marshall OCC Architect SAP UKI

Better : Holistic IT Management of Hybrid Solutions Andy Lawrence ALM / OCC Architect Gary Marshall OCC Architect SAP UKI Better : Holistic IT Management of Hybrid Solutions Andy Lawrence ALM / OCC Architect Gary Marshall OCC Architect SAP UKI 2014 SAP SE or an SAP affiliate company. All rights reserved. Public 1 Simplify

More information

FAQs CRM / ERP Integration with SAP Hybris Cloud for Customer SAP Hybris Cloud for Customer PUBLIC

FAQs CRM / ERP Integration with SAP Hybris Cloud for Customer SAP Hybris Cloud for Customer PUBLIC FAQs CRM / ERP Integration with SAP Hybris Cloud for Customer SAP Hybris Cloud for Customer PUBLIC TABLE OF CONTENTS 1. Error: No IDoc saved in target system (SOAP HTTP).... 3 2. Error: ID mapping for

More information

AC 10.0 Pre-Implementation From Post-Installation to First Risk Analysis

AC 10.0 Pre-Implementation From Post-Installation to First Risk Analysis AC 10.0 Pre-Implementation From Post-Installation to First Risk Analysis Customer Solution Adoption April 11th 2011 Version 1.0 Purpose of this document This document allows implementation consultants

More information

SAP S/4HANA Update for User Groups

SAP S/4HANA Update for User Groups SAP S/4HANA Update for User Groups Yannick Peterschmitt, Christian Vogler, SAP SE Walldorf SAP S/4HANA Product Customer Disclaimers DISCLAIMER This presentation outlines our general product direction and

More information

Administration Guide Setup, Configuration and Administration THE BEST RUN

Administration Guide Setup, Configuration and Administration THE BEST RUN ADMINISTRATION GUIDE PUBLIC SAP Global Track and Trace Document Version: Cloud 2019.03a 2019-03-13 Setup, Configuration and Administration 2019 SAP SE or an SAP affiliate company. All rights reserved.

More information

CIO Guide: Process and Data Integration in Hybrid Landscapes

CIO Guide: Process and Data Integration in Hybrid Landscapes Hybrid Integration CIO Guide: Process and Data Integration in Hybrid Landscapes 1 / 70 Table of Contents 3 Executive Summary 5 Introduction 12 Integration Solution Advisory Methodology 12 Integration Roles

More information

SAP Jam Collaboration Revolutionize work. Simplify your business.

SAP Jam Collaboration Revolutionize work. Simplify your business. SAP Jam Collaboration Revolutionize work. Simplify your business. December 2016 sap.com/jam Legal disclaimer The information in this presentation is confidential and proprietary to SAP and may not be disclosed

More information

SAP SuccessFactors Onboarding

SAP SuccessFactors Onboarding SAP SuccessFactors Onboarding Technical and Functional Specifications CUSTOMER TABLE OF CONTENTS KEY FEATURES AND FUNCTIONALITIES... 3 FORMS MANAGEMENT... 3 TASK AND PROCESS MANAGEMENT... 4 NEW HIRE PORTAL...

More information

Week 1 Unit 1: Basics. January, 2015

Week 1 Unit 1: Basics. January, 2015 Week 1 Unit 1: Basics January, 2015 Cloud Service Models Hardware or software provided to you as a service and accessible through the Internet SOFTWARE AS A SERVICE SaaS PLATFORM AS A SERVICE PaaS INFRASTRUCTURE

More information

SAP Strategy and What s in for Spain

SAP Strategy and What s in for Spain Local solutions. Global success. SAP Strategy and What s in for Spain Khaled Musilhy Director Globalization Services, SAP November 17, 2017 Panorama of Gate, Barri Gothic Quarter, Barcelona, Spain Legal

More information

Use Case: Salesforce connector

Use Case: Salesforce connector 1 Use Case: Salesforce connector 2 Use cases for Salesforce connector Databases Flat-Files, Excel (FTP, HTTP, Email) Back-End Systems (ERP, Finance etc.) XML, Web Services Business Users (Process Workflow)

More information

SAP Live Access General User Guide

SAP Live Access General User Guide 1. Before You Start SAP Live Access General User Guide July 2017 2. Get to Know SAP Live Access 3. Manage Your Training System 4. Support 1. Before You Start 2. Get to Know SAP Live Access 3. Manage Your

More information

PUBLIC Prepackaged Integration with SAP ERP SAP SE or an SAP affiliate company. All rights reserved.

PUBLIC Prepackaged Integration with SAP ERP SAP SE or an SAP affiliate company. All rights reserved. PUBLIC 2018-11-14 2018 SAP SE or an SAP affiliate company. All rights reserved. THE BEST RUN Content 1 Overview.... 4 1.1 Integration Scope....4 1.2 Methodology....5 2 Technical Information....7 2.1 SAP

More information

PDM Workbench for. Aras Innovator

PDM Workbench for. Aras Innovator PDM Workbench for Aras Innovator overview The PDM Workbench is a comprehensive PDM Rich Client seamlessly integrated in CATIA V5. It enables access to and full control of CATIA data via PDM. Supported

More information

SAP Digital Product Innovation Innovations in 2017

SAP Digital Product Innovation Innovations in 2017 SAP Digital Product Innovation Innovations in 2017 John McNIff, Global Vice President Solution Management for Digital Project and Product Innovation May 2017 PUBLIC Disclaimer The information in this presentation

More information

SAP EDUCATION SAMPLE QUESTIONS: C_HRHFC_1608. Questions

SAP EDUCATION SAMPLE QUESTIONS: C_HRHFC_1608. Questions SAP EDUCATION SAMPLE QUESTIONS: C_HRHFC_1608 SAP Certified Application Associate - SAP SuccessFactors Full Cloud/Core Hybrid (1608) Disclaimer: These sample questions are for self-evaluation purposes only

More information

SAP CGI Support Update

SAP CGI Support Update SAP CGI Support Update Mark Crawford September 04, 2013 Public Legal Disclaimer The information in this presentation is confidential and proprietary to SAP and may not be disclosed without the permission

More information

SAP s Integration Strategy in Cloud and Hybrid Environments

SAP s Integration Strategy in Cloud and Hybrid Environments SAP s Integration Strategy in Cloud and Hybrid Environments Katrin von Ahsen, Product Management SAP Cloud Platform Integration & Internet of Things, SAP Process Orchestration SAP Inside Track in Rot/Germany,

More information

#SAPForum 2016 SAP SE OR AN SAP AFFILIATE COMPANY. ALL RIGHTS RESERVED. #SAPForum

#SAPForum 2016 SAP SE OR AN SAP AFFILIATE COMPANY. ALL RIGHTS RESERVED. #SAPForum SAP S/4 1511 Visión Tecnológica NOÈLIA SOLERES Experta Soluciones Tecnológicas. SAP España #SAPForum TIME TO UNVEIL THE MAGIC A SOLID BASE All devices SAP, ISVs, and custom applications SAP HANA Platform

More information

SAP SuccessFactors Foundation

SAP SuccessFactors Foundation SAP SuccessFactors Foundation Technical and Functional Specifications CUSTOMER TABLE OF CONTENTS KEY FEATURES AND FUNCTIONALITIES... 3 INTELLIGENT SERVICES... 4 Activities... 4 Administration... 4 INTEGRATION

More information

This unit is a short outline and will give you an overview on component level. In addition it will show how SAP uses the SDK for extensions (i.e.

This unit is a short outline and will give you an overview on component level. In addition it will show how SAP uses the SDK for extensions (i.e. This unit is a short outline and will give you an overview on component level. In addition it will show how SAP uses the SDK for extensions (i.e. Add-Ons ) to SAP Business One. SAP Business One is implemented

More information

Indirect Access Guide for SAP Installed Base Customers. April / SAP SE or an SAP affiliate company. All rights reserved.

Indirect Access Guide for SAP Installed Base Customers. April / SAP SE or an SAP affiliate company. All rights reserved. Indirect Access Guide for SAP Installed Base Customers April 2018 1 / 8 Table of Contents 3 Licensing Use of SAP ERP systems and Types of Access 4 Indirect Access Licensing Misconceptions 5 Common Indirect

More information

SAP Leonardo IoT Bridge Security Guide THE BEST RUN. SECURITY GUIDE PUBLIC Document Version:

SAP Leonardo IoT Bridge Security Guide THE BEST RUN. SECURITY GUIDE PUBLIC Document Version: SECURITY GUIDE PUBLIC Document Version: 1.0.0 2018-08-30 2018 SAP SE or an SAP affiliate company. All rights reserved. THE BEST RUN Content 1 Document History.... 3 2 Introduction....4 3 Before You Start....5

More information

SAP SuccessFactors People Central Hub

SAP SuccessFactors People Central Hub SAP SuccessFactors People Central Hub Technical and Functional Specifications CUSTOMER TABLE OF CONTENTS KEY FEATURES AND FUNCTIONALITIES... 3 PEOPLE DATA OVERVIEW... 3 SEARCH... 4 MOBILE... 4 INTEGRATION...

More information

run() ANP104 Massive Predictive Analytics

run() ANP104 Massive Predictive Analytics run() ANP104 Massive Predictive Analytics Public Speakers Las Vegas, Sept 19-23 Erik Marcadé - Vice President, Advanced Analytics Products Bangalore, October 5-7 Paul Pallath, Chief Data Scientist, Advanced

More information

Connected Products Your Digital Product Innovation Platform Frank Spiegel, SAP June Customer

Connected Products Your Digital Product Innovation Platform Frank Spiegel, SAP June Customer Connected Products Your Digital Product Innovation Platform Frank Spiegel, SAP June 2016 Customer Legal disclaimer The information in this presentation is confidential and proprietary to SAP and may not

More information

SAP BusinessObjects Design Studio. Ian Mayor & Ya-Chi Lu

SAP BusinessObjects Design Studio. Ian Mayor & Ya-Chi Lu SAP BusinessObjects Design Studio Ian Mayor & Ya-Chi Lu Disclaimer This presentation outlines our general product direction and should not be relied on in making a purchase decision. This presentation

More information

See What's Coming in Oracle Service Cloud. Release Content Document

See What's Coming in Oracle Service Cloud. Release Content Document See What's Coming in Oracle Service Cloud Release Content Document November 2015 TABLE OF CONTENTS REVISION HISTORY... 3 ORACLE SERVICE CLOUD NOVEMBER RELEASE OVERVIEW... 4 WEB CUSTOMER SERVICE... 5 Oracle

More information

Master Data Governance, Enterprise Edition. Gerhard Kwak, Product Management - Master Data Governance November 2013

Master Data Governance, Enterprise Edition. Gerhard Kwak, Product Management - Master Data Governance November 2013 Master Data Governance, Enterprise Edition Gerhard Kwak, Product Management - Master Data Governance November 2013 Legal disclaimer The information in this presentation is confidential and proprietary

More information

Will S/4HANA and ARIBA change our procurement landscape?

Will S/4HANA and ARIBA change our procurement landscape? Will S/4HANA and ARIBA change our procurement landscape? Procurement Master Class 15th of March 2018 Linda Braspenning (SAP) Lionel Barette (Aptys Consulting) Legal disclaimer The information in this presentation

More information

What is SAP s go-forward solution for Core HR Time and Payroll? Kontich, March 16th 2017

What is SAP s go-forward solution for Core HR Time and Payroll? Kontich, March 16th 2017 What is SAP s go-forward solution for Core HR Time and Payroll? Kontich, March 16th 2017 Flexso Core HR, Time & Payroll Seminar Program for today 13h30 Welcome & registration 14h00 Introduction 14h10 SAP

More information

How-To Guide SAP NetWeaver Document Version: How to Configure Integration between SAP CRM and SAP Cloud for Customers using SAP HCI

How-To Guide SAP NetWeaver Document Version: How to Configure Integration between SAP CRM and SAP Cloud for Customers using SAP HCI How-To Guide SAP NetWeaver Document Version: 1.0-2013-12-09 How to Configure Integration between SAP CRM and SAP Cloud for Customers using SAP HCI Document History Document Version Description 1.0 First

More information

SAP Smart Business Service

SAP Smart Business Service SAP Smart Business Service Legal disclaimer The information in this presentation is confidential and proprietary to SAP and may not be disclosed without the permission of SAP. This presentation is not

More information

WebOTX ESB / Salesforce Integration Solution

WebOTX ESB / Salesforce Integration Solution WebOTX ESB / Salesforce Integration Solution November, 2015 NEC Corporation, Cloud Platform Division, WebOTX Group Index 1. Back-end integration platform WebOTX ESB 2. WebOTX ESB Salesforce integration

More information

About the Tutorial. Audience. Prerequisites. Copyright & Disclaimer SAP C4C

About the Tutorial. Audience. Prerequisites. Copyright & Disclaimer SAP C4C About the Tutorial In today s competitive market, it is important to meet customer requirements and align your sales, marketing and service business lines to provide higher customer satisfaction. It is

More information

Integration with SAP Hybris Marketing - Google Analytics and SAP Cloud Platform Integration

Integration with SAP Hybris Marketing - Google Analytics and SAP Cloud Platform Integration Integration Information SAP Hybris Marketing Document Version: 1.0 2017-09-18 Integration with SAP Hybris Marketing - Google Analytics and SAP Cloud Platform Integration How to Set Up the Integration with

More information

SAP S/4HANA for Product Compliance Solution Overview and Road Map

SAP S/4HANA for Product Compliance Solution Overview and Road Map SAP S/4HANA for Product Compliance Solution Overview and Road Map Dr. Rüdiger Kreuzholz, SAP December 08, 2017 Legal disclaimer The information in this presentation is confidential and proprietary to SAP

More information

SAP NetWeaver Demo Model: UI Demos using Demo Enterprise Services (EHP1 for SAP NetWeaver

SAP NetWeaver Demo Model: UI Demos using Demo Enterprise Services (EHP1 for SAP NetWeaver SAP NetWeaver Demo Model: UI Demos using Demo Enterprise Services (EHP1 for SAP NetWeaver Composition Environment 7.1) Applies to: Enhancement Package 1 for SAP NetWeaver Composition Environment 7.1.For

More information