SAP NETWEAVER DECISION SERVICE MANAGEMENT A PARADIGM SHIFT

Size: px
Start display at page:

Download "SAP NETWEAVER DECISION SERVICE MANAGEMENT A PARADIGM SHIFT"

Transcription

1 SAP NETWEAVER DECISION SERVICE MANAGEMENT A PARADIGM SHIFT CD160 Exercises / Solutions Alexander Held, SAP Deutschland AG & Co. KG Carsten Ziegler, SAP AG

2 2 In these exercises, we want to set up a managed system and assign a sample application to it (Exercise 1). This application derives the price of a product (Exercises 2 and 3), adds shipping costs of 5% but at least $2 if the price is under $100 (Exercise 4) and sends a notification mail if a product is not found in the price list (Exercise 4). Then we want to simulate the application on the managed system (Exercise 5) before we deploy it and call it from the managed system (Exercise 6). Finally, we will make a delta deployment with an activation timestamp in the future (Exercise 7). OGIN INFORMATION Please log on to system TDI, client 001 Your user is CD160_US (TechEd LV) or CD160 (TechEd Amsterdam, Bangalore) The password is welcome The system is an SAP NetWeaver 7.40 system with support package level 03 If the system TDI is not yet available in the SAP Logon, you need to create a connection To do so, choose the New icon Connection Select User Specified System Choose Next Enter the following values o Description: TDI o Message Server: localhost o Instance Number: 00 o System ID: TDI Choose Finish Alternatively, you can access SAP NetWeaver Decision Service Management directly be entering the following URL to your internet browser:

3 3 EXERCISE 1 Create a Managed System and a BRFplus Application for your Business Rules Call SAP NetWeaver Decision Service Management Create a managed system Check further properties of the managed system Create a new BRFplus application Walkthrough Call SAP NetWeaver Decision Service Management Call the transaction DSM in the SAP backend system or enter the link shown above A browser window will appear and Decision Service Manager starts automatically

4 4 Create a managed system - Choose the New icon - A dialog box in which you can specify the System Name (for example CD160_MS), Description (for example <YourName> appears: HandsOn lecture CD160 DSM), the RFC-Connection to the Managed System (select the RFC_Destination TDI using the F4 Help ) and the Documentation - The System Type field can automatically be received from the Managed System. Alternatively, you can also enter the system type yourself (for example Development System) - Choose Add to create the Managed System. Now a managed system has been added to Decision Service Manager Choose the Save button. A success message appears. Check further properties of the Managed System Select the Managed System you created before from the list shown in the table Managed Systems Check the properties in the tabs Deployment, Applications and Technical Information. On the different tabs, you can access the information relevant to your managed system. On the Deployment tab, you can

5 5 see all of the decision services that have been deployed to the managed system. On the Applications tab, all BRFplus applications assigned to this managed system are displayed. Currently the tab is empty because we haven't created a BRFplus application yet. The Technical Information tab will give you an overview of some technical figures of the managed system. Create a new BRFplus application assigned to the managed system Navigate to the Applications tab Choose New In the Create Application dialog box, enter Name, Short Text, and Text, for example TechEd_<your name> (you can use the same text string for all three fields, if the text is short enough (20 characters). The Name field only allows ASCII characters, numbers, and underscores. Select the Create Local Application checkbox Choose Create. The BRFplus application will automatically be assigned to the managed system Choose Save Change to Display mode

6 6 EXERCISE 2 Create a Function and a Ruleset Navigate from Decision Server Manager to the BRFplus Workbench Create a decision Service (BRFplus Function) assigned to the application created in exercise 1 Define the signature of the function Input parameter is the product name Output parameter is the price Create a ruleset assigned to the function Walkthrough Navigate to the BRFplus Workbench Choose the Open BRFplus Workbench button to start the BRFplus Workbench. You can also use the transaction BRFplus (SAP GUI Transaction). A new browser window will open and the BRFplus Workbench is displayed. Close the DSM browser window

7 7 Choose the Personalize icon at the upper right of the screen and select Show in Change Mode as Viewing Mode Select the Show Technical Aspects checkbox Then choose Save. By doing so, you do not need to change to edit mode in every single screen Create a BRFplus function assigned to the Application created in Exercise 1 Choose Search on the Repository tab Enter the name of the application created in Exercise 1 and choose the Search button The application you ve created will be displayed on the Repository Tab Click on the application and select Contained Objects tab and choose Create Object (make sure function is selected)

8 8 Enter Name (max. 30 characters), Short Text (max. 20 characters), and Text (max. 80 characters), such as Product Price. Choose Create And Navigate To Object Define the signature of the function Select the Signature tab Choose Add New Data Object Add New Data Object Select Element Type Enter Name, Short Text, Text, such as Product For Length, select a reasonable text length for product names, such as 40 Choose Create And Navigate To Object and choose Yes to save your entries

9 9 Select the Domain Values tab Choose Create Value Hint: In the Domain Value section we can define domain values/constants that can later be used in a value help when defining the rules. When you bind your input values to a DDIC attribute, the domain values will automatically be derived from the DDIC. DDIC values will be retrieved from the managed system automatically Enter Name, Short Text, Text, and Value, such as Tennis Racket and choose Create Repeat that previous step for additional products, for example Baseball bar, Football, Golf club, Paddle, Paint Ball Gun... When you are done, you will have a value list of products that can be used in your decision service Choose Back and confirm by choosing Yes to return to the function

