CUSTOMER Customizing Tables for Transfer Types and Enhancement Spot Container for EPC BADIs

Size: px
Start display at page:

Download "CUSTOMER Customizing Tables for Transfer Types and Enhancement Spot Container for EPC BADIs"

Transcription

1 Customizing Tables for Transfer Types and Enhancement Spot Container for EPC BADIs SAP Enterprise Project Connection 2.0 SP02 Document Version: Customizing Tables for Transfer Types and Enhancement Spot Container for EPC BADIs

2 Typographic Conventions Type Style Example Description Words or characters quoted from the screen. These include field names, screen titles, pushbuttons labels, menu names, menu paths, and menu options. Textual cross-references to other documents. Example EXAMPLE Example Example <Example> Emphasized words or expressions. Technical names of system objects. These include report names, program names, transaction codes, table names, and key concepts of a programming language when they are surrounded by body text, for example, SELECT and INCLUDE. Output on the screen. This includes file and directory names and their paths, messages, names of variables and parameters, source text, and names of installation, upgrade and database tools. Exact user entry. These are words or characters that you enter in the system exactly as they appear in the documentation. Variable user entry. Angle brackets indicate that you replace these words and characters with appropriate entries to make entries in the system. EXAM PLE Keys on the keyboard, for example, F2 or EN TER. 2 Error! Reference source not found SAP AG or an SAP affiliate company. All rights reserved.

3 Document History Version Date Change Original Document Error! Reference source not found SAP AG or an SAP affiliate company. All rights reserved. 3

4 Table of Contents 1 Introduction Intended Audience Additional Documentation Overview of SAP Enterprise Project Connection EPC Transfer Type Tables Pre-requisite Where do you see the Transfer Type dropdown lists How do the Transfer Type dropdown lists correspond to Workflows? Project Transfers Order Transfers Populating the customizing tables for Transfer Types Project Transfer Types Order Transfer Types Using custom Transfer Types WITHOUT BADI implementation Using custom Transfer Types WITH BADI implementation Enhancement Spot Container objects /SEPC/BADI_PROJS_XFER_IF and /SEPC/BADI_ORDS_XFER_IF interfaces contain 4 methods: GET_RFC_DESTINATION GET_WORKFLOW_PARAMS GET_WORKFLOW_NAME AUTHORIZATION_CHECK Using a custom Transfer Type in your BADI implementation Error! Reference source not found SAP AG or an SAP affiliate company. All rights reserved.

5 1 Introduction SAP Enterprise Project Connection (EPC) 2.0 SP02 has enabled enhancement spots for customizing the transfer workflows for Projects and Work Orders. In addition to the enhancement spots, the Transfer Type dropdown list has been modified for customizing as well. This document provides the details of how to use the Transfer Type customizing tables and how to implement the user exit enhancement spots (BADIs). You must review the SAP Enterprise Project Connection (EPC) Sample Integration Solution (SIS) Terms of Use and Disclaimer. This disclaimer can be found either in SAP Note Intended Audience This document s target audience includes the following SAP EPC user roles: o o Implementation Expert Responsible for EPC business use case implementation ABAP developer Responsible for maintaining and customizing EPC Add-On ABAP code. 1.2 Additional Documentation SAP EPC also includes the following documentation that is available at and then SAP Business Suite SAP Product Lifecycle Management SAP Enterprise Project Connection 2.0. o SAP Enterprise Project Connection Solution Operations Guide For the product administrator, this document describes how to configure the application and the tasks necessary to support SAP EPC users. o SAP Enterprise Project Connection Installation Guide For the network administrator, this document contains information about how to install and configure SAP Enterprise Project Connection. o SAP Enterprise Project Connection Application Help For the network administrator or user, this document describes the basic functionality of SAP Enterprise Project Connection. o SAP Enterprise Project Connection Security Guide For the network administrator, this document describes the security settings of SAP Enterprise Project Connection. Error! Reference source not found SAP AG or an SAP affiliate company. All rights reserved. 5

6 1.3 Overview of SAP Enterprise Project Connection From the SAP Easy Access menu, users can access SAP EPC transactions. These transactions are located in the Enterprise Project Connection folder of the Cross-Application Components. The following transactions are part of SAP Enterprise Project Connection and relevant to the Transfer Type customizing tables and enhancement spots: /SEPC/XFER_PROJECT Transfer Projects /SEPC/XFER_ORDERS Transfer Orders The Transfer Projects transaction transfers Project data between SAP ERP and EPPM and has similar modes in which to transfer the data. However, these transactions have different selection criteria for SAP ERP data and the transfer types. The Transfer Orders transaction transfers Plant Maintenance Work Order data between SAP ERP and EPPM and has similar modes in which to transfer the data. However, these transactions have different selection criteria for SAP ERP data and the transfer types. If you do not have access to one of these transactions, contact your SAP ERP administrator. You may need to have a role or authorization added to your user profile. Refer SAP Note EPC20SP02 Enhancement Spot required for transfer processing, knowing how to customize transfer type for Microsoft Project Server. The following sections provide more details about the transfer types customizing tables and their implementations. 6 Error! Reference source not found SAP AG or an SAP affiliate company. All rights reserved.

7 2 EPC Transfer Type Tables With the release of SAP Enterprise Project Connection (EPC) 2.0 SP02, the EPC ABAP Administrator can now modify the Transfer Type dropdown selection list for transactions /SEPC/XFER_PROJECT and /SEPC/XFER_ORDERS. The table structures behind the dropdown lists are located in the 2 customizing tables; /SEPC/XFER_PR_T and /SEPC/XFER_OR_T. 2.1 Pre-requisite The new customizing tables and data are installed into your ERP customizing client 100. The following steps describe how to get the tables and data to your other clients. (Also see SAP Note 2857.) 1) Login to your ERP client 2) GO to transaction SCC1 (You will need to get the Transport Request from your BASIS Admin) 3) Type input text as shown below and click Start Immediately 4) Click Yes 5) Click Yes Error! Reference source not found SAP AG or an SAP affiliate company. All rights reserved. 7

