Managing Business Rules THE BEST RUN. PLANNING AND DESIGN PUBLIC SAP Global Track and Trace Document Version: Cloud 2018.

Size: px
Start display at page:

Download "Managing Business Rules THE BEST RUN. PLANNING AND DESIGN PUBLIC SAP Global Track and Trace Document Version: Cloud 2018."

Transcription

1 PLANNING AND DESIGN PUBLIC SAP Global Track and Trace Document Version: Cloud a SAP SE or an SAP affiliate company. All rights reserved. THE BEST RUN

2 Content 1 Introduction About this Document Target Audience Event to Action Prerequisites Business Rules Create a Rule Edit a Rule Delete a Rule Activate or Deactivate a Rule P U B L I C Content

3 1 Introduction The SAP Global Track and Trace solution includes an event-to-action engine, a tool that automatically triggers actions if certain events are processed for a tracked process or object. This is an optional feature in SAP Global Track and Trace. You can choose to enable the event-to-action engine to meet your business needs. To enable the event-to-action engine, you can create business rules for deployed GTT models. In the rules, you define what conditions will trigger actions and what specific actions will be triggered. Once a business rule is defined and activated, whenever an actual event occurs that matches the conditions defined in the rule, the corresponding action is put into effect. 1.1 About this Document This document describes how to apply business rules to GTT models to enable the event-to-action engine in SAP Global Track and Trace. Before you start working through this document, ensure that you have downloaded the most recent version of this document that is available from: Target Audience Role Activity Solution Administrator Create, edit, delete, activate, and deactivate business rules for GTT models. Introduction P U BL IC 3

4 2 Event to Action The use of the event-to-action engine involves the following components. Component Tasks to Accomplish Design Time/Run Time MM app Deploy a GTT model of a tracked process or object. Design time GMM app Define and activate business rules for predefined rule services. Design time and run time GTT event-to-action engine Execute rules when processing business data. Run time GTT app View the actions triggered by the eventto-action engine. Run time Note The event-to-action engine supports as input a tuple of a tracked process or object instance and an actual event. It is assumed that when an actual event is received, its corresponding tracked process or object is already available and is thus ready for correlation. Below shows the end-to-end scenario for enabling the event-to-action engine: 1. Deploy a GTT model in the MM app. This is performed by a Solution Administrator. In the MM app, create and deploy a GTT project. For a detailed procedure, see the "Working with the MM App" section in the Creating and Deploying GTT Models document. When a GTT project is deployed, the tracked process entity and event entities in the GTT model are automatically mapped to business rule data objects, and the elements of the entities are mapped to data object attributes. In the following step, you will use these data objects and attributes to define your rules. Note You can only use the top-level elements of an entity to create rules. Associations to other entities cannot be used in rule definition. 2. Define and activate rules in the GMM app. This is performed by a Solution Administrator. In the GMM app, locate your GTT model, and define business rules for the model. For a detailed procedure, see "Create a Rule" in this document. After the rules are created and saved, choose Activate to put them into effect. Note Rules used for GTT models must be created and activated in the GMM app. Rules defined or deployed in SAP Cloud Platform Business Rules are not supported. 4 P U B L I C Event to Action

5 3. View Actions triggered in the GTT app.. This is performed by an end user, such as a Delivery Specialist, Shipment Specialist, or EPCIS Specialist. Now the event-to-action engine has been configured and enabled. When you track and trace business processes or objects with the GTT app, if an actual event is processed for a tracked process or object, the corresponding rules are evaluated. For each condition that evaluates to true, the related action defined in the rule is automatically triggered. Related Information Create a Rule [page 12] Event to Action P U B L I C 5

6 3 As a Solution Administrator of SAP Global Track and Trace, you can use the GTT Metadata Modeling app (GMM app) to define and activate business rules for GTT metadata models. 3.1 Prerequisites The GTT metadata models for which you want to define and manage rules have already been created and deployed to the runtime repository with the Metadata Modeling app. You are able to log on to the GMM app as a Solution Administrator. 3.2 Business Rules The GMM app provides the following rule services that can be deployed to GTT run time. You can create rules for each type of these rule services. The format of result and result attributes for each rule service are predefined. Rule Service Name Action to Trigger ActionUpdateTrackedProcess ActionFLPNotification Action Notification ActionCPIForwarding ActionUpdatePlannedEvent ActionUpdatePersonalDataRetentionDate Updates the status properties or the header properties of a tracked process. Sends SAP Fiori Launchpad notifications to specific users. Sends notifications to specific users. Forwards the business data consisting of tracked process type and event to SAP Cloud Platform Integration. Then you can customize integration flows (iflows) to process these business data according to your needs.. Updates the planned time for an event. Configures the residence period and retention period of users' personal data. 6 P U B L I C

7 Note The last rule service in the above table is only accessible by DP&P Specialists. For its detailed usage, refer to the SAP Global Track and Trace Security Guide. Data Objects and Attributes The data objects and their attributes that you can use to define business rules are extracted from your deployed GTT model, including the following: The tracked process itself is available as a data object, with its header level properties as the data object attributes. Each planned event and unplanned event defined in the GTT model is available as a data object, with its header level properties as data object attributes. Business partners of a traced process are available as data objects, with their properties as data object attributes. If your GTT model is of standard mode, ProcessEventDirectory, as an index of planned and unplanned events, is available as a data object. It includes event associations defined in your GTT model. The pre-defined rule services are available as data objects, such as ActionUpdateTrackedProcess and ActionFLPNotification. These data objects can be selected as result/output columns when you define rules. Rule Definitions and Decision Table The rule definitions and decision table settings are shown below. ActionUpdateTrackedProcess This type of rules is used to update the status of a property of a tracked process instance upon certain events. You need to specify the following for the rule: The condition under which a property status will be updated. attribute1 The property that has a value to be updated once the specified condition is met. value1 The new status that the property will be updated to. You can also specify attribute2/attribute3 and value2/ value3, if more than one properties will change values. Example To define a rule that expresses the following logic: P U BL IC 7

8 If an event of type DelayedEvent is processed for an instance of the delivery tracked process and the "NewDeliveryDate" in the event message is later than the "DeliveryDate" in the delivery tracked process, then update the delivery status of the delivery tracked process to value "Critically Delayed". If no "NewDeliveryDate" is sent with the event message, or if it is not later than the "DeliveryDate" in the delivery, do nothing. The decision table can look like the following: NewDeliveryDate of the DelayedEvent of a DeliveryProess is later than deliverydate of the DeliveryProcess attribute1 value1 'deliverystatus' '03' ActionFLPNotification This type of rules is used to send SAP Fiori Launchpad notifications to specific users upon certain events. You need to specify the following for the rule. The condition under which a notification will be sent. priority Priority of the notification in SAP Fiori Launchpad. Available values are High, Medium and Low (the first letter must be capitalized). recipients address of the notification recipient. If there are multiple recipients, separate the addresses with semicolons. message The content of the message that the recipient(s) will receive. Example To define a rule that expresses the following logic: If the delivery status of a delivery tracked process is updated to value "Critically Delayed", then trigger a notification in SAP Fiori Launchpad. This should be set up for all the responsible users (solution participants). Otherwise, do nothing. 8 P U B L I C

