Embed Deep-Learning Techniques into Predictive Modeling

Size: px
Start display at page:

Download "Embed Deep-Learning Techniques into Predictive Modeling"

Transcription

1 SAP Thought Leadership Paper Analytics Solutions from SAP SAP Predictive Analytics Embed Deep-Learning Techniques into Predictive Modeling Using SAP Predictive Analytics for Complex Modeling

2 Table of Contents 4 Neural Networks 5 Deep-Learning Custom R Component 9 Training the Deep-Learning Algorithm 12 Scoring Using a Trained Deep-Learning Model About the Author Paul Pallath, PhD, Chief Data Scientist and Director, SAP Advanced Analytics, Dublin 2 / 16

3 In the past decades, computer science has completely changed human life in almost every domain. A fantastic dream to create artificial intelligence has culminated in computers that interact with human beings and even carry out their own thought processes. Modeled on artificial neural networks (ANNs) inspired by biological neural networks, ANNs have been successfully applied to a staggering range of applications. 3 / 16

4 Neural Networks Biological neural networks make up the central nervous system of animals and are generally centered in the brain. In machine learning, ANNs are made up of statistical learning algorithms that emulate biological neural networks. ANNs are even presented as systems of interconnected neurons that compute values from input. ANNs can estimate or approximate functions that depend on a large quantity and variety of unknown input. Thanks to their adaptive nature, ANNs are capable of machine learning and pattern recognition. However, despite their popularity and the variety of applications to which they have been applied, neural network models are known as shallow architectures, which comprise two or three layers of computation, similar to many other machine learning methods. In recent years, deep-structured learning also known as deep learning, hierarchical learning, and deep architectures has reportedly performed more efficiently than shallow architectures, especially when the problem to be solved is characterized by complex behaviors and highly varying mathematical functions. Deep-learning networks, which derive their impetus from circuit complexity theory as well as from biological models, usually have multiple hidden layers. The hidden layer is where the network stores its internal abstract representation of the training data. In deep learning, the hidden layers are computed in an entirely different fashion than in traditional neural networks. In deep networks, each layer is pretrained with an unsupervised learning algorithm; it learns to perform a nonlinear transformation of its input (the output of the previous layer), which captures more highly abstracted features from that input. In the final training phase, the deep architecture is fine-tuned according to a supervised training criterion for a gradient-based optimization. In short, deep learning is made up of sets of algorithms that learn by progressing through multiple levels of abstraction to model complex relationships among data. For an overview and concise discussion of deep learning, please refer to the thought leadership paper, An Introduction to Deep Learning: Examining the Advantages of Hierarchical Learning. The following sections discuss a very easy way to bring deep-learning algorithms into SAP Predictive Analytics software and use them for modeling. SAP PREDICTIVE ANALYTICS AND DEEP LEARNING Using the Expert Analytics option of the SAP Predictive Analytics software, a data scientist can create custom R code and add it to the product as one or more components. The R components can then be used together with the solution s other components to perform complex modeling processes, such as predictive modeling. The R library provides a rich collection of data-mining algorithms and two deep-learning toolkits: deepnet ( /index.html) and darch ( /web/packages/darch/index.html). The toolkits contain algorithms that can be used to build models for deep learning. 4 / 16

5 Deep-Learning Custom R Component Once the Expert Analytics option is chosen, the R Component option is offered (see Figure 1) for expert users to build custom R components. They have access to the deepnet library in R to create the deep-learning custom R component, and they will be able to work online or offline. Once the deep-learning custom R component is created, it is trained to build a classification model that distinguishes between gamma signals from background signals for the MAGIC Gamma Telescope Data Set by R.K. Bock ( /ml/datasets MAGIC+Gamma+Telescope). When the user chooses the R Component option as shown in Figure 1, a wizard to edit a custom R component is presented, prompting the user to name the component being created (see Figure 2). The component then appears with that name in the algorithm section of the product. Figure 1: The R Component with the Experts Analytics Option Launched Figure 2: Naming the Custom-R Component 5 / 16