10 10 Make sure you are in the function editor At the Result Data Object choose the icon to the right of the word Actions and select Create... Select Element Type Enter Name, Short Text and Text, for example, Price Select element type Amount Select Positive Values (price determination should always return a positive amount that has to be paid by the customer) Choose Create

11 11 You have now defined the decision service Product Price. This service needs a Product and based on that the Price (including shipping costs) will be returned. Now you need to define the rules for calculating the product price. To do so, we first have to create a Ruleset (encapsulates the rules). Create a Ruleset assigned to the function Select the Assigned Ruleset tab Choose Create Ruleset Enter Name, Short Text and Text, for example, Product Price Choose Create And Navigate To Object and then choose Yes to confirm

12 12 Choose Save You have now created the framework for your decision service. What is left is to create the rules themselves and to test them and deploy them into the managed system. This will be part of the following exercises.

13 13 EXERCISE 3 Define a simple Rule In the ruleset defined in Exercise 2, create a rule using a decision table The decision table will return the price for a specific product If there are several entries for the same product, the first one is taken into consideration If no matching entry is available, an initial value is returned Walkthrough In the ruleset defined in Exercise 2, create a rule using a decision table Ensure you are in the ruleset editor for the ruleset you created in the last exercise Select Insert Rule Create...

14 14 Enter a Description, for example, Look up product price At the Then branch, choose Add Process Expression Create... Select the Decision Table type Enter Name, Short Text, and Text, for example Product Prices Select the Data Object Price as Result Data Object (you created it in Exercise 2 as the result data object of the decision service) Click Create And Navigate To the Object and confirm the popup window with Yes Choose the Table Settings button to define the condition columns for the decision table

15 15 Choose Insert Column under Condition Columns From Context Data Objects... Select Product (the name of the data element that you created above in Exercise 2) and choose OK Choose OK Choose Insert New Row Choose... in the first column of the new row Enter a product name in the empty field. You now have two options. Either you can write the values directly into the empty field or you can use the value help. In the value help, you will see the domain values you created earlier in Exercise 2. After entering a value, choose OK

16 16 Choose... in the second column of the same new row Enter a price and a currency, for example, USD for US Dollars (you can select a valid currency by clicking on the icon to the right of the currency field) and choose OK. We are using US Dollars in this example. If you are going for another currency, you need to replace US Dollars with that currency in all later occurrences Repeat the last six steps (from Choose Insert New Row ) for several products. Also include at least one product more than once with different prices Choose Back and confirm by choosing Yes (now select the ruleset you created earlier) Choose OK to close the rule Look up product prices Choose Save You have now created a complete BRFplus application. In the next exercise you will extend that application by adding the shipping costs to a product that costs less than $100.

17 17 EXERCISE 4 Define more complex Rules Add other rules to the existing ruleset using formulas and actions (such as sending an ) If the product was not found in the price list (price is set to initial value), trigger a notification to a fixed address If the product was found in the decision table, derive the shipping costs (5% but at least $2 if the price is under $100, $0 if the price is $100 or more) by using a formula and add the costs to the price Walkthrough Add other rules to the existing ruleset using formulas and actions In the ruleset on the right side of the that rule we already created, choose Options Insert Next Rule by... Create... Enter a Description, such as Product not valid Choose Assign Condition... Use Value Range From... Context Price

18 18 Select condition is intial Under the Then branch choose Add Perform Action Create... Select type Send (Action) Enter Name, Short Text, and Text, for example, Notification Mail Choose Create And Navigate To Object and confirm by choosing Yes

19 19 In the Recipient(s) field, enter an arbitrary address (We are not going to actually send a mail. The address still needs to be technically correct, however it does not need to exist) Enter some Subject, for example, Notification: Product not available Enter the body text, where you can replace the product name by &1, for example, Hello customer, product &1 does not exist. Regards, Your Sales Team Choose Refresh Message Placeholders Choose the icon to the right of Placeholder 1 and select Context Parameters Choose Back and confirm by choosing with Yes (the rule should now be selected) Choose OK again In the ruleset on the right side of the rule that you created earlier, choose Options Insert Next Exit Condition Use Value Range from Context Price

20 20 Select is initial as condition In the ruleset on the right side of the exit condition that you created before, choose Options Insert Next Rule Create... Enter a Description, for example Add Shipping Costs Choose Assign Condition... Use Value Range From... Context Price Select is less than as condition and insert 100 USD in the value field In the THEN branch, choose Add Process Expression Create...

21 21 Select Formula type Enter Name, Short Text, and Text, for example, Add Shipping Costs Select Price as the result data object Choose Create And Navigate To Object and confirm by choosing Yes By using the context elements, operators, and formula function offered on the lower part of the screen, enter the formula: Price + MAX ( 2_USD, Price * 0,05 ) for TechEd Amsterdam and Bangalore; for TechEd Las Vegas, please use 0.05 instead of 0,05. Choose the Check button to make sure that the formula is consistent Choose Back and confirm the dialog box by choosing Yes (the rule should now be selected) Choose OK. You should now be back in the ruleset

