Come estendere e integrare le applicazioni nel cloud. Antonello Morelli, Innovation & Portfolio Lead, SAP Digital Business Services

Size: px
Start display at page:

Download "Come estendere e integrare le applicazioni nel cloud. Antonello Morelli, Innovation & Portfolio Lead, SAP Digital Business Services"

Transcription

1 Come estendere e integrare le applicazioni nel cloud Antonello Morelli, Innovation & Portfolio Lead, SAP Digital Business Services

2 In-app & Side-by-side Extensibility

3 Fit-to-Standard Methodology Customer ABC S/4HANA Cloud 3

4 Fit-to-Standard Methodology Customer ABC S/4HANA Cloud In-app extensibility CoPilot Side-by-side extensibility Fit to Standard Machine Learning Co-innovation Innovation roadmap 4

5 SAP S/4HANA In-App and Side-by-Side Extensibility SAP S/4HANA: Enrich the core In-app extensibility Variants of standard processes and business logic (for example, micro-vertical solutions, localization) Focus on company-owned business documents (for example, legal compliance) Analytics extensibility (for example, tailored operational reporting for minimized asset allocation) SAP Cloud Platform: Extend reach. Integrate. IoT. Side-by-side extensibility with SAP Cloud Platform Integrate with SAP Cloud apps and third-party solutions Input from external users, mobility Extend core processes by before and after steps (for example, customer service or triggers from sensor data) New standalone cloud apps (Internet of Things) 5

6 SAP S/4HANA In-App and Side-by-Side In-app extensions Side-by-side extensions Custom User Interface Custom Analytics / Reports Custom Forms Custom Fields Custom Business Objects In-app Extensions UI Application Database UI Integration Open APIs Business Events * UI Application Database e.g. Fiori S/4HANA Cloud SDK Java ABAP * HANA Custom Business Logic Custom CDS Views S/4HANA View Replication * typical architecture SAP Web IDE Extensibility Cockpit Extensibility Inventory Lifecycle Management SAP CP Integration Services SAP CP Workflow Services SAP Analytics Cloud SAP Identity Management * Outlook / this is the current state of planning, and can be changed at anytime 6

7 In-app Extensibility

8 SAP S/4HANA In-App Extensibility: In-App Key User Extensibility Scenarios I1 UI Adaptation User Interface (Fiori) Cloud Custom Fields I2 OData Service OData Service I3 Application (ABAP CDS) I4 Analytics / Forms Database Table Business Logic OData 1. Adapt UIs show/hide/re-arrange/rename identifier of standard and custom fields 2. Create custom fields Define custom fields and publish it for dedicated CDS views, APIs, UIs DDIC is automatically generated, CDS views and OData services are automatically extended 3. Custom Analytics and Forms Assign defined custom fields for forms 4. Implement Custom Business Logic ( BAdIs ) Implement business logic in Restricted ABAP ; access custom fields, read other objects via CDS views; call external web-based services SAP In-App Extensibility 8

9 In-App Extensibility - Custom Business Logic SAP S/4HANA in-app extensions Implement designated enhancement points within business processes using custom business logic to extend behavior Create Sales Order Adv. ATP Create Delivery Execute Picking Post Goods Issue Create Billing Typical use-cases: custom validation logic, calculations, additional process steps or calls to external services * simplified, see BD9 for full process 9

10 In-App Extensibility - Extensibility Cockpit: Find extension points in a business process Overview about all enhancement points within a business process in S/4HANA Cloud End-to-end selection from solution scope, scope item to business context UIs APIs Business Logic Business Scenarios CDS Views Forms On further drill-down, see a full list of extendable objects for the selected business context See the already implemented extensions belonging to the filtered Business Context objects Respective links for navigation to objects and extensions, e.g. custom fields, standard APIs, CDS views 10

11 In-App Extensibility - Extend standard objects with custom fields Fields are automatically added to the virtual data model and database tables Name Weight YY1_LotNum and can be used in Custom Analytics, Custom Forms, TODO in templates, OData services and Custom Business Logic 11

12 In-App Extensibility - example: Gross weight calculation on batch level SAP S/4HANA in-app extensions Create Sales Order Create Delivery Create Billing On before save delivery: Calculate gross weight DATA total TYPE integer. Read weight information on batch level from standard CDS views Delivery Header Usage of a custom field to store the result LOOP AT delivery-items INTO item. SELECT weight FROM I_Batch WHERE batch = item-batch. ADD weight TO total. ENDLOOP. I_Batch YY1_GrossWeight Delivery Items delivery-yy1_grossweight = total. Invoice Include the gross weight on delivery slip and invoice 12

13 In-App Extensibility - Custom Business Logic code editor Key User Fiori App Custom Fields and Logic Web Editor with Key User Experience Easy exploration of APIs, key user documentation Syntax check, syntax highlighting, code completion Draft (sandboxing) / published, testing included Restricted ABAP: - Robustness / security / data consistency - The following statements are not allowed: any DB operation except selects from released views, tweaking new tasks, dynamic programming, code generation Simplicity: obsolete ABAP statements are removed from the syntax 13

14 SAP S/4HANA Cloud In-App Extensibility: Customer Development Extensions User interface Develop you extension in ABAP Define own data object structures (custom tables) and add business logic in ABAP. Cloud Custom Business Objects (external) OData Service Logic I4 Business Logic Application A Fiori UI can be automatically generated and adapted with the WEB IDE Use business logic (e.g. BADIs) to run actions or validate the entries use your business object to create your custom OData services (read/write) Maintain custom tile on Launchpad I5 SAP Database In-App Extensibility Associate to custom fields or other custom business objects 14

15 In-App Extensibility - Store arbitrary data in Custom Business Objects SAP S/4HANA in-app extensions Store custom data in table-like structures Database tables are automatically generated ID Seats ServiceTechnician (formerly known as Z-tables) As well as a Fiori based maintenance UI 15

16 Side-by-side Extensibility

17 What is a custom side-by-side extension? Custom extension applications A side-by-side extension is a customer developed and operated application, running next to SAP S/4HANA De-coupled integration via APIs, events and replication services Lifecycle independent Separated application stacks Highly productive development environment with the SAP WebIDE and S/4HANA Cloud SDK Fiori Launchpad User Interface (Fiori) OData Service Application (ABAP CDS) Database Table Fiori Launchpad Custom User Interface (Fiori) OData Service Application (Java JS CDS) Database Table Supports hybrid scenarios SAP S/4HANA Side-by-Side 17