8 6) Click Back Green back arrow in tool bar to see the transport request result. 7) Storage required (KB) values: a. If you see 2 in Storage Required Field value that means your transport of data for both Transfer Project and Transfer Order are successfully done. b. If you see 1 in Storage Required Field value that means your transport of data for either Transfer Project or Transfer Order is successfully done. i. Check custom values in tables for these two transaction You ll find that one of the table has custom value defined by user. c. If you see 0 in Storage Required Field value that means your transport of data is NOT successfully done. i. This is due to both the transactions have custom values in their respective tables for drop down. d. NOTE: SCC1 transaction transport populates drop down values only if user has NO custom values defined in their drop down custom table. 8) Done 8 Error! Reference source not found SAP AG or an SAP affiliate company. All rights reserved.

9 2.2 Where do you see the Transfer Type dropdown lists The transaction Transfer Projects /SEPC/XFER_PROJECT contains the dropdown list in the screenshot below. The transaction Transfer PM Orders /SEPC/XFER_ORDERS contains the dropdown list in the screenshot below Error! Reference source not found SAP AG or an SAP affiliate company. All rights reserved. 9

10 2.3 How do the Transfer Type dropdown lists correspond to Workflows? When the user makes a selection from the Transfer Type options, there is an EPC Workflow Name associated with that selection. An EPC Workflow Name is the name of the Operation that is to be executed when the user clicks on the Transfer button on the subsequent dialog, or the operation that is automatically executed if Automatic Transfer mode has been selected Project Transfers For example; when the user selects SAP ERP to Primavera P6 from the Transfer Projects transaction, the workflow name SapToP3eProjectSync is executed. This workflow name can be found in the config/datapath/operations/sapps_saptop6-operations.xml file. Workflow Name: SapToP3eProjectSync (Case Sensitive) Workflow File: sapps_saptop6-operations.xml Unless a Workflow Name has been entered into the table or a BADI is implemented to use a different workflow for transfer type, the following transfer types default to the following Workflow Names: Index Description (Transfer Type Text) Operation (Workflow Name) 1 SAP ERP to Primavera P6 SapToP3eProjectSync 2 Primavera P6 to SAP ERP P3eToSapProjectSync 3 SAP Actuals to Primavera P6 SapToP3eProjectActualSync Order Transfers For example; when the user selects SAP ERP to Primavera P6 from the Transfer Orders transaction, the workflow name SAPtoP6 is executed. This workflow name can be found in the config/datapath/operations/sappm_saptop6-operations.xml file. Workflow Name: SAPtoP6 (Case Sensitive) Workflow File: sappm_saptop6-operations.xml Unless a Workflow Name has been entered into the table or a BADI is implemented to use a different workflow for transfer type, the following transfer types default to the following Workflow Names: Index Description (Transfer Type Text) Operation (Workflow Name) 1 SAP ERP to Primavera P6 SAPtoP6 2 Primavera P6 to SAP ERP P6toSAP 10 Error! Reference source not found SAP AG or an SAP affiliate company. All rights reserved.

11 2.4 Populating the customizing tables for Transfer Types Project Transfer Types 1) Login to your ERP client 2) Go to t-code SM30, Enter table name /SEPC/XFER_PR_T for Project Transfer Types, and click on Maintain. 3) Editing an existing line will modify the text that appears in the UI for that current transfer type. 4) Clicking on New Entries will allow for additional rows in the table. 5) Add the German translations: EN: SAP ERP to Primavera P6 DE: SAP ERP zu Primavera P6 EN: Primavera P6 to SAP ERP DE: Primavera P6 zu SAP ERP Error! Reference source not found SAP AG or an SAP affiliate company. All rights reserved. 11

12 EN: SAP Actuals to Primavera P6 DE: SAP Actuals zu Primavera P6 6) The table schema of above table looks like: Order Transfer Types 1) Login to your ERP client 2) Make sure to have created a Customizing Request for this client. 3) Go to t-code SM30, Enter table name /SEPC/XFER_OR_T for Order Transfer Types, and click on Maintain. 12 Error! Reference source not found SAP AG or an SAP affiliate company. All rights reserved.

13 4) Editing an existing line will modify the text that appears in the UI for that current transfer type. 5) Clicking on New Entries will allow for additional rows in the table. (See section below regarding using new Transfer Types and Workflows.) 6) Add the German Translations: EN: SAP ERP to Primavera P6 DE: SAP ERP zu Primavera P6 EN: Primavera P6 to SAP ERP DE: Primavera P6 zu SAP ERP 7) Table schema of above table looks like Error! Reference source not found SAP AG or an SAP affiliate company. All rights reserved. 13

14 3 Using custom Transfer Types WITHOUT BADI implementation With the release of EPC2.0 SP02 SAP Note , custom transfer types can be added to the Transfer Type tables along with the custom Workflow Name, Workflow Parameters and RFC Destination without implementing a BADI. To utilize this customization, follow the steps below. 1) Login to your ERP client 2) Go to t-code SM30, Enter table name /SEPC/XFER_PR_T for Project Transfer Types, and click on Maintain. 3) Click on New Entries. 4) The window below appears with the list of fields for data entry. 14 Error! Reference source not found SAP AG or an SAP affiliate company. All rights reserved.