22 You have now finished modelling your business rules! The next exercise will guide you through activating and testing your rules on the managed system 22

23 23 EXERCISE 5 Simulate the Rules on the Managed System (Remote Simulation) Activate all created objects Run the function in simulation mode on the managed system Enter different products, including products that are not listed or are listed more than once, and watch the results Check the intermediate results of rules processing Walkthrough Activate all of the created objects If the repository tree is collapsed, expand it In the repository tree on the left, select the ruleset you created earlier Choose Activate

24 24 Make sure that the Include Referenced Objects checkbox is selected Confirm the dialog box by choosing Yes On the upper left of the screen, you should see the success message Objects activated and all of the objects you created should show a green icon in the repository tree, indicating that they are active Run the function in simulation mode on the managed system In the repository tree on the left, select the function you created earlier Choose Start Simulation. A dialog box appears. Select Remote (Current Version) in the Simulation Mode section. This option will deploy your decision service into the managed system specified in the Managed System section (decision service not active for productive use). Please select the managed system you created in Exercise 1. Choose Continue

25 25 Enter a product (you can select products you created earlier by clicking on the icon to the right of the input field) Choose Execute and Display Processing Steps Notice the resulting price at the top of the screen When you are finished with the simulation of your Decision Service, choose Back to Workbench.

26 26 EXERCISE 6 Deploy the Decision Service to the Managed System Deploy the decision service into your managed system Select the managed system you created in Exercise 1 Make a test deployment and then deploy the decision service Execute your decision service in the managed system Implement an ABAP report that calls the deployed decision service Hint: The second part of the exercise is intended for people who are familiar with ABAP Programming Walkthrough Deploy the decision service into your managed system Navigate from the BRFplus Workbench directly to the Decision Service Manager. Click in the toolbar on Workbench Open Decision Service Manager or enter the transaction DSM in the SAP GUI. The DSM Workbench will now open in a new browser session. Select the managed system you created in Exercise 1 and on the Deployment tab, choose the Deployment Test button

27 27 Select the BRFplus function you created in Exercise 2. Enter the name of your function, for example, Product* and choose the Search button Mark your function and choose Run Test. DSM will now check whether your function can be deployed to the managed system After the test deployment has been performed, the message Deployment test was successful, do you want to deploy now? will appear. Choose Yes to start the deployment In the dialog box, please enter some form of documentation, such as Initial deployment of the Decision Service Product Price Select Intermediate Deployment as the activation time and click on Deploy In the upper part of the screen, two success messages are displayed. On the Deployment tab, you will now see that your function has been deployed to the managed system. Click in the column Documentation and check the entries Congratulations! You have deployed your first decision service into a managed system. In the next step, we will execute your decision service in the managed system.

28 28 Execute your decision service in the managed system Go to the Deployment tab Select the decision service, for example, Product Price. The BRFplus Workbench will open Choose Create Code Template Deselect the Show Comments checkbox Choose Apply Copy the text Switch to the SAP GUI In the popup enter a tile and choose the Executable program as type and Test Program as Status and press Save In the pop up choose Local Object Call the ABAP Editor (transaction SE38) Create a local report with the following name ZZ_CALL_TECHED_EX_CD 160 Paste the copied text into the report Insert the variable lv_price of type if_fdt_types=>element_amou nt to the Data-Statement Replace the text [INSERT CONTEXT VALUE HERE OR DELETE THE LINE]. with one of the products

29 29 At the end of the report, include the following: Save, Activate, and Run the Report LO_PROCESSOR will find the deployed code of the decision service and execute it The result should be the same as in the simulation in Exercise 5

30 30 EXERCISE 7 Change Rules in the Decision Service and make a Delta Deployment Change the rules in the DSM System Go to the decision table PRODUCT_PRICES and adjust the price Simulate the function Execute the report you created in Exercise 6 again. What do think will happen? Perform a delta deployment Deploy the decision service to the managed system as a future deployment (current time + 5 minutes) Execute the report created in Exercise 6 Wait 5 minutes and run the report again Walkthrough Change the rules in the DSM System Select Open BRFplus Workbench in Decision Service Manager The BRFplus Workbench appears in a new browser window. Choose Search and enter the name of the application you created in Exercise 1. Choose Application as the Object Type. Choose Search. On the left-hand side, in the navigation area, the application you created is displayed Expand the repository tree and navigate to Expression Decision Table

31 31 Product Price Change the price for all products (click directly on the price and table open. Change the price and choose OK) Activate the decision table In the repository tree, go to your function Choose Simulation and simulate the function as explained in Exercise 5. Select Remote (Current Version) for the simulation mode. Select the managed system you created in Exercise 1 and choose Continue Enter a product whose price you change. The price should now be calculated based on your change Go to the SAP GUI and navigate to the report you created in Exercise 6 and execute it. (Make sure the product is the same as in your simulation). The prices calculated in the simulation and by the report are different. Since we only changed the prices in the DSM system, the managed system will not be affected by those changes. So it would be possible to test all changes in the rules before deploying them to the productive environment In the next step we will perform a delta deployment and distribute the new decision service to the managed system Perform a delta deployment Call transaction DSM from SAP GUI Select the managed system you created in Exercise 1 and click on the Deployment tab, choose Deploy button Select the BRFplus function you created in Exercise 2. Enter the name of your function, for example, Price* and choose Search