18 SAP S/4HANA Extensibility map S/4HANA Simple In-App Extensions Custom Fields, Business Objects, Reports, Analytical reports - Persona: Consultant / Key user Complex In-App Extensions in SAP S/4HANA Custom applications running natively within SAP S/4HANA Cloud - Persona: Consultant / Developer - Integrated in SAP S/4HANA Cloud - Limited business logic ( Cloud ABAP ) - Custom UI (built in the WebIDE, based on UI5) - Target group: internal business user - Operated by SAP (SaaS) Side-by-Side Extension on SAP Cloud Platform Standalone applications running side-by-side to SAP S/4HANA Cloud - Persona: Developers / Partners - Loosely coupled to full standalone - Single instance / Multi-tenant / SaaS - IDE: Eclipse or WebIDE or others - Libraries: SAP S/4HANA Cloud SDK - Complex business logic (3rd party integration, mobile apps, complex persistence requirements) - Target group: internal business user, externals, consumers - Platform operated by SAP (PaaS) 18

19 Integration Options

20 Integration options for SAP S/4HANA Cloud 1. APIs: SAP releases APIs for SAP S/4HANA Cloud and other SAP Cloud Products to enable customers digitizing their business to securely connect apps to other systems. Published on SAP API Business Hub odata/rest SOAP 3rd Party Cloud 2. CDS Views: SAP releases CDS Views for SAP S/4HANA Cloud to read data from SAP S/4HANA Cloud system. Could be consumed as odata services using custom communication arrangements. SAP S/4HANA Cloud 3. Traditional APIs: released BAPIs/Idocs can be used to connect SAP S/4HANA Cloud with on-premise applications. Published and released via SAP Note BAPI IDoc SAP On Premise 3rd Party On-Premise 20

21 The SAP API Business Hub Custom extension applications: Basics Provides easy access to APIs from SAP S/4HANA, cloud LoB apps, industry apps, partners Discover, test and learn about APIs across different SAP solutions and platforms in a central catalog API documentation based on OpenAPI format Access to APIs in sandbox systems for immediate trial Integrated with SAP Cloud Platform development tools SAP API Business Hub 21

22 Thank you! Antonello Morelli Innovation & Portfolio Lead, SAP Digital Business Services E: 22

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

Efficiently Develop Powerful Apps for An Intelligent Enterprise

Efficiently Develop Powerful Apps for An Intelligent Enterprise SAP Brief SAP Technology SAP Web IDE Efficiently Develop Powerful Apps for An Intelligent Enterprise SAP Brief Agility to build and extend applications SAP Web IDE puts the power of agile in your hands.

More information

SAP Cloud Platform ABAP Environment: Frequently Asked Questions

SAP Cloud Platform ABAP Environment: Frequently Asked Questions Frequently Asked Questions SAP Cloud Environment August 2018 SAP Cloud Environment: Frequently Asked Questions SAP Cloud environment is SAP s platform as a service (PaaS) offering for ABAP development.

More information

UX100 SAP Fiori - Foundation

UX100 SAP Fiori - Foundation UX100 SAP Fiori - Foundation. COURSE OUTLINE Course Version: 02 Course Duration: 3 Day(s) SAP Copyrights and Trademarks 2016 SAP SE or an SAP affiliate company. All rights reserved. No part of this publication

More information

SAP ERP to SAP S/4HANA 1709 Delta Scope Solution Capability: Warranty Management

SAP ERP to SAP S/4HANA 1709 Delta Scope Solution Capability: Warranty Management SAP ERP to SAP S/4HANA 1709 Delta Scope Solution Capability: Warranty Management SAP S/4HANA 1709 S/4HANA Suite Finance Human Resources Sourcing and Procurement Manufacturing Supply Chain Suite** Products*

More information

S4DEV. Hands-on Introduction to Application Programming on SAP S/4HANA COURSE OUTLINE. Course Version: 10 Course Duration: 3 Day(s)

S4DEV. Hands-on Introduction to Application Programming on SAP S/4HANA COURSE OUTLINE. Course Version: 10 Course Duration: 3 Day(s) S4DEV Hands-on Introduction to Application Programming on SAP S/4HANA. COURSE OUTLINE Course Version: 10 Course Duration: 3 Day(s) SAP Copyrights and Trademarks 2018 SAP SE or an SAP affiliate company.

More information

SAPX03. SAP Fiori Implementation, Administration and Configuration COURSE OUTLINE. Course Version: 15 Course Duration: 5 Day(s)

SAPX03. SAP Fiori Implementation, Administration and Configuration COURSE OUTLINE. Course Version: 15 Course Duration: 5 Day(s) SAPX03 SAP Fiori Implementation, Administration and Configuration. COURSE OUTLINE Course Version: 15 Course Duration: 5 Day(s) SAP Copyrights and Trademarks 2016 SAP SE or an SAP affiliate company. All

More information

SAP ERP to SAP S/4HANA 1709 Delta Scope Solution Capability: Production BOM Management

SAP ERP to SAP S/4HANA 1709 Delta Scope Solution Capability: Production BOM Management SAP ERP to SAP S/4HANA 1709 Delta Scope Solution Capability: Production BOM SAP S/4HANA 1709 S/4HANA Suite Finance Human Resources Sourcing and Procurement Manufacturing Supply Chain Suite** Products*

More information

UX100 SAP Fiori Foundation

UX100 SAP Fiori Foundation UX100 SAP Fiori Foundation. COURSE OUTLINE Course Version: 03 Course Duration: 3 Day(s) SAP Copyrights and Trademarks 2017 SAP SE or an SAP affiliate company. All rights reserved. No part of this publication

More information

SAP ERP to SAP S/4HANA 1709 Delta Scope Solution Capability: Extended Warehouse Management

SAP ERP to SAP S/4HANA 1709 Delta Scope Solution Capability: Extended Warehouse Management SAP ERP to SAP S/4HANA 1709 Delta Scope Solution Capability: Extended Warehouse Management SAP S/4HANA 1709 S/4HANA Suite Finance Human Resources Sourcing and Procurement Manufacturing Suite** Products*

