SAP Banking APIs (beta)

Size: px
Start display at page:

Download "SAP Banking APIs (beta)"

Transcription

1 Administrator's Guide Document Version: CUSTOMER

2 Table of Contents 1 Use Functionality Note on Beta Shipment System Landscape Authentication and Authorization Accessing the APIs Consuming APIs SAP API Business Hub Consumer SCP Account Create a Subscription Connect On-Premise Systems Expose the API Used SAP Enterprise Services Code Samples Useful Links SAP SE or an SAP affiliate company. All rights reserved. Use

3 1 Use 1.1 Functionality enable banks to collaborate with external partners. The APIs enable customers to use Payment Service Providers (PSP) to execute transactions on their behalf enable Trusted Third Party Account Access under the Access to Accounts rule (XS2A) and initiate payments are delivered via a beta shipment with the aim of obtaining early feedback from customers. 1.2 Note on Beta Shipment Beta shipments are provided under a Test and Evaluation Agreement (TEA) and can be used for testing purposes only. Productive usage is not allowed and is not supported under the maintenance and support agreement. For any questions or feedback contact us directly at beta@sap.com. 1.3 System Landscape The APIs use: for deposits: banking services from SAP 9.0 for payments: SAP Payment Engine 8.0 Use 2017 SAP SE or an SAP affiliate company. All rights reserved. 3

4 2 Authentication and Authorization APIs are secured via SAP API Management with security features, such as API Key, OAuth and basic authentication. Additional interfaces are secured by SAP Cloud Platform means. Calls to back-end are secured by SAP Cloud Platform Destination and Cloud Connector capabilities SAP SE or an SAP affiliate company. All rights reserved. Authentication and Authorization

5 3 Accessing the APIs For information on how to access and test APIs go to Getting started with the SAP API Business Hub. On the SAP API Business Hub, go to API package. Accessing the APIs 2017 SAP SE or an SAP affiliate company. All rights reserved. 5

6 4 Consuming APIs You have the following options to consume the APIs: Use the environment provided by SAP API Business Hub Expose the API from your consumer SCP account To access the required data from the on-premise systems, the API implementation consumes the SAP Enterprise Services as listed in section SAP API Business Hub The APIs that are exposed via SAP API Business Hub run out of the box. The APIs are deployed as a SCP application on a SAP SCP account. This account is connected to a SAP on-premise backend which provides some test data. For testing you may use the following values: ID of Business Partner: UUID of Account: b13-1ee6-b1c f1ce To retrieve transactions of the account, use the above account UUID and fromdate Consumer SCP Account If you need to consume the API based on your own on-premise backend systems, you need to perform the following steps: Create a subscription of the API within your consumer SCP account Connect your on-premise systems Expose the API using SAP Cloud Platform API Management Create a Subscription Please contact your contact person from SAP to create an API subscription SAP SE or an SAP affiliate company. All rights reserved. Consuming APIs

7 4.2.2 Connect On-Premise Systems Connect your on-premise backend systems by using destinations at the level of your consumer account. These destinations provide access to the on-premise systems via SAP Cloud Platform Cloud Connector. Please follow these links for more information on Destinations and SAP Cloud Platform Cloud Connector You need to create two destinations, one for each backend software product: banking services from SAP 9.0 and SAP Payment Engine 8.0. You need to provide the following properties for each destination: Property Name Name Description Type URL Proxy Type Authentication User Password Property Value Can be freely chosen Can be freely chosen HTTP Can be freely chosen This URL needs to be mapped by the cloud connector to your onpremise backend On Premise BasicAuthentication User ID in backend system User password in backend system For the destination to the Payment Engine 8.0 backend you need to add the following properties: Property Name sap-client com.sap.psd2api.be.pto.mng.crte.sa com.sap.psd2api.be.pto.mng.ep For the destination to the banking services from SAP 9.0 backend you need to add the following properties: Property Name sap-client com.sap.psd2api.be.ba.mng.ep com.sap.psd2api.be.ba.mng.rtrar.sa com.sap.psd2api.be.bacor.qry.ep com.sap.psd2api.be.bacor.qry.fnd.sa com.sap.psd2api.be.bapec.act.calc.sa com.sap.psd2api.be.bapec.act.ep com.sap.psd2api.be.bp.mng.ep com.sap.psd2api.be.bp.mng.rtr.sa com.sap.psd2api.be.cac.mng.ep com.sap.psd2api.be.cac.mng.rtr.sa com.sap.psd2api.be.dac.mng.ep com.sap.psd2api.be.dac.mng.rtr.sa The value for the property sap-client is the SAP client that contains the published service endpoints. The value of the endpoint properties (suffix.ep) contains the path to the published endpoint of the corresponding service interface. If the endpoint URL is, for example, Consuming APIs 2017 SAP SE or an SAP affiliate company. All rights reserved. 7