32 32 On the screen, please enter a description, for example, Delta Deployment. Prices Changed for all products. Go Live of new rules will be in 5 minutes... Select As on Date/Time as the activation time, define the current time + 5 minutes as timestamp and Choose Deploy Check the valid from/valid to timestamps on the Deployment tab for your decision service. (The service deployed previously will be valid in 5 minutes as long as the old decision service is processed). Navigate to the report you created in the previous exercise. Execute it. You will get the same result as before. Please write down the result. Wait 5 minutes and then execute your report again. Compare the current result with the result you wrote down. The price should now be different from 5 minutes ago!

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

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

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

SAP BusinessObjects Live Office User Guide SAP BusinessObjects Business Intelligence platform 4.1 Support Package 2

SAP BusinessObjects Live Office User Guide SAP BusinessObjects Business Intelligence platform 4.1 Support Package 2 SAP BusinessObjects Live Office User Guide SAP BusinessObjects Business Intelligence platform 4.1 Support Package 2 Copyright 2013 SAP AG or an SAP affiliate company. All rights reserved. No part of this

More information

Visual Composer for NetWeaver CE: Getting Started with a Typical Workflow

Visual Composer for NetWeaver CE: Getting Started with a Typical Workflow Visual Composer for NetWeaver CE: Getting Started with a Typical Workflow Applies to: Visual Composer for SAP NetWeaver Composition Environment 7.1 Summary This article aims to help you get started modeling

More information

How-to Guide for Exercise Familiarize Yourself with SAP Fiori UX (Week 1, Unit 6, Part 2)

How-to Guide for Exercise Familiarize Yourself with SAP Fiori UX (Week 1, Unit 6, Part 2) How-to Guide for Exercise Familiarize Yourself with SAP Fiori UX (Week 1, Unit 6, Part 2) Table of Contents Introduction... 2 Connect to the opensap instance... 3 Login to the SAPgui... 5 Disable Internet

More information

Building a Tax Calculation Application

Building a Tax Calculation Application Building a Tax Calculation Application Applies to: Business Rules Framework plus shipped with SAP NetWeaver 7.0 Enhancement Package 1. Summary In this tutorial, you learn to model an application for calculating

More information

Getting Started with FPM BOPF Integration (FBI)

Getting Started with FPM BOPF Integration (FBI) Summary Creating a List GUIBB with a Related View Level of complexity: Time required for completion: Beginner 45 min. Author: Sharon Dassa Company: SAP AG Created on: 20 February 2013 www.sap.com Table

More information

SPNEGO SINGLE SIGN-ON USING SECURE LOGIN SERVER X.509 CLIENT CERTIFICATES

SPNEGO SINGLE SIGN-ON USING SECURE LOGIN SERVER X.509 CLIENT CERTIFICATES SPNEGO SINGLE SIGN-ON USING SECURE LOGIN SERVER X.509 CLIENT CERTIFICATES TABLE OF CONTENTS SCENARIO... 2 IMPLEMENTATION STEPS... 2 PREREQUISITES... 3 1. CONFIGURE ADMINISTRATOR FOR THE SECURE LOGIN ADMINISTRATION

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

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

Widgets for SAP BusinessObjects Business Intelligence Platform User Guide SAP BusinessObjects Business Intelligence platform 4.1 Support Package 2

Widgets for SAP BusinessObjects Business Intelligence Platform User Guide SAP BusinessObjects Business Intelligence platform 4.1 Support Package 2 Widgets for SAP BusinessObjects Business Intelligence Platform User Guide SAP BusinessObjects Business Intelligence platform 4.1 Support Package 2 Copyright 2013 SAP AG or an SAP affiliate company. All

More information

Business Intelligence Launch Pad User Guide SAP BusinessObjects Business Intelligence Platform 4.1 Support Package 1

Business Intelligence Launch Pad User Guide SAP BusinessObjects Business Intelligence Platform 4.1 Support Package 1 Business Intelligence Launch Pad User Guide SAP BusinessObjects Business Intelligence Platform 4.1 Support Package 1 Copyright 2013 SAP AG or an SAP affiliate company. All rights reserved. No part of this

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

What's New in SAP Landscape Transformation Replication Server 2.0 SP13

What's New in SAP Landscape Transformation Replication Server 2.0 SP13 What's New Document Version: 1.0 2017-06-14 What's New in SAP Landscape Transformation Replication Server 2.0 SP13 Typographic Conventions Type Style Example Description Words or characters quoted from

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

Alert Consumption for Business Process Monitoring on MAI with SAP Solution Manager 7.1 SP12 Setup and features of notifications and incidents

Alert Consumption for Business Process Monitoring on MAI with SAP Solution Manager 7.1 SP12 Setup and features of notifications and incidents Alert Consumption for Business Process Monitoring on MAI with SAP Solution Manager 7.1 SP12 Setup and features of notifications and incidents TABLE OF CONTENTS 1 INTRODUCTION... 3 2 FUNCTIONAL OVERVIEW...