6 After clicking Next, the user will be able to copy and paste the R function into the Script Editor text box or load the R script using the Load R Script option (see Figure 3). The code written in R has to be written in function format. The component will have algorithm-specific parameters like frame, independent columns, and target column which the user may want to adjust during modeling. Figure 3: Parameters for Custom-R Component Deep-structured learning also known as deep architectures has reportedly outperformed shallow architectures, especially when the problem to be solved is characterized by complex behaviors and highly varying mathematical functions. 6 / 16

7 The R code snippet for the deep-learning component is shown in Figure 4. It has two functions: DNN, used to train the model, and DNNFunctionmodel, used to score the trained model on new unseen or unlabeled data. Figure 4: R Code for the Deep-Learning Custom Component 7 / 16

8 When users drop the R function onto the designer canvas for complex modeling (see Figure 5), they can use the wizard to expose all the parameters to the R function as configurable parameters of the custom components. On clicking Finish, the deep-learning custom component will be included under the algorithm sections. Figure 5: Using the Wizard to Expose Parameters 8 / 16

9 Training the Deep-Learning Algorithm Users can now drag the deep-learning custom component onto the canvas and embed it as part of a complex workflow in combination with other preprocessing and data manipulation algorithms. In Figure 6, the deep-learning custom R component is now connected to the data source. Figure 6: Connecting the Custom R Component to the Data Source Deep-learning networks derive their impetus from circuit complexity theory as well as from biological models. They usually have multiple hidden layers, where the network stores its internal abstract representation of the training data. 9 / 16

10 On double-clicking the deep-learning component, the parameter window is displayed, allowing the user to configure parameters that were defined when the custom component was created (see Figure 7). Figure 7: Parameter Window 10 / 16

11 Once the parameters are configured, the deeplearning algorithm can be trained on the input data. A message box will show execution status (see Figure 8). On successful execution of the deep-learning algorithm training, the custom component creates a visualization that summarizes performance and an ROC curve for the trained model as a custom chart (see Figure 9). Figure 8: Execution Status Message Box Figure 9: Visualization of Algorithm Training Performance 11 / 16

12 Scoring Using a Trained Deep-Learning Model Once the deep-learning algorithm has been trained, it can be saved as a model and used later to score unseen data. The option for saving the algorithm as a model is activated from the dialog box that appears when the user clicks the deeplearning component (see Figure 10). After saving the trained algorithm as a model, the model appears in the right-hand panel under the Model section (see Figure 11). Figure 10: Saving the Trained Algorithm As a Model Figure 11: The Saved Model 12 / 16

13 In order to use the model to score unseen data in different analyses, the user must first export the model as a spar file (a proprietary file format for expert analytics). The user can then import it to use it in a new analysis. When the user clicks the model to be exported, the Component Action option appears. The user is prompted to specify a name for the spar file and the destination to which the model is to be exported (see Figure 12). To use the model for scoring in a new analysis, click on the Import Model option as shown in Figure 13. Figure 12: Exporting a Model As a Spar File Figure 13: Importing a Model into a New Analysis 13 / 16

14 The user will be prompted to navigate to the folder containing the spar file. An option facilitates the user s selection of trained models to be imported into the analysis (see Figure 14). The user can select more than one model to import into the analysis. In Figure 15, the trained deeplearning model has been chosen to be imported into the new analysis. Figure 14: Navigating to the Folder Containing the Spar File Figure 15: Selecting Models to Be Imported 14 / 16

15 Once the model has been successfully imported, it will be visible under the Models section as highlighted in Figure 16. The imported model can now be used to score new data sets. It does this by building a scoring chain and executing the chain to get the scores. A message appears indicating execution status (see Figure 17). On successful execution of the scoring chain, the scores for the unseen data are shown in the results tab. Figure 16: Successfully Imported Model Figure 17: Execution Status of Analysis Results 15 / 16