8 the corresponding property value for the endpoint is /sap/bc/srt/xip/sap/bacp/100/sn_bacp_cac_mng_v1/bn_bacp_cac_mng_v1 The value for the soap action properties (suffix.sa) contains the soap action for the corresponding operation within a service interface. The default values for all service operations used are listed in section 4.3. The property values should not contain any line breaks or spaces Expose the API Please see the following documentation on how to expose an API using SAP Cloud Platform API Management. 4.3 Used SAP Enterprise Services The application uses the following service operations from banking services from SAP 9.0: SAP_BS_FOUNDATION Version 748 Namespace Interface Name BusinessPartnerDataManagementManageBusinessPartnerIn Operation Name RetrieveBusinessPartner Destination property name for com.sap.psd2api.be.bp.mng.ep endpoint Destination Property Name com.sap.psd2api.be.bp.mng.rtr.sa for Soap Action Default Soap Action /BusinessPartnerDataManagementManageBusinessPartnerIn /RetrieveBusinessPartnerRequest Version Namespace Interface Name Operation Name Destination Property Name for Endpoint Destination Property name for Soap Action Default Soap Action FSAPPL 500 BankAccountContractProcessingQueryBankAccountContractOverviewRetrievaIIn FindOverviewRetrievalByElements_V1 com.sap.psd2api.be.bacor.qry.ep com.sap.psd2api.be.bacor.qry.fnd.sa /BankAccountContractProcessingQueryBankAccountContractOverviewRetrievalIn /FindOverviewRetrievalByElements_V1Request SAP SE or an SAP affiliate company. All rights reserved. Consuming APIs

9 Version Namespace Interface Name Operation Name Destination Property Name for Endpoint Destination Property Name for Soap Action Default Soap Action FSAPPL 500 BankAccountContractProcessingManageBankAccountIn RetrieveActivityReport_V2 com.sap.psd2api.be.ba.mng.ep com.sap.psd2api.be.ba.mng.rtrar.sa /BankAccountContractProcessingManageBankAccountIn /RetrieveActivityReport_V2Request FSAPPL Version 500 Namespace Interface Name BankAccountContractProcessingManageDepositAccountContractIn_V1 Operation Name RetrieveDepositAccountContractByIdentifyingElements Destination Property Name com.sap.psd2api.be.dac.mng.ep for Endpoint Destination Property Name com.sap.psd2api.be.dac.mng.rtr.sa for Soap Action Default Soap Action /BankAccountContractProcessingManageDepositAccountContractIn_V1 /RetrieveDepositAccountContractByIdentifyingElementsRequest Version Namespace Interface Name Operation Name Destination Property Name for Endpoint Destination Property name for Soap Action Default Soap Action FSAPPL 500 BankAccountContractProcessingBankAccountPaymentEntryCalculationActionIn CalculatePaymentEntry com.sap.psd2api.be.bapec.act.ep com.sap.psd2api.be.bapec.act.calc.sa /BankAccountContractProcessingBankAccountPaymentEntryCalculationActionIn /CalculatePaymentEntryRequest Consuming APIs 2017 SAP SE or an SAP affiliate company. All rights reserved. 9

10 FSAPPL Version 500 Namespace Interface Name BankAccountContractProcessingManageCurrentAccountContractIn Operation Name RetrieveCurrentAccountContractByIdentifyingElements_V1 Destination Property Name com.sap.psd2api.be.cac.mng.ep for Endpoint Destination Property Name com.sap.psd2api.be.cac.mng.rtr.sa for Soap Action Default Soap Action /BankAccountContractProcessingManageCurrentAccountContractIn /RetrieveCurrentAccountContractByIdentifyingElements_V1Request The application uses the following service operations from SAP Payment Engine 8.0: PAY-ENGINE Version 400 Namespace Interface Name PaymentTransactionProcessingManagePaymentTransactionOrderIn Operation Name CreateOrder Destination Property Name com.sap.psd2api.be.pto.mng.ep for Endpoint Destination Property Name com.sap.psd2api.be.pto.mng.crte.sa for Soap Action Default Soap Action /PaymentTransactionProcessingManagePaymentTransactionOrderIn /CreateOrderRequest SAP SE or an SAP affiliate company. All rights reserved. Consuming APIs