More information

How to reuse BRFplus Functions Similar to R/3 Function Modules using BRF+ Expression Type Function Call

How to reuse BRFplus Functions Similar to R/3 Function Modules using BRF+ Expression Type Function Call How to reuse BRFplus Functions Similar to R/3 Function Modules using BRF+ Expression Type Function Call Applies to: Tax and Revenue Management. Summary During the building process of BRF+ Rules you might

More information

SAP Landscape Transformation for SAP HANA (HA1)

SAP Landscape Transformation for SAP HANA (HA1) SAP HANA 1.0 SP05 SAP Landscape Transformation SP04 October 2013 English SAP Landscape Transformation for SAP HANA (HA1) Building Block Configuration Guide SAP AG Dietmar-Hopp-Allee 16 69190 Walldorf Germany

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

Business Rules Framework plus Workbench

Business Rules Framework plus Workbench Business Rules Framework plus Workbench Applies to: Business Rules Framework plus shipped with SAP NetWeaver 7.0 Enhancement Package 1. Summary The paper introduces the workbench of the Business Rules

More information

opensap How-to Guide for Exercise Instructor-Led Walkthrough of SAML2 Configuration (Week 4 Unit 5)

opensap How-to Guide for Exercise Instructor-Led Walkthrough of SAML2 Configuration (Week 4 Unit 5) opensap How-to Guide for Exercise Instructor-Led Walkthrough of SAML2 Configuration (Week 4 Unit 5) Table of Contents Configuring SSL on the Frontend Server... 3 Execute SAML 2.0 related configuration...

More information

Building a Composite Business Process from Scratch with SAP NetWeaver BPM Guide 2

Building a Composite Business Process from Scratch with SAP NetWeaver BPM Guide 2 Building a Composite Business Process from Scratch with SAP NetWeaver BPM Guide 2 Applies to: SAP enhancement package 1 for SAP NetWeaver Composition Environment 7.1 Summary This guide explains how to

More information

Custom Functions User's Guide SAP Data Services 4.2 (14.2.0)

Custom Functions User's Guide SAP Data Services 4.2 (14.2.0) Custom Functions User's Guide SAP Data Services 4.2 (14.2.0) Copyright 2013 SAP AG or an SAP affiliate company. All rights reserved. No part of this publication may be reproduced or transmitted in any

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

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

Text Data Processing Entity Extraction Dictionary File Generator User's Guide SAP Data Services 4.2 (14.2.0)

Text Data Processing Entity Extraction Dictionary File Generator User's Guide SAP Data Services 4.2 (14.2.0) Text Data Processing Entity Extraction Dictionary File Generator User's Guide SAP Data Services 4.2 (14.2.0) Copyright 2013 SAP AG or an SAP affiliate company. All rights reserved. No part of this publication

More information

CREATION AND CONFIGURATION OF WEB SERVICE FROM RFC AND DEPLOYMENT IN ANOTHER SYSTEM

CREATION AND CONFIGURATION OF WEB SERVICE FROM RFC AND DEPLOYMENT IN ANOTHER SYSTEM CREATION AND CONFIGURATION OF WEB SERVICE FROM RFC AND DEPLOYMENT IN ANOTHER SYSTEM Applies to: SAP Summary The purpose of this document is to provide creation and configuration of web service from function

More information

Manual Instructions for SAP Note CRA: Configuration for the CRA report

Manual Instructions for SAP Note CRA: Configuration for the CRA report Manual Instructions for SAP Note 1974654 CRA: Configuration for the CRA report TABLE OF CONTENTS 1 CHANGES TO CONTENT OF TABLE VIEW V_T596A... 3 2 CHANGES TO CONTENT OF TABLE VIEW V_T596G... 3 3 CHANGES

More information

Product Blueprints User's Guide SAP Data Services 4.2 (14.2.0)

Product Blueprints User's Guide SAP Data Services 4.2 (14.2.0) Product Blueprints User's Guide SAP Data Services 4.2 (14.2.0) Copyright 2013 SAP AG or an SAP affiliate company. All rights reserved. No part of this publication may be reproduced or transmitted in any

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

SLT100. Real Time Replication with SAP LT Replication Server COURSE OUTLINE. Course Version: 13 Course Duration: 3 Day(s)

SLT100. Real Time Replication with SAP LT Replication Server COURSE OUTLINE. Course Version: 13 Course Duration: 3 Day(s) SLT100 Real Time Replication with SAP LT Replication Server. COURSE OUTLINE Course Version: 13 Course Duration: 3 Day(s) SAP Copyrights and Trademarks 2016 SAP SE or an SAP affiliate company. All rights

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

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

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

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

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

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

opensap TEXT ANALYTICS WITH SAP HANA PLATFORM WEEK 1

opensap TEXT ANALYTICS WITH SAP HANA PLATFORM WEEK 1 opensap TEXT ANALYTICS WITH SAP HANA PLATFORM WEEK 1 Version: January 20, 2016 Exercises / Solutions Anthony Waite / SAP Labs, LLC. Bill Miller / SAP Labs, LLC. Contents Desktop in SAP Cloud Appliance