More information

SAP ERP to SAP S/4HANA 1709 Delta Scope Solution Capability: Self-Service Requisitioning

SAP ERP to SAP S/4HANA 1709 Delta Scope Solution Capability: Self-Service Requisitioning SAP ERP to SAP S/4HANA 1709 Delta Scope Solution Capability: Self- Requisitioning SAP S/4HANA 1709 S/4HANA Suite Finance Human Resources Sourcing and Procurement Manufacturing Supply Chain Suite** Products*

More information

SAP ERP to SAP S/4HANA 1709 Delta Scope Solution Capability: Time Sheet

SAP ERP to SAP S/4HANA 1709 Delta Scope Solution Capability: Time Sheet SAP ERP to SAP S/4HANA 1709 Delta Scope Solution Capability: Time Sheet *Additional license - **Additional installation and license C (Partially) Compatibility scope SAP S/4HANA 1709 SAP S/4HANA Suite

More information

SAPX01. SAP User Experience Fundamentals and Best Practices COURSE OUTLINE. Course Version: 15 Course Duration: 3 Day(s)

SAPX01. SAP User Experience Fundamentals and Best Practices COURSE OUTLINE. Course Version: 15 Course Duration: 3 Day(s) SAPX01 SAP User Experience Fundamentals and Best Practices. COURSE OUTLINE Course Version: 15 Course Duration: 3 Day(s) SAP Copyrights and Trademarks 2017 SAP SE or an SAP affiliate company. All rights

More information

Week 3 Unit 3: Adapting Your Custom Code

Week 3 Unit 3: Adapting Your Custom Code Week 3 Unit 3: Adapting Your Custom Code System conversion: custom code migration worklist Discovery / Prepare Phase Realize Phase t 1 t 2 t 3 t 4 t 5 t 6 t System Requirements Maintenance Planner Pre-Checks

More information

S4F02. Management Accounting in SAP S/4HANA COURSE OUTLINE. Course Version: 05 Course Duration: 3 Day(s)

S4F02. Management Accounting in SAP S/4HANA COURSE OUTLINE. Course Version: 05 Course Duration: 3 Day(s) S4F02 Management Accounting in SAP S/4HANA. COURSE OUTLINE Course Version: 05 Course Duration: 3 Day(s) SAP Copyrights and Trademarks 2016 SAP SE or an SAP affiliate company. All rights reserved. No part

More information

S4F05. Asset Accounting in SAP S/4HANA: Customizing and Conversion COURSE OUTLINE. Course Version: 05 Course Duration: 2 Day(s)

S4F05. Asset Accounting in SAP S/4HANA: Customizing and Conversion COURSE OUTLINE. Course Version: 05 Course Duration: 2 Day(s) S4F05 Asset Accounting in SAP S/4HANA: Customizing and Conversion. COURSE OUTLINE Course Version: 05 Course Duration: 2 Day(s) SAP Copyrights and Trademarks 2018 SAP SE or an SAP affiliate company. All

More information

Digital Supply Chain of ONE

Digital Supply Chain of ONE Digital Supply Chain of ONE The Company Strategy which Transforms Industries Hans Thalbauer, SAP March, 2018 New Business Models Enabled by Digital Supply Chain Industry boundaries are blurring Consumer

More information

TS4C01. SAP S/4HANA Cloud On-boarding Fundamentals COURSE OUTLINE. Course Version: 04 Course Duration: 3 Day(s)

TS4C01. SAP S/4HANA Cloud On-boarding Fundamentals COURSE OUTLINE. Course Version: 04 Course Duration: 3 Day(s) TS4C01 SAP S/4HANA Cloud On-boarding Fundamentals. COURSE OUTLINE Course Version: 04 Course Duration: 3 Day(s) SAP Copyrights and Trademarks 2017 SAP SE or an SAP affiliate company. All rights reserved.

More information

S4H01. Introduction to SAP S/4HANA COURSE OUTLINE. Course Version: 03 Course Duration: 2 Day(s)

S4H01. Introduction to SAP S/4HANA COURSE OUTLINE. Course Version: 03 Course Duration: 2 Day(s) S4H01 Introduction to SAP S/4HANA. COURSE OUTLINE Course Version: 03 Course Duration: 2 Day(s) SAP Copyrights and Trademarks 2016 SAP SE or an SAP affiliate company. All rights reserved. No part of this

More information

S4H01 SAP Business Suite to SAP S/4HANA Delta

S4H01 SAP Business Suite to SAP S/4HANA Delta S4H01 SAP Business Suite to SAP S/4HANA Delta. COURSE OUTLINE Course Version: 05 Course Duration: 2 Day(s) SAP Copyrights and Trademarks 2018 SAP SE or an SAP affiliate company. All rights reserved. No

More information

S4F01 Financial Accounting in SAP S/4HANA for SAP ERP FI Professionals

S4F01 Financial Accounting in SAP S/4HANA for SAP ERP FI Professionals S4F01 Financial Accounting in SAP S/4HANA for SAP ERP FI Professionals. COURSE OUTLINE Course Version: 08 Course Duration: 2 Day(s) SAP Copyrights and Trademarks 2017 SAP SE or an SAP affiliate company.

More information

S4F01. Financial Accounting in SAP S/ 4HANA COURSE OUTLINE. Course Version: 03 Course Duration: 2 Day(s)

S4F01. Financial Accounting in SAP S/ 4HANA COURSE OUTLINE. Course Version: 03 Course Duration: 2 Day(s) S4F01 Financial Accounting in SAP S/ 4HANA. COURSE OUTLINE Course Version: 03 Course Duration: 2 Day(s) SAP Copyrights and Trademarks 2016 SAP SE or an SAP affiliate company. All rights reserved. No part

More information

S4C01. SAP S/4HANA Cloud On-boarding Fundamentals COURSE OUTLINE. Course Version: 05 Course Duration: 3 Day(s)

S4C01. SAP S/4HANA Cloud On-boarding Fundamentals COURSE OUTLINE. Course Version: 05 Course Duration: 3 Day(s) S4C01 SAP S/4HANA Cloud On-boarding Fundamentals. COURSE OUTLINE Course Version: 05 Course Duration: 3 Day(s) SAP Copyrights and Trademarks 2016 SAP SE or an SAP affiliate company. All rights reserved.

