How-To-Guide How to Use Data from Easy Queries for MSS KPIs

Size: px
Start display at page:

Download "How-To-Guide How to Use Data from Easy Queries for MSS KPIs"

Transcription

1 How-To-Guide How to Use Data from Easy Queries for MSS KPIs Target Audience System Administrators PUBLIC Document version:

2 Document History CAUTION Before you start the implementation, make sure you have the latest version of this document. You can find the latest version at the following location: The following table provides an overview of the most important document changes. Version Date Description First version Corrections in chapter Creating an OData Service for an Easy Query 2/24 PUBLIC

3 Table of Contents Chapter 1 Introduction... 5 Chapter 2 Architecture... 7 Chapter 3 SAP Web Dispatcher... 9 Chapter 4 Generation of an OData Service for a BEx Query Chapter 5 KPI Configuration PUBLIC 3/24

4 This page is left blank for documents that are printed on both sides.

5 1 Introduction 1 Introduction This guide describes which settings you have to make to be able to use data from an easy query as a data source for the key performance indicators (KPIs) on the KPI lane of Manager Self-Service. Easy queries allow external access from front-end tools to queries. As soure system from which you retrieve your data, you can use your SAP Business Information Warehouse or your productive SAP ERP system by using operational data provisioning (ODP). Prerequisites Type of Component Software Component SAP NetWeaver GateWay 2.0, SP04 Component EA-HRGXX 607 SP14 EA-HRRXX 607 SP14 NW 731 SP07 SAP UI5 SP04 IW_BEP 200 SP06 You have activated the business function HCM_MSS_UI5_1 (HCM, Manager Self-Service on SAP UI5) in your SAP ERP system. If you want to use your SAP Business Information Warehouse (BW) as source system, you have to use BW system based on SAP NetWeaver 7.31 SP07 or higher. NOTE Easy Query is available with SAP NetWeaver 7.31 SP07. If you want to use data from your operational system you have to activate the business function HCM_ANALYTICS_2 (HCM, Operational Data Provisioning for Analytics) to enable the ODP technology PUBLIC 5/24

6 This page is left blank for documents that are printed on both sides.

7 2 Architecture 2 Architecture The figure below illustrates the architecture for linking a SAP UI application and an easy query with data from SAP Business Information Warehouse (BW). Figure 1: Architecture with SAP Business Information Warehouse The figure below illustrates the architecture for linking a SAP UI application and an easy query with data from a productive SAP ERP system using operational data provisioning (ODP) PUBLIC 7/24

8 2 Architecture Figure 2: Architecture with Operational Data Provisioning 8/24 PUBLIC

9 3 SAP Web Dispatcher 3 SAP Web Dispatcher The SAP Web Dispatcher is the single point of entry for requests from the SAP UI5 applications in the browser to your systems. The single point of entry is necessary due to Single Origin Policy (SOP). SAP Web Dispatcher manages the access to your application server and Gateway server. You have to add the following paths in the configuration file of SAP Web Dispatcher: To connect the application system that contains the SAP UI5 sources: /sap/bc/ui5_ui5/ To connect the Gateway system that transforms the OData request into RFC format of the launchpad service: /sap/opu/odata/ NOTE You have to maintain a trusted ABAP connection from the SAP NetWeaver Gateway system to your SAP ERP system to access the launchpad service, for example, by using the Configuration of RFC Connections (SM59) transaction. If the SAP NetWeaver Gateway system runs inside your SAP ERP system, you have to maintain a local RFC connection. In the application system you have to assign the Manager Self-Service Composite Role Consisting of Manager Specific Lanes (SAP_MANAGER_MSS_CR_UI5_1) role to the user. You can embed the lane service in your manager application with the following URL: dispatcher:port>/sap/bc/ui5_ui5/sap/arsrvc_suite_pb/main.html?page=hr_selfservices More Information For general information about SAP Web Dispatcher, see helpdata/en/42/5cfd3b0e59774ee a114084/content.htm PUBLIC 9/24

10 This page is left blank for documents that are printed on both sides.

11 4 Generation of an OData Service for a BEx Query 4 Generation of an OData Service for a BEx Query In this process, you generate an Open Data Protocol Service (OData service) for a BEx query. You can use this OData service to display the analytical data of the query when displaying a key performance indicator (KPI) within the KPI lane of Manager Self-Service (SAP UI5). First, you set up an analytical BEx query in your source system as an easy query. BEx queries that are identified as easy queries enable external access to the analytical data. This is necessary to be able to display the data using a key performance indicator (KPI). Next, you create an OData service in your SAP NetWeaver Gateway system that you use to forward the analytical data of the easy query to Manager Self-Service (SAP UI5) in your SAP ERP system in order to display the key performance indicator there. Prerequisites The following prerequisites apply for the source system: You have the necessary authorizations to generate easy queries. For more information, see the SAP NetWeaver Business Warehouse application help and choose Business Warehouse Configuration Configuring Easy Queries You are using BEx Query Designer in version 7.20 with revision level 672 or higher. You can select the By Easy Query option on the Extended tab page of the query properties only as of this revision level. If the source system and the application system are not identical, the date settings of the users in the source system and the date settings of the users who call the key performance indicators in the application system must be identical for each user. You specify the date settings in the user profile in the relevant system by choosing System User Profile Own Data Defaults Date Format. You have set up a trusted RFC connection between the source system and the SAP NetWeaver Gateway system. You have to define the corresponding system alias in the SAP NetWeaver Gateway system. The following restrictions apply for the query definition: Within the query, you only use input variables for time selection. In this way, the key performance indicator value can be provided using Customizing for Manager Self-Service (SAP UI5) for different periods for displaying the key performance indicator on the user interface. The Customizing settings for the KPIs cannot process any other input variables. You have specified that the overall result of the query is depicted in the first row of the results PUBLIC 11/24