15 Language This will be the language key for displaying in the UI the logged in user language. + This is the position in the dropdown list for displaying in the UI. Explanation This is text that is displayed in the dropdown list of the UI. Workflow Name This is the name of the workflow (operation) that will called for the this transfer execution. Workflow Params (OPTIONAL) This is the list of URL parameters that can be added to the default list of parameters that are passed to the workflow. SM59 (OPTIONAL) This is the RFC destination name that is used for creating the http client destination. This name must be an entry in the t-code SM59 and contain a valid EPC NW Hostname and credentials. UDF1 (OPTIONAL) This is a user defined field that can be used in a custom BADI implementation. UDF2 (OPTIONAL) This is a user defined field that can be used in a custom BADI implementation. UDF3 (OPTIONAL) This is a user defined field that can be used in a custom BADI implementation. 5) Example of new entry. Error! Reference source not found SAP AG or an SAP affiliate company. All rights reserved. 15

16 6) The new entry will appear in the table data. 7) The new entry will be available for selection in the dropdown list. 16 Error! Reference source not found SAP AG or an SAP affiliate company. All rights reserved.

17 8) When the user selects this Transfer Type, the corresponding Workflow Name will be used for the Transfer execution; along with any optional Workflow Parameters using the optional SM59 entry for the RFC Destination. Definition: details>/datapath-web/restful/1.0/operation/<workflow Name>/Job Parameters: <default parameters>&<workflow Parameters> Example using new entry from above steps 5-7: Parameters: <default parameters>&param1=test&status=inprogress Error! Reference source not found SAP AG or an SAP affiliate company. All rights reserved. 17

18 4 Using custom Transfer Types WITH BADI implementation If you are adding new Transfer Types to the selection list, you will need to implement the BADI User Exit to process that new type. Index (Transfer Type Numeric) Description (Transfer Type Text) Operation (Workflow Name) 1 SAP ERP to Primavera P6 SapToP3eProjectSync 2 Primavera P6 to SAP ERP P3eToSapProjectSync 3 SAP Actuals to Primavera P6 SapToP3eProjectActualSync 4 SAP to Microsoft Project Server SAPPS_to_MPS EPC2.0 SP02 has implemented an enhancement framework using BADI s to process the new Transfer Types for custom workflow names, custom RFC destinations and custom workflow parameters To learn more about this framework and how to use it, see the SAP Help Portal under SAP NetWeaver Platform Enhancement Framework. Users must be familiar with this framework before attempting to implement the customizations. 18 Error! Reference source not found SAP AG or an SAP affiliate company. All rights reserved.

19 4.1 Enhancement Spot Container objects /SEPC/BADI_PROJS_XFER BADI Definition /SEPC/BADI_PROJS_XFER_IF BADI interface This BADI (or Enhancement Spot) Definition has 2 parts; the Interface and the Implementation. The Interface contains the methods that will be exposed for the user to customize. The Implementation contains the code to be executed for the interface method. 4.2 /SEPC/BADI_PROJS_XFER_IF and /SEPC/BADI_ORDS_XFER_IF interfaces contain 4 methods: GET_RFC_DESTINATION - This method will provide the custom RFC Destination to use GET_WORKFLOW_PARAMS - This method will provide the custom workflow parameters GET_WORKFLOW_NAME - This method will provide the custom workflow/operation name AUTHORIZATION_CHECK This method will allow customers to add their customized authorization checks for Project Selection filtering. Error! Reference source not found SAP AG or an SAP affiliate company. All rights reserved. 19

20 4.2.1 GET_RFC_DESTINATION IMPORTING IM_PROJS Type /SEPC/T_PSPID Table of Project Ids IM_XFER_TYPE Type DYNFIELDVALUE IM_LOG Type Ref To /SEPC/CL_LOG_HANDLER IM_XFER_ROW Type /SEPC/XFER_PR_T EXPORTING EX_RFC_DEST Type RFCDEST This method will input the table of project ids, and the selected transfer_type which is currently Transfer from SAP ERP (1), Transfer to SAP ERP (2), Transfer from SAP ERP Actuals (3). The thought is that the customer may want to modify the RFC destination based upon some attributes of a Project. And secondly, if the customer has customized the Transfer Type dropdown list (currently in development), depending upon the selection made, they may want to modify the RFC destination. This will assume that the same destination is used for all data transfers GET_WORKFLOW_PARAMS IMPORTING IM_PROJID Type CLIKE Project Id IM_XFER_TYPE Type DYNFIELDVALUE IM_LOG Type Ref To /SEPC/CL_LOG_HANDLER IM_XFER_ROW Type /SEPC/XFER_PR_T EXPORTING EX_WORKFLOW_PARAMS Type String This method will input current project id, and the selected transfer_type which is currently Transfer from SAP ERP (1), Transfer to SAP ERP (2), Transfer from SAP ERP Actuals (3). 20 Error! Reference source not found SAP AG or an SAP affiliate company. All rights reserved.