More information

S4SD1. SAP S/4HANA Sales - Functions & Innovations COURSE OUTLINE. Course Version: 05 Course Duration: 1 Day(s)

S4SD1. SAP S/4HANA Sales - Functions & Innovations COURSE OUTLINE. Course Version: 05 Course Duration: 1 Day(s) S4SD1 SAP S/4HANA Sales - Functions & Innovations. COURSE OUTLINE Course Version: 05 Course Duration: 1 Day(s) SAP Copyrights and Trademarks 2016 SAP SE or an SAP affiliate company. All rights reserved.

More information

S4130. Business Processes in S/4HANA Asset Management COURSE OUTLINE. Course Version: 05 Course Duration: 5 Day(s)

S4130. Business Processes in S/4HANA Asset Management COURSE OUTLINE. Course Version: 05 Course Duration: 5 Day(s) S4130 Business Processes in S/4HANA Asset Management. COURSE OUTLINE Course Version: 05 Course Duration: 5 Day(s) SAP Copyrights and Trademarks 2016 SAP SE or an SAP affiliate company. All rights reserved.

More information

S4PR1 SAP S/4HANA Sourcing & Procurement - Functions & Innovations

S4PR1 SAP S/4HANA Sourcing & Procurement - Functions & Innovations S4PR1 SAP S/4HANA Sourcing & Procurement - Functions & Innovations. COURSE OUTLINE Course Version: 06 Course Duration: 1 Day(s) SAP Copyrights and Trademarks 2017 SAP SE or an SAP affiliate company. All

More information

S4F01 Financial Accounting in SAP S/4HANA for SAP ERP FI Professionals

S4F01 Financial Accounting in SAP S/4HANA for SAP ERP FI Professionals S4F01 Financial Accounting in SAP S/4HANA for SAP ERP FI Professionals. COURSE OUTLINE Course Version: 11 Course Duration: SAP Copyrights and Trademarks 2018 SAP SE or an SAP affiliate company. All rights

More information

CP100 SAP Cloud Platform

CP100 SAP Cloud Platform CP100 SAP Cloud Platform. COURSE OUTLINE Course Version: 03 Course Duration: 5 Day(s) SAP Copyrights and Trademarks 2017 SAP SE or an SAP affiliate company. All rights reserved. No part of this publication

More information

SAPTEC. SAP NetWeaver Application Server - Fundamentals COURSE OUTLINE. Course Version: 16 Course Duration: 3 Day(s)

SAPTEC. SAP NetWeaver Application Server - Fundamentals COURSE OUTLINE. Course Version: 16 Course Duration: 3 Day(s) SAPTEC SAP NetWeaver Application Server - Fundamentals. COURSE OUTLINE Course Version: 16 Course Duration: 3 Day(s) SAP Copyrights and Trademarks 2018 SAP SE or an SAP affiliate company. All rights reserved.

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

S4F00. Overview of Financials in SAP S/4HANA COURSE OUTLINE. Course Version: 08 Course Duration: 2 Day(s)

S4F00. Overview of Financials in SAP S/4HANA COURSE OUTLINE. Course Version: 08 Course Duration: 2 Day(s) S4F00 Overview of Financials in SAP S/4HANA. COURSE OUTLINE Course Version: 08 Course Duration: 2 Day(s) SAP Copyrights and Trademarks 2018 SAP SE or an SAP affiliate company. All rights reserved. No part

More information

S4EA1. SAP S/4HANA Asset Management - Functions and Innovations COURSE OUTLINE. Course Version: 05 Course Duration: 1 Day(s)

S4EA1. SAP S/4HANA Asset Management - Functions and Innovations COURSE OUTLINE. Course Version: 05 Course Duration: 1 Day(s) S4EA1 SAP S/4HANA Asset Management - Functions and Innovations. COURSE OUTLINE Course Version: 05 Course Duration: 1 Day(s) SAP Copyrights and Trademarks 2016 SAP SE or an SAP affiliate company. All rights

More information

S4600 Business Processes in SAP S/4HANA Sales

S4600 Business Processes in SAP S/4HANA Sales S4600 Business Processes in SAP S/4HANA Sales. COURSE OUTLINE Course Version: 08 Course Duration: 4 Day(s) SAP Copyrights and Trademarks 2017 SAP SE or an SAP affiliate company. All rights reserved. No

More information

S4600 Business Processes in SAP S/4HANA Sales

S4600 Business Processes in SAP S/4HANA Sales S4600 Business Processes in SAP S/4HANA Sales. COURSE OUTLINE Course Version: 09 Course Duration: SAP Copyrights and Trademarks 2018 SAP SE or an SAP affiliate company. All rights reserved. No part of

More information

S4H100. SAP S/4HANA Implementation Scenarios COURSE OUTLINE. Course Version: 05 Course Duration: 3 Day(s)

S4H100. SAP S/4HANA Implementation Scenarios COURSE OUTLINE. Course Version: 05 Course Duration: 3 Day(s) S4H100 SAP S/4HANA Implementation Scenarios. COURSE OUTLINE Course Version: 05 Course Duration: 3 Day(s) SAP Copyrights and Trademarks 2016 SAP SE or an SAP affiliate company. All rights reserved. No

More information

SAP experience Day SAP BW/4HANA. 21 marzo 2018

SAP experience Day SAP BW/4HANA. 21 marzo 2018 SAP experience Day SAP BW/4HANA 21 marzo 2018 Disclaimer The information in this presentation is confidential and proprietary to SAP and may not be disclosed without the permission of SAP. Except for your

More information

SAP ERP to SAP S/4HANA 1709 Delta Scope Solution Capability: Closing Operations

SAP ERP to SAP S/4HANA 1709 Delta Scope Solution Capability: Closing Operations SAP ERP to SAP S/4HANA 1709 Delta Scope Solution Capability: Closing Operations *Additional license - **Additional installation and license C (Partially) Compatibility scope SAP S/4HANA 1709 SAP S/4HANA

More information

S4F40 Cash Management in SAP S/4HANA