12 4 Generation of an OData Service for a BEx Query When defining the query, you have specified technical names for the restricted key performance indicators. This will make the Customizing of the key performance indicators in Manager Self-Service (SAP UI5) easier. For more restrictions within the framework of the query definition, see the SAP NetWeaver application help under Business Warehouse Interfaces Interfaces in the Analytics Server Web Service Interface Managing Easy Queries. NOTE You enter the texts for a key performance indicator in Customizing for Manager Self-Services (SAP UI5) in the Customizing activity Configure Metadata for Key Performance Indicators. Procedure Creating an Easy Query 1. Call the BEx Query Designer in your source system. 2. Define a BEx query or open an existing BEx query inbex Query Designer. 3. Select the By Easy Query checkbox in the extended properties of the query on the Properties tab page under Release for External Access and save the query. 4. The system generates the query as an easy query and thus releases it for external access. NOTE We recommend that you test the query from a technical point of view. To do so, you call the Easy Query Manager transaction (transaction code EQMANAGER) in your source system. Then you select the query and choose the Test Easy Query function. The system checks the easy query and displays a preview of the query results. Creating an OData Service for an Easy Query To create an OData service, you can use transaction SEGW (SAP NetWeaver Gateway Service Builder). After the service is generated, you have to activate the service using transaction /iwfnd/ maint_service (Activate and Maintain Services). All necessary steps for creating and activating an OData service for an easy query are described in the following documents. The process you have to use depends on the support package of the SAP NetWeaver Gateway 2.0 you are using: SAP NetWeaver Gateway 2.0, SP 04 or SP05 f3/13a3ddf4b343db973e375e8597efd1/content.htm SAP NetWeaver Gateway 2.0, SP 06 and higher c72f49fe824fb40809a831a0/content.htm 12/24 PUBLIC

13 4 Generation of an OData Service for a BEx Query Result You have set up external access to the analytical data of a BEx query and created an OData service for this query that you can use to forward the data for displaying a key performance indicator for managers. For information on how to do this see in the KPI Configuration.section in this guide. More Information For general information about Open Data Protocol, see For more information about easy queries, see SAP Community Network under people/uwe.fischer/blog/2011/12/12/easy-queries-on-sap-netweaver-bw. For general information about SAP NetWeaver Gateway Service Builder, see in SAP Help Portal under NetWeaver SAP NetWeaver Gateway Developer s Guides SAP Netweaver Gateway Service Builder. SAP PUBLIC 13/24

14 This page is left blank for documents that are printed on both sides.

15 5 KPI Configuration 5 KPI Configuration The configuration of the key performance indicators (KPIs) is part of Customizing. You can find the relevant Customizing activities by choosing: Personnel Management Manager Self-Service (SAP UI5) Landing Page Analytics. Execute the activities under Analytics one after the other. Configure Launchpads for Analytics Lanes NOTE For information about this activity, see the documentation in Customizing. Enter a description in the Description field and a KPI_ID in the Additional Information field. NOTE The description is displayed in the quickview in the expanded My KPIs lane. Figure 3: Customizing view for Configure Launchpads for Analytics Lane The Launchpad Role, Launchpad Instance, and KPI_ID fields are the key fields relevant for the metadata table that contains the metadata configuration of the key performance indicators. You access this table in the Customizing activity Configure Metadata for Key Performance Indicators PUBLIC 15/24

16 5 KPI Configuration Figure 4: Customizing view for Configure Metadata for Key Performance Indicators Assign Launchpads to Role For information about this activity, see the documentation in Customizing. Assign Feeder Class for the Lauchpads For information about this activity, see the documentation in Customizing. You assign feeder class CL_MSS_ANALYTICS_LPD_FEEDER to the KPI launchpad (role HRMSS, instance KPI). NOTE Table /UI2/SAPLLPD_FEEDER is a cross-client table. Configure Metadata for Key Performance Indicators For information about this activity, see the documentation in Customizing. In this activity, you can configure the behavior and look of the key performance indicators in the KPI lane. KPI Short Text, KPI Medium Text, KPI Long Text, Description from Launchpad These texts are displayed in the lane and expanded lane as follows: The KPI Short Text from the General section in the metadata customizing is used in the lane to build the header of the KPI. The KPI Long Text is used as the tooltip for the header. Figure 5: Tile with a KPI on the lane The KPI Medium Text from the General section in the metadata customizing is used to build the header of the KPI in the expanded lane and the header of the quickview of the KPI in the expanded lane. 16/24 PUBLIC

17 5 KPI Configuration Figure 6: KPI tile and quickview in expanded lane KPI Type Depending on the KPI Type, you have to maintain the output parameters of the Current Value, Trend Reference Value, and Chart Values in a different way: If KPI Type = Absolute, only the Output Parameter fields of the different values have to be filled. If KPI Type = Ratio, the Base Output Parameter fields of the different values also have to be filled in order to allow a calculation. EXAMPLE The Female Manager Percentage KPI is a KPI of type Ratio which means that the Output Parameter and Base Output Parameter fields have to be filled. The calculation itself is performed in the lane. Time Aggregation Type and Time Mode Together with the Time Reference for Current Value field, these fields control which texts appear in the lanes depending on the values entered in these fields. The figure below shows the texts that are affected: PUBLIC 17/24

