SAP Fiori Toolkit February 2014

Size: px
Start display at page:

Download "SAP Fiori Toolkit February 2014"

Transcription

1 SAP Fiori Toolkit February 2014

2 Copyright Copyright 2014 SAP AG. All rights reserved SAP Library document classification: PUBLIC 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. Microsoft, Windows, Excel, Outlook, PowerPoint, Silverlight, and Visual Studio are registered trademarks of Microsoft Corporation. IBM, DB2, DB2 Universal Database, System i, System i5, System p, System p5, System x, System z, System z10, z10, z/vm, z/os, OS/390, zenterprise, PowerVM, Power Architecture, Power Systems, POWER7, POWER6+, POWER6, POWER, PowerHA, purescale, PowerPC, BladeCenter, System Storage, Storwize, XIV, GPFS, HACMP, RETAIN, DB2 Connect, RACF, Redbooks, OS/2, AIX, Intelligent Miner, WebSphere, Tivoli, Informix, and Smarter Planet are trademarks or registered trademarks of IBM Corporation. Linux is the registered trademark of Linus Torvalds in the United States and other countries. Adobe, the Adobe logo, Acrobat, PostScript, and Reader are trademarks or registered trademarks of Adobe Systems Incorporated in the United States and other countries. Oracle and Java are registered trademarks of Oracle and its affiliates. UNIX, X/Open, OSF/1, and Motif are registered trademarks of the Open Group. Citrix, ICA, Program Neighborhood, MetaFrame, WinFrame, VideoFrame, and MultiWin are trademarks or registered trademarks of Citrix Systems Inc. HTML, XML, XHTML, and W3C are trademarks or registered trademarks of W3C, World Wide Web Consortium, Massachusetts Institute of Technology. Apple, App Store, ibooks, ipad, iphone, iphoto, ipod, itunes, Multi-Touch, Objective-C, Retina, Safari, Siri, and Xcode are trademarks or registered trademarks of Apple Inc. IOS is a registered trademark of Cisco Systems Inc. RIM, BlackBerry, BBM, BlackBerry Curve, BlackBerry Bold, BlackBerry Pearl, BlackBerry Torch, BlackBerry Storm, BlackBerry Storm2, BlackBerry PlayBook, and BlackBerry App World are trademarks or registered trademarks of Research in Motion Limited. Google App Engine, Google Apps, Google Checkout, Google Data API, Google Maps, Google Mobile Ads, Google Mobile Updater, Google Mobile, Google Store, Google Sync, Google Updater, Google Voice, Google Mail, Gmail, YouTube, Dalvik and Android are trademarks or registered trademarks of Google Inc. INTERMEC is a registered trademark of Intermec Technologies Corporation. Wi-Fi is a registered trademark of Wi-Fi Alliance. Bluetooth is a registered trademark of Bluetooth SIG Inc. Motorola is a registered trademark of Motorola Trademark Holdings LLC. Computop is a registered trademark of Computop Wirtschaftsinformatik GmbH. SAP, R/3, SAP NetWeaver, Duet, PartnerEdge, ByDesign, SAP BusinessObjects Explorer, StreamWork, SAP HANA, 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. Business Objects and the Business Objects logo, BusinessObjects, Crystal Reports, Crystal Decisions, Web Intelligence, Xcelsius, and other Business Objects products and services mentioned herein as well as their respective logos are trademarks or registered trademarks of Business Objects Software Ltd. Business Objects is an SAP company. Sybase and Adaptive Server, ianywhere, Sybase 365, SQL Anywhere, and other Sybase products and services mentioned herein as well as their respective logos are trademarks or registered trademarks of Sybase Inc. Sybase is an SAP company. Crossgate, m@gic EDDY, B2B 360, and B2B 360 Services are registered trademarks of Crossgate AG in Germany and other countries. Crossgate is an SAP company. All other product and service names mentioned are the trademarks of their respective companies. Data contained in this document serves informational purposes only. National product specifications may vary. These materials are subject to change without notice. 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.

3 Contents 1 Introduction Installing, Uninstalling and Upgrading Prerequisites Installing the Toolkit Language Support Installing the Toolkit on Eclipse Versions Higher than Juno Uninstalling the Toolkit Upgrading the Toolkit Creating a Starter Application Project Working with the Generated SAP Fiori Starter Application Running the SAPUI5 Application Running an Application using Mock Data Extending the Generated Application Creating New Extension Projects Changing the OData Service in the Extended Project Extending the Application Extending Views Extending Controllers... 17

4 SAP Fiori Toolkit 1 Introduction The SAP Fiori toolkit is a consumption tool for developers, part of the SAP NetWeaver Gateway productivity accelerator offering. SAP NetWeaver Gateway productivity accelerator (GWPA) provides Eclipse-based developer tools for creating OData-based applications. This toolkit is an Eclipse plug-in that simplifies the development process and the knowledge required to consume SAP business data via SAP NetWeaver Gateway. It supports the following: Generating SAP Fiori starter applications Extending an existing SAP Fiori application 1

5 2 Installing, Uninstalling and Upgrading 2.1 Prerequisites Before you can install the SAP Fiori toolkit, make sure you have the following: Eclipse Juno 4.2 HANA tools update site To add the update site: 1. Start Eclipse. 2. From the menu bar, choose Help > Install new software. The Available Software page is displayed. 3. Click Add. The Add Repository page is displayed. 4. In the Name field, enter a name for the repository. 5. In the Location field, enter 6. Click OK. 7. Select the Contact all update sites during install to find required software checkbox. You must download the SAP Fiori toolkit installation file available at the SAP Developer Network site: SAP Fiori toolkit installation zip 2.2 Installing the Toolkit To install the tool: 1. Start Eclipse. 2. From the menu bar, choose Help > Install new software. The Available Software page is displayed. 3. Click Add, and then click Archive Browse for the installation zip file you downloaded and then click OK. 5. Select the SAP Fiori Toolkit checkbox. 6. Choose Next. The Install Details page is displayed. 7. Choose Next. The Review License page is displayed. 8. Choose the I accept the terms of the license agreements radio button to continue with the installation. 9. Choose Finish. The installation procedure begins. A security Warning is displayed. Choose OK. The Selection Needed page is displayed. 10. Select the localsigning certificate and choose OK. 11. On completion, Eclipse prompts you to restart. 12. Choose Yes. 13. When prompted, select the desired workspace location. Your toolkit installation is complete. 2