More information

HA 450. Application Development for SAP HANA COURSE OUTLINE. Course Version: 12 Course Duration:

HA 450. Application Development for SAP HANA COURSE OUTLINE. Course Version: 12 Course Duration: HA 450 Application Development for SAP HANA. COURSE OUTLINE Course Version: 12 Course Duration: SAP Copyrights and Trademarks 2016 SAP SE or an SAP affiliate company. All rights reserved. No part of this

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

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

UX125 SAP Fiori Elements. Public

UX125 SAP Fiori Elements. Public UX125 SAP Fiori Elements Public Speakers Las Vegas, Sept 19-23 Jan Ruessel Bangalore, October 5-7 Suneet Agarwal Barcelona, Nov 8-10 Jan Ruessel 2 Disclaimer The information in this presentation is confidential

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

CA611 Testing with ecatt

CA611 Testing with ecatt CA611 Testing with ecatt. COURSE OUTLINE Course Version: 19 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

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

Configure UD Connect on the J2EE Server for JDBC Access to External Databases

Configure UD Connect on the J2EE Server for JDBC Access to External Databases How-to Guide SAP NetWeaver 04 How to Configure UD Connect on the J2EE Server for JDBC Access to External Databases Version 1.05 Jan. 2004 Applicable Releases: SAP NetWeaver 04 (SAP BW3.5) Copyright 2004

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

Using SAP SuccessFactors Integration Center for generating exports on Interview Central. SAP SuccessFactors Recruiting Management

Using SAP SuccessFactors Integration Center for generating exports on Interview Central. SAP SuccessFactors Recruiting Management Using SAP SuccessFactors Integration Center for generating exports on Interview Central SAP SuccessFactors Recruiting Management TABLE OF CONTENTS INTRODUCTION... 3 IMPORTING EXPORT DEFINITIONS INTO SAP

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

How to Setup Notifications in Fiori 2.0 Step-by-Step

How to Setup Notifications in Fiori 2.0 Step-by-Step How to Setup Notifications in Fiori 2.0 Step-by-Step SAP S/4HANA 1610 Wilson Wei 2017 SAP AG. All rights reserved. SAP, R/3, SAP NetWeaver, Duet, PartnerEdge, ByDesign, SAP BusinessObjects Explorer, StreamWork,

More information

SAP NetWeaver Identity Management Virtual Directory Server. Tutorial. Version 7.0 Rev 4. - Accessing LDAP servers

SAP NetWeaver Identity Management Virtual Directory Server. Tutorial. Version 7.0 Rev 4. - Accessing LDAP servers SAP NetWeaver Identity Management Virtual Directory Server Tutorial - Accessing LDAP servers Version 7.0 Rev 4 SAP Library document classification: PUBLIC No part of this publication may be reproduced

More information

Creating Your First Web Dynpro Application

Creating Your First Web Dynpro Application Creating Your First Web Dynpro Application Release 646 HELP.BCJAVA_START_QUICK Copyright Copyright 2004 SAP AG. All rights reserved. No part of this publication may be reproduced or transmitted in any

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

Automated Java System Post-Copy Configuration Using SAP Landscape Management 3.0, Enterprise Edition

Automated Java System Post-Copy Configuration Using SAP Landscape Management 3.0, Enterprise Edition Configuration Guide Document Version: 5.0 2016-11-07 Automated Java System Post-Copy Configuration Using SAP Landscape Management 3.0, Enterprise Edition Document History Before you start the implementation,

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

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

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

Using SAP NetWeaver Business Intelligence in the universe design tool SAP BusinessObjects Business Intelligence platform 4.1

Using SAP NetWeaver Business Intelligence in the universe design tool SAP BusinessObjects Business Intelligence platform 4.1 Using SAP NetWeaver Business Intelligence in the universe design tool SAP BusinessObjects Business Intelligence platform 4.1 Copyright 2013 SAP AG or an SAP affiliate company. All rights reserved. No part

More information

BW305. SAP Business Warehouse Query Design and Analysis COURSE OUTLINE. Course Version: 15 Course Duration: 5 Day(s)

BW305. SAP Business Warehouse Query Design and Analysis COURSE OUTLINE. Course Version: 15 Course Duration: 5 Day(s) BW305 SAP Business Warehouse Query Design and Analysis. 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

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

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

How to Check or Derive an Attribute Value in MDG using BRFPlus

How to Check or Derive an Attribute Value in MDG using BRFPlus How to Check or Derive an Attribute Value in MDG using BRFPlus Applies to: SAP Master Data Governance, as of SAP Master Data Governance 6.1 (or lower). Summary With SAP Master Data Governance you can use

More information

SAP NetWeaver Identity Management Virtual Directory Server. Tutorial. Version 7.0 Rev 4. - Joining data sources

SAP NetWeaver Identity Management Virtual Directory Server. Tutorial. Version 7.0 Rev 4. - Joining data sources SAP NetWeaver Identity Management Virtual Directory Server Tutorial - Joining data sources Version 7.0 Rev 4 SAP Library document classification: PUBLIC No part of this publication may be reproduced or

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