18 5 KPI Configuration Figure 7: Texts for Trend Value, Current Value and Chart Values in the lanes EXAMPLE For non-cumulative KPIs (Time Aggregation Type = non-cumulative), end dates are always displayed in the date format of the user. You have entered the following values: Time Reference for Current Value: Current Day, for example 05/31/2013 Time Reference for Trend Reference Value: Last Year Output Texts for These Settings Values Output Texts for KPI Time Mode: Yearly Output Texts for KPI Time Mode: Quarterly Current Value As of Today As of Today Trend Value 12/31/2012 (end date of last year) 12/31/2012 (end date of last year) Chart Value 1 12/31/2010 (end date of third last year) 09/30/2012 (end date of third last quarter) Chart Value 2 12/31/2011 (end date of second last year) 12/31/2012 (end date of second last quarter) Chart Value 3 12/31/2012 (end date of last year) 03/31/2013 (end date of last quarter) EXAMPLE For cumulative KPIs (Time Aggregation Type = cumulative), the texts are displayed as described below: You have entered the following values: Time Reference for Current Value: Current Day, for example 05/31/2013 Time Reference for Trend Reference Value: Last Year 18/24 PUBLIC

19 5 KPI Configuration Output Texts for These Settings Values Output Texts for KPI Time Mode: Yearly Output Texts for KPI Time Mode: Quarterly Current Value Current Year Current Quarter Chart Value (third last year) Quarter 3, 2012 (third last quarter) Chart Value (second last year) Quarter 4, 2012 (second last quarter) Chart Value (last year) Quarter 1, 2013 (last quarter) OData Link for KPI You have to enter the OData link in the General section. The OData link consists of the prefix /sap/opu/ odata/sap/, the name of the generated OData service and the technical name of the query. Figure 8: Building blocks of the OData link Current Value Time Reference This field specifies the reference point in time for the calculation of the current value. NOTE This field is mandatory. Time Reference of Trend Reference Value This field specifies the reference point in time when the reference value of the trend is determined. NOTE This field is optional. The figure below shows where this value has an influence on the KPI tile in the lane. EXAMPLE If the Time Reference of the Trend Reference Value is Last Year, then the current value is compared to the value of last year to determine the trend. This trend is displayed in the KPI tile in the lane PUBLIC 19/24

20 5 KPI Configuration Figure 9: Influence on KPI tile Trend Chart Values The chart values on the KPI tile are calculated dependent on the value entered in the Time Mode field in the General section. NOTE You can enter values for one, two, or three chart values. The number of chart values is optional. EXAMPLE For a yearly time mode (Time Mode = Yearly), the chart values are calculated as follows: Chart Value 1 = Third Last Year Chart Value 2 = Second Last Year Chart Value 3 = Last Year Note that Chart Value 1 contains the oldest value. Input Parameter, Output Parameter, Base Qutput Parameter You retrieve the technical names of all parameters from an OData service as follows: Create an OData service in your SAPNetWeaver Gateway system and test the new service with the Call Browser function. For further information see the Generation of OData Services for a BEx Query section in this guide. To see the metadata with the parameters, replace?$format=xml with $metadata in the URL of the OData service. Refresh the page. The system then displays an XML file with the parameters. Copy the names of the parameters into the relevant fields of the Customizing view. NOTE Use the unformatted output parameter names to get the correct values of the output parameters in the lane. 20/24 PUBLIC

21 5 KPI Configuration ²ÕS9Ì K phˇ œ ~ Ü Uàø7Parameters from OData link NOTE The values for the input parameters are determined automatically in the feeder class of the launchpad. For non-cumulative KPIs (Time Aggregation Type = non-cumulative), the input variables must be defined on 0CALDAY. For cumulative KPIs (Time Aggregation Type = cumulative) and a yearly Time Mode, the input variables must be defined on 0CALYEAR. For cumulative KPIs (Time Aggregation Type = cumulative) and a quarterly Time Mode, the input variables must be defined on 0CALQUARTER PUBLIC 21/24

22 Typographic Conventions Example <Example> Example Example Example Example /example Description Angle brackets indicate that you replace these words or characters with appropriate entries to make entries in the system, for example, Enter your <User Name>. Arrows separating the parts of a navigation path, for example, menu options Emphasized words or expressions Words or characters that you enter in the system exactly as they appear in the documentation Textual cross-references to an internet address Quicklinks added to the internet address of a homepage to enable quick access to specific content on the Web Hyperlink to an SAP Note, for example, SAP Note Example Words or characters quoted from the screen. These include field labels, screen titles, pushbutton labels, menu names, and menu options. Cross-references to other documentation or published works Example Output on the screen following a user action, for example, messages Source code or syntax quoted directly from a program File and directory names and their paths, names of variables and parameters, and names of installation, upgrade, and database tools EXAMPLE EXAMPLE Technical names of system objects. These include report names, program names, transaction codes, database table names, and key concepts of a programming language when they are surrounded by body text, for example, SELECT and INCLUDE Keys on the keyboard 22/24 PUBLIC

23 SAP AG Dietmar-Hopp-Allee Walldorf Germany T +49/18 05/ F +49/18 05/ Copyright 2014 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 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. Disclaimer Please see for disclaimer information and notices. Documentation in the SAP Service Marketplace You can find this document at the following address: _SHORTKEY= PUBLIC 23/24

24 SAP AG Dietmar-Hopp-Allee Walldorf Germany T +49/18 05/ F +49/18 05/ Copyright 2014 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 of SAP AG. The information contained herein may be changed without prior notice.

SAP Project Portfolio Monitoring Rapid- Deployment Solution: Software Requirements

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

More information