6 2.2.1 Language Support To enable the use of characters in languages other than English: 1. Navigate to the location where Eclipse is installed on your computer. 2. Open the eclipse.ini file for editing and add the following in a new line: -Dfile.encoding=UTF-8 3. Restart Eclipse. Your default encoding in eclipse is changed to UTF In Eclipse, select WIndow > Preferences > General > Workspace. 5. In the Text file encoding section, make sure UTF-8 is selected either as the default or as an option in the Other radio button Installing the Toolkit on Eclipse Versions Higher than Juno The installation process for the Fiori Toolkit on Eclipse versions higher than Juno (for example Kepler, Luna, etc) is the same as that described in section 2.1, but with additional prerequisites. Perform a new Eclipse installation in your system. Note: If the installation is not completely new, the toolkit installation will fail because of clashing Graphiti versions. Add an additional update site for the Graphiti plugin before starting the installation. 1. Start Eclipse. 2. From the menu bar, choose Help > Install new software. The Available Software page is displayed. 3. Click Add. The Add Repository page is displayed. 4. In the Name field, enter a name for the Graphiti plugin. 5. In the Location field, enter and click OK. 6. Select the Contact all update sites during install to find required software checkbox. 2.3 Uninstalling the Toolkit To uninstall the SAP Fiori toolkit: 1. Start Eclipse. 2. From the menu bar, choose Help > About Eclipse. The About Eclipse dialog box is displayed. 3. Choose Installation Details. 4. Select the Installed Software tab. The list of installed software components is displayed. 5. Select SAP Fiori Templates and choose Uninstall. The Uninstall Details page is displayed. 6. Choose Finish. The toolkit is uninstalled. 7. Restart Eclipse for the changes to take effect. 2.4 Upgrading the Toolkit To upgrade the tool: 1. Download an updated installation zipped file from the SCN page. 2. Follow the steps described in the Installing the Toolkit section. 3

7 3 Creating a Starter Application Project You can create a starter application based on a given OData service for SAP Fiori with entry points for custom development. To create your SAP Fiori starter application: 1. From the Eclipse menu bar, select File > New > Other. The Select a Wizard page is displayed. 2. Expand the OData Development node and select Starter Application Project. 4

8 3. Choose Next. The New Starter Application Project page is displayed. 4. In the Project name field, enter a name for your project. 5. From the Create new project for drop-down list, select SAP Fiori. 6. Choose Next. The Starter Application Templates for SAP Fiori page is displayed. 5

9 7. Select the template, Basic SAP Fiori Application. 8. Choose Next. The Location of OData Service page is displayed. 9. Select the OData service in one of the following ways: In the Service URL field, enter the desired service s URL, and then choose Go. Choose Catalog and select the desired service using the Service Catalog dialog. Select the File system radio button and browse for the relevant service metadata and service document. 6

10 10. Choose Next. The Application Customization page is displayed. 7

11 11. Under Containers, select Master to define the labels you want in master view at runtime. Label Containers Customization OData Configuration Explanation Specify the views in the template. Master Section Specifies the labels you want to define in the master view. It is the selected default view when the page opens. Details Section Specifies the labels you want to define in the details view. Specify the labels you want to use for the following: Title: The specified label is used as the title of the view. For example, Sales Orders Search: The specified label is used as the placeholder text within the search field. For example, search. Search tooltip: The specified text is used as the tooltip information for the search. For example, Search for SalesOrder. Define the service collection and entity properties you want the application to use. Based on OData Collection This option is selected by default when the Master Section is selected Collection Select the desired service collection from which to retrieve data. For example, SalesOrders. Note: The option, Based on OData Collection must always be selected when the Master Section is chosen. Based on Previous Navigation This option is selected by default, when you choose the Detail Section The Container and Navigation drop-down list-lists are populated according to your selection in the Master section. Note: Make sure that the specified navigation value is the same as the selected collection value in the Master Section. 8

12 Selected Collection The lower section shows the name of the collection selected in the OData Configuration section. Properties from the selected service collection appear as fields: Title: The specified label is used as the title of the property. For example, Customer Name. Numeric Attribute: The specified number is used as a numeric attribute in the Master Section. For example, TotalAmount. Units Attribute: The specified unit is used as a unit attribute in the Master Section. For example, Currency. Attribute 1: A placholder for specifying an additional property. Attribute 2: A placholder for specifying an additional property Search Field: The specified label is used as the search name. The field name changes according to the properties of the selected collection. Note: If the specified values for the properties are long they can exceed the allocated width in the application view. You can manually resolve this issue, for example, by minimizing the font size. 9

13 12. Under Containers, select the Detail Section. 13. In the Customization section, enter the labels you want in the Detail view of the application. 14. In the OData Configuration section, select Master Section from the Container drop-down list. 15. From the Navigation drop-down list, select the collection you chose in the Master section (SalesOrder). In each of the fields, from the drop-down list, select the property to be displayed in the application. 16. Choose Finish. An Eclipse project with the application code is created in your workspace. Note: The application is generated with placeholder labels if you do not define an OData service, a collection, or configure the properties to be shown in your application. You can manually add the information by editing the code of the generated application. 10

14 3.1 Working with the Generated SAP Fiori Starter Application The generated project is an Eclipse Web project, which references the required resources to help in writing HTML and JavaScript code. This also includes a reference to the JavaScript library that enables Eclipse to detect syntax errors and to provide intellisense. The main folder of the generated project is the WebContent folder. This folder contains all the HTML, JavaScript, and CSS files required to run the Web application. You can modify and extend the generated code for the SAP Fiori starter application to suit your needs. Below are examples of generated projects for the SAP Fiori applications, and a description of possible customizations and extensions. 3.2 Running the SAPUI5 Application Before you can run the generated SAPUI5 application, you must edit the index.html file to set the location of the SAPUI5 libraries. To set the location of the SAPUI5 libraries: 1. Open the index.html file located in the WebContent directory. 2. Search for the following line in the Script tag: src="/resources/sap-ui-core.js" 3. Replace the text in quotation marks with the link to the location where the files for SAPUI5 are located. Note: If you download the SAPUI5 library and deploy it with your application, the location should indicate the relative path of the library in your application. Alternatively, you can set this location with the URL of a remote location hosting this libraries. 4. In the component.js file of the extension project, search for the following text: url: jquery.sap.getmodulepath("{some Project Name}") + "/../{parent project url}" // provide parent project url 5. Change the {parent project url} to the actual URL for the relevant parent project Running an Application using Mock Data You can use mock data obtained from the SAPUI5 Mock Server. To use mock data: 1. Open the generated started application. 2. Open the Component.js file located within the WebContent folder. 3. Uncomment line 77: var busemockdata = ( true === responderon 4. Comment line 78: var busemockdata = false; 5. Create a new folder within the WebContent folder called model. 6. Copy the desired metadata.xml file into the model folder. 7. To add data to the service, add the desired.json files to the model folder. 11

15 4 Extending the Generated Application You can extend your SAP Fiori application by creating new extension projects and then adding extensions to these projects. 4.1 Creating New Extension Projects Extension projects are used to change the functionality or appearance of the parent project. To create a new extension project: 1. Open Eclipse. 2. On the Project Explorer (in Web perspective), right-click on the project for which you want to create an extension project and select Create SAP Fiori Extension Project. The New SAP Fiori Extension Project page is displayed. 3. In the Parent Project field, browse for the desired parent project. Note: If the parent project is not an SAP Fiori project, an error message is displayed. Before you continue, make sure your project contains the Component.js files and that it has a UI5 nature. 4. In the Extension Project Name field, enter the desired name for the new extension project. 5. Choose Finish. The new extension project is created and can be visible in the Project Explorer. 12