16 SUMMARY SAP Predictive Analytics provides an excellent feature in its expert mode to embed custom R code as one more component within the solution. Once the custom component is created, it is available to the user for recurrent modeling. We have shown how complex algorithms like a deep-learning custom component can be readily embedded into the SAP Predictive Analytics software, making the state-of-the-art algorithm available for all users of SAP Predictive Analytics, which they can then use in conjunction with the solution s other features. SAP Predictive Analytics provides a feature in its expert mode to embed custom R code as one more component within the solution. Once the custom component is created, it is available to the user for recurrent modeling. 16 / 16 Studio SAP 38083enUS

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

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

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

More information

SAP 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

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

5 Steps for Using AI to Avoid Bias in Decision Making

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

More information

PAII10 SAP Predictive Analytics

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

More information

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

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

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

More information

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

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

More information

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

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

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

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

More information

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

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

More information

Intercompany Integration Solution for SAP Business One Intercompany Reporting

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

More information

Complementary Demo Guide

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

More information

BOCL01 SAP BusinessObjects Cloud

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

More information

SAP Hybris Marketing Cloud Implementation Steps for 1711

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

More information

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

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

More information

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

S4H00 SAP S/4HANA Overview

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

More information

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

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

More information

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

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

More information

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

S4F29 Profitability Analysis in SAP S/4HANA

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

More information

Intercompany Integration Solution for SAP Business One Centralized Payment

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

More information

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

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

More information

FAQs Lead Management SAP Hybris Cloud for Customer PUBLIC

FAQs Lead Management SAP Hybris Cloud for Customer PUBLIC FAQs Lead Management SAP Hybris Cloud for Customer PUBLIC TABLE OF CONTENTS FAQS LEAD MANAGEMENT... 3 1. You are trying to migrate leads converted, accepted and declined, the error message appears service

More information

S4H00 S/4HANA Overview

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

More information

FAQs C4C to Lumira Integration SAP Hybris Cloud for Customer PUBLIC

FAQs C4C to Lumira Integration SAP Hybris Cloud for Customer PUBLIC FAQs C4C to Lumira Integration SAP Hybris Cloud for Customer PUBLIC TABLE OF CONTENTS FAQS C4C TO LUMIRA INTEGRATION... 3 1. What is Lumira?... 3 2. How to access my C4C reports in the Lumira?... 3 3.

More information

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

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

More information

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

PLM315 Customizing Maintenance Processing

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

More information

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

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

More information

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

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

More information

Week 1 Unit 5: Application Example: Natural Language Processing

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

More information

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

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

More information

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

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

More information

C4C12 SAP Hybris Sales Cloud

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

More information

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

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

More information

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

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

More information

S4525. Consumption-Based Planning and Forecasting in SAP S/4HANA COURSE OUTLINE. Course Version: 09 Course Duration:

S4525. Consumption-Based Planning and Forecasting in SAP S/4HANA COURSE OUTLINE. Course Version: 09 Course Duration: S4525 Consumption-Based Planning and Forecasting in SAP S/4HANA. COURSE OUTLINE Course Version: 09 Course Duration: SAP Copyrights and Trademarks 2018 SAP SE or an SAP affiliate company. All rights reserved.

More information

Week 1 Unit 1: Introducing SAP Screen Personas

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

More information

Intercompany Integration Solution for SAP Business One Discover How the Intercompany Solution Enables Financial Data Consolidation & Provides

Intercompany Integration Solution for SAP Business One Discover How the Intercompany Solution Enables Financial Data Consolidation & Provides Intercompany Integration Solution for SAP Business One Discover How the Intercompany Solution Enables Financial Data Consolidation & Provides Business Insight TABLE OF CONTENTS OVERVIEW... 3 CONSOLIDATION

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

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

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

More information

C4C14 SAP Service Cloud

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

More information

DSC200. Delivering an SAP Data Science Project COURSE OUTLINE. Course Version: 2 Course Duration: 2 Day(s)

DSC200. Delivering an SAP Data Science Project COURSE OUTLINE. Course Version: 2 Course Duration: 2 Day(s) DSC200 Delivering an SAP Data Science Project. COURSE OUTLINE Course Version: 2 Course Duration: 2 Day(s) SAP Copyrights and Trademarks 2018 SAP SE or an SAP affiliate company. All rights reserved. No