SAP Fiori Infrastructure rapid-deployment solution: Software and Delivery Requirements

SAP Fiori Infrastructure rapid-deployment solution: Software and Delivery Requirements Fiori October 2014 English Version 1.0 Fiori Infrastructure rapid-deployment solution: Software and Delivery Requirements AG Dietmar-Hopp-Allee 16 69190 Walldorf Germany Document Revisions Date 0 26 th

More information

SAP Payroll Processing control center rapiddeployment

SAP Payroll Processing control center rapiddeployment Software and Delivery Requirements Document Version: 1.0 July 2015 SAP Payroll Processing control center rapiddeployment solution Typographic Conventions Type Style Example Description Words or characters

More information

Ariba Procure-to-Pay Integration rapiddeployment

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

More information

Software Requirements

Software Requirements EHP6 for SAP ERP 6.0 October 2014 English SAP Commercial Project Management rapiddeployment solution SAP AG Dietmar-Hopp-Allee 16 69190 Walldorf Germany Copyright 2014 SAP SE or an SAP affiliate company.

More information

SAP Business Intelligence Adoption V6.41: Software and Delivery Requirements. SAP Business Intelligence Adoption February 2015 English

SAP Business Intelligence Adoption V6.41: Software and Delivery Requirements. SAP Business Intelligence Adoption February 2015 English Business Intelligence Adoption February 2015 English Business Intelligence Adoption V6.41: Software and Delivery Requirements AG Dietmar-Hopp-Allee 16 69190 Walldorf Germany Document Revisions Date 0 11/11/14

More information

Software and Delivery Requirements

Software and Delivery Requirements SuccessFactors Recruiting April 2015 English SuccessFactors Recruiting rapiddeployment solution: Software and Delivery Requirements SAP SE Dietmar-Hopp-Allee 16 69190 Walldorf Germany Copyright 2015 SAP

More information

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

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

More information

Installation Guide Customized Installation of SQL Server 2008 for an SAP System with SQL4SAP.VBS

Installation Guide Customized Installation of SQL Server 2008 for an SAP System with SQL4SAP.VBS Installation Guide Customized Installation of SQL Server 2008 for an SAP System with SQL4SAP.VBS Target Audience Technology Consultants System Administrators PUBLIC Document version: 1.00 09/16/2008 Document

More information

Software and Delivery Requirements

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

More information

SAP MII for Manufacturing rapid-deployment solution: Software Requirements

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

More information

FI Localization for Ukraine. Asset Accounting (FI-AA) SAP Library 05.09.2013. CUSTOMER Document Version: 6774 September 2013

FI Localization for Ukraine. Asset Accounting (FI-AA) SAP Library 05.09.2013. CUSTOMER Document Version: 6774 September 2013 FI Localization for Ukraine Asset Accounting (FI-AA) CUSTOMER Document Version: 6774 September 2013 Asset Accounting (FI-AA) 1 Copyright Copyright 2013 SAP AG. All rights reserved. SAP Library document

More information

Software and Delivery Requirements

Software and Delivery Requirements EHP3 for SCM 7.0 March 2015 English Demand and Supply Network Planning rapiddeployment solution: Software and Delivery Requirements SE Dietmar-Hopp-Allee 16 69190 Walldorf Germany Document Revisions Date

More information

SAP Fiori Sales Rep & SAP CRM Rapid- Deployment Solution

SAP Fiori Sales Rep & SAP CRM Rapid- Deployment Solution EHP3 for SAP CRM 7.0 May 2014 English SAP Fiori Sales Rep & SAP CRM Rapid- Deployment Solution Configuration Delta Guide for the CRM rapiddeployment solution V6.703 and the SAP Fiori Apps rapid-deployment

More information

Rapid database migration of SAP Business Suite to SAP HANA (V4.10): Software and Delivery Requirements. SAP HANA November 2014 English

Rapid database migration of SAP Business Suite to SAP HANA (V4.10): Software and Delivery Requirements. SAP HANA November 2014 English November 2014 English Rapid database migration of SAP Business Suite to (V4.10): Software and Delivery Requirements SAP SE Dietmar-Hopp-Allee 16 69190 Walldorf Germany Copyright 2014 SAP SE or an SAP affiliate

More information

Software and Delivery Requirements

Software and Delivery Requirements SAP HANA Big Data Intelligence rapiddeployment solution November 2014 English SAP HANA Big Data Intelligence rapiddeployment solution: Software and Delivery Requirements SAP SE Dietmar-Hopp-Allee 16 69190

More information

Setting up Visual Enterprise Integration (WM6)

Setting up Visual Enterprise Integration (WM6) SAP Mobile Platform 3.0 June 2015 English Setting up Visual Enterprise Integration (WM6) Building Block Configuration Guide SAP SE Dietmar-Hopp-Allee 16 69190 Walldorf Germany Copyright 2015 SAP SE or

More information

SAP 3D Visual Enterprise Rapid-Deployment Solution

SAP 3D Visual Enterprise Rapid-Deployment Solution SAP 3D Visual Enterprise 8.0 July 2014 English SAP 3D Visual Enterprise Rapid-Deployment Solution SAP AG Dietmar-Hopp-Allee 16 69190 Walldorf Germany Copyright 2014 SAP AG or an SAP affiliate company.

More information

SAP HANA Big Data Intelligence rapiddeployment

SAP HANA Big Data Intelligence rapiddeployment SAP HANA 1.0 November 2015 English SAP HANA Big Data Intelligence rapiddeployment solution: Software and Delivery Requirements SAP SE Dietmar-Hopp-Allee 16 69190 Walldorf Germany Document Revisions 0 1