11 5 Code Samples Try out the API in the SAP API Business Hub. Code Samples 2017 SAP SE or an SAP affiliate company. All rights reserved. 11

12 6 Useful Links Content Documentation for the SAP Cloud Platform SAP API Business Hub: Getting Started URL bbc107264b8eccf4b/cloud/en- US/e bb c6858c8d6b0b62.html SAP SE or an SAP affiliate company. All rights reserved. Useful Links

13

14 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 AG. The information contained herein may be changed without prior notice. Some software products marketed by SAP AG and its distributors contain proprietary software components of other software vendors. National product specifications may vary. These materials are provided by SAP AG and its affiliated companies ( SAP Group ) for informational purposes only, without representation or warranty of any kind, and SAP Group shall not be liable for errors or omissions with respect to the materials. The only warranties for SAP Group products and services are those that are set forth in the express warranty statements accompanying such products and services, if any. Nothing herein should be construed as constituting an additional warranty. SAP and other SAP products and services mentioned herein as well as their respective logos are trademarks or registered trademarks of SAP AG in Germany and other countries. Please see for additional trademark information and notices.

SAP Banking APIs (beta)

SAP Banking APIs (beta) Administrator's Guide Document : 1.1 2018-03-13 CUSTOMER Typographic Conventions Type Style Example Description Words or characters quoted from the screen. These include field names, screen titles, pushbuttons

More information

SAP Education: Reporting Access User Guide

SAP Education: Reporting Access User Guide www.sap.com SAP Education: Reporting Access User Guide The Best-Run Businesses Run SAP Accessing Reports Login to the Learning Hub with credentials you have been provded with: To access the reports click

More information

FEATURE SCOPE DESCRIPTION PUBLIC Feature Scope Description SAP SE or an SAP affiliate company. All rights reserved.

FEATURE SCOPE DESCRIPTION PUBLIC Feature Scope Description SAP SE or an SAP affiliate company. All rights reserved. FEATURE SCOPE DESCRIPTION PUBLIC 2018-09-21 2018 SAP SE or an SAP affiliate company. All rights reserved. THE BEST RUN Content 1 About this Document....3 2....4 2 P U B L I C Content 1 About this Document

More information

Intercompany Integration Solution for SAP Business One Centralized Payment

Intercompany Integration Solution for SAP Business One Centralized Payment Intercompany Integration Solution for SAP Business One Centralized Payment TABLE OF CONTENTS OVERVIEW... 3 BUSINESS BENEFITS... 5 Public 2 OVERVIEW The Intercompany integration solution for SAP Business

More information

Feature Scope Description for Enterprise Messaging THE BEST RUN FEATURE SCOPE DESCRIPTION PUBLIC

Feature Scope Description for Enterprise Messaging THE BEST RUN FEATURE SCOPE DESCRIPTION PUBLIC FEATURE SCOPE DESCRIPTION PUBLIC 2018-09-13 Feature Scope Description for Enterprise Messaging 2018 SAP SE or an SAP affiliate company. All rights reserved. THE BEST RUN Content 1 About this Document....3

More information

Feature Scope Description for SAP Watch List Screening

Feature Scope Description for SAP Watch List Screening FEATURE SCOPE DESCRIPTION PUBLIC Document Version: 1.0 2017-11-30 Feature Scope Description for SAP Watch List Screening 2018 SAP SE or an SAP affiliate company. All rights reserved. THE BEST RUN Content

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

Feature Scope Description for SAP Cloud Platform Alert Notification (Beta) THE BEST RUN

Feature Scope Description for SAP Cloud Platform Alert Notification (Beta) THE BEST RUN FEATURE SCOPE DESCRIPTION INTERNAL Document Version: 1.0.0 2018-10-25 Feature Scope Description for SAP Cloud Platform Alert Notification (Beta) 2018 SAP SE or an SAP affiliate company. All rights reserved.

More information

HOW TO CONFIGURE SINGLE SIGN-ON (SSO) FOR SAP CLOUD FOR CUSTOMER USING SAP CLOUD IDENTITY SERVICE

HOW TO CONFIGURE SINGLE SIGN-ON (SSO) FOR SAP CLOUD FOR CUSTOMER USING SAP CLOUD IDENTITY SERVICE HOW TO CONFIGURE SINGLE SIGN-ON (SSO) FOR SAP CLOUD FOR CUSTOMER USING SAP CLOUD IDENTITY SERVICE HOW TO GUIDE TABLE OF CONTENTS Overview... 3 Chapter 1: Configure SAP Cloud Identity service... 5 Creating

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 Business One Financial Consolidation