9 The decision table can look like the following: NewDeliveryDate of the DelayedEvent of a DeliveryProess is later than deliverydate of the DeliveryProcess priority recipients message 'High' '<mail_address_1>;<mail_address_2>' 'Critically delayed event is received' Action Notification This type of rules is used to send notifications to specific users upon certain events. You need to specify the following for the rule. The condition under which an will be sent. recipients address or business partner ID of the notification recipient. If there are multiple recipients, separate them with semicolons. subject The subject of the message that the recipient(s) will receive. message The content of the message that the recipient(s) will receive. Note The sender , sender name, and reply-to are maintained by the Onboarding Administrator in the Onboarding Assistance app. Example To define a rule that expresses the following logic: If the delivery status of a delivery tracked process is updated to value "Critically Delayed", then send an to notify related users. Otherwise, do nothing. The decision table can look like the following: NewDeliveryDate of the DelayedEvent of a DeliveryProess is later than deliverydate of the DeliveryProcess P U BL IC 9

10 recipients subject message '<mail_address_or_business_partner_id_1> ;<mail_address_or_business_partner_id_2> ' 'Event Delayed' 'Critically delayed event is received' ActionCPIForwarding This type of rules is used to forward the business data consisting of tracked process type and event to SAP Cloud Platform Integration. It requires an integration flow across different systems. Most configuration is done in relevant systems, such as the customer's SAP ERP system, SAP Cloud Connector, and SAP Cloud Platform Integration. Besides that, you also need to specify the following for the rule. The condition under which the configured data forwarding will happen. CPIEndpoint The URL of the SAP Cloud Platform Integration endpoint. Note CSRF Protection is not supported for the endpoints that are called. To have your credentials configured for the outgoing call, create a ticket on component IOT-GTT-OPS. Example The decision table can look like the following: eventtype of the DepartureEvent contains 'DEPARTURE' CPIEndpoint CPI server IP address>/ http/erp/inbound_dlv ActionUpdatePlannedEvent This type of rules is used to update the planned time of an event. The planned time of a planned event is usually read from another system and cannot be changed in the GTT app user interface. However, there are cases that the planned time of an event is open and dependent on another event in the same tracked process. In such cases, you can create a rule to set or update the planned time of the event. 10 P U B L I C

11 You need to specify the following for the rule: The condition under which the planned time of an event will be updated. processeventdirectoryid plannedbusinesstimestamputc plannedbusinesstimezone plannedtechnicaltimestamputc The ID of the event that has a planned time to be updated. The new planned business time to be updated to. The time zone of the new planned business time. The new planned technical time to be updated to. Example To define a rule that expresses the following logic: If an event's type contains 'RP' happens, then update the planned business time and technical time of another event. The decision table can look like the following: eventtype of the reportplannedtimestampevent of a DeliveryProcess contains 'RP' processeventdirectoryid plannedbusinesstimestamputc plannedbusinesstimezone plannedtechnicaltimestamputc reportedped of the reportplannedtimestampevent of a DeliveryProcess plannedbusinesstimestamputc of the reportplannedtimestampevent of a DeliveryProcess plannedbusinesstimezone of the reportplannedtimestampevent of a DeliveryProcess plannedtechnicaltimestamputc of the reportplannedtimestampevent of a DeliveryProcess P U BL IC 11

12 3.3 Create a Rule Context Rules used for GTT models must be created in the GMM app. SAP Global Track and Trace does not support rules defined in SAP Cloud Platform Business Rules. You can only create rules of type Decision Table. Rules of type Text Rule are not supported. Procedure 1. Launch the GMM app. 2. On the search page, locate your target model for which you want to define a rule. 3. On the model's details page, choose the Rule Services tab. Note For more information on rule services, refer to "Business Rules" in this document. 4. In the Rule Services table, choose > beside your target rule service. 5. Choose the + icon above the Rules table. 6. In the New Rule dialog box, specify a rule name, and choose Create. 7. On the New Rule page, define your decision table as follows. 1. Choose the icon to specify condition expression and fixed operator in the Decision Table Settings dialog box. 2. Choose Add Row. 3. In the new row, specify values for condition expression and result attributes. Note Refer to "Business Rules" in this document for detailed decision table settings and examples. 8. When you finish, choose Save. Results The new rule was then saved. After saving the rule, you can choose Activate in the upper-right corner to make the rule take effect immediately or activate it later. 12 P U B L I C

13 Related Information Business Rules [page 6] 3.4 Edit a Rule Context You can edit an existing rule that has been defined for a GTT model in the GMM app. Procedure 1. Launch the GMM app. 2. On the search page, locate your target model for which you want to edit a rule. 3. On the model's details page, choose the Rule Services tab. 4. In the Rule Services table, choose > beside your target rule service. 5. In the Rules table, choose > beside the rule that you want to edit. 6. On the rule's details page, choose Edit in the upper-right corner. 7. Make your changes and choose Save. Note If the rule has already been activated, a message will remind you to reactivate the rule to apply the changes. You can choose either Activate to reactivate the rule or Deactivate to make it inactive. If you do not activate or deactivate the changed rule, the original rule before the change keeps running and your changes are not applied. The rule status changes from Active to Active with unapplied changes. You can activate it later to apply the changes. P U BL IC 13

14 3.5 Delete a Rule Context You can delete an existing rule in the GMM app. When a rule is deleted, its design-time rule and run-time rule (if the rule has been activated) are both deleted. Procedure 1. Launch the GMM app. 2. On the search page, locate your target model for which you want to delete a rule. 3. On the model's details page, choose the Rule Services tab. 4. In the Rule Services table, choose > beside your target rule service. 5. In the Rules table, select the rule that you want to delete. 6. Choose the icon. 3.6 Activate or Deactivate a Rule Context You can activate a rule to start running it for the GTT model or deactivate a rule to stop running it. When a rule is activated, it is automatically deployed to the target GTT model and takes effect immediately. A rule can have three statuses as described below: Rule Status Description Active Inactive Indicates that a rule is currently running to trigger actions for the GTT model. You can deactivate an active rule. Indicates that a rule is not running. You can activate an inactive rule. 14 P U B L I C