More information

SAP Business Intelligence Adoption V7.41:Software and Delivery Requirements. SAP Business Intelligence Adoption August 2015 English

SAP Business Intelligence Adoption V7.41:Software and Delivery Requirements. SAP Business Intelligence Adoption August 2015 English Business Intelligence Adoption August 2015 English Business Intelligence Adoption V7.41:Software and Delivery Requirements SE Dietmar-Hopp-Allee 16 69190 Walldorf Germany Document Revisions Date 0 6/26/2015

More information

How-To Guide for SAP Advanced Planning and Optimization, Demand Planning Add-In for Microsoft Excel

How-To Guide for SAP Advanced Planning and Optimization, Demand Planning Add-In for Microsoft Excel How-To Guide SAP Advanced Planning and Optimization, demand planning add-in for Microsoft Excel Document Version: 1.10 2015-04-10 CUSTOMER How-To Guide for SAP Advanced Planning and Optimization, Demand

More information

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

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

More information

rapid data load for SAP hybris Marketing: Software and Delivery Requirements

rapid data load for SAP hybris Marketing: Software and Delivery Requirements rapid data load for hybris Marketing April 2015 English rapid data load for hybris Marketing: Software and Delivery Requirements SE Dietmar-Hopp-Allee 16 69190 Walldorf Germany Document Revisions 0 1 2

More information

SAP Sales and Operations Planning

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

More information

SAP Business One, version for SAP HANA Platform Support Matrix

SAP Business One, version for SAP HANA Platform Support Matrix Platform Support Matrix Document Version: 1.09 2015-12-03 Platform Support Matrix Release 8.82 and higher Typographic Conventions Type Style Example Description Words or characters quoted from the screen.

More information

How to Schedule Report Execution and Mailing

How to Schedule Report Execution and Mailing How To Guide SAP Business One Document Version: 1.0 2012-09-02 Applicable Releases: SAP Business One 8.81 PL10 and higher, SAP Business One 8.82 Typographic Conventions Type Style Example Description Words

More information

SAP HANA Live & SAP BW Data Integration A Case Study

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

More information

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

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

More information

SAP Business One Hardware Requirements Guide

SAP Business One Hardware Requirements Guide Hardware Requirements Guide Document Version: 1.04 2014-08-25 Release 8.8 and higher Typographic Conventions Type Style Example Description Words or characters quoted from the screen. These include field

More information

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

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

More information

Rapid data migration to cloud solutions from SAP: Software and Delivery Requirements. SAP Data Services 4.2 September 2015 English. Document Revisions

Rapid data migration to cloud solutions from SAP: Software and Delivery Requirements. SAP Data Services 4.2 September 2015 English. Document Revisions SAP Data Services 4.2 September 2015 English Rapid data migration to cloud solutions from SAP: Software and Deliver Requirements SAP SE Dietmar-Hopp-Allee 16 69190 Walldorf German Document Revisions 0

More information

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

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

More information

CUSTOMER Mobile Place Branding Guide

CUSTOMER Mobile Place Branding Guide Mobile Secure Cloud Edition Document Version: 1.1 2015-02-27 Typographic Conventions Type Style Example Example EXAMPLE Example Example EXAMPLE Description Words or characters quoted from the

More information

How To Configure MDM to Work with Oracle ASM-Based Products

How To Configure MDM to Work with Oracle ASM-Based Products SAP NetWeaver How-To Guide How To Configure MDM to Work with Oracle ASM-Based Products Applicable Releases: MDM 7.1 SP10 and later Version 1.0 June 2013 Copyright 2013 SAP AG. All rights reserved. No part

More information

SM250 IT Service Management Configuration

SM250 IT Service Management Configuration SM250 IT Service Management Configuration. COURSE OUTLINE Course Version: 16 Course Duration: 4 Day(s) SAP Copyrights and Trademarks 2016 SAP SE or an SAP affiliate company. All rights reserved. No part

More information

How to Configure an Example SAP Cloud Applications Studio (PDI) Solution for SAP Cloud for Customer

How to Configure an Example SAP Cloud Applications Studio (PDI) Solution for SAP Cloud for Customer How-To Guide Document Version: 1411 2014.12.15 How to Configure an Example SAP Cloud Applications Studio (PDI) Solution for SAP Cloud for Customer How to configure an example SAP Cloud Applications Studio

More information

R49 Using SAP Payment Engine for payment transactions. Process Diagram

R49 Using SAP Payment Engine for payment transactions. Process Diagram R49 Using SAP Payment Engine for payment transactions Process Diagram Purpose, Benefits, and Key Process Steps Purpose The purpose of this scenario is to show you how to check the result of payment orders

More information

Data Integration using Integration Gateway. SAP Mobile Platform 3.0 SP02

Data Integration using Integration Gateway. SAP Mobile Platform 3.0 SP02 Data Integration using Integration Gateway SAP Mobile Platform 3.0 SP02 DOCUMENT ID: DC02000-01-0302-01 LAST REVISED: February 2014 Copyright 2014 by SAP AG or an SAP affiliate company. All rights reserved.

More information

Configuration (X87) SAP Mobile Secure: SAP Afaria 7 SP5 September 2014 English. Building Block Configuration Guide

Configuration (X87) SAP Mobile Secure: SAP Afaria 7 SP5 September 2014 English. Building Block Configuration Guide SAP Mobile Secure: SAP Afaria 7 SP5 September 2014 English Afaria Network Configuration (X87) Building Block Configuration Guide SAP SE Dietmar-Hopp-Allee 16 69190 Walldorf Germany Copyright 2014 SAP SE

More information