SAP Business One Financial Consolidation Configuration Guide SAP Business One 9.0 integration for SAP NetWeaver Document Version: 1.1 2017-03-29 All Countries Typographic Conventions Type Style Example Example EXAMPLE Example Example

More information

Global Trade Management

Global Trade Management Global Trade Management SAP S/4HANA 1809 (On-Premise): Stock Transfer Posting with Global Trade Management Version: 1809.0.1 [9/5/2018 11:44 AM] Kumar, Sumit: 2683952 2683057 2677827 Global Trade Management:

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

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

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

Feature Scope Description for SAP S/4HANA Cloud for Data Enrichment

Feature Scope Description for SAP S/4HANA Cloud for Data Enrichment PUBLIC 2018-12-12 Feature Scope Description for SAP S/4HANA Cloud for Data Enrichment 2018 SAP SE or an SAP affiliate company. All rights reserved. THE BEST RUN Content 1 Feature Scope Description....3

More information

Complementary Demo Guide

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

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

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

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

SG IR8A/IR8E/IR8S Form 2014 new layout (PDF) Configuration document

SG IR8A/IR8E/IR8S Form 2014 new layout (PDF) Configuration document SG IR8A/IR8E/IR8S Form 2014 new layout (PDF) Configuration document SG IR8A/IR8E/IR8S FORM 2014 NEW LAYOUT(PDF) TABLE OF CONTENTS IMG... 3 Define Print Form Type... 3 Define Form Group... 3 Maintain Standard

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

5 Steps for Using AI to Avoid Bias in Decision Making

5 Steps for Using AI to Avoid Bias in Decision Making 5 Steps for Using AI to Avoid Bias in Decision Making Use AI as a force for good Artificial intelligence (AI) has the potential to be a tremendous force for good. It can help us avoid bias in hiring, operations,

More information

SAP Ariba Cloud Integration Gateway enabled by SAP Cloud Platform Integration

SAP Ariba Cloud Integration Gateway enabled by SAP Cloud Platform Integration Frequently Asked Questions EXTERNAL Integration SAP Ariba Cloud enabled by SAP Cloud Platform Integration SAP Ariba Cloud delivers powerful features and functionality that make integration faster and easier

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

Frequently Asked Questions on Remote Support Platform for SAP Business One (RSP)

Frequently Asked Questions on Remote Support Platform for SAP Business One (RSP) FAQs Remote Support Platform for SAP Business One Document Version: 2.0 2019-01-17 Frequently Asked Questions on Remote Support Platform for SAP Business One (RSP) All Countries Typographic Conventions

More information

Installation The Intercompany Integration Solution for SAP Business One