21 The thought here is that if the customer has customized the Transfer Type dropdown list (currently in development), depending upon the selection made, they may want to modify the workflow name and add custom parameters to the URL. For example; they may have more items in the Transfer Type dropdown list (4, 5, 6) and have new workflows they want to use GET_WORKFLOW_NAME IMPORTING IM_PROJID Type CLIKE Project Id IM_XFER_TYPE Type DYNFIELDVALUE IM_LOG Type Ref To /SEPC/CL_LOG_HANDLER IM_XFER_ROW Type /SEPC/XFER_PR_T EXPORTING EX_WORKFLOW_NAME Type String This method will input current project id, and the selected transfer_type which is currently Transfer from SAP ERP (1), Transfer to SAP ERP (2), Transfer from SAP ERP Actuals (3). The thought here is that if the customer has customized the Transfer Type dropdown list (currently in development), depending upon the selection made, they may want to modify the workflow name and add custom parameters to the URL. For example; they may have more items in the Transfer Type dropdown list (4, 5, 6) and have new workflows they want to use AUTHORIZATION_CHECK IMPORTING IM_PROJS Type /SEPC/T_PROJ_PROJECTS IM_XFER_TYPE Type DYNFIELDVALUE IM_LOG Type Ref To /SEPC/CL_LOG_HANDLER EXPORTING EX_RETURN Type SYSUBRC This method will input the table of projects, and the selected transfer_type. This method will execute authorization check on the projects and return the SYSUBRC value that is returned from authorization check. The transfer_type is input as well in the case that the user has permission to read a project (transfer from SAP PS) but no permission to update a project (transfer to SAP PS). Example AUTHORIZATION_CHECK interface implementation is delivered in the fallback class; /SEPC/BADI_PROJS_XFER_FB_CL method /SEPC/BADI_PROJS_XFER_IF~AUTHORIZATION_CHECK. AUTHORITY-CHECK OBJECT 'C_AFKO_ACT' ID 'PS_ACTVT' FIELD '02'. 4.3 Using a custom Transfer Type in your BADI implementation In order to use a custom Transfer Type, the user must decide on what Workflow will be executed for this Transfer Type. Therefore, the user must implement the interface GET_WORKFLOW_NAME. Review the example implementation class and method; /SEPC/BADI_PROJS_XFER_FB_CL-GET_WORKFLOW_NAME as shown below. Error! Reference source not found SAP AG or an SAP affiliate company. All rights reserved. 21

22 To implement your customization; you will need to create an Enhancement Implementation container. The container will contain the Z_class in your local namespace, that uses and implements the BADI interface. 22 Error! Reference source not found SAP AG or an SAP affiliate company. All rights reserved.

23 For example; Z_BADI_PROJS_XFER_TEST above contains a reference to the BADI definition and interface, as well as the implementation class Z_BADI_PROJS_XFER_CL. The class contains the 3 methods; one for each method defined in the interface. If we want to use the custom Transfer Type described earlier, then we need to implement the method for defining the workflow name associated with the new Transfer Type. For example; the method GET_WORKFLOW_NAME will input the selected Transfer Type from the drop down list. Depending upon the Transfer Type the workflow name can be modified. Sample code might look like: CASE im_xfer_type. WHEN '4'. ex_workflow_name = 'SapToMSP'. ENDCASE. The ex_workflow_name will need to be set to a workflow name that is exists in an operation file. The operation files are located in the config/datapath/operations folder. Once the code is compiled and activated, the code will be executed at runtime during the processing of the Transfer Projects (button click) step of the transaction /SEPC/XFER_PROJECT. Error! Reference source not found SAP AG or an SAP affiliate company. All rights reserved. 23

24 Caution <Put your caution here> Example <Put your example here> Note <Put your note here> Recommendation <Put your recommendation here> Syntax <Put your syntax here> 24 Error! Reference source not found SAP AG or an SAP affiliate company. All rights reserved.

25

26 Material Number 2013 SAP AG or an SAP affiliate company. All rights reserved. No part of this publication may be reproduced or transmitted in any form or for any purpose without the express permission of SAP AG. The information contained herein may be changed without prior notice. Some software products marketed by SAP AG and its distributors contain proprietary software components of other software vendors. National product specifications may vary. These materials are provided by SAP AG and its affiliated companies ( SAP Group ) for informational purposes only, without representation or warranty of any kind, and SAP Group shall not be liable for errors or omissions with respect to the materials. The only warranties for SAP Group products and services are those that are set forth in the express warranty statements accompanying such products and services, if any. Nothing herein should be construed as constituting an additional warranty. SAP and other SAP products and services mentioned herein as well as their respective logos are trademarks or registered trademarks of SAP AG in Germany and other countries. Please see for additional trademark information and notices.

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

How To Handle SAP Notes During and After Upgrading a Support Package

How To Handle SAP Notes During and After Upgrading a Support Package How To Guide ABAP Task Manager for Lifecycle Management Automation Document Version: 1.0 2013-10-02 How To Handle SAP Notes During and After Upgrading a Support Package Using transaction SPDD and SPAU

More information

Configuration of Warehouse Management with Preconfigured Processes

Configuration of Warehouse Management with Preconfigured Processes Configuration of Warehouse Management with Preconfigured Processes CUSTOMER Document Version: 2012_SP35 January 25, 2013 Copyright Copyright 2013 SAP AG. All rights reserved. SAP Library document classification:

More information

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

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

More information

SAP 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

CUSTOMER SAP Screen Personas: Software and Delivery Requirements

CUSTOMER SAP Screen Personas: Software and Delivery Requirements SAP Screen Personas 3.0 Document Version: 1.0 2015-06-08 SAP Screen Personas: Software and Delivery Requirements Icons Icon Meaning Caution. Example Note Recommendation Syntax External Process Business

More information

Opportunity to Order with C4C Quote using SAP NetWeaver PO

Opportunity to Order with C4C Quote using SAP NetWeaver PO Test Script SAP Hybris Cloud for Customer 1605 May 2016 English Opportunity to Order with C4C Quote using SAP NetWeaver PO ID: 15Z Table of Contents 1 Test Description 4 2 Prerequisites 5 2.1 System Access

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

SAP Capital Yield Tax Management for Banking 8.0

SAP Capital Yield Tax Management for Banking 8.0 Configuration Guide Document Version: 2.0 2015-12-04 CUSTOMER Typographic Conventions Type Style Example Description Words or characters quoted from the screen. These include field names, screen titles,

More information

Maintain Vendor Evaluation (155.13)

Maintain Vendor Evaluation (155.13) EHP7 for SAP ERP 6.0 February 2014 English Maintain Vendor Evaluation (155.13) Master Data Procedure SAP AG Dietmar-Hopp-Allee 16 69190 Walldorf Germany Copyright 2014 SAP AG or an SAP affiliate company.

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

SAP ERP Foundation Extension: Software Components of Ready-to-Activate Appliance