16 4.1.1 Changing the OData Service in the Extended Project To change the OData service used by the extended project: 1. Open Eclipse. 2. On the Project Explorer, right-click on the project for which you want to create an extension project and select Create SAP Fiori Extension Project. The New SAP Fiori Extension Project page is displayed. 3. In the Parent Project field, browse for the desired parent project. 4. In the Extension Project Name field, enter the desired name for the new extension project. 5. Select the Replace the parent application project s OData service with a new OData service checkbox. The current OData service details are displayed. 6. Choose Next. The Location of OData Service page is displayed. 13

17 7. Select the OData service with which you want to replace the current OData service. in one of the following ways: In the Service URL field, enter the desired service s URL, and then choose Go. Select the File system radio button and browse for the relevant service metadata and service document. Note: The new OData service must be compatible (similar metadata, similar operations, as well as any extensions) with the OData service of the parent project. When the service is validated, its details are displayed. 8. Choose Finish. An Eclipse project with the application code is created in your workspace. Notice that in the Component.js file of the extended project, the service name and URL are of the new selected service. 4.2 Extending the Application You can create extensions to perform one of the following: Replace an existing view with a new view in an existing project. Add logic to an existing view using an extension point which was defined in the Parent Project. Change control visibility. Extend an existing controller with new logic. Once the extensions have been created, a reference to them is created in the Component.js file of the extended project. Note: If you delete a file that is being referenced from the component.js file or rename it, the application will not work properly. Make sure you delete the reference or update the file name on the component.js file. 14

18 4.2.1 Extending Views This option enables you to modify the view of the original application. To extend a view: 1. In the Project Explorer, (in Web perspective) right-click on the desired extended project and choose Add SAP Fiori Extension. The SAP Fiori Extension Wizard is displayed. 2. Select the Modify a View radio button. 3. From the View Name drop-down list, select the view in the original application you wish to extend. 4. Click Next. The SAP Fiori Extension Wizard - Modify View Options page is displayed. 5. From this page you can replace or extend a view, and hide controls. 15

19 Replacing an Existing View This option enables you to replace a specific view in the parent project with a new view. To replace a view: 1. Select the Replace View radio button. 2. Select the Original View radio button to edit the view based on the original view, Or; Select the Empty View radio button to replace the view with an entirely new one. 3. Click Finish. The view is added to the extended project under WebContent > view and it is opened in the workspace Adding Extension Points This option enables you extend a view using an extension point. To extend a view, extension points must have previously been defined in the parent project. To extend a view using extension points: 1. Select the Extend View radio button. 2. From the Extension Point drop-down list, select the desired extension point. 3. Click Finish. The extension point is added to the extended project under WebContent > view and it is opened in the workspace. 4. Edit the fragment.xml file to add the desired extensibility. 16

20 Hiding Controls This option enables you to hide a specific control in the parent application. Note: Only controls whose Visible property is defined in the parent project as True can be hidden. If the Visible property does not exist, you cannot hide the control. To check if the control contains the Visible property, check the View file of the parent project. To hide a control: 1. Select the Hide Control radio button. 2. From the Control ID drop-down list, select the specific control you want to hide. Note: Only controls whose ID was defined in the parent project are visible in the list. 3. Click Finish Extending Controllers This option enables you to add code to a controller of the parent application. To extend a controller: 1. In the Project Explorer, right-click on the desired extended project and choose Add SAP Fiori Extension. The SAP Fiori Extension Wizard is displayed. 2. Select the Extend Controller radio button. 3. From the Controller Name drop-down list, select the controller you wish to extend. 4. Click Finish. The controller is added to the extended project under WebContent > view and it is opened in the workspace. 17

SAP Cloud Reference Systems. Scenario Outline. Product Definition

SAP Cloud Reference Systems. Scenario Outline. Product Definition SAP Cloud Reference Systems Scenario Outline Product Definition Content Scenario Overview Business Scenarios in a Reference System Introduction Process Illustration Usage Example: Product Definition 2012

More information

SAP NetWeaver Identity Management Identity Center. Implementation guide. Version 7.2 Rev 4. - Optimizing dispatcher performance

SAP NetWeaver Identity Management Identity Center. Implementation guide. Version 7.2 Rev 4. - Optimizing dispatcher performance SAP NetWeaver Identity Management Identity Center Implementation guide - Optimizing dispatcher performance Version 7.2 Rev 4 2012 SAP AG. All rights reserved. No part of this publication may be reproduced

More information

Configurable Notifications in Planner

Configurable  Notifications in Planner Configurable Email Notifications in Planner Applies to: SAP GRC 10.1 Support Package 15 Summary The configurable notification feature of task plans provides business users with the flexibility to customize

More information

Configurations for Learner Portal (Renovated) May 2012

Configurations for Learner Portal (Renovated) May 2012 Configurations for Learner Portal (Renovated) May 2012 Objectives At the end of this module, you will be able to: Understand the PFCG roles available for the learner Understand the enhanced configurations

More information

HCM Processes and Forms Additional User Interface. October 2012

HCM Processes and Forms Additional User Interface. October 2012 HCM Processes and Forms Additional User Interface October 0 Objectives At the end of this module, you will be able to understand: How to launch processes from HR Administrator. How to monitor the processes

More information

The Next Frontier in Data Discovery SAP Visual Intelligence. Phil Bayliss September 2012

The Next Frontier in Data Discovery SAP Visual Intelligence. Phil Bayliss September 2012 The Next Frontier in Data Discovery SAP Visual Intelligence Phil Bayliss September 2012 SAP Visual Intelligence Who s it for? BUSINESS ANALYST FAST MASSIVE DATA VOLUMES ENGAGING 2012 SAP AG. All rights

More information

Build Delightful User Interfaces in the Cloud with SAP UI 5 Framework

Build Delightful User Interfaces in the Cloud with SAP UI 5 Framework CD360 Build Delightful User Interfaces in the Cloud with SAP UI 5 Framework Sajjad Ahmed, Nati Ari, Barak Kinarti and Ben Aflalo October 2012 Follow us on Twitter @portal_sap Tweet about this session #CD360

More information

SAP Crystal Reports 2013 Product Availability Matrix (PAM)

SAP Crystal Reports 2013 Product Availability Matrix (PAM) SAP Crystal Reports 2013 Product Availability Matrix (PAM) May 10, 2012 Updated: May 31, 2013 Disclaimer: This document is subject to change and may be changed by SAP at any time without notice. The document

More information

Business Rule Parameters (BRPs) in SAP Process Control 10.1

Business Rule Parameters (BRPs) in SAP Process Control 10.1 Business Rule Parameters (BRPs) in SAP Process Control 10.1 Applies to: SAP Process Control 10.1 SP10 or above Summary In Process Control Continuous Control Monitoring (CCM), Organization-Level System

More information

Groupware and Mail Integration Detailed View. SAP Enhancement Package 2 for SAP CRM 7.0