Installation The Intercompany Integration Solution for SAP Business One Installation The Intercompany Integration Solution for Topic Objective At the end of this topic, you will be able to: Follow the process of Installing the Intercompany integration solution (You always

More information

C4C14 SAP Service Cloud

C4C14 SAP Service Cloud C4C14 SAP Service Cloud. COURSE OUTLINE Course Version: 23 Course Duration: 2 Day(s) SAP Copyrights and Trademarks 2018 SAP SE or an SAP affiliate company. All rights reserved. No part of this publication

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

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 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

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

opensap Find Your Path to SAP S/4HANA Try it Yourself

opensap Find Your Path to SAP S/4HANA Try it Yourself opensap Find Your Path to SAP S/4HANA Try it Yourself opensap TABLE OF CONTENTS WEEK 3: CONVERTING YOUR SAP ERP SYSTEM... 3 Unit 1: Planning... 3 Demo 1: Check the location of the Conversion Guide... 3

More information

Intercompany Integration Solution for SAP Business One Intercompany Reporting

Intercompany Integration Solution for SAP Business One Intercompany Reporting Intercompany Integration Solution for SAP Business One Intercompany Reporting TABLE OF CONTENTS OVERVIEW... 3 Branch Inventory in Warehouse Report... 3 Branch Sales Analysis Report... 4 Branch Balances

More information

C4C12 SAP Hybris Sales Cloud

C4C12 SAP Hybris Sales Cloud C4C12 SAP Hybris Sales Cloud. COURSE OUTLINE Course Version: 20 Course Duration: 2 Day(s) SAP Copyrights and Trademarks 2017 SAP SE or an SAP affiliate company. All rights reserved. No part of this publication

More information

Feature Scope Description for SAP Cloud Platform Business Rules THE BEST RUN FEATURE SCOPE DESCRIPTION PUBLIC

Feature Scope Description for SAP Cloud Platform Business Rules THE BEST RUN FEATURE SCOPE DESCRIPTION PUBLIC FEATURE SCOPE DESCRIPTION PUBLIC 2019-03-21 Feature Scope Description for SAP Cloud Platform Business Rules 2019 SAP SE or an SAP affiliate company. All rights reserved. THE BEST RUN Content 1.... 3 1.1

More information

SAP S/4HANA How to Create and Generate Backend Security Authorizations for SAP Fiori 2.0

SAP S/4HANA How to Create and Generate Backend Security Authorizations for SAP Fiori 2.0 S/4HANA How-To-Guide Document Version: 1.0 2017-02-22 RELEASED FOR CUSTOMERS SAP S/4HANA 1610 - How to Create and Generate Backend Security Authorizations for SAP Fiori 2.0 Document History The following

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

Feature Scope Description for Open Connectors

Feature Scope Description for Open Connectors FEATURE SCOPE DESCRIPTION PUBLIC 2018-10-02 2018 SAP SE or an SAP affiliate company. All rights reserved. THE BEST RUN Content 1 About This Document....3 2 Introduction....4 3 Features....5 4 Security....6

More information

SM255. Change Request Management with SAP Solution Manager Configuration COURSE OUTLINE. Course Version: 18 Course Duration: 5 Day(s)

SM255. Change Request Management with SAP Solution Manager Configuration COURSE OUTLINE. Course Version: 18 Course Duration: 5 Day(s) SM255 Change Request Management with SAP Solution Manager 7.2 - Configuration. COURSE OUTLINE Course Version: 18 Course Duration: 5 Day(s) SAP Copyrights and Trademarks 2018 SAP SE or an SAP affiliate

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

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

GTS200. Configuring SAP Global Trade Services COURSE OUTLINE. Course Version: 15 Course Duration: 3 Day(s)

GTS200. Configuring SAP Global Trade Services COURSE OUTLINE. Course Version: 15 Course Duration: 3 Day(s) GTS200 Configuring SAP Global Trade Services. COURSE OUTLINE Course Version: 15 Course Duration: 3 Day(s) SAP Copyrights and Trademarks 2016 SAP SE or an SAP affiliate company. All rights reserved. No

More information

Introducing SAP Fiori Keeping Simple Things Simple

Introducing SAP Fiori Keeping Simple Things Simple Introducing SAP Fiori Keeping Simple Things Simple Consumer user experience is the new standard for enterprise applications 2013 SAP AG or an SAP affiliate company. All rights reserved. 2 but most users

More information

Feature Scope Description for SAP S/4HANA Cloud for Intelligent Product Design

Feature Scope Description for SAP S/4HANA Cloud for Intelligent Product Design PUBLIC Document Version: 1902 2019-02-15 Feature Scope Description for SAP S/4HANA Cloud for Intelligent Product Design 2019 SAP SE or an SAP affiliate company. All rights reserved. THE BEST RUN Content

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 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

Week 2 Unit 1: Security Concept

Week 2 Unit 1: Security Concept Week 2 Unit 1: Security Concept Security Concept Topics Authentication & Single Sign-On Authorization Management Web API Protection Identity Propagation 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

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

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

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

EWM130. Production Integration with SAP EWM COURSE OUTLINE. Course Version: 16 Course Duration: 2 Day(s)

EWM130. Production Integration with SAP EWM COURSE OUTLINE. Course Version: 16 Course Duration: 2 Day(s) EWM130 Production Integration with SAP EWM. COURSE OUTLINE Course Version: 16 Course Duration: 2 Day(s) SAP Copyrights and Trademarks 2016 SAP SE or an SAP affiliate company. All rights reserved. No part

More information

FS240 Shared Processes for Loans and Deposits Management in Banking Services from SAP 9.0

FS240 Shared Processes for Loans and Deposits Management in Banking Services from SAP 9.0 FS240 Shared Processes for Loans and Deposits Management in Banking Services from SAP 9.0. COURSE OUTLINE Course Version: 15 Course Duration: 5 Day(s) SAP Copyrights and Trademarks 2017 SAP SE or an SAP

More information

PLM310 Maintenance and Service Processing: Preventive

PLM310 Maintenance and Service Processing: Preventive PLM310 Maintenance and Service Processing: Preventive. COURSE OUTLINE Course Version: 16 Course Duration: 3 Day(s) SAP Copyrights and Trademarks 2017 SAP SE or an SAP affiliate company. All rights reserved.

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

Feature Scope Description for SAP IoT Application Enablement THE BEST RUN FEATURE SCOPE DESCRIPTION PUBLIC

Feature Scope Description for SAP IoT Application Enablement THE BEST RUN FEATURE SCOPE DESCRIPTION PUBLIC FEATURE SCOPE DESCRIPTION PUBLIC 2018-11-27 Feature Scope Description for SAP IoT Application Enablement 2018 SAP SE or an SAP affiliate company. All rights reserved. THE BEST RUN Content 1 About This

More information

BOE310. SAP BusinessObjects Business Intelligence Platform: Administration and Security COURSE OUTLINE. Course Version: 16 Course Duration: 2 Day(s)

BOE310. SAP BusinessObjects Business Intelligence Platform: Administration and Security COURSE OUTLINE. Course Version: 16 Course Duration: 2 Day(s) BOE310 SAP BusinessObjects Business Intelligence Platform: Administration and Security. COURSE OUTLINE Course Version: 16 Course Duration: 2 Day(s) SAP Copyrights and Trademarks 2016 SAP SE or an SAP affiliate

More information

SAP Solution Manager Focused Insights Setup for ST-OST SP4. AGS Solution Manager SAP Labs France

SAP Solution Manager Focused Insights Setup for ST-OST SP4. AGS Solution Manager SAP Labs France SAP Solution Manager Focused Insights Setup for ST-OST SP4 AGS Solution Manager SAP Labs France Focused Insights Service Information Guided procedure for the Dashboard Factory Setup The goal of this document

More information

FAQs Opportunity Management SAP Hybris Cloud for Customer PUBLIC

FAQs Opportunity Management SAP Hybris Cloud for Customer PUBLIC FAQs Opportunity Management SAP Hybris Cloud for Customer PUBLIC TABLE OF CONTENTS FAQS OPPORTUNITY MANAGEMENT...3 1. You want to create forecast based in set of opportunities, however you are unsure in

More information

Automated VAT Adjustment for Payments with PPD - Workaround

Automated VAT Adjustment for Payments with PPD - Workaround Automated VAT Adjustment for Payments with PPD - Workaround Localization: GB, relevant for companies based in UK only Public Introduction In this document, you can find detailed description of proposed

More information

PLM315 Customizing Maintenance Processing

PLM315 Customizing Maintenance Processing PLM315 Customizing Maintenance Processing. COURSE OUTLINE Course Version: 16 Course Duration: 3 Day(s) SAP Copyrights and Trademarks 2017 SAP SE or an SAP affiliate company. All rights reserved. No part

More information

SAP Enterprise Inventory and Service-Level Optimization SAP Integration Tools September 2015

SAP Enterprise Inventory and Service-Level Optimization SAP Integration Tools September 2015 SAP Enterprise Inventory and Service-Level Optimization 6.10 SAP Integration Tools September 2015 Agenda Systems Overview EIS with ECC, APO EIS Integration Master Data Management in ECC EIO1, EIO2 views

More information

C4C12 SAP Sales Cloud

C4C12 SAP Sales Cloud C4C12 SAP Sales Cloud. COURSE OUTLINE Course Version: 23 Course Duration: 2 Day(s) SAP Copyrights and Trademarks 2018 SAP SE or an SAP affiliate company. All rights reserved. No part of this publication

More information

C4C12 SAP Sales Cloud

C4C12 SAP Sales Cloud C4C12 SAP Sales Cloud. COURSE OUTLINE Course Version: 24 Course Duration: SAP Copyrights and Trademarks 2018 SAP SE or an SAP affiliate company. All rights reserved. No part of this publication may be

More information

Feature Scope Description for SLH - NF-e THE BEST RUN. FEATURE SCOPE DESCRIPTION PUBLIC Document Version:

Feature Scope Description for SLH - NF-e THE BEST RUN. FEATURE SCOPE DESCRIPTION PUBLIC Document Version: FEATURE SCOPE DESCRIPTION PUBLIC Document Version: 1.0.0 2018-05-30 2018 SAP SE or an SAP affiliate company. All rights reserved. THE BEST RUN Content 1 About This Document....3 2 Introduction....4 3 Features

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

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

SAP Learning Hub: Anytime, Anywhere Access to Cloud-Based Learning

SAP Learning Hub: Anytime, Anywhere Access to Cloud-Based Learning Frequently Asked Questions SAP Learning Hub SAP Learning Hub: Anytime, Anywhere Access to Cloud-Based Learning The SAP Learning Hub site provides instant online access to a vast knowledge base of SAP expertise.

More information

Fast-Track to a Digital Platform to Improve Utilities Customer Engagement

Fast-Track to a Digital Platform to Improve Utilities Customer Engagement SAP Brief SAP Extensions SAP Self-Service Accelerator for Utilities by SEW Fast-Track to a Digital Platform to Improve Utilities Customer Engagement SAP Brief Meet utility customer demand for digital Customer

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

SAP Learning Hub: Anytime, Anywhere Access to Cloud-Based Learning

SAP Learning Hub: Anytime, Anywhere Access to Cloud-Based Learning Frequently Asked Questions SAP Learning Hub SAP Learning Hub: Anytime, Anywhere Access to Cloud-Based Learning SAP Learning Hub provides instant online access to a vast knowledge base of SAP expertise.

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

THR94. SAP SuccessFactors Employee Central Time Off COURSE OUTLINE. Course Version: 64 Course Duration: 3 Day(s)

THR94. SAP SuccessFactors Employee Central Time Off COURSE OUTLINE. Course Version: 64 Course Duration: 3 Day(s) THR94 SAP SuccessFactors Employee Central Time Off. COURSE OUTLINE Course Version: 64 Course Duration: 3 Day(s) SAP Copyrights and Trademarks 2016 SAP SE or an SAP affiliate company. All rights reserved.

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

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

ADM325. Software Logistics for SAP S/4HANA and SAP Business Suite COURSE OUTLINE. Course Version: 18 Course Duration: 5 Day(s)

ADM325. Software Logistics for SAP S/4HANA and SAP Business Suite COURSE OUTLINE. Course Version: 18 Course Duration: 5 Day(s) ADM325 Software Logistics for SAP S/4HANA and SAP Business Suite. COURSE OUTLINE Course Version: 18 Course Duration: 5 Day(s) SAP Copyrights and Trademarks 2017 SAP SE or an SAP affiliate company. All

More information

SAP Business One Intercompany Purchasing

SAP Business One Intercompany Purchasing Configuration Guide SAP Business One 9.0 integration for SAP NetWeaver Document Version: 1.1 2017-03-29 All Countries Typographic Conventions Type Style Example Example EXAMPLE Example Example

More information

E2E200. Change Control Management on Solution Manager 7.2 SP05 COURSE OUTLINE. Course Version: 18 Course Duration: 5 Day(s)

E2E200. Change Control Management on Solution Manager 7.2 SP05 COURSE OUTLINE. Course Version: 18 Course Duration: 5 Day(s) E2E200 Change Control Management on Solution Manager 7.2 SP05. 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

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

ACT200 Agile Project Delivery

ACT200 Agile Project Delivery ACT200 Agile Project Delivery. COURSE OUTLINE Course Version: 11 Course Duration: 2 Day(s) SAP Copyrights and Trademarks 2017 SAP SE or an SAP affiliate company. All rights reserved. No part of this publication

More information

ACT200 Agile Project Delivery

ACT200 Agile Project Delivery ACT200 Agile Project Delivery. 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 publication

More information

FS250. Bank Analyzer Overview in Banking Services from SAP 9.0 COURSE OUTLINE. Course Version: 15 Course Duration: 1 Day(s)

FS250. Bank Analyzer Overview in Banking Services from SAP 9.0 COURSE OUTLINE. Course Version: 15 Course Duration: 1 Day(s) FS250 Bank Analyzer Overview in Banking Services from SAP 9.0. COURSE OUTLINE Course Version: 15 Course Duration: 1 Day(s) SAP Copyrights and Trademarks 2017 SAP SE or an SAP affiliate company. All rights

More information

SAP Learning Hub: Anytime, Anywhere Access to Cloud-Based Learning

SAP Learning Hub: Anytime, Anywhere Access to Cloud-Based Learning Frequently Asked Questions SAP Learning Hub SAP Learning Hub: Anytime, Anywhere Access to Cloud-Based Learning The SAP Learning Hub site provides instant online access to a vast knowledge base of SAP expertise.

More information

Week 1 Unit 5: Application Example: Natural Language Processing

Week 1 Unit 5: Application Example: Natural Language Processing Week 1 Unit 5: Application Example: Natural Language Processing Objectives Describe two end-to-end examples for applications involving natural language text Support ticket classification Recruiting CV

More information

Embark on Your Data Management Journey with Confidence

Embark on Your Data Management Journey with Confidence SAP Brief SAP Data Hub Embark on Your Data Management Journey with Confidence SAP Brief Managing data operations across your complex IT landscape Proliferation of any kind of data presents a wealth of

More information

Complementary Demo Guide

Complementary Demo Guide Complementary Demo Guide Scanned Supplier Invoice Processing SAP Business ByDesign Manufacturing SAP Business ByDesign Table of Content 1 About this Document...3 1.1 Purpose...3 2 Master and Transactional

More information

PLM210. Master Data Configuration in SAP Project System COURSE OUTLINE. Course Version: 16 Course Duration: 2 Day(s)

PLM210. Master Data Configuration in SAP Project System COURSE OUTLINE. Course Version: 16 Course Duration: 2 Day(s) PLM210 Master Data Configuration in SAP Project System. COURSE OUTLINE Course Version: 16 Course Duration: 2 Day(s) SAP Copyrights and Trademarks 2018 SAP SE or an SAP affiliate company. All rights reserved.

More information

Tax Solution Innovation in the Cloud

Tax Solution Innovation in the Cloud Vertex Tax Solution Innovation in the Cloud Building a Software-as-a-Service Solution to Address Market Demand 1 / 11 Table of Contents 3 Vertex: Embracing the Cloud 5 Transforming Tax Management for Customers

More information

SAP HANA Cloud Danone

SAP HANA Cloud Danone SAP HANA Cloud Platform @ Danone Suresh Ramakrishnan, Senior Director, Cloud Technology Marketing, SAP Ralf Steinbach, Director Software Architecture, Groupe Danone May 16 th, 2013 Agenda Groupe Danone

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

DS50. Managing Data Quality with SAP Information Steward COURSE OUTLINE. Course Version: 15 Course Duration: 2 Day(s)

DS50. Managing Data Quality with SAP Information Steward COURSE OUTLINE. Course Version: 15 Course Duration: 2 Day(s) DS50 Managing Data Quality with SAP Information Steward. COURSE OUTLINE Course Version: 15 Course Duration: 2 Day(s) SAP Copyrights and Trademarks 2017 SAP SE or an SAP affiliate company. All rights reserved.

More information

Maintenance Scheduling and Planning with SAP Multiresource Scheduling - Overview. Miguel von Rotz, Product Manager SAP Products & Innovation, 2017

Maintenance Scheduling and Planning with SAP Multiresource Scheduling - Overview. Miguel von Rotz, Product Manager SAP Products & Innovation, 2017 Maintenance Scheduling and Planning with SAP Multiresource Scheduling - Overview Miguel von Rotz, Product Manager SAP Products & Innovation, 2017 Introduction Multi - Resources to be managed SAP Predictive

More information

SAP Information Sheet SAP Hybris Billing. Invoicing SAP SE or an SAP affiliate company. All rights reserved.

SAP Information Sheet SAP Hybris Billing. Invoicing SAP SE or an SAP affiliate company. All rights reserved. SAP Hybris Billing Invoicing 2016 SAP SE or an SAP affiliate company. All rights reserved. As you explore new markets and new digital business models, regardless of industry, being able to accurately invoice

More information

SAP Marketing Cloud Extensibility

SAP Marketing Cloud Extensibility Customer Extensibility Guide SAP Marketing Cloud Document Version: 1.1 2018-10-04 SAP Marketing Cloud Extensibility Document History Version Date Change 1.0 2017-08-07 Initial Version 1.1 2018-09-13 Remove

More information

Automotive Consulting Solution. Reporting Self-Billing Procedure Automotive (SBWAP)

Automotive Consulting Solution. Reporting Self-Billing Procedure Automotive (SBWAP) Automotive Consulting Solution Reporting Self-Billing Procedure Automotive (SBWAP) Agenda 1. Benefit for the Customer 2. Description of the Function 3. The Function in the System 4. Technical Information

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

Bringing Innovation to Life SAP Strategy in Banking

Bringing Innovation to Life SAP Strategy in Banking Bringing Innovation to Life SAP Strategy in Banking Hella Tobias-vom Scheidt SAP General Manager Financial Services Middle & Eastern Europe SAP Banking Today All areas of a banks value chain All Lines

More information

Integration Framework for SAP Business One Timer-Based Inbound Adapter

Integration Framework for SAP Business One Timer-Based Inbound Adapter Integration Framework for SAP Business One Timer-Based Inbound Adapter PUBLIC Global Roll-Out January 2019, Vinita Yadav Note: The example templates in this document are not officially supported by SAP.

More information

Project Cost Reporting Portfolio and Project Management

Project Cost Reporting Portfolio and Project Management Portfolio and Project Management A PLM Consulting Solution The Consulting Solution supports project-centric and cross-project evaluations in PPM, all based on accounting-integration and/or object links.

More information