More information

TBI15. SAP BusinesObjects Analysis & Design Studio COURSE OUTLINE. Course Version: 15 Course Duration: 5 Day(s)

TBI15. SAP BusinesObjects Analysis & Design Studio COURSE OUTLINE. Course Version: 15 Course Duration: 5 Day(s) TBI15 SAP BusinesObjects Analysis & Design Studio. COURSE OUTLINE Course Version: 15 Course Duration: 5 Day(s) SAP Copyrights and Trademarks 2016 SAP SE or an SAP affiliate company. All rights reserved.

More information

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

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

More information

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

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

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

More information

BOE330. SAP BusinessObjects Business Intelligence Platform: Designing and Deploying a Solution COURSE OUTLINE

BOE330. SAP BusinessObjects Business Intelligence Platform: Designing and Deploying a Solution COURSE OUTLINE BOE330 SAP BusinessObjects Business Intelligence Platform: Designing and Deploying a Solution. COURSE OUTLINE Course Version: 16 Course Duration: 5 Day(s) SAP Copyrights and Trademarks 2017 SAP SE or an

More information

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

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

More information

Tabular Maintenance SAP Product Structure Management

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

More information

BPC420. SAP Business Planning and Consolidation, Version for SAP NetWeaver: Standard Administration and Planning Configuration COURSE OUTLINE

BPC420. SAP Business Planning and Consolidation, Version for SAP NetWeaver: Standard Administration and Planning Configuration COURSE OUTLINE BPC420 SAP Business Planning and Consolidation, Version for SAP NetWeaver: Standard Administration and Planning Configuration. COURSE OUTLINE Course Version: 10 Course Duration: 5 Day(s) SAP Copyrights

More information

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

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

More information

Complementary Demo Guide

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

More information

S4F40 Cash Management in SAP S/4HANA

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

More information

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

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

More information

TM410. Charge Calculation Advanced & Internal Settlement in SAP Transportation Management COURSE OUTLINE. Course Version: 16 Course Duration: 2 Day(s)

TM410. Charge Calculation Advanced & Internal Settlement in SAP Transportation Management COURSE OUTLINE. Course Version: 16 Course Duration: 2 Day(s) TM410 Charge Calculation Advanced & Internal Settlement in SAP Transportation Management. COURSE OUTLINE Course Version: 16 Course Duration: 2 Day(s) SAP Copyrights and Trademarks 2016 SAP SE or an SAP

More information

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

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

More information

ACT200 Agile Project Delivery

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

More information

ACT200 Agile Project Delivery

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

More information

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

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

More information

S4600 Business Processes in SAP S/4HANA Sales

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

More information

S4600 Business Processes in SAP S/4HANA Sales

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

More information

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

ACT100 SAP Activate Methodology

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

More information

Release Notes. SAP Performance Management for Financial Services 2.0 SP01

Release Notes. SAP Performance Management for Financial Services 2.0 SP01 Release Notes SAP Performance Management for Financial Services 2.0 SP01 TABLE OF CONTENTS GENERAL FEATURES... 3 Enabled option for entering function IDs by the user... 3 Copy functionality... 3 Sample

More information

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

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

More information

How the Port of Hamburg Doubled Capacity with Digitization

How the Port of Hamburg Doubled Capacity with Digitization How the Port of Hamburg Doubled Capacity with Digitization How Process Digitization Makes the Impossible Possible The Port of Hamburg has no room to expand, yet container traffic is expected to more than

More information

Automated VAT Adjustment for Payments with PPD - Workaround

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

More information

BOAN10. SAP BusinessObjects Analysis For Microsoft Office COURSE OUTLINE. Course Version: 17 Course Duration: 2 Day(s)

BOAN10. SAP BusinessObjects Analysis For Microsoft Office COURSE OUTLINE. Course Version: 17 Course Duration: 2 Day(s) BOAN10 SAP BusinessObjects Analysis For Microsoft Office. COURSE OUTLINE Course Version: 17 Course Duration: 2 Day(s) SAP Copyrights and Trademarks 2017 SAP SE or an SAP affiliate company. All rights reserved.