Groupware and Mail Integration Detailed View. SAP Enhancement Package 2 for SAP CRM 7.0 Groupware and Mail Integration Detailed View SAP Enhancement Package 2 for SAP CRM 7.0 Agenda Introduction Business Processes Groupware Solutions Server-Based Groupware Integration Client-Based Groupware

More information

CompositeProvider. Silvia Bratz / Klaus Nagel, TIP IMP BW Version 1.1 September, 2012

CompositeProvider. Silvia Bratz / Klaus Nagel, TIP IMP BW Version 1.1 September, 2012 CompositeProvider Silvia Bratz / Klaus Nagel, TIP IMP BW Version 1.1 September, 2012 Introduction The CompositeProvider is a new InfoProvider type introduced with BW7.30. It offers the possibility to combine

More information

Installation Guide SAP BW Precalculation Service for Microsoft Excel

Installation Guide SAP BW Precalculation Service for Microsoft Excel SAP BW Precalculation Service for Microsoft Excel 7.3 0 V e r s i o n 1. 2. 1 Copyright Copyright 2013 SAP AG. All rights reserved. No part of this publication may be reproduced or transmitted in any form

More information

HCM Processes and Forms Additional User Interface. May 2012

HCM Processes and Forms Additional User Interface. May 2012 HCM Processes and Forms Additional User Interface May 202 Objectives At the end of this module, you will be able to: Understand the need to providing an additional user interface. Understand the positioning

More information

Oracle Standby Database

Oracle Standby Database Oracle Standby Database White Paper: Oracle Database Administration February 2012 TABLE OF CONTENTS INTRODUCTION... 3 ADVANTAGES AND DISADVANTAGES OF THE STANDBY DATABASE... 4 Advantages... 4 Disadvantages...

More information

SAP Fiori Toolkit. Marc Anderegg, RIG, SAP February, Provided by Rapid Innovation Group (RIG)

SAP Fiori Toolkit. Marc Anderegg, RIG, SAP February, Provided by Rapid Innovation Group (RIG) SAP Fiori Toolkit Marc Anderegg, RIG, SAP February, 2014 Provided by Rapid Innovation Group (RIG) Agenda 1 2 3 4 SAP Fiori Toolkit Overview SAP Fiori Extensibility Concept Overview Demo Useful Links SAP

More information

SMP521. SAP Mobile Platform - Native and Hybrid Application Development COURSE OUTLINE. Course Version: 10 Course Duration: 5 Day(s)

SMP521. SAP Mobile Platform - Native and Hybrid Application Development COURSE OUTLINE. Course Version: 10 Course Duration: 5 Day(s) SMP521 SAP Mobile Platform - Native and Hybrid Application Development. COURSE OUTLINE Course Version: 10 Course Duration: 5 Day(s) SAP Copyrights and Trademarks 2014 SAP AG. All rights reserved. No part

More information

Sizing Guide. Sizing SAP Master Data Governance. Released for SAP Customers and Partners. SAP enhancement package 5 for SAP ERP 6.

Sizing Guide. Sizing SAP Master Data Governance. Released for SAP Customers and Partners. SAP enhancement package 5 for SAP ERP 6. Sizing Guide Sizing SAP Master Data Governance SAP enhancement package 5 for SAP ERP 6.0 Released for SAP Customers and Partners Document Version 1 November 2012 Please make sure that you are always using

More information

BC100. Introduction to Programming with ABAP COURSE OUTLINE. Course Version: 15 Course Duration: 2 Day(s)

BC100. Introduction to Programming with ABAP COURSE OUTLINE. Course Version: 15 Course Duration: 2 Day(s) BC100 Introduction to Programming with ABAP. COURSE OUTLINE Course Version: 15 Course Duration: 2 Day(s) SAP Copyrights and Trademarks 2014 SAP AG. All rights reserved. No part of this publication may

More information

BIT460. SAP Process Integration Message Mapping COURSE OUTLINE. Course Version: 15 Course Duration: 3 Day(s)

BIT460. SAP Process Integration Message Mapping COURSE OUTLINE. Course Version: 15 Course Duration: 3 Day(s) BIT460 SAP Process Integration Message Mapping. COURSE OUTLINE Course Version: 15 Course Duration: 3 Day(s) SAP Copyrights and Trademarks 2015 SAP SE. All rights reserved. No part of this publication may

More information

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

BC404. ABAP Programming in Eclipse COURSE OUTLINE. Course Version: 15 Course Duration: 3 Day(s) BC404 ABAP Programming in Eclipse. COURSE OUTLINE Course Version: 15 Course Duration: 3 Day(s) SAP Copyrights and Trademarks 2015 SAP SE. All rights reserved. No part of this publication may be reproduced

More information

NET311. Advanced Web Dynpro for ABAP COURSE OUTLINE. Course Version: 10 Course Duration: 4 Day(s)

NET311. Advanced Web Dynpro for ABAP COURSE OUTLINE. Course Version: 10 Course Duration: 4 Day(s) NET311 Advanced Web Dynpro for ABAP. COURSE OUTLINE Course Version: 10 Course Duration: 4 Day(s) SAP Copyrights and Trademarks 2015 SAP SE. All rights reserved. No part of this publication may be reproduced

More information

SMP541. SAP Mobile Platform 3.0 Native and Hybrid Application Development COURSE OUTLINE. Course Version: 15 Course Duration: 5 Day(s)

SMP541. SAP Mobile Platform 3.0 Native and Hybrid Application Development COURSE OUTLINE. Course Version: 15 Course Duration: 5 Day(s) SMP541 SAP Mobile Platform 3.0 Native and Hybrid Application Development. COURSE OUTLINE Course Version: 15 Course Duration: 5 Day(s) SAP Copyrights and Trademarks 2015 SAP SE. All rights reserved. No

More information

BC410. Programming User Dialogs with Classical Screens (Dynpros) COURSE OUTLINE. Course Version: 10 Course Duration: 3 Day(s)

BC410. Programming User Dialogs with Classical Screens (Dynpros) COURSE OUTLINE. Course Version: 10 Course Duration: 3 Day(s) BC410 Programming User Dialogs with Classical Screens (Dynpros). COURSE OUTLINE Course Version: 10 Course Duration: 3 Day(s) SAP Copyrights and Trademarks 2013 SAP AG. All rights reserved. No part of this

More information

EWM125. Labor Management in SAP EWM COURSE OUTLINE. Course Version: 16 Course Duration: 4 Hours

EWM125. Labor Management in SAP EWM COURSE OUTLINE. Course Version: 16 Course Duration: 4 Hours EWM125 Labor Management in SAP EWM. COURSE OUTLINE Course Version: 16 Course Duration: 4 Hours SAP Copyrights and Trademarks 2015 SAP SE. All rights reserved. No part of this publication may be reproduced

More information

PLM210. Master Data Configuration in SAP Project System COURSE OUTLINE. Course Version: 15 Course Duration: 2 Day(s)