Additional Guide to Implementing the SAP CRM Service Management rapiddeployment

Additional Guide to Implementing the SAP CRM Service Management rapiddeployment EHP3 for SAP CRM 7.0 April 2014 English Document Version 1.0 Additional Guide to Implementing the SAP CRM Service Management rapiddeployment solution / SAP Best Practices for Service Management in CRM

More information

Quick Guide to Implementing the SAP Extended Financial Planning rapiddeployment

Quick Guide to Implementing the SAP Extended Financial Planning rapiddeployment SAP NetWeaver SAP Business Planning and Consolidation SAP EPM add-in for Microsoft Excel Web Services Enhancements 3.0 for Microsoft.NET April 2014 English Only Quick Guide to Implementing the SAP Extended

More information

Open Items Analytics Dashboard System Configuration

Open Items Analytics Dashboard System Configuration Author: Vijayakumar Udayakumar vijayakumar.udayakumar@sap.com Target Audience Developers Consultants For validation Document version 0.95 03/05/2013 Open Items Analytics Dashboard Scenario Overview Contents

More information

Working Capital Analytics Overview. SAP Business Suite Application Innovation March 2015

Working Capital Analytics Overview. SAP Business Suite Application Innovation March 2015 Working Capital Analytics Overview SAP Business Suite Application Innovation March 2015 Abstract As of Smart Financials 1.0 SP02 SAP delivers Working Capital Analytics DSO Analysis Working Capital Analytics

More information

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

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

More information

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

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

More information

How to Configure Access Control for Exchange using PowerShell Cmdlets A Step-by-Step guide

How to Configure Access Control for Exchange using PowerShell Cmdlets A Step-by-Step guide SAP How-to Guide Mobile Device Management SAP Afaria How to Configure Access Control for Exchange using PowerShell Cmdlets A Step-by-Step guide Applicable Releases: SAP Afaria 7 SP3 HotFix 06, SAP Afaria

More information

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

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

More information

How To... Call BEx Web Applications from SAP BusinessObjects Dashboards (Xcelsius) and vice versa

How To... Call BEx Web Applications from SAP BusinessObjects Dashboards (Xcelsius) and vice versa SAP NetWeaver SAP How-To NetWeaver Guide How-To Guide How To... Call BEx Web Applications from SAP BusinessObjects Dashboards (Xcelsius) and vice versa Applicable Releases: SAP NetWeaver BW 7.01 SP6 and

More information

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

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

More information

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

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

More information

Consumption of OData Services of Open Items Analytics Dashboard using SAP Predictive Analysis

Consumption of OData Services of Open Items Analytics Dashboard using SAP Predictive Analysis Consumption of OData Services of Open Items Analytics Dashboard using SAP Predictive Analysis (Version 1.17) For validation Document version 0.1 7/7/2014 Contents What is SAP Predictive Analytics?... 3

More information

Extend the SAP FIORI app HCM Timesheet Approval

Extend the SAP FIORI app HCM Timesheet Approval SAP Web Integrated Development Environment How-To Guide Provided by Customer Experience Group Extend the SAP FIORI app HCM Timesheet Approval Applicable Releases: SAP Web Integrated Development Environment

More information

SAP Business Planning and Consolidation, starter kit for mobile Financial Results Insight Session Code 1012

SAP Business Planning and Consolidation, starter kit for mobile Financial Results Insight Session Code 1012 SAP Business Planning and Consolidation, starter kit for mobile Financial Results Insight Session Code 1012 Enterprise Performance Management September 2013 Agenda SAP Business Planning and Consolidation,

More information

How to Configure and Trouble Shoot Email Notification for Process Control 2.5

How to Configure and Trouble Shoot Email Notification for Process Control 2.5 SAP SOLUTIONS FOR GOVERNANCE, RISK, AND COMPLIANCE How-To Guide How to Configure and Trouble Shoot Email Notification for Process Control 2.5 SAP GRC Regional Implementation Group Applicable Releases:

More information

SAP BusinessObjects Analysis, edition for Microsoft Office Document Version: 2.3 2016-06-16. What's New Guide

SAP BusinessObjects Analysis, edition for Microsoft Office Document Version: 2.3 2016-06-16. What's New Guide SAP BusinessObjects Analysis, edition for Microsoft Office Document Version: 2.3 2016-06-16 Content 1 About this guide....3 2 About the documentation set....4 3 Administration.... 6 3.1 New and changed

More information

How To Make Your Software More Secure

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

More information

SAP Best Practices for SAP Mobile Secure Cloud Configuration March 2015

SAP Best Practices for SAP Mobile Secure Cloud Configuration March 2015 SAP Best Practices for SAP Mobile Secure Cloud Configuration March 2015 2014 SAP SE or an SAP affiliate company. All rights reserved. No part of this publication may be reproduced or transmitted in any

More information

How To... Model a Gateway Service Based on Business Entities

How To... Model a Gateway Service Based on Business Entities How-To Guide SAP NetWeaver 7.40 SP07 Document Version: 2.0-2015-01-21 How To... Model a Gateway Service Based on Business Entities Assignment with the Mapping Editor in the SAP Gateway Service Builder

More information

Duet Enterprise Add SAP ERP Reports and SAP BI Queries/Workbooks to Duet Enterprise Configuration

Duet Enterprise Add SAP ERP Reports and SAP BI Queries/Workbooks to Duet Enterprise Configuration Duet Enterprise Add SAP ERP Reports and SAP BI Queries/Workbooks to Duet Enterprise Configuration Applies to: Duet Enterprise 1.0, Feature Pack 1 for Duet Enterprise Summary This paper gives an overview