S4F40 Cash Management in SAP S/4HANA S4F40 Cash Management in SAP S/4HANA. COURSE OUTLINE Course Version: 06 Course Duration: 2 Day(s) SAP Copyrights and Trademarks 2016 SAP SE or an SAP affiliate company. All rights reserved. No part of

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

CP100 SAP Cloud Platform

CP100 SAP Cloud Platform CP100 SAP Cloud Platform. COURSE OUTLINE Course Version: 04 Course Duration: 5 Day(s) SAP Copyrights and Trademarks 2018 SAP SE or an SAP affiliate company. All rights reserved. No part of this publication

More information

Connected Handel: Wie Vernetzung Wertschöpfungsketten

Connected Handel: Wie Vernetzung Wertschöpfungsketten Connected Handel: Wie Vernetzung Wertschöpfungsketten im Handel verändern kann Public Rolf Schumann, CTO, Head of Innovation, SAP EMEA / MEE Mannheim, 7. Juli 2016 Disclaimer The information in this presentation

More information

Complementary Demo Guide

Complementary Demo Guide Complementary Demo Guide SAP Business ByDesign Manufacturing SAP Business ByDesign Table of Content 1 About this Document...3 1.1 Purpose...3 2 Master and Transactional Data...3 3 Demo Steps...4 3.1 :

More information

SAP Inside Track Walldorf S/4HANA Cloud Q&A Session

SAP Inside Track Walldorf S/4HANA Cloud Q&A Session SAP Inside Track Walldorf S/4HANA Cloud Q&A Session Sven Denecken SVP, Head of S/4HANA Cloud Product & Co-Innovation, SAP SE @SDenecken S/4HANA Cloud Integrated and options to expand with extensibility

More information

ERP as a Service, la nuova generazione del cloud ERP. Alessandro Bacci, Director, Head of Cloud ERP, SAP Italia

ERP as a Service, la nuova generazione del cloud ERP. Alessandro Bacci, Director, Head of Cloud ERP, SAP Italia ERP as a Service, la nuova generazione del cloud ERP Alessandro Bacci, Director, Head of Cloud ERP, SAP Italia Today s Reality User Experience How we play How we watch Pokémon Go World of Warcraft Expectation

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

S4F10. Business Processes in Financial Accounting in SAP S/4HANA COURSE OUTLINE. Course Version: 08 Course Duration: 5 Day(s)

S4F10. Business Processes in Financial Accounting in SAP S/4HANA COURSE OUTLINE. Course Version: 08 Course Duration: 5 Day(s) S4F10 Business Processes in Financial Accounting in SAP S/4HANA. COURSE OUTLINE Course Version: 08 Course Duration: 5 Day(s) SAP Copyrights and Trademarks 2018 SAP SE or an SAP affiliate company. All rights

More information

S4500. Business Processes in SAP S/4HANA Sourcing & Procurement COURSE OUTLINE. Course Version: 09 Course Duration:

S4500. Business Processes in SAP S/4HANA Sourcing & Procurement COURSE OUTLINE. Course Version: 09 Course Duration: S4500 Business Processes in SAP S/4HANA Sourcing & Procurement. COURSE OUTLINE Course Version: 09 Course Duration: SAP Copyrights and Trademarks 2018 SAP SE or an SAP affiliate company. All rights reserved.

More information

SBN - PLM Webmeeting SAP S/4HANA for advanced variant configuration Overview and Roadmap

SBN - PLM Webmeeting SAP S/4HANA for advanced variant configuration Overview and Roadmap SBN - PLM Webmeeting SAP S/4HANA for advanced variant configuration Overview and Roadmap Stefan Kienzle, Research & Development SAP SE Walldorf, 17 th November 2017 Disclaimer The information in this presentation

More information

S4H00 S/4HANA Overview

S4H00 S/4HANA Overview S4H00 S/4HANA Overview. COURSE OUTLINE Course Version: 06 Course Duration: 3 Day(s) SAP Copyrights and Trademarks 2018 SAP SE or an SAP affiliate company. All rights reserved. No part of this publication

More information

UX102. Introduction to SAP User Experience UIs for Application Consultants COURSE OUTLINE. Course Version: 02 Course Duration: 2 Day(s)

UX102. Introduction to SAP User Experience UIs for Application Consultants COURSE OUTLINE. Course Version: 02 Course Duration: 2 Day(s) UX102 Introduction to SAP User Experience UIs for Application Consultants. COURSE OUTLINE Course Version: 02 Course Duration: 2 Day(s) SAP Copyrights and Trademarks 2016 SAP SE or an SAP affiliate company.

More information

Week 1 Unit 1: Introducing SAP Screen Personas

Week 1 Unit 1: Introducing SAP Screen Personas Week 1 Unit 1: Introducing SAP Screen Personas Introducing SAP Screen Personas Learning goals This course is intended for: New SAP Screen Personas users Designers Line-of-business managers SAP S/4HANA

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

Accelerate Innovation with SAP Leonardo Innovation Services

Accelerate Innovation with SAP Leonardo Innovation Services Accelerate Innovation with SAP Leonardo Innovation Services Meinolf Kaimann, SAP June 2017 PUBLIC SAP Leonardo fully integrated with SAP applications System of record System of innovation SAP Value Assurance

More information

SAC01 SAP Analytics Cloud

SAC01 SAP Analytics Cloud SAC01 SAP Analytics Cloud. COURSE OUTLINE Course Version: 17 Course Duration: SAP Copyrights and Trademarks 2019 SAP SE or an SAP affiliate company. All rights reserved. No part of this publication may

More information

S4F41. Implementing Cash Management in SAP S/4HANA COURSE OUTLINE. Course Version: 06 Course Duration: 5 Day(s)

S4F41. Implementing Cash Management in SAP S/4HANA COURSE OUTLINE. Course Version: 06 Course Duration: 5 Day(s) S4F41 Implementing Cash Management in SAP S/4HANA. COURSE OUTLINE Course Version: 06 Course Duration: 5 Day(s) SAP Copyrights and Trademarks 2016 SAP SE or an SAP affiliate company. All rights reserved.

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

IBP200. SAP Integrated Business Planning - Platform Features and Customizing COURSE OUTLINE. Course Version: 16 Course Duration: 5 Day(s)