PLM210. Master Data Configuration in SAP Project System COURSE OUTLINE. Course Version: 15 Course Duration: 2 Day(s) PLM210 Master Data Configuration in SAP Project System. COURSE OUTLINE Course Version: 15 Course Duration: 2 Day(s) SAP Copyrights and Trademarks 2014 SAP SE. All rights reserved. No part of this publication

More information

DEV523 Customizing and Extending PowerDesigner

DEV523 Customizing and Extending PowerDesigner DEV523 Customizing and Extending PowerDesigner. COURSE OUTLINE Course Version: 15 Course Duration: 2 Day(s) SAP Copyrights and Trademarks 2015 SAP SE. All rights reserved. No part of this publication may

More information

ADM950. Secure SAP System Management COURSE OUTLINE. Course Version: 10 Course Duration: 2 Day(s)

ADM950. Secure SAP System Management COURSE OUTLINE. Course Version: 10 Course Duration: 2 Day(s) ADM950 Secure SAP System Management.. COURSE OUTLINE Course Version: 10 Course Duration: 2 Day(s) SAP Copyrights and Trademarks 2013 SAP AG. All rights reserved. No part of this publication may be reproduced

More information

MDG100 Master Data Governance

MDG100 Master Data Governance MDG100 Master Data Governance. COURSE OUTLINE Course Version: 10 Course Duration: 4 Day(s) SAP Copyrights and Trademarks 2015 SAP SE. All rights reserved. No part of this publication may be reproduced

More information

GRC100. GRC Principles and Harmonization COURSE OUTLINE. Course Version: 10 Course Duration: 2 Day(s)

GRC100. GRC Principles and Harmonization COURSE OUTLINE. Course Version: 10 Course Duration: 2 Day(s) GRC100 GRC Principles and Harmonization. COURSE OUTLINE Course Version: 10 Course Duration: 2 Day(s) SAP Copyrights and Trademarks 2016 SAP SE. All rights reserved. No part of this publication may be reproduced

More information

AFA461 SAP Afaria 7.0 System Administration (SP03)

AFA461 SAP Afaria 7.0 System Administration (SP03) AFA461 SAP Afaria 7.0 System Administration (SP03). COURSE OUTLINE Course Version: 10 Course Duration: 5 Day(s) SAP Copyrights and Trademarks 2014 SAP AG. All rights reserved. No part of this publication

More information

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

DS50. Managing Data Quality with SAP Information Steward COURSE OUTLINE. Course Version: 10 Course Duration: 2 Day(s) DS50 Managing Data Quality with SAP Information Steward. COURSE OUTLINE Course Version: 10 Course Duration: 2 Day(s) SAP Copyrights and Trademarks 2014 SAP SE. All rights reserved. No part of this publication

More information

Configuring relay server in Sybase Control Center

Configuring relay server in Sybase Control Center Configuring relay server in Sybase Control Center Applies to: SUP 2.1.x SUP 2.2.x SUP 2.3.x Summary Relay servers can be used to connect to SUP server through internet and this would be one of the best

More information

Visual Composer for SAP NetWeaver Composition Environment - Connectors

Visual Composer for SAP NetWeaver Composition Environment - Connectors Visual Composer for SAP NetWeaver Composition Environment - Connectors Applies to: Visual Composer for SAP enhancement package 1 for SAP NetWeaver Composition Environment 7.1 For more information, visit

More information

AC507. Additional Functions of Product Cost Planning COURSE OUTLINE. Course Version: 15 Course Duration: 2 Day(s)

AC507. Additional Functions of Product Cost Planning COURSE OUTLINE. Course Version: 15 Course Duration: 2 Day(s) AC507 Additional Functions of Product Cost Planning. COURSE OUTLINE Course Version: 15 Course Duration: 2 Day(s) SAP Copyrights and Trademarks 2014 SAP AG. All rights reserved. No part of this publication

More information

Manual Activities of SAP Note Globalization Services, 2012/06/05

Manual Activities of SAP Note Globalization Services, 2012/06/05 Manual Activities of SAP Note.1604131 Globalization Services, 2012/06/05 1) 3) Caution: The screen captures are taken in SAP ERP 6.0 system without EhP with SAPKH60017. 1.) In the SAP_APPL system, go to

More information

BOC320. SAP Crystal Reports - Business Reporting and Report Processing Strategies COURSE OUTLINE. Course Version: 15 Course Duration: 3 Day(s)

BOC320. SAP Crystal Reports - Business Reporting and Report Processing Strategies COURSE OUTLINE. Course Version: 15 Course Duration: 3 Day(s) BOC320 SAP Crystal Reports - Business Reporting and Report Processing Strategies. COURSE OUTLINE Course Version: 15 Course Duration: 3 Day(s) SAP Copyrights and Trademarks 2014 SAP SE. All rights reserved.

More information

BC400. ABAP Workbench Foundations COURSE OUTLINE. Course Version: 15 Course Duration: 5 Day(s)

BC400. ABAP Workbench Foundations COURSE OUTLINE. Course Version: 15 Course Duration: 5 Day(s) BC400 ABAP Workbench Foundations. COURSE OUTLINE Course Version: 15 Course Duration: 5 Day(s) SAP Copyrights and Trademarks 2014 SAP SE. All rights reserved. No part of this publication may be reproduced

More information

BOCE20. SAP Crystal Reports for Enterprise: Advanced Report Design COURSE OUTLINE. Course Version: 15 Course Duration: 3 Day(s)

BOCE20. SAP Crystal Reports for Enterprise: Advanced Report Design COURSE OUTLINE. Course Version: 15 Course Duration: 3 Day(s) BOCE20 SAP Crystal Reports for Enterprise: Advanced Report Design. COURSE OUTLINE Course Version: 15 Course Duration: 3 Day(s) SAP Copyrights and Trademarks 2014 SAP SE. All rights reserved. No part of

More information

EP350. Innovated Content Management and Collaboration COURSE OUTLINE. Course Version: 10 Course Duration: 5 Day(s)

EP350. Innovated Content Management and Collaboration COURSE OUTLINE. Course Version: 10 Course Duration: 5 Day(s) EP350 Innovated Content Management and Collaboration. COURSE OUTLINE Course Version: 10 Course Duration: 5 Day(s) SAP Copyrights and Trademarks 2014 SAP AG. All rights reserved. No part of this publication

More information

BC400 Introduction to the ABAP Workbench

BC400 Introduction to the ABAP Workbench BC400 Introduction to the ABAP Workbench. COURSE OUTLINE Course Version: 10 Course Duration: 5 Day(s) SAP Copyrights and Trademarks 2014 SAP AG. All rights reserved. No part of this publication may be

More information

HA150 SQL Basics for SAP HANA

HA150 SQL Basics for SAP HANA HA150 SQL Basics for SAP HANA. COURSE OUTLINE Course Version: 10 Course Duration: 2 Day(s) SAP Copyrights and Trademarks 2015 SAP SE. All rights reserved. No part of this publication may be reproduced

More information

BC480 PDF-Based Print Forms