SAP ERP Foundation Extension: Software Components of Ready-to-Activate Appliance EHP7 for SAP ERP 6.0 May 2015 English SAP ERP Foundation Extension: of Ready-to-Activate Appliance SAP AG Dietmar-Hopp-Allee 16 69190 Walldorf Germany Copyright 2015 SAP SE or an SAP affiliate company.

More information

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

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

More information

SAP Library 1/24/2013. Opportunistic Cross-Docking

SAP Library 1/24/2013. Opportunistic Cross-Docking Opportunistic Cross-Docking CUSTOMER Document Version: 2012_SP35 January 25, 2013 1 Copyright Copyright 2013 SAP AG. All rights reserved. SAP Library document classification: PUBLIC No part of this publication

More information

Integration of SAP TM with Dangerous Goods

Integration of SAP TM with Dangerous Goods SAP Transportation Management Integration of SAP TM with Dangerous Goods CUSTOMER Document Version: 2.1 December 2013 SAP AG 1 Copyright Copyright 2013 SAP AG. All rights reserved. SAP Library document

More information

SAP Capital Yield Tax Management for Banking 8.0

SAP Capital Yield Tax Management for Banking 8.0 Configuration Guide Document Version: 4.0 2018-11-20 CUSTOMER Typographic Conventions Type Style Example Example EXAMPLE Example Example EXAMPLE Description Words or characters quoted from the

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

SAP Rapid data migration for SAP S/4HANA Software and Delivery Requirements. SAP Data Services 4.2 October 2016 English. Document Revisions

SAP Rapid data migration for SAP S/4HANA Software and Delivery Requirements. SAP Data Services 4.2 October 2016 English. Document Revisions SAP Data Services 4.2 October 2016 English SAP Rapid data migration for SAP S/4HANA Software and Delivery Requirements SAP SE Dietmar-Hopp-Allee 16 69190 Walldorf Germany Document Revisions 0 1 2 Date

More information

Step-by-step guide to enable Easy Access Menu in S/4HANA 1610 On-Premise

Step-by-step guide to enable Easy Access Menu in S/4HANA 1610 On-Premise Document Version: 1.0 2017-02-01 RELEASED Step-by-step guide to enable Easy Access Menu in S/4HANA 1610 On-Premise Document History The following table provides an overview of the most important document

More information

SAP Quality Issue Management Rapid Deployment Solution: Software and Delivery Requirements

SAP Quality Issue Management Rapid Deployment Solution: Software and Delivery Requirements SAP Quality Issue Management Rapid Deployment Solution October 2014 English SAP Quality Issue Management Rapid Deployment Solution: Software and Delivery Requirements SAP SE Dietmar-Hopp-Allee 16 69190

More information

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

Compliant Provisioning Using SAP Access Control

Compliant Provisioning Using SAP Access Control SAP NetWeaver How-To Guide SAP NetWeaver Identity Management Compliant Provisioning Using SAP Access Control - GRC 10.0 or higher Provisioning Framework Version 2: Architectural Overview SAP NetWeaver

More information

Quick Guide - SAP Mobile Secure Cloud

Quick Guide - SAP Mobile Secure Cloud SAP Mobile Secure Cloud Edition March 23, 2015 English Quick Guide - SAP Mobile Secure Cloud SAP SE Dietmar-Hopp-Allee 16 69190 Walldorf Germany Public Copyright 2015 SAP SE or an SAP affiliate company.

More information

FI Localization for Ukraine Accounts Payable (FI-AP)

FI Localization for Ukraine Accounts Payable (FI-AP) FI Localization for Ukraine Accounts Payable (FI-AP) CUSTOMER Document Version: 6774 September 2013 Accounts Payable (FI-AP) 1 Copyright Copyright 2013 SAP AG. All rights reserved. SAP Library document

More information

Field Data Capture for Upstream Allocations with SAP MII Release 2.0

Field Data Capture for Upstream Allocations with SAP MII Release 2.0 Master Guide Document Version: 3.0 2016-08-10 Field Data Capture for Upstream Allocations with SAP MII Release 2.0 Typographic Conventions Type Style Example Example EXAMPLE Example Example EXAMPLE

More information

Configuration Content for Labor Management

Configuration Content for Labor Management Configuration Content for Labor Management CUSTOMER Document Version: 2012_SP35 Configuration Content for Labor Management 2012_SP35 1 Copyright Copyright 2013 SAP AG. All rights reserved. SAP Library

More information

SAP Payments and Bank Communications rapiddeployment

SAP Payments and Bank Communications rapiddeployment SAP ERP 6.0 EHP7 July 2014 English SAP Payments and Bank Communications rapiddeployment solution: SAP AG Dietmar-Hopp-Allee 16 69190 Walldorf Germany Copyright 2014 SAP AG or an SAP affiliate company.

More information

SAP S/4HANA Supply Chain for secondary distribution (S4SCSD) FPS01

SAP S/4HANA Supply Chain for secondary distribution (S4SCSD) FPS01 Master Guide SAP S/4HANA Supply Chain for secondary distribution Document Version: 1.0 2017-12-18 SAP S/4HANA Supply Chain for secondary distribution (S4SCSD) FPS01 Typographic Conventions Type Style Example

More information

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

Frequently Asked Questions on Secure Usage of Remote Support Platform for SAP Business One (RSP) FAQs Remote Support Platform for SAP Business One 3.2 Document Version: 2.0 2017-04-20 Frequently Asked Questions on Secure Usage of Remote Support Platform for SAP Business One (RSP) All Countries Typographic

More information

Solution Manager Content for Dock Appointment Scheduling

Solution Manager Content for Dock Appointment Scheduling Solution Manager Content for Dock Appointment Scheduling PUBLIC Document Version: 2013_SP39 November 8, 2013 Solution Manager Content for Dock Appointment Scheduling 2013_SP39 1 Copyright Copyright 2013