IBP200. SAP Integrated Business Planning - Platform Features and Customizing COURSE OUTLINE. Course Version: 16 Course Duration: 5 Day(s) IBP200 SAP Integrated Business Planning - Platform Features and Customizing. COURSE OUTLINE Course Version: 16 Course Duration: 5 Day(s) SAP Copyrights and Trademarks 2017 SAP SE or an SAP affiliate company.

More information

SAP S/4HANA Cloud 1611 Release Highlights

SAP S/4HANA Cloud 1611 Release Highlights SAP S/4HANA Cloud 1611 Release Highlights Table of Contents 3 Finance 4 Sourcing and Procurement 5 Manufacturing 6 Marketing 7 Professional Services 8 Cross-LoB Enhancements 6 Sales Experience Our Next-Generation

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

S4LG1. Innovative Logistics Processes in SAP S/4HANA Enterprise Management COURSE OUTLINE. Course Version: 04 Course Duration: 2 Day(s)

S4LG1. Innovative Logistics Processes in SAP S/4HANA Enterprise Management COURSE OUTLINE. Course Version: 04 Course Duration: 2 Day(s) S4LG1 Innovative Logistics Processes in SAP S/4HANA Enterprise. COURSE OUTLINE Course Version: 04 Course Duration: 2 Day(s) SAP Copyrights and Trademarks 2016 SAP SE or an SAP affiliate company. All rights

More information

CLD900. SAP Cloud Platform, Integration Service, Overview COURSE OUTLINE. Course Version: 16 Course Duration: 3 Day(s)

CLD900. SAP Cloud Platform, Integration Service, Overview COURSE OUTLINE. Course Version: 16 Course Duration: 3 Day(s) CLD900 SAP Cloud Platform, Integration Service, Overview. COURSE OUTLINE Course Version: 16 Course Duration: 3 Day(s) SAP Copyrights and Trademarks 2018 SAP SE or an SAP affiliate company. All rights

More information

Programmiermodelle für Unternehmensanwendungen Cloud Application Development Kit for Scala

Programmiermodelle für Unternehmensanwendungen Cloud Application Development Kit for Scala Programmiermodelle für Unternehmensanwendungen Cloud Application Development Kit for Scala Arne Ludwig ICN Marmolata June, 2018 The SAP Innovation Center Network 2011 SAP Innovation Center founded to explore

More information

S4H00 SAP S/4HANA Overview

S4H00 SAP S/4HANA Overview S4H00 SAP S/4HANA Overview. COURSE OUTLINE Course Version: 09 Course Duration: 3 Day(s) SAP Copyrights and Trademarks 2018 SAP SE or an SAP affiliate company. All rights reserved. No part of this publication

More information

S4PR1 SAP S/4HANA Sourcing & Procurement - Functions & Innovations

S4PR1 SAP S/4HANA Sourcing & Procurement - Functions & Innovations S4PR1 SAP S/4HANA Sourcing & Procurement - Functions & Innovations. COURSE OUTLINE Course Version: 09 Course Duration: SAP Copyrights and Trademarks 2018 SAP SE or an SAP affiliate company. All rights

More information

SM72D. SAP Solution Manager 7.2 Delta Training COURSE OUTLINE. Course Version: 17 Course Duration: 3 Day(s)

SM72D. SAP Solution Manager 7.2 Delta Training COURSE OUTLINE. Course Version: 17 Course Duration: 3 Day(s) SM72D SAP Solution Manager 7.2 Delta Training. COURSE OUTLINE Course Version: 17 Course Duration: 3 Day(s) SAP Copyrights and Trademarks 2017 SAP SE or an SAP affiliate company. All rights reserved. No

More information

SAP Enterprise Support Advisory Council SAP Leonardo Digital Innovation Work Stream

SAP Enterprise Support Advisory Council SAP Leonardo Digital Innovation Work Stream SAP Enterprise Support Advisory Council SAP Leonardo Digital Innovation Work Stream Global Customer Success Hub ES & PS April 2018 SAP Enterprise Support Advisory Council Co-innovate with SAP on strategic

More information

UX102. Introduction to SAP User Experience UIs for Application Consultants COURSE OUTLINE. Course Version: 03 Course Duration: 2 Day(s)

UX102. Introduction to SAP User Experience UIs for Application Consultants COURSE OUTLINE. Course Version: 03 Course Duration: 2 Day(s) UX102 Introduction to SAP User Experience UIs for Application Consultants. COURSE OUTLINE Course Version: 03 Course Duration: 2 Day(s) SAP Copyrights and Trademarks 2018 SAP SE or an SAP affiliate company.

More information

SAP ERP Pricing for the Digital Age. Addressing Indirect/Digital Access. April / 7

SAP ERP Pricing for the Digital Age. Addressing Indirect/Digital Access. April / 7 April 28 SAP ERP Pricing for the Digital Age Addressing Indirect/Digital Access 28 SAP SE or an SAP affiliate company. All rights reserved. / 7 Table of Contents 3 Summary 4 Pricing Model Objectives 4

More information

S4100. Business Processes in SAP S/4HANA Product Development COURSE OUTLINE. Course Version: 05 Course Duration: 5 Day(s)

S4100. Business Processes in SAP S/4HANA Product Development COURSE OUTLINE. Course Version: 05 Course Duration: 5 Day(s) S4100 Business Processes in SAP S/4HANA Product Development. COURSE OUTLINE Course Version: 05 Course Duration: 5 Day(s) SAP Copyrights and Trademarks 2016 SAP SE or an SAP affiliate company. All rights

More information

ACT100 SAP Activate Methodology

ACT100 SAP Activate Methodology ACT100 SAP Activate Methodology. COURSE OUTLINE Course Version: 04 Course Duration: 2 Day(s) SAP Copyrights and Trademarks 2017 SAP SE or an SAP affiliate company. All rights reserved. No part of this

More information

S4F20. Business Processes in Management Accounting in SAP S/4HANA COURSE OUTLINE. Course Version: 05 Course Duration: 5 Day(s)

S4F20. Business Processes in Management Accounting in SAP S/4HANA COURSE OUTLINE. Course Version: 05 Course Duration: 5 Day(s) S4F20 Business Processes in Management in SAP S/4HANA. COURSE OUTLINE Course Version: 05 Course Duration: 5 Day(s) SAP Copyrights and Trademarks 2016 SAP SE or an SAP affiliate company. All rights reserved.