BC480 PDF-Based Print Forms BC480 PDF-Based Print Forms. COURSE OUTLINE Course Version: 15 Course Duration: 3 Day(s) SAP Copyrights and Trademarks 2015 SAP SE. All rights reserved. No part of this publication may be reproduced or

More information

SAP NetWeaver Identity Management Identity Center Minimum System Requirements

SAP NetWeaver Identity Management Identity Center Minimum System Requirements SAP NetWeaver Identity Management Identity Center Minimum System Requirements Version 7.2 Rev 1 No part of this publication may be reproduced or transmitted in any form or for any purpose without the express

More information

BC490 ABAP Performance Tuning

BC490 ABAP Performance Tuning BC490 ABAP Performance Tuning. COURSE OUTLINE Course Version: 10 Course Duration: 5 Day(s) SAP Copyrights and Trademarks 2015 SAP SE. All rights reserved. No part of this publication may be reproduced

More information

Visual Composer Modeling: Data Validation in the UI

Visual Composer Modeling: Data Validation in the UI Visual Composer Modeling: Data Validation in the UI Applies to: Visual Composer for SAP NetWeaver Composition Environment (CE) 7.1. Summary In Visual Composer, validation rules are an often overlooked

More information

TBIT44 PI Mapping and ccbpm

TBIT44 PI Mapping and ccbpm TBIT44 PI Mapping and ccbpm. COURSE OUTLINE Course Version: 15 Course Duration: 5 Day(s) SAP Copyrights and Trademarks 2015 SAP SE. All rights reserved. No part of this publication may be reproduced or

More information

BC430 ABAP Dictionary

BC430 ABAP Dictionary BC430 ABAP Dictionary. COURSE OUTLINE Course Version: 15 Course Duration: 3 Day(s)12 SAP Copyrights and Trademarks 2014 SAP SE. All rights reserved. No part of this publication may be reproduced or transmitted

More information

BC405 Programming ABAP Reports

BC405 Programming ABAP Reports BC405 Programming ABAP Reports. COURSE OUTLINE Course Version: 10 Course Duration: 5 Day(s) SAP Copyrights and Trademarks 2014 SAP AG. All rights reserved. No part of this publication may be reproduced

More information

SAP BusinessObjects Predictive Analysis 1.0 Supported Platforms

SAP BusinessObjects Predictive Analysis 1.0 Supported Platforms SAP BusinessObjects Predictive Analysis 1.0 Supported Platforms Applies to: SAP BusinessObjects Predictive Analysis 1.0 Summary This document contains information specific to platforms and configurations

More information

Duplicate Check and Fuzzy Search for Accounts and Contacts. Configuration with SAP NetWeaver Search and Classification (TREX) in SAP CRM WebClient UI

Duplicate Check and Fuzzy Search for Accounts and Contacts. Configuration with SAP NetWeaver Search and Classification (TREX) in SAP CRM WebClient UI Duplicate Check and Fuzzy Search for Accounts and Contacts Configuration with SAP NetWeaver Search and Classification (TREX) in SAP CRM WebClient UI April 2012 Copyright Copyright 2012 SAP AG. All rights

More information

Duet Enterprise: Tracing Reports in SAP, SCL, and SharePoint

Duet Enterprise: Tracing Reports in SAP, SCL, and SharePoint Duet Enterprise: Tracing Reports in SAP, SCL, and SharePoint Applies to: Duet Enterprise 1.0. For more information, visit the. Duet Enterprise Home Site Summary Duet Enterprise consists of a SharePoint

More information

ADM920 SAP Identity Management

ADM920 SAP Identity Management ADM920 SAP Identity Management. COURSE OUTLINE Course Version: 10 Course Duration: 5 Day(s) SAP Copyrights and Trademarks 2014 SAP AG. All rights reserved. No part of this publication may be reproduced

More information

ADM900 SAP System Security Fundamentals

ADM900 SAP System Security Fundamentals ADM900 SAP System Security Fundamentals. COURSE OUTLINE Course Version: 15 Course Duration: 2 Day(s) SAP Copyrights and Trademarks 2015 SAP SE. All rights reserved. No part of this publication may be reproduced

More information

Single Sign-on For SAP NetWeaver Mobile PDA Client

Single Sign-on For SAP NetWeaver Mobile PDA Client Single Sign-on For SAP NetWeaver Mobile PDA Client Applies to: SAP NetWeaver PDA Mobile Client 7.30. For more information, visit the Mobile homepage. Summary Single Sign-On (SSO) is a mechanism that eliminates

More information

Copyright 2013, Oracle and/or its affiliates. All rights reserved. DOAG 2013

Copyright 2013, Oracle and/or its affiliates. All rights reserved. DOAG 2013 1 Cloning of Oracle Homes on Oracle 11.2 Cluster Nodes after Linux Upgrade Andreas Becker, Principal Member Technical Staff Oracle Server Technologies, SAP Dev. Program Agenda The Project The Plan The

More information

EDB358. System and Database Administration: Adaptive Server Enterprise COURSE OUTLINE. Course Version: 10 Course Duration: 5 Day(s)

EDB358. System and Database Administration: Adaptive Server Enterprise COURSE OUTLINE. Course Version: 10 Course Duration: 5 Day(s) EDB358 System and Database Administration: Adaptive Server Enterprise. COURSE OUTLINE Course Version: 10 Course Duration: 5 Day(s) SAP Copyrights and Trademarks 2014 SAP AG. All rights reserved. No part

More information

BOC310. SAP Crystal Reports: Fundamentals of Report Design COURSE OUTLINE. Course Version: 15 Course Duration: 2 Day(s)

BOC310. SAP Crystal Reports: Fundamentals of Report Design COURSE OUTLINE. Course Version: 15 Course Duration: 2 Day(s) BOC310 SAP Crystal Reports: Fundamentals of Report Design. COURSE OUTLINE Course Version: 15 Course Duration: 2 Day(s) SAP Copyrights and Trademarks 2014 SAP SE. All rights reserved. No part of this publication

More information

How to Download Software and Address Directories in SAP Service Marketplace

How to Download Software and Address Directories in SAP Service Marketplace How to Download Software and Address Directories in SAP Service Marketplace Summary This document explains how to download software and address directories from the SAP Service Marketplace. It assumes

More information

ADM950. Secure SAP System Management COURSE OUTLINE. Course Version: 15 Course Duration: 2 Day(s)

ADM950. Secure SAP System Management COURSE OUTLINE. Course Version: 15 Course Duration: 2 Day(s) ADM950 Secure SAP System Management. COURSE OUTLINE Course Version: 15 Course Duration: 2 Day(s) SAP Copyrights and Trademarks 2015 SAP SE. All rights reserved. No part of this publication may be reproduced

More information

EDB785 SAP IQ Administration

EDB785 SAP IQ Administration EDB785 SAP IQ Administration. COURSE OUTLINE Course Version: 10 Course Duration: 5 Day(s) SAP Copyrights and Trademarks 2014 SAP AG. All rights reserved. No part of this publication may be reproduced or

More information

ADM100 AS ABAP - Administration