More information

How To Use An Automotive Consulting Solution In Ansap

How To Use An Automotive Consulting Solution In Ansap Automotive Consulting Solution Warranty Management - Claim Copier Agenda 1. Benefit for the Customer 2. Description of the Function 3. The Function in the System 4. Technical Information 2 Customer Benefit

More information

Landscape Deployment Recommendations for. SAP Fiori Front-End Server

Landscape Deployment Recommendations for. SAP Fiori Front-End Server Landscape Deployment Recommendations for SAP Fiori Front-End New Rollout Channel The rollout channel for publishing landscape deployment recommendations changed. Please have a look at our announcement.

More information

U.S. FDA Title 21 CFR Part 11 Compliance Assessment of SAP Records Management

U.S. FDA Title 21 CFR Part 11 Compliance Assessment of SAP Records Management U.S. FDA Title 21 CFR Part 11 Compliance Assessment of SAP Records Management Disclaimer These materials are subject to change without notice. SAP AG s compliance analysis with respect to SAP software

More information

SAP Fiori Architecture overview

SAP Fiori Architecture overview SAP Fiori Architecture overview Agenda SAP Fiori Architecture overview Prerequisites SAP Fiori components delivery NetWeaver Gateway deployment option Typical landscape Future plan 2013 SAP AG or an SAP

More information

SAP S/4HANA Embedded Analytics

SAP S/4HANA Embedded Analytics Frequently Asked Questions November 2015, Version 1 EXTERNAL SAP S/4HANA Embedded Analytics The purpose of this document is to provide an external audience with a selection of frequently asked questions

More information

SAP BW on HANA & HANA Smart Data Access Setup

SAP BW on HANA & HANA Smart Data Access Setup SAP BW on HANA & HANA Smart Data Access Setup SAP BW ON HANA & SMART DATA ACCESS - SETUP TABLE OF CONTENTS WHAT ARE THE PREREQUISITES FOR SAP HANA SMART DATA ACCESS?... 3 Software Versions... 3 ODBC Drivers...

More information

How To... Integrate Custom Formulas into the Formula Builder

How To... Integrate Custom Formulas into the Formula Builder SAP NetWeaver How-To Guide How To... Integrate Custom Formulas into the Formula Builder Applicable Releases: SAP NetWeaver 2004 SAP NetWeaver 7.0 IT Practice: Business Information Management IT Scenario:

More information

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

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

More information

Provisional Master Data in Integrated Business Planning for SAP Simple Finance An Example-Based How-To Guide

Provisional Master Data in Integrated Business Planning for SAP Simple Finance An Example-Based How-To Guide Provisional Master Data in Integrated Business Planning for SAP Simple Finance An Example-Based How-To Guide Applies to: Integrated Business Planning in SAP Simple Finance Summary SAP customers who use

More information

How to Extend a Fiori Application: Purchase Order Approval

How to Extend a Fiori Application: Purchase Order Approval SAP Web IDE How-To Guide Provided by Customer Experience Group How to Extend a Fiori Application: Purchase Order Approval Applicable Releases: SAP Web IDE 1.4 Version 2.0 - October 2014 Document History

More information

SAP Mobile Documents. December, 2015

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

More information

Extending HANA-Based Analytics for SAP Master Data Governance - Integrating Object Counters Make use of counting the number of objects contained in

Extending HANA-Based Analytics for SAP Master Data Governance - Integrating Object Counters Make use of counting the number of objects contained in Extending HANA-Based Analytics for SAP Master Data Governance - Integrating Object Counters Make use of counting the number of objects contained in change requests for your analytical scenarios TABLE OF

More information

SAP Note 1825734 Optimization of Financial Processes for China: Account Balance, Aging, and GR/IR

SAP Note 1825734 Optimization of Financial Processes for China: Account Balance, Aging, and GR/IR SAP Library Documentation Changes SAP Note 1825734 Optimization of Financial Processes for China: Account Balance, Aging, and GR/IR CUSTOMER April, 2013 (C) SAP AG SAP Note: 1825734 1 Copyright Copyright

More information

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

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

More information

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

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

More information

SAP NetWeaver Identity Management Identity Services Configuration Guide

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

More information

Developing Applications for Integration between PI and SAP ERP in Different Network Domains or Landscapes

Developing Applications for Integration between PI and SAP ERP in Different Network Domains or Landscapes Developing Applications for Integration between PI and SAP ERP in Different Network Domains or Landscapes Applies to: SAP NetWeaver Process Integration 7.1+ SAP NetWeaver 7.02 (ABAP) Summary This document

More information

ITM204 Post-Copy Automation for SAP NetWeaver Business Warehouse System Landscapes. October 2013

ITM204 Post-Copy Automation for SAP NetWeaver Business Warehouse System Landscapes. October 2013 ITM204 Post-Copy Automation for SAP NetWeaver Business Warehouse System Landscapes October 2013 Disclaimer This presentation outlines our general product direction and should not be relied on in making

More information

2015-09-24. SAP Operational Process Intelligence Security Guide

2015-09-24. SAP Operational Process Intelligence Security Guide 2015-09-24 SAP Operational Process Intelligence Security Guide Content 1 Introduction.... 3 2 Before You Start....5 3 Architectural Overview.... 7 4 Authorizations and Roles.... 8 4.1 Assigning Roles to

More information

Sales Rush Sales Order Processing S01- Lean Baseline Package. SAP Lean Baseline Package Version: V1.500 Country: UK Language: EN Date: February 2006