More information

SAP Manufacturing Execution for Discrete Manufacturing Rapid Deployment Solution_V5.151: Software Requirements

SAP Manufacturing Execution for Discrete Manufacturing Rapid Deployment Solution_V5.151: Software Requirements SAP Manufacturing Execution 15.1 June 2016 English SAP Manufacturing Execution for Discrete Manufacturing Rapid Deployment Solution_V5.151: Software Requirements SAP SE Dietmar-Hopp-Allee 16 69190 Walldorf

More information

How to Integrate SAP Crystal Server with SAP Business One

How to Integrate SAP Crystal Server with SAP Business One How-To Guide SAP Business One 9.0 Document Version: 1.0 2012-10-31 How to Integrate SAP Crystal Server with SAP Business One All Countries Typographic Conventions Type Style Example Description Words or

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

PUBLIC Setup 4.6 Systems for MAI

PUBLIC Setup 4.6 Systems for MAI Solution Manager 7.1 Document Version: 1.1 2013-06-27 Typographic Conventions Type Style Example Description Words or characters quoted from the screen. These include field names, screen titles, pushbuttons

More information

Configuration Content for RFID-Enabled EWM

Configuration Content for RFID-Enabled EWM Configuration Content for RFID-Enabled EWM CUSTOMER Document Version: 2012_SP35 January 25, 2013 Configuration Content for RFID-Enabled EWM 2012_SP35 1 Copyright Copyright 2013 SAP AG. All rights reserved.

More information

Focused Insights for SAP Solution Manager 7.2

Focused Insights for SAP Solution Manager 7.2 Installation Guide Focused Insights for SAP Solution Manager Document Version: 2.0 2018-07-12 ST-OST 200 SP 02 Typographic Conventions Type Style Example Description Words or characters quoted from the

More information

SAP Convergent Charging 5.0

SAP Convergent Charging 5.0 Release Note - What's New in SP 2 SAP Convergent Charging Document Version: 1.1 2018-11-08 PUBLIC Typographic Conventions Type Style Example Description Words or characters quoted from the screen. These

More information

SAP Financial Close and Disclosure Management rapid-deployment solution: Software and Delivery Requirements

SAP Financial Close and Disclosure Management rapid-deployment solution: Software and Delivery Requirements SAP Disclosure Management 10.1 July 2015 English SAP Financial Close and Disclosure Management rapid-deployment solution: Software and Delivery Requirements SAP SE Dietmar-Hopp-Allee 16 69190 Walldorf

More information

Croatia Fiscalization Update FI Billing Documents with Fiscalization Data

Croatia Fiscalization Update FI Billing Documents with Fiscalization Data Croatia Fiscalization Update FI Billing Documents with Fiscalization Data PUBLIC Croatia Fiscalization 1 Copyright Copyright 2013 SAP AG. All rights reserved. SAP Library document classification: PUBLIC

More information

Archiving Fiscal Documents

Archiving Fiscal Documents Archiving Fiscal Documents PUBLIC Document Version: 7024 July 19, 2013 Copyright Copyright 2013 SAP AG. All rights reserved. SAP Library document classification: PUBLIC No part of this publication may

More information

Focused Insights for SAP Solution Manager 7.2

Focused Insights for SAP Solution Manager 7.2 Installation Guide Focused Insights for SAP Solution Manager Document Version: 1.9 2018-02-15 ST-OST 200 SP 1 Typographic Conventions Type Style Example Description Words or characters quoted from the

More information

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

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

More information

SAP Transportation Management 9.1, Support Package 2 Enterprise Services

SAP Transportation Management 9.1, Support Package 2 Enterprise Services SAP Transportation Management 9.1, Support Package 2 Enterprise Services CUSTOMER Document Version: 1.0 May 2014 SAP TM 9.1 SP02 Enterprise Services 1 Copyright Copyright 2014 SAP AG. All rights reserved.

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

SAP Consolidated Payables Link

SAP Consolidated Payables Link SAP Custom Development SAP Consolidated Payables Link CUSTOMER Document Version: 100 SAP Consolidated Payables Link 100 1 Copyright Copyright 2013 SAP AG. All rights reserved. SAP Library

More information

Golden Audit Reporting

Golden Audit Reporting HELPX.CAINTCN Golden Audit Reporting CUSTOMER Document Version: 7024 October 2013 Golden Audit Reporting 7024 1 Copyright Copyright 2013 SAP AG. All rights reserved. SAP Library document classification:

More information

SAP Engineering Control Center 5.1

SAP Engineering Control Center 5.1 Master Guide CUSTOMER Document Version: 3.0 2017-09-29 Typographical Conventions Format Example Description Words or characters that are quoted from the screen display. These include field names, captions,

More information

Master Guide 1704 SP1 Document Version: SAP SE or an SAP affiliate company. All rights reserved. CUSTOMER.

Master Guide 1704 SP1 Document Version: SAP SE or an SAP affiliate company. All rights reserved. CUSTOMER. Master Guide 1704 SP1 Document Version: 1.0 2017-07-15 2017 SAP SE or an SAP affiliate company. All rights reserved. CUSTOMER Table of Contents 1 Getting Started... 3 1.1 About this Document... 3 1.1.1

More information

Store Specific Consumer Prices

Store Specific Consumer Prices Store Specific Consumer Prices Copyright Copyright 2006 SAP AG. All rights reserved. No part of this publication may be reproduced or transmitted in any form or for any purpose without the express permission

More information

SAP Convergent Charging 5.0

SAP Convergent Charging 5.0 Release Note - What's New in SP 1 SAP Convergent Charging Document Version: 1.0 2017-11-09 PUBLIC Typographic Conventions Type Style Example Description Words or characters quoted from the screen. These

More information

Migration of SAP ERP WM to SAP EWM