More information

FAQs Sales Order SAP Hybris Cloud for Customer PUBLIC

FAQs Sales Order SAP Hybris Cloud for Customer PUBLIC FAQs Sales Order SAP Hybris Cloud for Customer PUBLIC TABLE OF CONTENTS FAQS SALES ORDER... 3 1. Prices of the Products are not fetched from the Price list even though the Price List is maintained..3 2.

More information

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

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

More information

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

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

More information

IBP100 SAP IBP Overview

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

More information

Intelligent Marketing in the Moment

Intelligent Marketing in the Moment SAP Brief PUBLIC SAP C/4HANA Suite SAP Marketing Cloud s Intelligent Marketing in the Moment SAP Brief Driving forces of the me economy Digital has been the great disruptor and, at the same time, the great

More information

Week 1 Unit 6: Initial Data Analysis & Exploratory Data Analysis

Week 1 Unit 6: Initial Data Analysis & Exploratory Data Analysis Week 1 Unit 6: Initial Data Analysis & Exploratory Data Analysis Initial data analysis Initial data analysis (IDA) is an essential part of nearly every analysis Problem Solving, A Statisticians Guide Christopher

More information

SAC01 SAP Analytics Cloud

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

More information

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

S4F80 SAP BPC Optimized for SAP S/4HANA

S4F80 SAP BPC Optimized for SAP S/4HANA S4F80 SAP BPC Optimized for SAP S/4HANA. COURSE OUTLINE Course Version: 06 Course Duration: 4 Day(s) SAP Copyrights and Trademarks 2017 SAP SE or an SAP affiliate company. All rights reserved. No part

More information

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

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

More information

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

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

More information

ACT100 SAP Activate Methodology

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

More information

S4F22. Cost Center and Internal Order Accounting in SAP S/4HANA COURSE OUTLINE. Course Version: 08 Course Duration: 5 Day(s)

S4F22. Cost Center and Internal Order Accounting in SAP S/4HANA COURSE OUTLINE. Course Version: 08 Course Duration: 5 Day(s) S4F22 Cost Center and Internal Order Accounting in SAP S/4HANA. COURSE OUTLINE Course Version: 08 Course Duration: 5 Day(s) SAP Copyrights and Trademarks 2018 SAP SE or an SAP affiliate company. All rights

More information

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

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

More information

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

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

More information

IBP300. SAP Integrated Business Planning - Advanced Configuration COURSE OUTLINE. Course Version: 15 Course Duration: 5 Day(s)

IBP300. SAP Integrated Business Planning - Advanced Configuration COURSE OUTLINE. Course Version: 15 Course Duration: 5 Day(s) IBP300 SAP Integrated Business Planning - Advanced Configuration. COURSE OUTLINE Course Version: 15 Course Duration: 5 Day(s) SAP Copyrights and Trademarks 2016 SAP SE or an SAP affiliate company. All

More information

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

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

More information

opensap Getting Started with Data Science

opensap Getting Started with Data Science opensap Getting Started with Data Science Exercise Week 1 Unit 6 Initial Data Analysis & Exploratory Data Analysis opensap TABLE OF CONTENTS INTRODUCTION... 3 EXERCISE INSTRUCTIONS... 4 Acquire Data...

More information

S4F28. Profit Center Accounting in SAP S/4HANA COURSE OUTLINE. Course Version: 06 Course Duration: 2 Day(s)

S4F28. Profit Center Accounting in SAP S/4HANA COURSE OUTLINE. Course Version: 06 Course Duration: 2 Day(s) S4F28 Profit Center Accounting in SAP S/4HANA. COURSE OUTLINE Course Version: 06 Course Duration: 2 Day(s) SAP Copyrights and Trademarks 2017 SAP SE or an SAP affiliate company. All rights reserved. No

More information