More information

S4615. SAP S/4HANA Sales - Invoice Processing COURSE OUTLINE. Course Version: 08 Course Duration: Minutes

S4615. SAP S/4HANA Sales - Invoice Processing COURSE OUTLINE. Course Version: 08 Course Duration: Minutes S4615 SAP S/4HANA Sales - Invoice Processing. COURSE OUTLINE Course Version: 08 Course Duration: Minutes SAP Copyrights and Trademarks 2018 SAP SE or an SAP affiliate company. All rights reserved. No part

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 Cloud 4 Horacio Mendoza Advanced Presales Specialist #SAPForum SAP BI Strategy SAP BI Strategy Transition to the cloud while growing our stable core BUILD THE CLOUD GROW THE CORE The strategy Lead

More information

S4F04. SAP S/4HANA Central Finance COURSE OUTLINE. Course Version: 05 Course Duration:

S4F04. SAP S/4HANA Central Finance COURSE OUTLINE. Course Version: 05 Course Duration: S4F04 SAP S/4HANA Central Finance. COURSE OUTLINE Course Version: 05 Course Duration: SAP Copyrights and Trademarks 2018 SAP SE or an SAP affiliate company. All rights reserved. No part of this publication

More information

S4F51. Customizing Treasury and Risk Management in SAP S/4HANA COURSE OUTLINE. Course Version: 09 Course Duration:

S4F51. Customizing Treasury and Risk Management in SAP S/4HANA COURSE OUTLINE. Course Version: 09 Course Duration: S4F51 Customizing Treasury and Risk Management in SAP S/4HANA. COURSE OUTLINE Course Version: 09 Course Duration: SAP Copyrights and Trademarks 2018 SAP SE or an SAP affiliate company. All rights reserved.

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

S4LG1. Innovative Logistics Processes in SAP S/4HANA Enterprise Management COURSE OUTLINE. Course Version: 08 Course Duration: 3 Day(s)

S4LG1. Innovative Logistics Processes in SAP S/4HANA Enterprise Management COURSE OUTLINE. Course Version: 08 Course Duration: 3 Day(s) S4LG1 Innovative Logistics Processes in SAP S/4HANA Enterprise Management. COURSE OUTLINE Course Version: 08 Course Duration: 3 Day(s) SAP Copyrights and Trademarks 2018 SAP SE or an SAP affiliate company.

More information

S4LG1. Innovative Logistics Processes in SAP S/4HANA Enterprise Management COURSE OUTLINE. Course Version: 09 Course Duration:

S4LG1. Innovative Logistics Processes in SAP S/4HANA Enterprise Management COURSE OUTLINE. Course Version: 09 Course Duration: S4LG1 Innovative Logistics Processes in SAP S/4HANA Enterprise Management. COURSE OUTLINE Course Version: 09 Course Duration: SAP Copyrights and Trademarks 2018 SAP SE or an SAP affiliate company. All

More information

SAPTEC. SAP NetWeaver Application Server Fundamentals COURSE OUTLINE. Course Version: 17 Course Duration:

SAPTEC. SAP NetWeaver Application Server Fundamentals COURSE OUTLINE. Course Version: 17 Course Duration: SAPTEC SAP NetWeaver Application Server Fundamentals. COURSE OUTLINE Course Version: 17 Course Duration: SAP Copyrights and Trademarks 2016 SAP SE or an SAP affiliate company. All rights reserved. No part

More information

IBP100 SAP IBP Overview

IBP100 SAP IBP Overview IBP100 SAP IBP Overview. COURSE OUTLINE Course Version: 03 Course Duration: 3 Day(s) SAP Copyrights and Trademarks 2016 SAP SE or an SAP affiliate company. All rights reserved. No part of this publication

More information

Course Schedule SAP Skills University Singapore. S4H01 SAP Business Suite to SAP S/4HANA Delta

Course Schedule SAP Skills University Singapore. S4H01 SAP Business Suite to SAP S/4HANA Delta Course Schedule 2018 SAP Skills University Singapore Solution / Course Duration Fee excl 7% GST (SGD) Start Date End Date SAP S/4HA Procurement Upskilling for SAP ERP Experts (FT) 6 days 03-Dec-18 04-Dec-18

More information

PLM560. SAP Product Lifecycle Costing COURSE OUTLINE. Course Version: 02 Course Duration: 2 Day(s)

PLM560. SAP Product Lifecycle Costing COURSE OUTLINE. Course Version: 02 Course Duration: 2 Day(s) PLM560 SAP Product Lifecycle Costing. COURSE OUTLINE Course Version: 02 Course Duration: 2 Day(s) SAP Copyrights and Trademarks 2017 SAP SE or an SAP affiliate company. All rights reserved. No part of

More information

SAP Hybris Marketing Cloud Implementation Steps for 1711

SAP Hybris Marketing Cloud Implementation Steps for 1711 Implementation Steps for 1711 October, 2017 INTERNAL Implementation Steps Initial Process in Quality (Q) Quality (Q) Pre-delivered content already activated Receiving mails Role Creation User Creation

More information

ACT100 SAP Activate Methodology

ACT100 SAP Activate Methodology ACT100 SAP Activate Methodology. COURSE OUTLINE Course Version: 005 Course Duration: SAP Copyrights and Trademarks 2018 SAP SE or an SAP affiliate company. All rights reserved. No part of this publication

More information

BOCL01 SAP BusinessObjects Cloud

BOCL01 SAP BusinessObjects Cloud BOCL01 SAP BusinessObjects Cloud. COURSE OUTLINE Course Version: 02 Course Duration: 3 Day(s) SAP Copyrights and Trademarks 2017 SAP SE or an SAP affiliate company. All rights reserved. No part of this

More information

S4F29 Profitability Analysis in SAP S/4HANA

S4F29 Profitability Analysis in SAP S/4HANA S4F29 Profitability Analysis in SAP S/4HANA. COURSE OUTLINE Course Version: 11 Course Duration: SAP Copyrights and Trademarks 2018 SAP SE or an SAP affiliate company. All rights reserved. No part of this

More information

E2E600. Implementation Projects with SAP Solution Manager 7.2 COURSE OUTLINE. Course Version: 18 Course Duration: 5 Day(s)