Testing Your New Generated SAP NetWeaver Gateway Service

Testing Your New Generated SAP NetWeaver Gateway Service Testing Your New Generated SAP NetWeaver Gateway Service Applies to: SAP NetWeaver Gateway 2.0 SP02 Summary In this Article we will focus on how to test the NetWeaver Gateway Service you created using

More information

RemoteWare. Guide for Using NetOp with RemoteWare Version 4.3 SP4

RemoteWare. Guide for Using NetOp with RemoteWare Version 4.3 SP4 RemoteWare Guide for Using NetOp with RemoteWare Version 4.3 SP4 LAST REVISED: September 2013 Copyright 2013 by SAP AG or an SAP affiliate company. All rights reserved. No part of this publication may

More information

SAP 3D Visual Enterprise 9.0: Localization of Authoring Content

SAP 3D Visual Enterprise 9.0: Localization of Authoring Content SAP White Paper Visualization SAP 3D Visual Enterprise 9.0: Localization of Authoring Content Author once - deliver to Multiple Locales Table of Contents Localization Overview 4 Localizer Utility 6 Exporting

More information

How to create a What If simulation in SAP Analytics Cloud

How to create a What If simulation in SAP Analytics Cloud How to create a What If simulation in SAP Analytics Cloud Author: Ingo Hilgefort, SAP Canada 1 1 Copyright 2018 SAP SE or an SAP affiliate company. All rights reserved. No part of this publication may

More information

What's New in SAP Landscape Transformation Replication Server 2.0 SP15

What's New in SAP Landscape Transformation Replication Server 2.0 SP15 What's New Document Version: 1.0 2018-09-10 What's New in SAP Landscape Transformation Replication Server 2.0 SP15 Typographic Conventions Type Style Example Description Words or characters quoted from

More information

How To Create FPM Application consuming CDS view using ACT

How To Create FPM Application consuming CDS view using ACT SAP NetWeaver How-To Guide How To Create FPM Application consuming CDS view using ACT Applicable Releases: SAP NetWeaver AS ABAP 7.4 SP5 Target Audience: FPM Developers Version 1.0 February 2014 Copyright

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

Authentication of a WS Client Using a SAP Logon Ticket

Authentication of a WS Client Using a SAP Logon Ticket Authentication of a WS Client Using a SAP Logon Ticket Release 650 HELP.BCWEBSERVICES_TUTORIALS SAP Online Help 04.04.2005 Copyright Copyright 2004 SAP AG. All rights reserved. No part of this publication

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

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

SAP BusinessObjects Integration Option for Microsoft SharePoint Getting Started Guide

SAP BusinessObjects Integration Option for Microsoft SharePoint Getting Started Guide SAP BusinessObjects Integration Option for Microsoft SharePoint Getting Started Guide SAP BusinessObjects XI3.1 Service Pack 4 Copyright 2011 SAP AG. All rights reserved.sap, R/3, SAP NetWeaver, Duet,

More information

MASTER DATA GOVERNANCE, FINANCIALS

MASTER DATA GOVERNANCE, FINANCIALS SAP Master Data Governance 9.0 SP02 on HANA 1.0 CUSTOMER 2017-08 MASTER DATA GOVERNANCE, FINANCIALS DEMO EXPERIENCE: INITIAL LOAD OF COST CENTRE GROUP HIERARCHY Background information You are a consultant

More information

Exercise 1: Adding business logic to your application

Exercise 1: Adding business logic to your application Exercise 1: Adding business logic to your application At the conclusion of this exercise, you will be able to: - Enhance a Business Object with a new Property - Implement an Event Handler for a Business

More information

How To Protect your Intellectual Property

How To Protect your Intellectual Property How-To Guide SAP 3D Visual Enterprise Author Document Version: 1.0 2015-01-22 Typographic Conventions Type Style Example Description Words or characters quoted from the screen. These include field names,

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

Demand Management. Job Processing Guide for SAP DM. Release 6.4

Demand Management. Job Processing Guide for SAP DM. Release 6.4 Job Processing Guide for SAP DM Demand Management Release 6.4 Target Audience System administrators Technology consultants Document Version 1.00 - October, 2006 Copyright 2006 SAP AG. All rights reserved.

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

BOCRC. SAP Crystal Reports Compact Course COURSE OUTLINE. Course Version: 15 Course Duration: 3 Day(s)

BOCRC. SAP Crystal Reports Compact Course COURSE OUTLINE. Course Version: 15 Course Duration: 3 Day(s) BOCRC SAP Crystal Reports Compact Course. COURSE OUTLINE Course Version: 15 Course Duration: 3 Day(s) SAP Copyrights and Trademarks 2018 SAP SE or an SAP affiliate company. All rights reserved. No part

More information

BIT660 Data Archiving

BIT660 Data Archiving BIT660 Data Archiving. COURSE OUTLINE Course Version: 11 Course Duration: 3 Day(s) SAP Copyrights and Trademarks 2017 SAP SE or an SAP affiliate company. All rights reserved. No part of this publication

More information

How the Standard Integration between SAP EM and SAP TM Can Be Tested with SE37