Migration of SAP ERP WM to SAP EWM Migration of SAP ERP WM to SAP EWM CUSTOMER Document Version: 2012_SP35 January 25, 2013 Migration of SAP ERP WM to SAP EWM 2012_SP35 1 Copyright Copyright 2013 SAP AG. All rights reserved. SAP Library

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

How to Work with Multiple Branches in SAP Business One

How to Work with Multiple Branches in SAP Business One How-To Guide SAP Business One 9.3 and SAP Business One 9.3, version for SAP HANA Document Version: 1.0 2017-08-23 How to Work with Multiple Branches in SAP Business One Typographic Conventions Type Style

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

SAP HANA Customer Engagement Intelligence rapid-deployment solution: Software and Delivery Requirements

SAP HANA Customer Engagement Intelligence rapid-deployment solution: Software and Delivery Requirements 1.1, powered by HANA November 2014 English HANA rapid-deployment solution: Software and Delivery Requirements SE Dietmar-Hopp-Allee 16 69190 Walldorf Germany Copyright 2014 SE or an affiliate company.

More information

SAP Best Practices for SAP S/4HANA (on premise) (V3): Software and Delivery Requirements

SAP Best Practices for SAP S/4HANA (on premise) (V3): Software and Delivery Requirements SAP Best Practices S4HANAX October 2016 English SAP Best (on premise) (V3): Software and Delivery Requirements SAP SE Dietmar-Hopp-Allee 16 69190 Walldorf Germany SAP Best Copyright 2015 SAP SE or an SAP

More information

How to Deploy SAP Business One Cloud with Browser Access

How to Deploy SAP Business One Cloud with Browser Access How to Guide SAP Business One Cloud 1.1 Document Version: 1.01 2016-05-25 How to Deploy SAP Business One Cloud with Browser Access All Countries Typographic Conventions Type Style Example Description Words

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

Software Requirements

Software Requirements SAP NetWeaver 7.40 February 2014 English SAP E-Recruiting rapid-deployment solution V1.740 SAP AG Dietmar-Hopp-Allee 16 69190 Walldorf Germany Copyright 2014 SAP AG or an SAP affiliate company. All rights

More information

ADM100. System Administration I for SAP S/4HANA and SAP Business Suite COURSE OUTLINE. Course Version: 19 Course Duration:

ADM100. System Administration I for SAP S/4HANA and SAP Business Suite COURSE OUTLINE. Course Version: 19 Course Duration: ADM100 System Administration I for SAP S/4HANA and SAP Business Suite. COURSE OUTLINE Course Version: 19 Course Duration: SAP Copyrights and Trademarks 2018 SAP SE or an SAP affiliate company. All rights

More information

Application Performance Monitoring Dashboard 7.2

Application Performance Monitoring Dashboard 7.2 User Guide Focused Insights for SAP Solution Manager Document Version: 1.1 2017-07-31 ST-OST 200 SP 1 Typographic Conventions Type Style Example Example EXAMPLE Example Example EXAMPLE Description

More information

ADM100 AS ABAP Administration I

ADM100 AS ABAP Administration I ADM100 AS ABAP Administration I. COURSE OUTLINE Course Version: 18 Course Duration: 5 Day(s) SAP Copyrights and Trademarks 2017 SAP SE or an SAP affiliate company. All rights reserved. No part of this

More information

SAP BusinessObjects GRC 10.0 Integration Guide Access & Process Control 10.0

SAP BusinessObjects GRC 10.0 Integration Guide Access & Process Control 10.0 SAP BusinessObjects GRC 10.0 Integration Guide Access & Process Control 10.0 Applies to: SAP BusinessObjects Access Control 10.0, SAP BusinessObjects Process Control 10.0 Summary SAP BusinessObjects Access

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

How to Set Up and Use Serial/Batch Valuation Method

How to Set Up and Use Serial/Batch Valuation Method How-To Guide SAP Business One 9.0 Document Version: 1.0 2013-08-14 How to Set Up and Use Serial/Batch Valuation Method Country: Russia Typographic Conventions Type Style Example Description Words or characters

More information

SAP NetWeaver Identity Management 7.0 SPS 2. Identity Management for SAP System Landscapes: Architectural Overview

SAP NetWeaver Identity Management 7.0 SPS 2. Identity Management for SAP System Landscapes: Architectural Overview SAP NetWeaver Identity Management 7.0 SPS 2 Identity Management for SAP System Landscapes: Architectural Overview Document Version 1.2 April 2008 SAP AG Dietmar-Hopp-Allee 16 69190 Walldorf Germany T +49/18

More information

Release 6.0 HELP.SECGUIDE_ISHERCM

Release 6.0 HELP.SECGUIDE_ISHERCM Release 6.0 HELP.SECGUIDE_ISHERCM Copyright Copyright 2004 SAP AG. All rights reserved. No part of this publication may be reproduced or transmitted in any form or for any purpose without the express permission

More information

SAP Convergent Charging 5.0

SAP Convergent Charging 5.0 Release Note - What's New in SP 3 SAP Convergent Charging Document Version: 1.0 2018-11-08 PUBLIC Typographic Conventions Type Style Example Description Words or characters quoted from the screen. These

More information

SAP Solution Manager Adapter for SAP Quality Center by HP

SAP Solution Manager Adapter for SAP Quality Center by HP Master Guide SAP Solution Manager Adapter for SAP Quality Center by HP Using SAP Quality Center by HP 9.2 in SAP Solution Manager 4.0 and Target Audience System administrators Technology consultants Project

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

ADM920 SAP Identity Management

ADM920 SAP Identity Management ADM920 SAP Identity Management. COURSE OUTLINE Course Version: 17 Course Duration: 5 Day(s) SAP Copyrights and Trademarks 2016 SAP SE or an SAP affiliate company. All rights reserved. No part of this publication

More information