E2E600. Implementation Projects with SAP Solution Manager 7.2 COURSE OUTLINE. Course Version: 18 Course Duration: 5 Day(s) E2E600 Implementation Projects with SAP Solution Manager 7.2. COURSE OUTLINE Course Version: 18 Course Duration: 5 Day(s) SAP Copyrights and Trademarks 2017 SAP SE or an SAP affiliate company. All rights

More information

S/4HANA EAM Maintenance Management LoB Asset Management

S/4HANA EAM Maintenance Management LoB Asset Management S/4HANA EAM Maintenance Management LoB Asset Management Stephan Bantlin, SAP SE November, 2016 Customer Overview SAP S/4HANA Maintenance Management S/4HANA 1610 Maintenance Management Capabilities AGENDA

More information

S4C10. Implementing SAP S/4HANA Cloud - Procurement COURSE OUTLINE. Course Version: 03 Course Duration: 2 Day(s)

S4C10. Implementing SAP S/4HANA Cloud - Procurement COURSE OUTLINE. Course Version: 03 Course Duration: 2 Day(s) S4C10 Implementing SAP S/4HANA Cloud - Procurement. COURSE OUTLINE Course Version: 03 Course Duration: 2 Day(s) SAP Copyrights and Trademarks 2017 SAP SE or an SAP affiliate company. All rights reserved.

More information

Landscape Management (LaMa 3.0) Kishan Vimalachandran, Digital Business Services, SAP

Landscape Management (LaMa 3.0) Kishan Vimalachandran, Digital Business Services, SAP Landscape Management (LaMa 3.0) Kishan Vimalachandran, Digital Business Services, SAP Customer Challenge IT complexity slows down business innovation 28% Drive business innovation 72% Keeping the lights

More information

S4F03. Conversion of Accounting to SAP S/4HANA COURSE OUTLINE. Course Version: 08 Course Duration: 2 Day(s)

S4F03. Conversion of Accounting to SAP S/4HANA COURSE OUTLINE. Course Version: 08 Course Duration: 2 Day(s) S4F03 Conversion of Accounting to SAP S/4HANA. COURSE OUTLINE Course Version: 08 Course Duration: 2 Day(s) SAP Copyrights and Trademarks 2018 SAP SE or an SAP affiliate company. All rights reserved. No

More information

Innovation update SAP Student Lifecycle Management Farah Gonzalez, SAP HER Product Development Rob Jonkers, SAP HER Solution Development HERUG April

Innovation update SAP Student Lifecycle Management Farah Gonzalez, SAP HER Product Development Rob Jonkers, SAP HER Solution Development HERUG April Innovation update SAP Student Lifecycle Management Farah Gonzalez, SAP HER Product Development Rob Jonkers, SAP HER Solution Development HERUG April 2016 - @SAPforHigherEd Legal Disclaimer The information

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 Enterprise Support Advisory Council SAP S/4HANA Cloud Work Stream

SAP Enterprise Support Advisory Council SAP S/4HANA Cloud Work Stream SAP Enterprise Support Advisory Council SAP S/4HANA Cloud Work Stream Global Customer Success Hub ES & PS April 2018 SAP Enterprise Support Advisory Council Co-innovate with SAP on strategic topics SAP

More information

SAP CLOUD FOR REAL ESTATE RETHINK CORPORATE REAL ESTATE MANAGEMENT

SAP CLOUD FOR REAL ESTATE RETHINK CORPORATE REAL ESTATE MANAGEMENT SAP Brief SAP Real Estate Management SAP Cloud for Real Estate Objectives SAP CLOUD FOR REAL ESTATE RETHINK CORPORATE REAL ESTATE MANAGEMENT New Reality of a Digital World in Corporate Real Estate The

More information

S4F23. Product Cost Planning in SAP S/4HANA COURSE OUTLINE. Course Version: 06 Course Duration: 3 Day(s)

S4F23. Product Cost Planning in SAP S/4HANA COURSE OUTLINE. Course Version: 06 Course Duration: 3 Day(s) S4F23 Product Cost Planning in SAP S/4HANA. COURSE OUTLINE Course Version: 06 Course Duration: 3 Day(s) SAP Copyrights and Trademarks 2017 SAP SE or an SAP affiliate company. All rights reserved. No part

More information

S4MA1. SAP S/4HANA Manufacturing - Functions & Innovations COURSE OUTLINE. Course Version: 09 Course Duration:

S4MA1. SAP S/4HANA Manufacturing - Functions & Innovations COURSE OUTLINE. Course Version: 09 Course Duration: S4MA1 SAP S/4HANA Manufacturing - Functions & Innovations. COURSE OUTLINE Course Version: 09 Course Duration: SAP Copyrights and Trademarks 2018 SAP SE or an SAP affiliate company. All rights reserved.

More information

Tabular Maintenance SAP Product Structure Management

Tabular Maintenance SAP Product Structure Management Tabular Maintenance SAP Product Structure Management A PLM Consulting Solution The PLM Consulting Solution Tabular maintenance streamlines the process of managing SAP Product Structures (PSM). Therefore

More information

S4LG1. Innovative Logistics Processes in SAP S/4HANA Enterprise Management COURSE OUTLINE. Course Version: 06 Course Duration: 3 Day(s)

S4LG1. Innovative Logistics Processes in SAP S/4HANA Enterprise Management COURSE OUTLINE. Course Version: 06 Course Duration: 3 Day(s) S4LG1 Innovative Logistics Processes in SAP S/4HANA Enterprise. COURSE OUTLINE Course Version: 06 Course Duration: 3 Day(s) SAP Copyrights and Trademarks 2017 SAP SE or an SAP affiliate company. All rights

More information

UX412. Mobilizing SAP Fiori Standard Apps COURSE OUTLINE. Course Version: 02 Course Duration: 3 Day(s)

UX412. Mobilizing SAP Fiori Standard Apps COURSE OUTLINE. Course Version: 02 Course Duration: 3 Day(s) UX412 Mobilizing SAP Fiori Standard Apps. COURSE OUTLINE Course Version: 02 Course Duration: 3 Day(s) SAP Copyrights and Trademarks 2016 SAP SE or an SAP affiliate company. All rights reserved. No part

More information