ADM100 AS ABAP - Administration ADM100 AS ABAP - Administration. COURSE OUTLINE Course Version: 15 Course Duration: 5 Day(s) SAP Copyrights and Trademarks 2014 SAP AG. All rights reserved. No part of this publication may be reproduced

More information

Building Blocks of the SAP Fiori Launchpad. An introduction to all the components that comprise the Fiori Launchpad

Building Blocks of the SAP Fiori Launchpad. An introduction to all the components that comprise the Fiori Launchpad Building Blocks of the SAP Fiori Launchpad An introduction to all the components that comprise the Fiori Launchpad Launchpad Configuration Steps Process Overview Frontend Server (Gateway hub) Launchpad

More information

SAP AddOn Quantity Distribution. by Oliver Köhler, SAP Germany

SAP AddOn Quantity Distribution. by Oliver Köhler, SAP Germany SAP AddOn Quantity Distribution by Oliver Köhler, SAP Germany Agenda 1. Overview / Introduction 2. Prerequisites 3. How to use / Example 4. Integration with Change Log Monitor 5. Authorization SAP 2009

More information

Quick View Insider: Understanding Quick View Configuration

Quick View Insider: Understanding Quick View Configuration Quick View Insider: Understanding Quick View Configuration Applies to: SAP SNC (Supply Network Collaboration) release 7.0 enhancement pack 1 SNC 7.0: Most concepts described here apply to SAP SNC 7.0.

More information

Enterprise Search Extension for SAP Master Data Governance

Enterprise Search Extension for SAP Master Data Governance Enterprise Search Extension for SAP Master Data Governance Applies to: ERP 6 EhP 5. For more information, visit the Master Data Management homepage. Summary This article explains the extensibility concept

More information

INSIGHT - Data Management Demo Script

INSIGHT - Data Management Demo Script INSIGHT - Data Management Demo Script SAP Hybris Marketing INSIGHT Data Management Scenario ID: 12574 Date of last update: January 20, 2016 Version: 1.0 Author: Keywords: Document history: I303820 Hybris_Marketing,

More information

BC401. ABAP Objects COURSE OUTLINE. Course Version: 15 Course Duration: 5 Day(s)

BC401. ABAP Objects COURSE OUTLINE. Course Version: 15 Course Duration: 5 Day(s) BC401 ABAP Objects. COURSE OUTLINE Course Version: 15 Course Duration: 5 Day(s) SAP Copyrights and Trademarks 2015 SAP SE. All rights reserved. No part of this publication may be reproduced or transmitted

More information

ADM960. SAP NetWeaver Application Server Security COURSE OUTLINE. Course Version: 10 Course Duration: 5 Day(s)

ADM960. SAP NetWeaver Application Server Security COURSE OUTLINE. Course Version: 10 Course Duration: 5 Day(s) ADM960 SAP NetWeaver Application Server Security. COURSE OUTLINE Course Version: 10 Course Duration: 5 Day(s) SAP Copyrights and Trademarks 2013 SAP AG. All rights reserved. No part of this publication

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

AGILITY - Planning Demo Script

AGILITY - Planning Demo Script AGILITY - Planning Demo Script SAP Hybris Marketing - AGILITY - Planning Scenario ID: 12574 Date of last update: January 25, 2016 Version: 1.0 Author: Keywords: Document history: I303830 Hybris_Maketing,

More information

How to Set Up Data Sources for Crystal Reports Layouts in SAP Business One, Version for SAP HANA

How to Set Up Data Sources for Crystal Reports Layouts in SAP Business One, Version for SAP HANA How-To Guide SAP Business One 8.82, Version for SAP HANA Document Version: 1.0 2012-09-05 How to Set Up Data Sources for Crystal Reports Layouts in SAP Business One, Version for SAP HANA All Countries

More information

TBIT40 SAP NetWeaver Process Integration

TBIT40 SAP NetWeaver Process Integration TBIT40 SAP NetWeaver Process Integration. COURSE OUTLINE Course Version: 15 Course Duration: 5 Day(s) SAP Copyrights and Trademarks 2015 SAP SE. All rights reserved. No part of this publication may be

More information

Session 0410: How to do load data from SAP and non SAP data sources into SAP HANA in batch mode (ETL) using SAP Business Objects Data Services