Software and Delivery Requirements

Software and Delivery Requirements SAP Predictive Analytics Content Adoption rapiddeployment solution August 2015 English Content Adoption rapiddeployment solution: Software and Delivery Requirements SAP SE Dietmar-Hopp-Allee 16 69190 Walldorf

More information

How to Integrate SAP BusinessObjects Dashboards (Xcelsius) Into Business Context Viewer (BCV)

How to Integrate SAP BusinessObjects Dashboards (Xcelsius) Into Business Context Viewer (BCV) SAP Business Suite How-To Guide How to Integrate SAP BusinessObjects Dashboards (Xcelsius) Into Business Context Viewer (BCV) Applicable Releases: Enhancement Package 5 for SAP ERP 6.0 or higher IT Capability:

More information

BOAN15. VBA Programming in SAP BusinessObjects Analysis Edition for Microsoft Office COURSE OUTLINE. Course Version: 17 Course Duration: 1 Day(s)

BOAN15. VBA Programming in SAP BusinessObjects Analysis Edition for Microsoft Office COURSE OUTLINE. Course Version: 17 Course Duration: 1 Day(s) BOAN15 VBA Programming in SAP BusinessObjects Analysis Edition for Microsoft Office. COURSE OUTLINE Course Version: 17 Course Duration: 1 Day(s) SAP Copyrights and Trademarks 2017 SAP SE or an SAP affiliate

More information

Sizing SAP Quality Issue Management, Version 1.0

Sizing SAP Quality Issue Management, Version 1.0 Sizing Guide Document Version: 2.0 2015-03-27 Disclaimer Some components of this product are based on Java. Any code change in these components may cause unpredictable and severe malfunctions and is therefore

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

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

How to... Add an SAP BusinessObjects Xcelsius Dashboard to a Transport Request in SAP BW

How to... Add an SAP BusinessObjects Xcelsius Dashboard to a Transport Request in SAP BW SAP NetWeaver How-To Guide How to... Add an SAP BusinessObjects Xcelsius Dashboard to a Transport Request in SAP BW Applicable Releases: SAP NetWeaver 7.01 SP5 and higher, SAP NetWeaver BW 7.20 SAP BusinessObjects

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

Focused Insights for SAP Solution Manager 7.2

Focused Insights for SAP Solution Manager 7.2 Security Guide Focused Insights for SAP Solution Manager Document Version: 1.5 2018-02-15 ST-OST 200 SP 1 Typographic Conventions Type Style Example Description Words or characters quoted from the screen.

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

Integration of SAP EWM with SAP BusinessObjects Global Trade

Integration of SAP EWM with SAP BusinessObjects Global Trade Integration of SAP EWM with SAP BusinessObjects Global Trade CUSTOMER Document Version: 2012_SP35 January 25, 2013 Integration of SAP EWM with SAP BusinessObjects Global Trade 2012_SP35 1 Copyright Copyright

More information

User Guide for SAP BW Note Analyzer

User Guide for SAP BW Note Analyzer SAP BW Note Analyzer Document Version: 1.1 2017-11-26 Content 1 Introduction... 4 2 Installing SAP BW Note Analyzer... 5 2.1 SAP BW Note Analyzer Program... 5 2.2 Remote Function Call Connection to SAP...

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

How to Create EU Sales Reports in SAP Business One 8.82 (DE)

How to Create EU Sales Reports in SAP Business One 8.82 (DE) How-To Guide SAP Business One Release 8.82 Hotfix 01 PL10 and higher Document Version: 1.0 How to Create EU Sales Reports in SAP Business One 8.82 (DE) Country: Germany Typographic Conventions Type Style

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

Administrator's Guide SAP Shop Floor Dispatching and Monitoring Tool

Administrator's Guide SAP Shop Floor Dispatching and Monitoring Tool Administrator's Guide SAP Shop Floor Dispatching and Monitoring Tool Target Audience System Administrators Technology Consultants CUSTOMER Document version: 1.1 2013-05-15 Document History CAUTION Before

More information

D94 - Defects of Equipment Processing. Process Diagram

D94 - Defects of Equipment Processing. Process Diagram 94 - efects of Equipment Processing Process iagram 94 - efects of Equipment Processing(/3) SP ERP Maintenance Processor Maintenance Employee Warehouse Worker Enterprise Controller 4. Create efect Notification

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

BIT300 Integration Technology ALE

BIT300 Integration Technology ALE BIT300 Integration Technology ALE. COURSE OUTLINE Course Version: 10 Course Duration: 3 Day(s) SAP Copyrights and Trademarks 2016 SAP SE or an SAP affiliate company. All rights reserved. No part of this

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

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

SAP Banking APIs (beta)

SAP Banking APIs (beta) Administrator's Guide Document Version: 1.0 2017-05-08 CUSTOMER Table of Contents 1 Use... 3 1.1 Functionality... 3 1.2 Note on Beta Shipment... 3 1.3 System Landscape... 3 2 Authentication and Authorization...

More information

SRM210 SRM Server Configuration

SRM210 SRM Server Configuration SRM210 SRM Server Configuration. COURSE OUTLINE Course Version: 15 Course Duration: 20 Hours SAP Copyrights and Trademarks 2018 SAP SE or an SAP affiliate company. All rights reserved. No part of this

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

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

EWM900. Extended Warehouse Management - Developer Workshop COURSE OUTLINE. Course Version: 17 Course Duration: 3 Day(s)

EWM900. Extended Warehouse Management - Developer Workshop COURSE OUTLINE. Course Version: 17 Course Duration: 3 Day(s) EWM900 Extended Warehouse Management - Developer Workshop. COURSE OUTLINE Course Version: 17 Course Duration: 3 Day(s) SAP Copyrights and Trademarks 2018 SAP SE or an SAP affiliate company. All rights

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

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

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