15 Rule Status Description Active with unapplied changes Indicates that a rule has been changed since the last activation. The original version of the rule before the change is still running, but the new changes are not applied. You can activate the rule to apply the changes and keep running it, or deactivate the rule to stop running it. Procedure 1. Launch the GMM app. 2. On the search page, locate your target model for which you want to activate or deactivate a rule. 3. On the model's details page, choose the Rule Services tab. 4. In the Rule Services table, choose > beside your target rule service. 5. In the Rules table, select the rule that you want to activate or deactivate. 6. Choose Activate or Deactivate in the upper-right corner. P U BL IC 15

16 Important Disclaimers and Legal Information Hyperlinks Some links are classified by an icon and/or a mouseover text. These links provide additional information. About the icons: Links with the icon : You are entering a Web site that is not hosted by SAP. By using such links, you agree (unless expressly stated otherwise in your agreements with SAP) to this: The content of the linked-to site is not SAP documentation. You may not infer any product claims against SAP based on this information. SAP does not agree or disagree with the content on the linked-to site, nor does SAP warrant the availability and correctness. SAP shall not be liable for any damages caused by the use of such content unless damages have been caused by SAP's gross negligence or willful misconduct. Links with the icon : You are leaving the documentation for that particular SAP product or service and are entering a SAP-hosted Web site. By using such links, you agree that (unless expressly stated otherwise in your agreements with SAP) you may not infer any product claims against SAP based on this information. Beta and Other Experimental Features Experimental features are not part of the officially delivered scope that SAP guarantees for future releases. This means that experimental features may be changed by SAP at any time for any reason without notice. Experimental features are not for productive use. You may not demonstrate, test, examine, evaluate or otherwise use the experimental features in a live operating environment or with data that has not been sufficiently backed up. The purpose of experimental features is to get feedback early on, allowing customers and partners to influence the future product accordingly. By providing your feedback (e.g. in the SAP Community), you accept that intellectual property rights of the contributions or derivative works shall remain the exclusive property of SAP. Example Code Any software coding and/or code snippets are examples. They are not for productive use. The example code is only intended to better explain and visualize the syntax and phrasing rules. SAP does not warrant the correctness and completeness of the example code. SAP shall not be liable for errors or damages caused by the use of example code unless damages have been caused by SAP's gross negligence or willful misconduct. Gender-Related Language We try not to use gender-specific word forms and formulations. As appropriate for context and readability, SAP may use masculine word forms to refer to all genders. 16 P U B L I C Important Disclaimers and Legal Information

17 Important Disclaimers and Legal Information P U BL IC 17

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

Onboarding Guide THE BEST RUN. IMPLEMENTATION GUIDE PUBLIC Document Version:

Onboarding Guide THE BEST RUN. IMPLEMENTATION GUIDE PUBLIC Document Version: IMPLEMENTATION GUIDE PUBLIC Document Version: 1.0.0 2018-05-30 2018 SAP SE or an SAP affiliate company. All rights reserved. THE BEST RUN Content 1 Document History.... 3 2 Getting Started....4 3 Create

More information

Starting Guide for Data Warehousing Foundation Components on XSA

Starting Guide for Data Warehousing Foundation Components on XSA PUBLIC SAP HANA Data Warehousing Foundation 2.0 SPS04 2018-10-31 Starting Guide for Data Warehousing Foundation Components on XSA 2018 SAP SE or an SAP affiliate company. All rights reserved. THE BEST

More information

SAP Jam for Microsoft Office integration Reference Guide THE BEST RUN

SAP Jam for Microsoft Office integration Reference Guide THE BEST RUN PUBLIC SAP Jam for Microsoft Office integration Reference Guide Document Version: May 2016 2018-12-12 SAP Jam for Microsoft Office integration Reference Guide 2018 SAP SE or an SAP affiliate company. All

More information

edocument for Italy - SAP Cloud Platform Integration Guide

edocument for Italy - SAP Cloud Platform Integration Guide IMPLEMENTATION GUIDE PUBLIC 2018-12-14 edocument for Italy - SAP Cloud Platform Integration Guide 2018 SAP SE or an SAP affiliate company. All rights reserved. THE BEST RUN Content 1 Introduction....3

More information

edocument for Hungary Invoice Registration - SAP Cloud Platform Integration Guide (SAP S/ 4HANA Cloud)