Session 0410: How to do load data from SAP and non SAP data sources into SAP HANA in batch mode (ETL) using SAP Business Objects Data Services Session 0410: How to do load data from SAP and non SAP data sources into SAP HANA in batch mode (ETL) using SAP Business Objects Data Services Prasad Illapani Director, Product Management & Strategy (SAP

More information

Visual Composer s Control Types

Visual Composer s Control Types Visual Composer s Control Types Applies to: Visual Composer for CE. For more information, visit the Portal and Collaboration homepage. Summary The document will discuss Control types and their properties

More information

EDB116. Fast Track to SAP Adaptive Server Enterprise COURSE OUTLINE. Course Version: 15 Course Duration: 5 Day(s)

EDB116. Fast Track to SAP Adaptive Server Enterprise COURSE OUTLINE. Course Version: 15 Course Duration: 5 Day(s) EDB116 Fast Track to SAP Adaptive Server Enterprise. COURSE OUTLINE Course Version: 15 Course Duration: 5 Day(s) SAP Copyrights and Trademarks 2015 SAP SE. All rights reserved. No part of this publication

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

ADM960. SAP NetWeaver Application Server Security COURSE OUTLINE. Course Version: 15 Course Duration: 5 Day

ADM960. SAP NetWeaver Application Server Security COURSE OUTLINE. Course Version: 15 Course Duration: 5 Day ADM960 SAP NetWeaver Application Server Security. COURSE OUTLINE Course Version: 15 Course Duration: 5 Day SAP Copyrights and Trademarks 2015 SAP SE. All rights reserved. No part of this publication may

More information

TBW30 SAP BW Modeling & Implementation

TBW30 SAP BW Modeling & Implementation TBW30 SAP BW Modeling & Implementation. COURSE OUTLINE Course Version: 10 Course Duration: 5 Day(s) SAP Copyrights and Trademarks 2014 SAP SE. All rights reserved. No part of this publication may be reproduced

More information

EP200. SAP NetWeaver Portal: System Administration COURSE OUTLINE. Course Version: 10 Course Duration: 5 Day(s)

EP200. SAP NetWeaver Portal: System Administration COURSE OUTLINE. Course Version: 10 Course Duration: 5 Day(s) EP200 SAP NetWeaver Portal: System Administration. COURSE OUTLINE Course Version: 10 Course Duration: 5 Day(s) SAP Copyrights and Trademarks 2013 SAP AG. All rights reserved. No part of this publication

More information

Crystal Reports 2008 FixPack 2.4 Known Issues and Limitations

Crystal Reports 2008 FixPack 2.4 Known Issues and Limitations Crystal Reports 2008 FixPack 2.4 Known Issues and Limitations 1/5 Copyright Copyright 2010 SAP AG. All rights reserved. No part of this publication may be reproduced or transmitted in any form or for any

More information

How to Enable Single Sign-On for Mobile Devices?

How to Enable Single Sign-On for Mobile Devices? How to Enable Single Sign-On for Mobile Devices? Applies to: SAP Netweaver Mobile Client 7.11 and onwards. For more information, visit the Mobile homepage. Summary This guide explains how to enable Single

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

BW310. BW - Enterprise Data Warehousing COURSE OUTLINE. Course Version: 10 Course Duration: 5 Day(s)

BW310. BW - Enterprise Data Warehousing COURSE OUTLINE. Course Version: 10 Course Duration: 5 Day(s) BW310 BW - Enterprise Data Warehousing. COURSE OUTLINE Course Version: 10 Course Duration: 5 Day(s) SAP Copyrights and Trademarks 2015 SAP SE. All rights reserved. No part of this publication may be reproduced

More information

EDB367. Powering Up with SAP Adaptative Server Enterprise 15.7 COURSE OUTLINE. Course Version: 10 Course Duration: 2 Day(s)

EDB367. Powering Up with SAP Adaptative Server Enterprise 15.7 COURSE OUTLINE. Course Version: 10 Course Duration: 2 Day(s) EDB367 Powering Up with SAP Adaptative Server Enterprise 15.7. COURSE OUTLINE Course Version: 10 Course Duration: 2 Day(s) SAP Copyrights and Trademarks 2014 SAP AG. All rights reserved. No part of this

More information

OData Service in the SAP Backend System for CRUDQ Operations in Purchase Order Scenario

OData Service in the SAP Backend System for CRUDQ Operations in Purchase Order Scenario OData Service in the SAP Backend System for CRUDQ Operations in Purchase Order Scenario Applies to: Duet Enterprise 2.0 SP01 Summary This guide describes in detail how to create and test OData service

More information

How to Find Suitable Enhancements in SAP Standard Applications

How to Find Suitable Enhancements in SAP Standard Applications How to Find Suitable Enhancements in SAP Standard Applications Applies to: User Exits, Customer Exits, Business Add-Ins. For more information, visit the ABAP homepage. Summary ABAP developers will often

More information

Visual Composer Modeling: Migrating Models from 7.1.X to 7.2.0

Visual Composer Modeling: Migrating Models from 7.1.X to 7.2.0 Visual Composer Modeling: Migrating Models from 7.1.X to 7.2.0 Applies to: Visual Composer for SAP Netweaver Composition Environment (CE) 7.2.0, 7.1.X. Summary This document discusses known issues, following

More information

TBW60. BW: Operations and Performance COURSE OUTLINE. Course Version: 10 Course Duration: 5 Day(s)

TBW60. BW: Operations and Performance COURSE OUTLINE. Course Version: 10 Course Duration: 5 Day(s) TBW60 BW: Operations and Performance. COURSE OUTLINE Course Version: 10 Course Duration: 5 Day(s) SAP Copyrights and Trademarks 2014 SAP SE. All rights reserved. No part of this publication may be reproduced

More information

Quick View Insider Microblog: Why Is There No Inbox?

Quick View Insider Microblog: Why Is There No Inbox? Quick View Insider Microblog: Why Is There No Inbox? Applies to: SAP SNC (Supply Network Collaboration) release 7.0 enhancement pack 1 For more information, visit the Supply Chain Management homepage.

More information

SAP Afaria Post- Installation Part 1

SAP Afaria Post- Installation Part 1 SAP Afaria 6.6FP1 March 2011 English Version 1.1 {03/29/2011:Changed the header to: Afaria Post- Installation Shival Tailor} SAP Afaria Post- Installation Part 1 Document for Afaria Post - Installation

More information

EDB377. Fast Track to SAP Replication Server Administration COURSE OUTLINE. Course Version: 15 Course Duration: 5 Day(s)

EDB377. Fast Track to SAP Replication Server Administration COURSE OUTLINE. Course Version: 15 Course Duration: 5 Day(s) EDB377 Fast Track to SAP Replication Server Administration. COURSE OUTLINE Course Version: 15 Course Duration: 5 Day(s) SAP Copyrights and Trademarks 2015 SAP SE. All rights reserved. No part of this publication

More information

How to Access Images of SAP Netweaver Demo Model JAVA

How to Access Images of SAP Netweaver Demo Model JAVA How to Access Images of SAP Netweaver Demo Model JAVA Applies to: SAP Netweaver Composition Environment 7.2 For more information, visit the User Interface Technology homepage. Summary Up to Netweaver 7.2

More information

How to Handle the System Message in SAP NetWeaver Mobile 7.1

How to Handle the System Message in SAP NetWeaver Mobile 7.1 How to Handle the System Message in SAP NetWeaver Mobile 7.1 Applies to: SAP NetWeaver Mobile 7.10 - SP03 and above. For more information, visit the Mobile homepage. Summary This document briefly explains

More information

Obtain Configuration Parameters for LPD_CUST Provide the base path of your BSP application (1/2)

Obtain Configuration Parameters for LPD_CUST Provide the base path of your BSP application (1/2) Preparation Obtain Configuration Parameters for LPD_CUST Provide the base path of your BSP application (1/2) 1. Reference the help for your UI5 application name 2. Launch SAP transaction SICF and enter

More information

How to Guide to create Sample Application in IOS using SUP ODP 2.2

How to Guide to create Sample Application in IOS using SUP ODP 2.2 How to Guide to create Sample Application in IOS using SUP ODP 2.2 Applies to: SUP ODP 2.2. Summary This document provides a step-by-step description on how to use the IOS sample application using SUP

More information

Building a Real-time Dashboard using Xcelsius and Data Integrator

Building a Real-time Dashboard using Xcelsius and Data Integrator Building a Real-time Dashboard using Xcelsius and Data Integrator Applies to: BusinessObjects Data Integrator XI (11.7) Summary This white paper shows how to use certain features of Data Integrator (DI)

More information

Using JournalEntries and JournalVouchers Objects in SAP Business One 6.5

Using JournalEntries and JournalVouchers Objects in SAP Business One 6.5 Using JournalEntries and JournalVouchers Objects in SAP Business One 6.5 Applies to: Business One. For more information, visit the Business One homepage. Summary This article explains how to use the JournalEntries

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

NET312. UI Development with Web Dynpro for ABAP COURSE OUTLINE. Course Version: 10 Course Duration: 4 Day(s)

NET312. UI Development with Web Dynpro for ABAP COURSE OUTLINE. Course Version: 10 Course Duration: 4 Day(s) NET312 UI Development with Web Dynpro for ABAP. COURSE OUTLINE Course Version: 10 Course Duration: 4 Day(s) SAP Copyrights and Trademarks 2015 SAP SE. All rights reserved. No part of this publication may

More information

Installing SAP NetWeaver Mobile Client (eswt) on a Storage Card

Installing SAP NetWeaver Mobile Client (eswt) on a Storage Card Installing SAP NetWeaver Mobile Client (eswt) on a Storage Card Applies to: SAP NetWeaver Mobile 7.1 client (type eswt) For more information, visit the Mobile homepage. Summary This document explains the

More information