PLM200. Business Processes in Project Management COURSE OUTLINE. Course Version: 15 Course Duration: 5 Day(s)

PLM200. Business Processes in Project Management COURSE OUTLINE. Course Version: 15 Course Duration: 5 Day(s) PLM200 Business Processes in Project Management. COURSE OUTLINE Course Version: 15 Course Duration: 5 Day(s) SAP Copyrights and Trademarks 2016 SAP SE or an SAP affiliate company. All rights reserved.

More information

BW465. SAP BW/4HANA - User Management and Authorizations COURSE OUTLINE. Course Version: 14 Course Duration:

BW465. SAP BW/4HANA - User Management and Authorizations COURSE OUTLINE. Course Version: 14 Course Duration: BW465 SAP BW/4HANA - User Management and Authorizations. COURSE OUTLINE Course Version: 14 Course Duration: SAP Copyrights and Trademarks 2018 SAP SE or an SAP affiliate company. All rights reserved. No

More information

BIT665 SAP Information Lifecycle Management (SAP ILM)

BIT665 SAP Information Lifecycle Management (SAP ILM) BIT665 SAP Information Lifecycle Management (SAP ILM). COURSE OUTLINE Course Version: 11 Course Duration: 2 Day(s) SAP Copyrights and Trademarks 2018 SAP SE or an SAP affiliate company. All rights reserved.

More information

Predictive Analytics Reimagined for the Digital Enterprise

Predictive Analytics Reimagined for the Digital Enterprise SAP Brief SAP BusinessObjects Analytics SAP BusinessObjects Predictive Analytics Predictive Analytics Reimagined for the Digital Enterprise Predicting and acting in a business moment through automation

More information

BPC420. SAP Business Planning and Consolidation 11.0 version for SAP BW/4HANA: Administration and Planning Configuration COURSE OUTLINE

BPC420. SAP Business Planning and Consolidation 11.0 version for SAP BW/4HANA: Administration and Planning Configuration COURSE OUTLINE BPC420 SAP Business Planning and Consolidation 11.0 version for SAP BW/4HANA: Administration and Planning Configuration. COURSE OUTLINE Course Version: 17 Course Duration: 5 Day(s) SAP Copyrights and Trademarks

More information

C4C10. SAP Hybris Cloud for Customer Administration COURSE OUTLINE. Course Version: 20 Course Duration: 3 Day(s)

C4C10. SAP Hybris Cloud for Customer Administration COURSE OUTLINE. Course Version: 20 Course Duration: 3 Day(s) C4C10 SAP Hybris Cloud for Customer Administration. COURSE OUTLINE Course Version: 20 Course Duration: 3 Day(s) SAP Copyrights and Trademarks 2017 SAP SE or an SAP affiliate company. All rights reserved.

More information

Scheduling and Resource Management in the Cloud

Scheduling and Resource Management in the Cloud SAP Brief SAP Extensions SAP Scheduling and Resource Management by ClickSoftware Scheduling and Resource Management in the Cloud SAP Brief Optimize profits with better resource management Scheduling the

More information

E2E120. System and Application Monitoring in SAP Solution Manager 7.2 COURSE OUTLINE. Course Version: 18 Course Duration: 5 Day(s)

E2E120. System and Application Monitoring in SAP Solution Manager 7.2 COURSE OUTLINE. Course Version: 18 Course Duration: 5 Day(s) E2E120 System and Application Monitoring in SAP Solution Manager 7.2. COURSE OUTLINE Course Version: 18 Course Duration: 5 Day(s) SAP Copyrights and Trademarks 2017 SAP SE or an SAP affiliate company.

More information

HR316. E-Recruiting COURSE OUTLINE. Course Version: 010 Course Duration: 3 Day(s)

HR316. E-Recruiting COURSE OUTLINE. Course Version: 010 Course Duration: 3 Day(s) HR316 E-Recruiting. COURSE OUTLINE Course Version: 010 Course Duration: 3 Day(s) SAP Copyrights and Trademarks 2018 SAP SE or an SAP affiliate company. All rights reserved. No part of this publication

More information