How the Standard Integration between SAP EM and SAP TM Can Be Tested with SE37 How the Standard Integration between SAP EM and SAP TM Can Be Tested with SE37 Author: Daniel Härder Document Date: 04.02.2013 TABLE OF CONTENTS SUMMARY... 3 TESTING EM TM INTEGRATION WITH SE37... 3 DEFINING

More information

Web Dynpro for ABAP: Tutorial 5 Component and Application Configuration

Web Dynpro for ABAP: Tutorial 5 Component and Application Configuration Web Dynpro for ABAP: Tutorial 5 Component and Application Configuration SAP NetWeaver 2004s Copyright Copyright 2005 SAP AG. All rights reserved. No part of this publication may be reproduced or transmitted

More information

Mobile Application Workbench. SAP Mobile Platform 3.0 SP02

Mobile Application Workbench. SAP Mobile Platform 3.0 SP02 SAP Mobile Platform 3.0 SP02 DOCUMENT ID: DC-01-0302-01 LAST REVISED: January 2014 Copyright 2014 by SAP AG or an SAP affiliate company. All rights reserved. No part of this publication may be reproduced

More information

SAP NetWeaver Identity Management Identity Center. Implementation guide. Version 7.2 Rev 4. - Extension Framework

SAP NetWeaver Identity Management Identity Center. Implementation guide. Version 7.2 Rev 4. - Extension Framework SAP NetWeaver Identity Management Identity Center Implementation guide - Extension Framework Version 7.2 Rev 4 2014 SAP AG or an SAP affiliate company. All rights reserved. No part of this publication

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

SAP HANA SPS 08 - What s New? SAP HANA Web-based Development Workbench. (Delta from SPS 07 to SPS 08) SAP HANA Product Management May, 2014

SAP HANA SPS 08 - What s New? SAP HANA Web-based Development Workbench. (Delta from SPS 07 to SPS 08) SAP HANA Product Management May, 2014 SAP HANA SPS 08 - What s New? SAP HANA Web-based Development Workbench (Delta from SPS 07 to SPS 08) SAP HANA Product Management May, 2014 Agenda Background Syntax Highlighting/Formatting Tool Links /

More information

HA355. SAP HANA Smart Data Integration COURSE OUTLINE. Course Version: 12 Course Duration: 3 Day(s)

HA355. SAP HANA Smart Data Integration COURSE OUTLINE. Course Version: 12 Course Duration: 3 Day(s) HA355 SAP HANA Smart Data Integration. COURSE OUTLINE Course Version: 12 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

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

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

Server Extension User s Guide SAP BusinessObjects Planning and Consolidation 10.0, version for the Microsoft platform

Server Extension User s Guide SAP BusinessObjects Planning and Consolidation 10.0, version for the Microsoft platform Server Extension User s Guide SAP BusinessObjects Planning and Consolidation 10.0, version for the Microsoft platform PUBLIC Document Version: 1.1 [September 9, 2016] Copyright Copyright 2016 SAP SE. All

More information

How to Set Up and Use the SAP OEE Custom KPI Andons Feature

How to Set Up and Use the SAP OEE Custom KPI Andons Feature SAP Overall Equipment Effectiveness Management How-To Guide How to Set Up and Use the SAP OEE Custom KPI Andons Feature Applicable Release: OEE 1.0 SP02 Patch 2 Version 1.0 February 20, 2014 Copyright

More information

Trigger-Based Data Replication Using SAP Landscape Transformation Replication Server

Trigger-Based Data Replication Using SAP Landscape Transformation Replication Server Installation Guide SAP Landscape Transformation Replication Server Document Version: 1.6 2017-06-14 CUSTOMER Trigger-Based Data Replication Using SAP Landscape Transformation Replication Server - For SAP

More information

Device Operation Process Diagrams. SAP Mobile Secure rapid-deployment solution September 2014

Device Operation Process Diagrams. SAP Mobile Secure rapid-deployment solution September 2014 Device Operation Process Diagrams SP Mobile Secure rapid-deployment solution September 2014 X94 Device Operation (1/6) Remote Device Management of ios Device Types SP faria faria dministrator Remote Lock

More information

SAP NetWeaver Master Data Management

SAP NetWeaver Master Data Management Upgrade Guide GDS 2.1 Document Version: 1.04 2015-11-15 Global Data Synchronization Option 2.1 Typographic Conventions Type Style Example Description Words or characters quoted from the screen. These include

More information

How to Package and Deploy SAP Business One Extensions for Lightweight Deployment

How to Package and Deploy SAP Business One Extensions for Lightweight Deployment How To Guide SAP Business One 9.1 Document Version: 1.0 2014-05-09 How to Package and Deploy SAP Business One Extensions for Lightweight Deployment All Countries Typographic Conventions Type Style Example

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

DMM 163 Introduction to Data Modeling in SAP HANA

DMM 163 Introduction to Data Modeling in SAP HANA DMM 163 Introduction to Data Modeling in SAP HANA Christoph Morgen / SAP HANA Product Management, SAP SE Yves Augustin / SAP HANA Competence Center, SAP SE Tobias Niekamp / SAP HANA Competence Center,

More information