edocument for Hungary Invoice Registration - SAP Cloud Platform Integration Guide (SAP S/ 4HANA Cloud) PUBLIC 2018-10-24 edocument for Hungary Invoice Registration - SAP Cloud Platform Integration Guide (SAP S/ 2018 SAP SE or an SAP affiliate company. All rights reserved. THE BEST RUN Content 1 Introduciton....3

More information

SAP Jam Communities What's New 1808 THE BEST RUN. PUBLIC Document Version: August

SAP Jam Communities What's New 1808 THE BEST RUN. PUBLIC Document Version: August PUBLIC Document Version: August 2018 2018-10-26 2018 SAP SE or an SAP affiliate company. All rights reserved. THE BEST RUN Content 1 Release Highlights....3 1.1 Anonymous access to public communities....4

More information

SAP Jam Application Launcher for Microsoft Windows Reference Guide

SAP Jam Application Launcher for Microsoft Windows Reference Guide PUBLIC SAP Jam Application Launcher for Microsoft Windows 2018-07-25 SAP Jam Application Launcher for Microsoft Windows Reference Guide 2018 SAP SE or an SAP affiliate company. All rights reserved. THE

More information

Single Sign-On Extensions Library THE BEST RUN. PUBLIC SAP Single Sign-On 3.0 SP02 Document Version:

Single Sign-On Extensions Library THE BEST RUN. PUBLIC SAP Single Sign-On 3.0 SP02 Document Version: PUBLIC SAP Single Sign-On 3.0 SP02 Document Version: 1.1 2018-07-31 2018 SAP SE or an SAP affiliate company. All rights reserved. THE BEST RUN Content 1....3 1.1 Extension for Kerberos Constrained Delegation

More information

SAP Jam add-in for Microsoft Office Outlook Administration Guide and Release Notes

SAP Jam add-in for Microsoft Office Outlook Administration Guide and Release Notes PUBLIC SAP Jam Collaboration 2018-07-25 SAP Jam add-in for Microsoft Office Outlook Administration Guide and Release Notes 2018 SAP SE or an SAP affiliate company. All rights reserved. THE BEST RUN Content

More information

SAP Global Track and Trace Onboarding Guide

SAP Global Track and Trace Onboarding Guide SAP Global Track and Trace Onboarding Guide Document Version: Cloud 2019.04a Implementation Guide PUBLIC TABLE OF CONTENTS 1 INTRODUCTION... 3 1.1 Prerequisite... 3 1.2 Overview... 3 2 SET UP AN SAP CLOUD

More information

Secure Login for SAP Single Sign-On Sizing Guide

Secure Login for SAP Single Sign-On Sizing Guide PUBLIC SAP Single Sign-On Document Version: 1.1 2018-07-31 Secure Login for SAP Single Sign-On 3.0 - Sizing Guide 2018 SAP SE or an SAP affiliate company. All rights reserved. THE BEST RUN Content 1 Introduction....3

More information

SAP Workforce Performance Builder 9.5

SAP Workforce Performance Builder 9.5 Security Guide Workforce Performance Builder Document Version: 1.0 2016-07-15 2016 SAP SE or an SAP affiliate company. All rights reserved. CUSTOMER Producer Table of Contents 1 Introduction... 3 2 SSL

More information

SAP Leonardo IoT Bridge Implementation Guide

SAP Leonardo IoT Bridge Implementation Guide IMPLEMENTATION GUIDE PUBLIC Document Version: 1.0.1 2018-11-30 2018 SAP SE or an SAP affiliate company. All rights reserved. THE BEST RUN Content 1 Document History.... 3 2 List of Abbreviations.... 4

More information

SAP HANA Client Installation and Update Guide

SAP HANA Client Installation and Update Guide PUBLIC SAP HANA Platform 2.0 SPS 03 Document Version: 1.1 2018-10-31 2018 SAP SE or an SAP affiliate company. All rights reserved. THE BEST RUN Content 1.... 3 2 Introduction....4 2.1 Supported Platforms....

More information

SAP IoT Application Enablement Reuse Components and Templates

SAP IoT Application Enablement Reuse Components and Templates User Guide Document Version: 1.25.0 2017-01-19 PUBLIC SAP IoT Application Enablement Reuse Components and Templates Content 1 Reuse Components and Templates....3 1.1 IoT Application Enablement Reuse Components....

More information

Afaria Document Version: Windows Phone Enterprise Client Signing

Afaria Document Version: Windows Phone Enterprise Client Signing Afaria Document Version: 1-2014-04-04 Windows Phone Enterprise Client Signing Table of Contents 1 Signing Afaria Enterprise Client for Windows Phone Devices...3 1.1 Creating a Developer Account.... 4 1.2

More information

Installation Guide 1.0 SP06 SAP Workplaces for Insurance 1.0 SP06 THE BEST RUN. INSTALLATION GUIDE PUBLIC Document Version: 1.

Installation Guide 1.0 SP06 SAP Workplaces for Insurance 1.0 SP06 THE BEST RUN. INSTALLATION GUIDE PUBLIC Document Version: 1. INSTALLATION GUIDE PUBLIC Document Version: 1.0 2016-12-08 SAP Workplaces for Insurance 1.0 SP06 2018 SAP SE or an SAP affiliate company. All rights reserved. THE BEST RUN Content 1 Apps for Insurance

More information

opensap Extending SAP S/4HANA Cloud and SAP S/4HANA SAP S/4HANA UX Fundamentals PUBLIC

opensap Extending SAP S/4HANA Cloud and SAP S/4HANA SAP S/4HANA UX Fundamentals PUBLIC opensap Extending SAP S/4HANA Cloud and SAP S/4HANA SAP S/4HANA UX Fundamentals PUBLIC TABLE OF CONTENTS PREPARATION... 3 Activating your CAL Instance... 3 NAVIGATING IN THE FIORI LAUNCHPAD... 3 Using

More information

ATTP Settings for ATTP to ATTP Connection

ATTP Settings for ATTP to ATTP Connection Configuration Guide SAP Information Collaboration Hub for Life Sciences Document Version: 1.2 Final Date 2017-10-18 SAP Information Collaboration Hub for Life Sciences Document History Version Date Change

More information

SAP Enable Now. Desktop Components (Cloud Edition)

SAP Enable Now. Desktop Components (Cloud Edition) Installation Guide 1704 SP1 Document Version: 1.0 2017-07-15 2017 SAP SE or an SAP affiliate company. All rights reserved. CUSTOMER Desktop Components (Cloud Edition) Table of Contents 1 Introduction...

More information

Complementary Demo Guide

Complementary Demo Guide Complementary Demo Guide SAP Business ByDesign SAP Business ByDesign Global October 23, 2017 1 Table of Content 1 About this Document... 3 1.1 Purpose... 3 1.2 Demo Business Context... 3 1.3 Prerequisites...

More information

Master Guide for SAP HANA Smart Data Integration and SAP HANA Smart Data Quality

Master Guide for SAP HANA Smart Data Integration and SAP HANA Smart Data Quality PUBLIC SAP HANA Platform SPS 12 Document Version: 1.0 2016-05-11 Master Guide for Data Integration and Content 1 Getting Started....3 1.1 Overview.... 3 1.2 About This Document.... 4 2 Use Cases....5 3

More information

SAP Workforce Performance Builder

SAP Workforce Performance Builder Additional Guides Workforce Performance Builder Document Version: 1.0 2016-07-15 2016 SAP SE or an SAP affiliate company. All rights reserved. CUSTOMER SAP Help Extension ECC Table of Contents 1 Introduction...

More information

PUBLIC Rapid Deployment Guide

PUBLIC Rapid Deployment Guide SAP Data Services Document Version: 4.2 Support Package 8 (14.2.8.0) 2017-01-18 PUBLIC Content 1 Introduction.... 3 1.1 Documentation set for SAP Data Services....3 2 Deployment environment requirements....

More information

Visual Business Configuration with SAP TM

Visual Business Configuration with SAP TM SAP Transportation Management Visual Business Configuration with SAP TM CUSTOMER Document Version: 3.0 December 2013 SAP AG 1 Copyright Copyright 2013 SAP AG. All rights reserved. SAP Library document

More information

Advanced Reporting in the Online Report Designer Administration Guide

Advanced Reporting in the Online Report Designer Administration Guide SuccessFactors HCM Suite November 2014 Release Version: 1.0 - December 5, 2014 CUSTOMER Advanced Reporting in the Online Report Designer Administration Guide Content 1 Change History....3 2 Overview....4

More information

What's New in SAP HANA Smart Data Streaming (Release Notes)

What's New in SAP HANA Smart Data Streaming (Release Notes) PUBLIC SAP HANA Smart Data Streaming 2.0 SP 00 Document Version: 1.0 2016-11-30 What's New in SAP HANA Smart Data Streaming (Release Notes) Content 1 What's New in SAP HANA Smart Data Streaming 2.0 (Release

More information

FAQs Data Cleansing SAP Hybris Cloud for Customer PUBLIC

FAQs Data Cleansing SAP Hybris Cloud for Customer PUBLIC FAQs Data Cleansing SAP Hybris Cloud for Customer PUBLIC TABLE OF CONTENTS FAQS DATA CLEANSING... 3 1. What is Data Cleansing?... 3 2. How do you scope this activity in your C4C system?...3 3. Is it possible

More information

SAP Workforce Performance Builder 9.5

SAP Workforce Performance Builder 9.5 Upgrade Guide Workforce Performance Builder Document Version: 1.0 2016-10-15 2016 SAP SE or an SAP affiliate company. All rights reserved. CUSTOMER Table of Contents 1 Introduction... 3 2 Migrating a Workarea...

More information

PUBLIC DQM Microservices Blueprints User's Guide

PUBLIC DQM Microservices Blueprints User's Guide SAP Data Services Document Version: 4.2 Support Package 8 (14.2.8.0) 2017-02-27 PUBLIC Content 1 Introduction.... 3 1.1 Documentation set for SAP Data Services content objects.... 3 1.2 SAP information

More information

Development Information Document Version: CUSTOMER. ABAP for Key Users

Development Information Document Version: CUSTOMER. ABAP for Key Users Development Information Document Version: 1.0 2015-11-30 Typographic Conventions Type Style Example Description Words or characters quoted from the screen. These include field names, screen titles, pushbuttons

More information

SAP Fiori Launchpad Process Flow. SAP Fiori UX launchpad Configuration: End to End CEG: November 2014

SAP Fiori Launchpad Process Flow. SAP Fiori UX launchpad Configuration: End to End CEG: November 2014 SAP Fiori Launchpad Process Flow SAP Fiori UX launchpad Configuration: End to End CEG: November 2014 High Level Process Flow: End to End SAP Fiori UX launchpad Configuration 1 Pre-Requisites (SICF & SE80)

More information

SAP Jam Collaboration What's New and Release Restrictions 1811

SAP Jam Collaboration What's New and Release Restrictions 1811 PUBLIC Document Version: November 2018 2018-11-29 SAP Jam Collaboration What's New and Release Restrictions 1811 2018 SAP SE or an SAP affiliate company. All rights reserved. THE BEST RUN Content 1 What's

More information

FAQs OData Services SAP Hybris Cloud for Customer PUBLIC

FAQs OData Services SAP Hybris Cloud for Customer PUBLIC FAQs OData Services SAP Hybris Cloud for Customer PUBLIC TABLE OF CONTENTS FAQS ODATA SERVICES... 3 1. How to access the SAP Hybris Cloud for Customer OData API of your tenant?...3 2. How to access the

More information

PUBLIC SAP Vora Sizing Guide

PUBLIC SAP Vora Sizing Guide SAP Vora 2.0 Document Version: 1.1 2017-11-14 PUBLIC Content 1 Introduction to SAP Vora....3 1.1 System Architecture....5 2 Factors That Influence Performance....6 3 Sizing Fundamentals and Terminology....7

More information

VitalAxis Deployment Tracker User Manual

VitalAxis Deployment Tracker User Manual Last updated 5/5/17 Copyright 2017 VitalAxis. 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 VitalAxis

More information

SAP HANA SPS 08 - What s New? SAP HANA Application Lifecycle Management (Delta from SPS 07 to SPS 08) SAP HANA Product Management June, 2014

SAP HANA SPS 08 - What s New? SAP HANA Application Lifecycle Management (Delta from SPS 07 to SPS 08) SAP HANA Product Management June, 2014 SAP HANA SPS 08 - What s New? SAP HANA Application Lifecycle Management (Delta from SPS 07 to SPS 08) SAP HANA Product Management June, 2014 Agenda Overview of SAP HANA Application Lifecycle Management

More information

C4C30. SAP Cloud Applications Studio COURSE OUTLINE. Course Version: 21 Course Duration: 4 Day(s)

C4C30. SAP Cloud Applications Studio COURSE OUTLINE. Course Version: 21 Course Duration: 4 Day(s) C4C30 SAP Cloud Applications Studio. COURSE OUTLINE Course Version: 21 Course Duration: 4 Day(s) SAP Copyrights and Trademarks 2018 SAP SE or an SAP affiliate company. All rights reserved. No part of

More information

HA215 SAP HANA Monitoring and Performance Analysis

HA215 SAP HANA Monitoring and Performance Analysis HA215 SAP HANA Monitoring and Performance Analysis. COURSE OUTLINE Course Version: 12 Course Duration: 2 Day(s) SAP Copyrights and Trademarks 2016 SAP SE or an SAP affiliate company. All rights reserved.

More information

DS10. Data Services - Platform and Transforms COURSE OUTLINE. Course Version: 15 Course Duration: 3 Day(s)

DS10. Data Services - Platform and Transforms COURSE OUTLINE. Course Version: 15 Course Duration: 3 Day(s) DS10 Data Services - Platform and Transforms. COURSE OUTLINE Course Version: 15 Course Duration: 3 Day(s) SAP Copyrights and Trademarks 2017 SAP SE or an SAP affiliate company. All rights reserved. No

More information

SAP Business One Upgrade Strategy Overview

SAP Business One Upgrade Strategy Overview Upgrade Strategy,, version for SAP HANA and analytics powered by SAP HANA Document Version: 1.2 2017-12-06 Typographic Conventions Type Style Example Description Words or characters quoted from the screen.

More information

Let s Exploit DITA: How to automate an App Catalog

Let s Exploit DITA: How to automate an App Catalog Let s Exploit DITA: How to automate an App Catalog Public Carsten Brennecke, SAP April 05, 2016 Agenda Our Challenge Our DITA Landscape Our Approach Conclusion 2016 SAP SE or an SAP affiliate company.

More information

SAP HANA SPS 08 - What s New? SAP HANA Interactive Education - SHINE (Delta from SPS 07 to SPS 08) SAP HANA Product Management May, 2014

SAP HANA SPS 08 - What s New? SAP HANA Interactive Education - SHINE (Delta from SPS 07 to SPS 08) SAP HANA Product Management May, 2014 SAP HANA SPS 08 - What s New? SAP HANA Interactive Education - SHINE (Delta from SPS 07 to SPS 08) SAP HANA Product Management May, 2014 Agenda SHINE - Overview SHINE What s new in SPS 08 SHINE - Roadmap

More information

CLD100. Cloud for SAP COURSE OUTLINE. Course Version: 16 Course Duration: 2 Day(s)

CLD100. Cloud for SAP COURSE OUTLINE. Course Version: 16 Course Duration: 2 Day(s) CLD100 Cloud for SAP. COURSE OUTLINE Course Version: 16 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

How-to Guide for Exercise Access the Demo Appliance Landscape (Week 1, Unit 6, Part 1)

How-to Guide for Exercise Access the Demo Appliance Landscape (Week 1, Unit 6, Part 1) How-to Guide for Exercise Access the Demo Appliance Landscape (Week 1, Unit 6, Part 1) Table of Contents Important note:... 1 Introduction to CAL... 2 Introduction to AWS... 2 Exercise overview... 2 Creating

More information

FAQs Data Sources SAP Hybris Cloud for Customer PUBLIC

FAQs Data Sources SAP Hybris Cloud for Customer PUBLIC FAQs Data Sources SAP Hybris Cloud for Customer PUBLIC TABLE OF CONTENTS FAQS DATA SOURCES... 3 1. When I try to execute a custom report, throws an error: Report cannot be opened; report an incident, See

More information

FAQs Facebook Integration with SAP Hybris Cloud for Customer SAP Hybris Cloud for Customer PUBLIC

FAQs Facebook Integration with SAP Hybris Cloud for Customer SAP Hybris Cloud for Customer PUBLIC FAQs Facebook Integration with SAP Hybris Cloud for Customer SAP Hybris Cloud for Customer PUBLIC TABLE OF CONTENTS FAQS FACEBOOK INTEGRATION WITH SAP HYBRIS CLOUD FOR CUSTOMER...3 1. You are not able

More information

SAP IoT Application Enablement Best Practices Authorization Guide

SAP IoT Application Enablement Best Practices Authorization Guide SAP IoT Application Enablement Best Practices Authorization Guide TABLE OF CONTENTS 1 INITIAL TENANT SETUP... 3 1.1 Configure Trust... 3 1.1.1 Technical Background... 6 1.2 Establish Trust... 6 1.3 Set

More information

BC403 Advanced ABAP Debugging

BC403 Advanced ABAP Debugging BC403 Advanced ABAP Debugging. COURSE OUTLINE Course Version: 15 Course Duration: 2 Day(s) SAP Copyrights and Trademarks 2016 SAP SE or an SAP affiliate company. All rights reserved. No part of this publication

More information

ADM506. Database Administration Oracle II COURSE OUTLINE. Course Version: 15 Course Duration: 2 Day(s)

ADM506. Database Administration Oracle II COURSE OUTLINE. Course Version: 15 Course Duration: 2 Day(s) ADM506 Database Administration Oracle II. COURSE OUTLINE Course Version: 15 Course Duration: 2 Day(s) SAP Copyrights and Trademarks 2016 SAP SE or an SAP affiliate company. All rights reserved. No part

More information

SAP Business One Upgrade Strategy Overview

SAP Business One Upgrade Strategy Overview Upgrade Strategy SAP Business One, SAP Business One, version for SAP HANA and SAP Business One analytics powered by SAP HANA Document Version: 1.1 2016-02-03 Release 2004 and higher Typographic Conventions

More information

BC401. ABAP Objects COURSE OUTLINE. Course Version: 18 Course Duration:

BC401. ABAP Objects COURSE OUTLINE. Course Version: 18 Course Duration: BC401 ABAP Objects. COURSE OUTLINE Course Version: 18 Course Duration: SAP Copyrights and Trademarks 2018 SAP SE or an SAP affiliate company. All rights reserved. No part of this publication may be reproduced

More information

SAP Plant Connectivity Configuration Guide for

SAP Plant Connectivity Configuration Guide for How-To Guide SAP Extended Warehouse Management Document Version: 1.0 PUBLIC SAP Plant Connectivity Configuration Guide for SAP Extended Warehouse Management Connecting External Devices to a Material Flow

More information

SAP HANA SPS 09 - What s New? SAP River

SAP HANA SPS 09 - What s New? SAP River SAP HANA SPS 09 - What s New? SAP River (Delta from SPS 08 to SPS 09) SAP HANA Product Management November, 2014 2014 SAP AG or an SAP affiliate company. All rights reserved. 1 SAP River What s New in

More information

SAP Workforce Performance Builder 9.5

SAP Workforce Performance Builder 9.5 Installation Guide Workforce Performance Builder Document Version: 1.0 2016-07-15 2016 SAP SE or an SAP affiliate company. All rights reserved. CUSTOMER Navigator Table of Contents 1 Introduction... 3

More information

SAP Analytics Cloud model maintenance Restoring invalid model data caused by hierarchy conflicts

SAP Analytics Cloud model maintenance Restoring invalid model data caused by hierarchy conflicts SAP Analytics Cloud model maintenance Restoring invalid model data caused by hierarchy conflicts TABLE OF CONTENTS DEFINING THE PROBLEM... 3 EXAMPLE: REPRODUCING THE PROBLEM... 4 Setting up conflicting

More information

Business Add-Ins (BAdIs) for SD Jam Integration Document Version:

Business Add-Ins (BAdIs) for SD Jam Integration Document Version: Document Version: 1.0 2014-08-22 Typographic Conventions Type Style Example Description Words or characters quoted from the screen. These include field names, screen titles, pushbuttons labels, menu names,

More information

BC470. Form Printing with SAP Smart Forms COURSE OUTLINE. Course Version: 18 Course Duration:

BC470. Form Printing with SAP Smart Forms COURSE OUTLINE. Course Version: 18 Course Duration: BC470 Form Printing with SAP Smart Forms. COURSE OUTLINE Course Version: 18 Course Duration: SAP Copyrights and Trademarks 2018 SAP SE or an SAP affiliate company. All rights reserved. No part of this

More information

S4D430 Building Views in Core Data Services ABAP (CDS ABAP)

S4D430 Building Views in Core Data Services ABAP (CDS ABAP) S4D430 Building Views in Core Data Services ABAP (CDS ABAP). COURSE OUTLINE Course Version: 10 Course Duration: 3 Day(s) SAP Copyrights and Trademarks 2017 SAP SE or an SAP affiliate company. All rights

More information

SAP Enable Now. Desktop Assistant

SAP Enable Now. Desktop Assistant Installation Guide 1704 SP1 Document Version: 1.0 2017-07-15 2017 SAP SE or an SAP affiliate company. All rights reserved. CUSTOMER Desktop Assistant Table of Contents 1 Introduction... 3 2 System Requirements...

More information

Week 2 Unit 3: Creating a JDBC Application. January, 2015

Week 2 Unit 3: Creating a JDBC Application. January, 2015 Week 2 Unit 3: Creating a JDBC Application January, 2015 JDBC Overview Java Database Connectivity (JDBC) Java-based data access technology Defines how a client can connect, query, and update data in a

More information

UX402 SAP SAPUI5 Development

UX402 SAP SAPUI5 Development UX402 SAP SAPUI5 Development. COURSE OUTLINE Course Version: 03 Course Duration: SAP Copyrights and Trademarks 2018 SAP SE or an SAP affiliate company. All rights reserved. No part of this publication

More information

HA240 Authorization, Security and Scenarios

HA240 Authorization, Security and Scenarios HA240 Authorization, Security and Scenarios. COURSE OUTLINE Course Version: 12 Course Duration: 2 Day(s) SAP Copyrights and Trademarks 2016 SAP SE or an SAP affiliate company. All rights reserved. No

More information

S4H410. SAP S/4HANA Embedded Analytics and Modeling with Core Data Services (CDS) Views COURSE OUTLINE. Course Version: 05 Course Duration: 2 Day(s)

S4H410. SAP S/4HANA Embedded Analytics and Modeling with Core Data Services (CDS) Views COURSE OUTLINE. Course Version: 05 Course Duration: 2 Day(s) S4H410 SAP S/4HANA Embedded Analytics and Modeling with Core Data Services (CDS) Views. COURSE OUTLINE Course Version: 05 Course Duration: 2 Day(s) SAP Copyrights and Trademarks 2016 SAP SE or an SAP

More information

UX300 SAP Screen Personas 3.0 Development

UX300 SAP Screen Personas 3.0 Development UX300 SAP Screen Personas 3.0 Development. COURSE OUTLINE Course Version: 03 Course Duration: SAP Copyrights and Trademarks 2018 SAP SE or an SAP affiliate company. All rights reserved. No part of this

More information

CUSTOMER Upgrade: SAP Mobile Platform SDK for Mac OS

CUSTOMER Upgrade: SAP Mobile Platform SDK for Mac OS SAP Mobile Platform 3.0 SP05 Document Version: 1.0-2014-09-05 CUSTOMER Upgrade: SAP Mobile Platform SDK for Mac OS Table of Contents 1.... 3 2 Upgrading SAP Mobile Platform 3.0 SDK to SP05....4 2.1 Acquiring

More information

HA240 SAP HANA 2.0 SPS02

HA240 SAP HANA 2.0 SPS02 HA240 SAP HANA 2.0 SPS02 - Authorizations, Scenarios & Security Requirements. COURSE OUTLINE Course Version: 14 Course Duration: 2 Day(s) SAP Copyrights and Trademarks 2018 SAP SE or an SAP affiliate

More information

Software and Delivery Requirements

Software and Delivery Requirements SAP HANA Activity Repository rapiddeployment solution V2.10 April 2015 English SAP HANA Activity Repository rapiddeployment solution: Software and Delivery Requirements SAP SE Dietmar-Hopp-Allee 16 69190

More information

MDG100 Master Data Governance

MDG100 Master Data Governance MDG100 Master Data Governance. 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. No part of this publication

More information

Security Guide SAP Supplier InfoNet

Security Guide SAP Supplier InfoNet SAP Supplier InfoNet Table of Contents 1 About this document....3 2 Network and communication security....4 2.1 Network security....4 2.2 Communication channel security....4 2.3 Network resource security....4

More information

Configuring the ABAP Back-end for ABAP Development Tools Client Version 2.96

Configuring the ABAP Back-end for ABAP Development Tools Client Version 2.96 CONFIGURATION GUIDE PUBLIC ABAP Platform 1809 (AS ABAP 7.53) Document Version: 2.96 2018-09-21 2018 SAP SE or an SAP affiliate company. All rights reserved. Configuring the ABAP Back-end for ABAP Development

More information

Getting Started with SAP Business One 9.2, version for SAP HANA

Getting Started with SAP Business One 9.2, version for SAP HANA Getting Started Guide CUSTOMER Document Version: 1.2 2017-09-20 Getting Started with SAP Business One 9.2, version for SAP HANA Table of Contents 1 Solution Information... 3 Installed Products... 3 Overview...

More information

Configuring the Web Service Runtime for ATTP

Configuring the Web Service Runtime for ATTP Configuration Guide Document Version: 1.0 Final Date: SAP Backend Systems on the SAP Pharma Network Typographic Conventions Type Style Example Description Words or characters quoted from the screen. These

More information

How-To Guide SAP 3D Visual Enterprise Author Document Version: Markups and Measurements

How-To Guide SAP 3D Visual Enterprise Author Document Version: Markups and Measurements How-To Guide SAP 3D Visual Enterprise Author Document Version: 1.0-2014-06-03 Document History Document Version Description 1.0 First version Document History 2014 SAP AG or an SAP affiliate company. All

More information

SAP HANA Authorization (HA2)

SAP HANA Authorization (HA2) SAP HANA 1.0 SP5 June 2013 English SAP HANA Authorization (HA2) Building Block Configuration Guide SAP AG Dietmar-Hopp-Allee 16 69190 Walldorf Germany Copyright 2013 SAP AG or an SAP affiliate company.

More information

ADM505. Oracle Database Administration COURSE OUTLINE. Course Version: 15 Course Duration: 3 Day(s)

ADM505. Oracle Database Administration COURSE OUTLINE. Course Version: 15 Course Duration: 3 Day(s) ADM505 Oracle Database Administration. 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 part of

More information

INTERNAL USE ONLY SAP BusinessObjects EPM Add-in for Microsoft Office Support Package 17 / Patch XX Installation Procedure

INTERNAL USE ONLY SAP BusinessObjects EPM Add-in for Microsoft Office Support Package 17 / Patch XX Installation Procedure SAP BusinessObjects EPM solutions, add-in for Microsoft Office Document Version: 10.0 Support Package 17 / Patch XX - 2014-03-17 INTERNAL USE ONLY SAP BusinessObjects EPM Add-in for Microsoft Office Support

More information

BC414. Programming Database Updates COURSE OUTLINE. Course Version: 15 Course Duration: 2 Day(s)

BC414. Programming Database Updates COURSE OUTLINE. Course Version: 15 Course Duration: 2 Day(s) BC414 Programming Database Updates. COURSE OUTLINE Course Version: 15 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

IDE Connector Customizer Readme

IDE Connector Customizer Readme IDE Connector Customizer Readme Software version: 1.0 Publication date: November 2010 This file provides information about IDE Connector Customizer 1.0. Prerequisites for IDE Connector Customizer The Installation

More information

D75AW. Delta ABAP Workbench SAP NetWeaver 7.0 to SAP NetWeaver 7.51 COURSE OUTLINE. Course Version: 18 Course Duration:

D75AW. Delta ABAP Workbench SAP NetWeaver 7.0 to SAP NetWeaver 7.51 COURSE OUTLINE. Course Version: 18 Course Duration: D75AW Delta ABAP Workbench SAP NetWeaver 7.0 to SAP NetWeaver 7.51. COURSE OUTLINE Course Version: 18 Course Duration: SAP Copyrights and Trademarks 2018 SAP SE or an SAP affiliate company. All rights

More information

SAP Cloud Platform Configuration SAP Subscription Billing

SAP Cloud Platform Configuration SAP Subscription Billing PUBLIC SAP Cloud Platform Configuration SAP Subscription Billing Document Version: 1 TABLE OF CONTENTS DOCUMENT HISTORY... 3 1. GENERAL SETUP... 4 1.1 Check successful completion of provisioning... 4 1.2

More information

BC405 Programming ABAP Reports

BC405 Programming ABAP Reports BC405 Programming ABAP Reports. COURSE OUTLINE Course Version: 16 Course Duration: 5 Day(s) SAP Copyrights and Trademarks 2016 SAP SE or an SAP affiliate company. All rights reserved. No part of this publication

More information

SAP EarlyWatch Alert. SAP HANA Deployment Best Practices Active Global Support, SAP AG 2015

SAP EarlyWatch Alert. SAP HANA Deployment Best Practices Active Global Support, SAP AG 2015 SAP EarlyWatch Alert SAP HANA Deployment Best Practices Active Global Support, SAP AG 2015 Learning Objectives of this Presentation After completing this presentation, you will be able to: Understand the

More information

HA150 SQL Basics for SAP HANA

HA150 SQL Basics for SAP HANA HA150 SQL Basics for SAP HANA. COURSE OUTLINE Course Version: 13 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

How To Set up NWDI for Creating Handheld Applications in SAP NetWeaver Mobile 7.1

How To Set up NWDI for Creating Handheld Applications in SAP NetWeaver Mobile 7.1 SAP NetWeaver How-To Guide How To Set up NWDI for Creating Handheld Applications in SAP NetWeaver Mobile 7.1 Applicable Releases: SAP NetWeaver Mobile 7.1 Topic Area: User Productivity Capability: Mobile

More information

SAP SMS 365 SAP Messaging Proxy 365 Product Description August 2016 Version 1.0

SAP SMS 365 SAP Messaging Proxy 365 Product Description August 2016 Version 1.0 SAP SMS 365 SAP Messaging Proxy 365 Product Description August 2016 Version 1.0 TABLE OF CONTENTS 1 INTRODUCTION...3 2 BENEFITS...4 3 FUNCTIONAL DESCRIPTION...5 4 MESSAGE CLASSIFICATION...6 5 ARCHITECTURE...7

More information

BOD410 SAP Lumira 2.0 Designer

BOD410 SAP Lumira 2.0 Designer BOD410 SAP Lumira 2.0 Designer. COURSE OUTLINE Course Version: 10 Course Duration: 5 Day(s) SAP Copyrights and Trademarks 2017 SAP SE or an SAP affiliate company. All rights reserved. No part of this

More information

FAQs Data Workbench SAP Hybris Cloud for Customer PUBLIC

FAQs Data Workbench SAP Hybris Cloud for Customer PUBLIC FAQs Data Workbench SAP Hybris Cloud for Customer PUBLIC TABLE OF CONTENTS FAQS DATA WORKBENCH... 3 1. How to migrate new set of data into the system using Data Workbench work center?...3 2. How to update/modify

More information

Integrating a Web Service in a Composite Application. SAP Composite Application Framework

Integrating a Web Service in a Composite Application. SAP Composite Application Framework Integrating a Web Service in a Composite Application SAP Composite Application Framework Document Version 1.00 November 2005 SAP AG Neurottstraße 16 69190 Walldorf Germany T +49/18 05/34 34 24 F +49/18

More information

HA100 SAP HANA Introduction

HA100 SAP HANA Introduction HA100 SAP HANA Introduction. COURSE OUTLINE Course Version: 15 Course Duration: SAP Copyrights and Trademarks 2018 SAP SE or an SAP affiliate company. All rights reserved. No part of this publication may

More information

SAP Enable Now What s New. WHAT S NEW PUBLIC Version 1.0, Feature Pack SAP Enable Now What s New. Introduction PUBLIC 1

SAP Enable Now What s New. WHAT S NEW PUBLIC Version 1.0, Feature Pack SAP Enable Now What s New. Introduction PUBLIC 1 WHAT S NEW PUBLIC Version 1.0, Feature Pack 1902 20.02.2019 2019 SAP SE or an SAP affiliate company. All rights reserved. Introduction PUBLIC 1 Table of Contents Introduction... 4 Further Information...

More information

How-To Guide SAP 3D Visual Enterprise Author 8.0 Document Version: How To Part Replace

How-To Guide SAP 3D Visual Enterprise Author 8.0 Document Version: How To Part Replace How-To Guide SAP 3D Visual Enterprise Author 8.0 Document Version: 1.0-2014-09-15 Document History Document Version Description 1.0 First version Document History 2014 SAP AG or an SAP affiliate company.

More information

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

S4H01. Introduction to SAP S/4HANA COURSE OUTLINE. Course Version: 04 Course Duration: 2 Day(s) S4H01 Introduction to SAP S/4HANA. COURSE OUTLINE Course Version: 04 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

HA215 SAP HANA Monitoring and Performance Analysis

HA215 SAP HANA Monitoring and Performance Analysis HA215 SAP HANA Monitoring and Performance Analysis. COURSE OUTLINE Course Version: 13 Course Duration: 2 Day(s) SAP Copyrights and Trademarks 2017 SAP SE or an SAP affiliate company. All rights reserved.

More information

Introducing SAP Enterprise Services Explorer for Microsoft.NET

Introducing SAP Enterprise Services Explorer for Microsoft.NET Introducing SAP Enterprise Services Explorer for Microsoft.NET Applies to: SAP SOA, SAP NetWeaver Composition Environment 7.1 including enhancement package 1, SAP Services Registry, SAP - Microsoft interoperability,

More information

Data Protection and Privacy for Fraud Watch

Data Protection and Privacy for Fraud Watch Security Guide Fraud Watch Document Version: 1.0 2017-06-05 Document History Version Date Change 1.0 2017-06-05 First release of the Security Guide for Data Protection and Privacy. 2 2017 SAP AG or an

More information

Configuring Client Keystore for Web Services

Configuring Client Keystore for Web Services Configuration Guide SAP Information Collaboration Hub for Life Sciences Document Version: 1.1 Released to Customer Date: Non-SAP Backend System on SAP Information Collaboration Hub for Life Sciences Typographic

More information

UX400. OpenUI5 Development Foundations COURSE OUTLINE. Course Version: 02 Course Duration: 5 Day(s)

UX400. OpenUI5 Development Foundations COURSE OUTLINE. Course Version: 02 Course Duration: 5 Day(s) UX400 OpenUI5 Development Foundations. COURSE OUTLINE Course Version: 02 Course Duration: 5 Day(s) SAP Copyrights and Trademarks 2017 SAP SE or an SAP affiliate company. All rights reserved. No part of

More information

BC404. ABAP Programming in Eclipse COURSE OUTLINE. Course Version: 16 Course Duration: 3 Day(s)

BC404. ABAP Programming in Eclipse COURSE OUTLINE. Course Version: 16 Course Duration: 3 Day(s) BC404 ABAP Programming in Eclipse. 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 of this

More information

SAP NetWeaver How-To Guide

SAP NetWeaver How-To Guide SAP NetWeaver How-To Guide Search and Adapt SAP Best Practice content from Business Process Repository (BPR) Applicable Releases: Business Process Blueprinting 1.0 for SAP Solution Manager 7.1 IT Practice

More information