Sales Rush Sales Order Processing S01- Lean Baseline Package. SAP Lean Baseline Package Version: V1.500 Country: UK Language: EN Date: February 2006 SAP Lean Baseline Package Version: V1.500 Country: UK Language: EN Date: February 2006 Sales Rush Sales Order Processing S01- Lean Baseline Package SAP AG Neurottstr. 16 69190 Walldorf Germany 1.1.1 Copyright

More information

Price and Revenue Management - Manual Price Changes. SAP Best Practices for Retail

Price and Revenue Management - Manual Price Changes. SAP Best Practices for Retail Price and Revenue Management - Manual Price Changes SAP Best Practices for Retail Purpose, Benefits, and Key Process Steps Purpose For the creation of manual price changes via the Price Planning Workbench,

More information

Release Document Version: 1.4 SP8-2014-07-31. What's New Guide: SAP BusinessObjects Analysis, edition for Microsoft Office

Release Document Version: 1.4 SP8-2014-07-31. What's New Guide: SAP BusinessObjects Analysis, edition for Microsoft Office Release Document Version: 1.4 SP8-2014-07-31 What's New Guide: SAP BusinessObjects Analysis, edition for Microsoft Office Table of Contents 1 About this guide....3 2 About the documentation set....4 3

More information

SAP Working Capital Analytics Overview. SAP Business Suite Application Innovation January 2014

SAP Working Capital Analytics Overview. SAP Business Suite Application Innovation January 2014 Overview SAP Business Suite Application Innovation January 2014 Overview SAP Business Suite Application Innovation SAP Working Capital Analytics Introduction SAP Working Capital Analytics Why Using HANA?

More information

How to Archive Data from SAP NetWeaver BW to SAP Sybase IQ as Near line Storage

How to Archive Data from SAP NetWeaver BW to SAP Sybase IQ as Near line Storage SAP How-to Guide Database & Technology SAP NetWeaver Business Warehouse SAP HANA Appliance How to Archive Data from SAP NetWeaver BW to SAP Sybase IQ as Near line Storage Applicable Releases: SAP NetWeaver

More information

K88 - Additional Business Operations for Loans. Process Diagram

K88 - Additional Business Operations for Loans. Process Diagram K88 - Additional Business Operations for Loans Process Diagram K88 Additional Business Operations for Loans Payment Plan Change SAP UI/ A Financial Services ->Account Management -> Periodic Tasks -> Communication

More information

CUSTOMER SAP Afaria Windows Phone and Windows 8.1 Enrollment

CUSTOMER SAP Afaria Windows Phone and Windows 8.1 Enrollment SAP Afaria Document Version: 7 SP05-2014-09-03 CUSTOMER SAP Afaria Windows Phone and Windows 8.1 Enrollment Table of Contents 1 Windows 8.1 Device Enrollment....3 1.1 Enrolling a Windows 8.1 Device Using

More information

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

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

More information

NetWeaver Gateway and OData basics

NetWeaver Gateway and OData basics NetWeaver Gateway and OData basics Objectives Seeing SAP NetWeaver Gateway as a Solution for the Multi-Channel Business Understanding the OData Protocol Developing OData Services on SAP ERP 2013 SAP AG.

More information

Create Mobile, Compelling Dashboards with Trusted Business Warehouse Data

Create Mobile, Compelling Dashboards with Trusted Business Warehouse Data SAP Brief SAP BusinessObjects Business Intelligence s SAP BusinessObjects Design Studio Objectives Create Mobile, Compelling Dashboards with Trusted Business Warehouse Data Increase the value of data with

More information

SuccessFactors Global Human Capital Management (HCM) Academy and Admin Training Schedule (Q3 Q4 2014)

SuccessFactors Global Human Capital Management (HCM) Academy and Admin Training Schedule (Q3 Q4 2014) SuccessFactors Global Human Capital Management (HCM) Academy and Admin Training Schedule (Q3 Q4 2014) The SuccessFactors Global HCM Training Schedule makes it easier to locate and enroll in the training

More information

SAP BW Columnstore Optimized Flat Cube on Microsoft SQL Server

SAP BW Columnstore Optimized Flat Cube on Microsoft SQL Server SAP BW Columnstore Optimized Flat Cube on Microsoft SQL Server Applies to: SAP Business Warehouse 7.4 and higher running on Microsoft SQL Server 2014 and higher Summary The Columnstore Optimized Flat Cube

More information

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

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

More information

Cost-Effective Data Management and a Simplified Data Warehouse

Cost-Effective Data Management and a Simplified Data Warehouse SAP Information Sheet SAP Technology SAP HANA Dynamic Tiering Quick Facts Cost-Effective Data Management and a Simplified Data Warehouse Quick Facts Summary The SAP HANA dynamic tiering option helps application

More information

SAP Document Center. May 2016. Public

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

More information

SAP ERP EMPLOYEE INTERACTION CENTER

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

More information

FA7 - Time Management: Attendances/Absences/Overtime/Hajj Leave. Process Diagram

FA7 - Time Management: Attendances/Absences/Overtime/Hajj Leave. Process Diagram FA7 - Time Management: Attendances/Absences/Overtime/Hajj Leave Process iagram SAP ERP + RENEWAL Process Non-SAP Employee SAP ERP + RENEWAL (Personnel Administration) Organizational Management FA7 - Time

More information

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

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

More information

Partner Certification to Operate SAP Solutions and SAP Software Environments

Partner Certification to Operate SAP Solutions and SAP Software Environments SAP Information Sheet SAP Partner Innovation Lifecycle Services SAP Certification for Outsourcing Operations Partners Quick Facts Partner Certification to Operate SAP Solutions and SAP Software Environments

More information