How To Create FPM Application consuming CDS view using ACT

Size: px
Start display at page:

Download "How To Create FPM Application consuming CDS view using ACT"

Transcription

1 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

2 Copyright 2014 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. SAP NetWeaver How-to Guides are intended to simplify the product implementation. While specific product features and procedures typically are explained in a practical business context, it is not implied that those features and procedures are the only approach in solving a specific business problem using SAP NetWeaver. Should you wish to receive additional information, clarification or support, please refer to SAP Consulting. Any software coding and/or code lines / strings ( Code ) included in this documentation are only examples and are not intended to be used in a productive system environment. The Code is only intended better explain and visualize the syntax and phrasing rules of certain coding. SAP does not warrant the correctness and completeness of the Code given herein, and SAP shall not be liable for errors or damages caused by the usage of the Code, except if such damages were caused by SAP intentionally or grossly negligent. Disclaimer: Some components of this product are based on Java. Any code change in these components may cause unpredictable and severe malfunctions and is therefore expressively prohibited, as is any decompilation of these components. Any Java Source Code delivered with this product is only to be used by SAP s Support Services and may not be modified or altered in any way. i

3 Document History Document Version Description 1.00 First official release of this guide ii

4 Typographic Conventions Icons Type Style Description Icon Description Example Text Words or characters quoted from the screen. These include field names, screen titles, pushbuttons labels, menu names, menu paths, and menu options. Cross-references to other documentation Caution Important Note Recommendation or Tip Example Example text Emphasized words or phrases in body text, graphic titles, and table titles Example text File and directory names and their paths, messages, names of variables and parameters, source text, and names of installation, upgrade and database tools. Example text User entry texts. These are words or characters that you enter in the system exactly as they appear in the documentation. <Example text> Variable user entry. Angle brackets indicate that you replace these words and characters with appropriate entries to make entries in the system. EXAMPLE TEXT Keys on the keyboard, for example, F2 or ENTER. iii

5 Table of Contents 1. Scenario Background Information Application Creation Tool (ACT) Service Adaptation Definition Language (SADL) and Business Entities Core Data Services (CDS) for ABAP Data Model of Sample Application Output of the Sample Application Prerequisites Step-by-Step Procedure Creating a FPM Application using ACT (with CDS view as business entity model) Opening Application Creation Tool (ACT) ACT Step 1 Enter Floorplan Objects ACT Step 2 Set Business Entity ACT Step 3 Join Associated Entities ACT Step 4 Define UI Structure ACT Step 5 Assign Package and Transport Request Executing the application Modifying Application, Component and GUIBB Configuration Remove Search Component Add the Result List Component Wiring the components Changing the Titles and the Panel Rendering Types for the components Changing Chart Component Configuration Changing GUIBB List Component Configuration Executing the application Appendix Appendix A Abbreviations Appendix B Calculating Dunning Levels for Sales Order Invoices Appendix C References ABAP Development Tools Tutorials - Learn how to use ABAP in Eclipse The NetWeaver Enterprise Procurement Model - An Introduction Creating FPM Applications with the ACT Creating FPM Applications based on SADL Entities using the ACT Appendix D Link to ABAP for SAP HANA Reference Scenarios iv

6 1. Scenario After reading this guide, you will be able to create a Floorplan Manager (FPM) application consuming Core Data Services (CDS) view. The application will be created using Application Creation Tool (ACT). ACT allows you to create the complete application declaratively, i.e., zero coding, thereby significantly reducing the efforts. This guide will assist you to: Create a FPM application using ACT Consuming Core Data Services (CDS) view as data model Adding Charts to the FPM Application by changing the FPM configurations 2. Background Information 2.1 Application Creation Tool (ACT) The Floorplan Manager (FPM) Application Creation Tool (ACT) significantly reduces the effort involved in creating a new FPM application. The tool itself is a Web Dynpro application, provided by FPM, which allows application developers to create FPM applications and their corresponding configurations for all available Floorplans (OIF, GAF, and OVP). The ACT also allows you to create applications for adaptable FPM components, that is, it allows you to create context-based adaptations for your application. 2.2 Service Adaptation Definition Language (SADL) and Business Entities The Floorplan Manager (FPM) framework contains several application wizards to create various types of FPM applications. There is a wizard for creating FPM applications based on Service Adaptation Definition Language (SADL) entities. This wizard creates a simple application consisting of a search page, that is, a page containing a section for the search criteria and a section for the search results. The wizard also helps the FPM developer to add charts to the UI. SADL is a framework, which enables consumption of different business object models, and other entity-based models, in particular DDIC tables and views, in a uniform way. Detailed knowledge of the modeling frameworks, such as Business Object Process Framework (BOPF) or (Business Object Layer) BOL is not required; the SADL entity model provides all the required information to the UI. In ACT, SADL entities are known to be Business Entities. With SADL, it is possible to push down queries directly to the database itself, thereby improving response cycle times, and, with suitable databases, very large amounts of data (millions of records) can be retrieved and displayed quickly Core Data Services (CDS) for ABAP Core Data Services (CDS) enhance SQL to allow defining and consuming semantically rich data models, thereby improving consumption, performance and interoperability. CDS simplifies and harmonizes the way you define and consume your data models, regardless of the consumption technology. CDS in ABAP provides you with a data definition language (DDL) for defining semantically rich database tables/views (CDS entities) and user-defined types in the database. For several years for now, it is possible to define views in the ABAP Dictionary, but these views are quite restricted. For example, you can only define inner join for database views. Outer joins are available only for help and maintenance views. However, it is not possible to perform aggregations in views or define nested views. With ABAP 7.4 SP05, a new editor is available to define views directly in March

7 the Eclipse-based ABAP development environment. With this Source-based editor you can define CDS entities, which can be consumed in ABAP programs using Open SQL. The CDS View building provides another way of code pushdown using features that are similar as in Open SQL. With CDS View building it is possible to define 1. Projections, aggregations, and groupings 2. Use expressions (like CASE), SQL built-in functions 3. UNION and UNION ALL and non-equi INNER JOINs 4. Nesting of Views with associations between the View entities (associations can be consumed in the WHERE clause as well as in expression in Open SQL queries) 2.4 Data Model of Sample Application Before getting started, you must generate data related to Enterprise Procurement Model (EPM). You can use the transaction SEPM_DG_OIA to generate the data for EPM model. For more information about EPM, see For creating the application, use the CDS view SEPM_CDS_OPEN_INVOICE_REDUCED. This CDS view fetches all the Open Sales Orders Sales Orders whose payment is yet to be made by the Buyers. Buyer Name, Dunning Level, Overdue Invoice Amount, Currency are some of the details retrieved for each of the Sales Order. Each Sales Order can have one or more Sales Order Items and the invoice amount can be in different currencies. For a given Sales Order ID the data is grouped by Currency and the aggregated invoice amount is displayed. 2.5 Output of the Sample Application At the end of this guide you will be able to create an FPM application which looks similar to following screenshot: The table below provides description for each marked section/functionality: Number Description 1 This panel displays a pie chart showing the number of open sales orders for each of the Dunning Levels. You can drill down to find more details for a given dunning level. Upon selecting a particular dunning level in the chart; it filters all the Buyers with March

8 Number Description Open Sales Orders belonging to the selected dunning level as shown in section 2. Also, section 3 displays those Open Sales Orders with the selected dunning level. 2 This panel displays a pie chart showing the Buyers with Open Sales Orders of the selected dunning level in section 1. On initial load, only the chart with dunning level as in section 1 is displayed. When you, as an Account Receivable Accountant, click on any slice of the Dunning Level pie chart, this chart is displayed. It displays only those buyers who have Open Sales Orders with the selected Dunning Level. It is also used to filter down the Open Sales Order list further. When you select any buyer from this chart, list displays only those Open Sales Orders which belongs to the selected buyer as shown in section 3. 3 This section displays all the Open Sales Orders, grouped by sales order ID. This section also displays Buyer Name, Current Dunning Level, Currency, and Gross Amount. A Sales Order can have one or more sales order items in different currencies. The list displays the total overdue amount grouped by currency for a given Sales Order ID. 4 This list will display the Open Sales Orders grouped by Sales Order ID and hence only Sales Order ID is displayed by default. Expand the list to see more details such as Buyer Name, Currency, and Gross Amount. Also, as explained above the sales order list is controlled by the filtering as applied in section 1 and/or section 2. When the application is initially launched the following information is displayed: The chart shows the number of Open Sales Orders grouped by Dunning Level. The list displays all the Open Sales Orders. When one of the sectors of the Dunning Level chart is selected, the application enables the following drill down: The Buyers chart shows all the Buyers with the Open Sales Order of the selected Dunning Level. The list displays only the Open Sales Orders with the selected Dunning Level. When one of the sectors of the Buyers chart is selected, further drill down is enabled: The Open Sales Orders in the list is further filtered based on the selected Buyer. The list displays only those Open Sales Orders with the selected Dunning Level and for the selected Buyer. With ACT, it is possible to create or model the above FPM application with zero coding. 3. Prerequisites 1. Knowledge of FPM 2. SAP NetWeaver (NW) version 7.4 SP5 or higher is installed 3. Knowledge of working with ABAP Development Tools (ADT) 4. Knowledge of NW Reference Scenario, Enterprise Procurement Model (EPM) will be useful 5. Knowledge of ABAP Core Data Services (CDS) and CDS View Building will be useful 6. Using ADT, connect to the ABAP system and create an ABAP project in the Project Explorer [ABAP Perspective]. Refer to this link to follow step- by- step process March

9 4. Step-by-Step Procedure 4.1 Creating a FPM Application using ACT (with CDS view as business entity model) Opening Application Creation Tool (ACT) 1. Create the application either in the $TMP packageor in the package of your choice. 2. Right- click the package. 3. Choose New>Other ABAP Repository Object. 4. In New ABAP Repository Object wizard, choose Web Dynpro > Floorplan Manager Application. March

10 5. Choose Next. 6. In the Type list, choose the application type as Wizard for Creating FPM Apps Based on Business Entities. March

11 7. Choose Finish. The Application Creation Tool (ACT) appears in the editor area, displaying Step ACT Step 1 Enter Floorplan Objects 1. Enter Web Dynpro Application name as OPEN_ITEM_ANALYSIS. 2. Choose Apply Namespace and enter your preferred namespace. (namespace is optional). For our sample application, you can enter namespace as ZSAP_. As soon as you enter the namespace as ZSAP_ and choose OK, you will see that Web Dynpro Application name is changed to ZSAP_OPEN_ITEM_ANALYSIS. Also, the wizard will automatically provide the name for Application Configuration and Floorplan Configuration as ZSAP_OPEN_ITEM_ANALYSIS. (Optionally, you can also change the Application Configuration and Floorplan Configuration names). Enter a suitable description wherever asked in the Step 1 Screen. 3. Choose Next to proceed to Step 2 of ACT. March

12 4.1.3 ACT Step 2 Set Business Entity 1. In the Business Entity Source list, choose Core Data Services. 2. In the Business Entity field, enter SEPM_CDS_OPEN_INVOICE_REDUCED. (You can also search for the CDS view using F4/search help also). 3. Choose Next to proceed to Step 3 of ACT ACT Step 3 Join Associated Entities For this application, there is no action required in this step. This will be required when you want to have associated entities also in the view. For example, if you have chosen Data Dictionary as Business Entity Source and SFLIGHT as Business Entity in the previous step of Setting Business Entity then this current step of Joining Associated Entities would have shown you all the other entities in the association hierarchies. You can then choose the associated entities that you need in the FPM application. For the sample application referred in this guide, as already mentioned, no action is required in this step. Choose Next to proceed to Step 4 of ACT ACT Step 4 Define UI Structure In this step, you need to provide configuration details for the Search Component and Result List Component. Additionally, you can also add the Chart Component. (You need to add two chart components for the sample application). 1. Enter the Search Component Configuration Name as ZSAP_OIA_SRCH_CFG and provide a suitable description. 2. Enter the Result List Component Configuration Name as ZSAP_OIA_RES_LST_CFG and provide a suitable description. 3. Choose Add Chart button to add a chart component. March

13 4. Enter the Chart Component Configuration Name as ZSAP_OIA_DUN_LVL_CFG and enter a suitable description. 5. Enter the Chart Title as Dunning Level. 6. Enter the Dimension as DUNLEV_DESCR. This field of the CDS view provides descriptive text to the Dunning Level and to the Sales Order Invoice Header (SNWD_SO_INV_HEAD) field CURRENT_DUNNING_LEVEL. In the CDS view, the descriptive text is fetched from dunning level text table SEPM_OIA_DUNLEVT. 7. Retain the Measure as FPM_SADL_CHART_COUNT. This is an auto generated field, which helps to determine the count of a particular field in the output structure. In this case it helps to determine the number of Open Sales Orders with a given Dunning Level. 8. Choose Add Chart button to add another chart component. 9. Enter the Chart Component Configuration Name as ZSAP_OIA_BUYER_CFG and provide a suitable description. 10. Enter the Chart Title as Buyers. 11. Enter the Dimension as COMPANY_NAME. 12. Retain the Measure as FPM_SADL_CHART_COUNT. This is an auto generated field, which helps to determine the count of a particular field in the output structure. In this case it helps to determine the number of Open Sales Orders for a given Buyer. 13. Choose Next to proceed to Step 5 of ACT ACT Step 5 Assign Package and Transport Request 1. In this step, you have to assign Request/task. As our sample application is being created in $TMP, no action is required in this step. March

14 2. Choose Save. A success message appears that Web Dynpro application and configuration were successfully created. In addition to the message, two links are also provided. One for editing the configuration using Flexible UI Designer (FLUID) [Link Text Edit Configuration (FLUID)] and other link for executing the application itself [Link Text - Execute Application]. To view all the ACT created FPM artifacts, expand the $TMP package in the Project Explorer to view (You may have to refresh the package to see the objects under the package) Executing the application 1. To execute the application, you can either choose the link Execute Application OR rightclick FPM Application Configuration ZSAP_OPEN_ITEM_ANALYSIS in the Project Explorer and choose Run As > Web Dynpro ABAP Application. 2. The application is launched inside ADT. It will have search criteria, a result list, and two charts. Initially no data will be loaded. Choose Search button to see result and two charts. The UI will appear as in the screenshots below look as displayed in the screenshots below: March

15 The data may differ according to the data generation done using transaction SEPM_DG_OIA. In the screenshot above, the chart for Dunning Level displays only one level because the Dunning Levels are not calculated for the open sales orders. See Appendix B to understand how to run the Dunning Level calculation. [Running dunning level calculation is optional for this guide. It is only needed if you want to see multiple dunning levels in the chart as shown in the snapshot below.] March

16 The How To Create FPM based on SADL using ACT 4.2 Modifying Application, Component and GUIBB Configuration As a next step, modify the configurations generated in Step 4.1. As part of this step, remove the Search Component altogether and use the charts itself as filter criteria for the result list. Charts will be used like a drill down capability for the Open Sales Order list. To get the end results as specified above, some minor changes must be done to the configurations Remove Search Component 1. Double- click the floorplan configuration ZSAP_OPEN_ITEM_ANALYSIS in the Project Explorer view. This will open the floorplan configuration in-place in ADT. March

17 2. In the component configuration page, choose Edit.. 3. In Overview Page Schema tab, select the row with section FPM_SADL_SEARCH and choose Delete. 4. Choose OK to confirm the deletion Add the Result List Component 1. To add a section, choose March

18 In the Attributes of Section panel, enter the Section ID as OIA_LIST. 2. In the Overview Page Schema, select the row with Section ID OIA_LIST (if the row is not already selected), and add List Component UIBB to the section by choosing button UIBB> List Component. March

19 3. Enter Config ID for the List Component as ZSAP_OIA_RES_LST_CFG, using the Attributes of UIBB Panel. (This configuration was created when you were creating application using ACT in the Step 4.1.5) March

20 4. Choose Save Wiring the components 1. Choose the Wire Schema tab. Select all the rows that are listed down in Wire Schema list and choose Delete. 2. Choose Graphical Wire Editor. 3. If the SAP Graphical editor window appears, choose Run.. March

21 [It may happen that the SAP Graphical Editor does not open in ADT because of issues related to security or any other problems. In that case, you can edit the floorplan configuration in browser itself by entering the link saplanguage=en&comp_name=fpm_ovp_component&config_id=zsap_open_i TEM_ANALYSIS&CONFIG_TYPE=00&CONFIG_VAR= in the Internet Explorer browser.] You will get a Graphical Wire Editor as shown in thescreenshot below. 4. Using the Graphical Wire Editor, you can now specify the wiring between different components. Drag chart component ZSAP_OIA_DUN_LVL_CFG from the left side panel to the editor area. March

22 5. Drag chart component ZSAP_OIA_BUYER_CFG and list component ZSAP_OIA_RES_LST_CFG from the left panel to the main editor area. 6. Drag the Selection port of the chart component ZSAP_OIA_DUN_LVL_CFG to entry point of the chart component ZSAP_OIA_BUYER_CFG to connect the components. March

23 In the Connector Details window that appears,from the Connector Class list, choose the connector class CL_FPM_SADL_CONNECTOR. 7. Choose OK to complete the connection from the Dunning Level chart to the Buyer chart. This implies that on selection of any dunning level slice in the Dunning Level chart, the selection will be passed as filter criteria to the Buyer chart. March

24 8. Similarly, connect the Selection port of the chart component ZSAP_OIA_BUYER_CFG to entry point of the list component ZSAP_OIA_RES_LST_CFG. Choose the same connector class CL_FPM_SADL_CONNECTOR for connection. After connection, the Graphical Wire Editor appear as below: March

25 9. After wiring is complete, choose Done on the toolbar of the Graphical Wire Editor. This will close the Graphical Wire Editor and return to the component configuration of OVP floorplan component ZSAP_OPEN_ITEM_ANALYSIS. 10. Choose Save on the toolbar of the floorplan configuration. [After clicking on the Save button, you can close the browser, if you have been editing the FPM configuration in IE browser. Switch back to ADT.] Changing the Titles and the Panel Rendering Types for the components 1. Open the floorplan configuration ZSAP_OPEN_ITEM_ANALYSIS in ADT, if it is not already opened. To edit the configurationchoose Edit. For information about opening and editing, see first 2 sub-steps of section Remove Search Component. 2. Change the page Title to Open Item Analysis. This can be done in the Navigation tab in the left hand side panel. 3. In the Overview Page Schema tab in the main area, choose the row with the chart component with Config Id ZSAP_OIA_DUN_LVL_CFG. In the Attributes of UIBB section, select Rendering Type as With Panel from the drop down and set Title as Filter by Dunning Level. March

26 4. Change Rendering Type of chart component with Config Id ZSAP_OIA_BUYER_CFG to With Panel and set title for this component s panel as Filter by Buyers. Follow the steps as mentioned in the previous step for other chart component. 5. Similarly, for the list component with Config Id ZSAP_OIA_RES_LST_CFG, change the Rendering Type to With Panel and set the title of panel as Open Sales Orders. 6. Choose Save on the toolbar of the floorplan configuration Changing Chart Component Configuration The following sub-steps allow you to load the data when application starts itself. 1. In the Overview Page Schema tab in the main area, choose the row with the chart component with Config Id ZSAP_OIA_DUN_LVL_CFG. 2. Choose Configure UIBB n to go into the GUIBB configuration of the chart component. 3. Go to the General Settings tab and choose Feeder Class Parameters. The Edit Parameters dialog box appears. March

27 In the Retrieval list, choose Retrieve without request. Choose OK. March

28 4. Under Basic Settings tab (under General Settings), in the Selection Mode list, choose Single. March

29 5. Choose Save on the toolbar of the GUIBB component configuration of ZSAP_OIA_DUN_LVL_CFG. 6. Click the link OVP: ZSAP_OPEN_ITEM_ANALYSIS to go back to the floorplan configuration. 7. Repeat the above sub-steps of 2 to 6 for the GUIBB component configuration ZSAP_OIA_BUYER_CFG to bring about the same changes for the Buyer chart Changing GUIBB List Component Configuration ACT provides default configurations during the creation of the FPM application. Use this section to change some of the default configurations such as changing the default title of the list data. 1. In floorplan configuration, in the Overview Page Schema, choose the row with the list component with Config Id ZSAP_OIA_RES_LST_CFG. 2. Choose Configure UIBB to go into the GUIBB configuration of the list component. 3. Choose Feeder Class Parameters under General Settings Panel to open the edit Parameters dialog. March

30 4. In the Retrieval list choose Retrieve without request. 5. Choose OK. 6. Choose Save on the toolbar of the GUIBB component configuration of ZSAP_OIA_RES_LST_CFG. 7. (Optional Step) Under General Settings: i. Deselect the checkbox Table Is Search Result List. ii. iii. iv. Remove text for Title. Deselect the checkbox Default No Data Text. Enter No sales orders available for Custom No Data Text. v. Choose Enabled (Button in List Toolbar) from the drop down of Export to Spreadsheet. vi. Choose Column Header for Filtering. vii. viii. Choose Sort and Group Column Header for Sorting / Grouping. Choose Column Header for Aggregation. March

31 [Each Sales Order can have one or more Sales Order Items and the invoice amount can be in different currencies. Due to invoice amount being displayed in different currencies for each of the Sales Order, the user might want to see the list data grouped by Sales Order. Step 7 and 8 explains how to do the same] 8. In the General Settings toolbar, choose Default Sorting / Grouping from the the GUIBB Settings menu. 9. In the Sorting and Grouping dialog box, select the checkbox Group Column and choose Sort by as SO_ID. This will group the data by field SO_ID in the list. 10. Choose OK Collapse the panel General Settings and go to the List UIBB Schema tab. 12. Remove the rows with column headers DUNLEV_LANGU and DUNLEV_DESCR. March

32 Appendi x How To Create FPM based on SADL using ACT 13. Choose Save on the toolbar of the GUIBB component configuration of ZSAP_OIA_RES_LST_CFG Executing the application 1. To execute the application, either click on Execute Application link OR right- click on the FPM Application Configuration ZSAP_OPEN_ITEM_ANALYSIS in Project Explorer and choose Run As > Web Dynpro ABAP Application. 2. The application will run in the ADT. It will have two chart components displaying Dunning Level and Buyers and a result list. You can now run the application as mentioned in the section Error! Reference source not found.. 5. Appendix 5.1 Appendix A Abbreviations Abbreviation ADT EPM NW ABAP AS FPM SADL ACT CDS FLUID FQDN IE Description ABAP Development Tools Enterprise Procurement Model NetWeaver ABAP Application Server Floorplan Manager Service Adaptation Definition Language Application Creation Tool Core Data Services Flexible UI Designer Fully Qualified Domain Name Internet Explorer March

33 ABAP Development T ools Tutori als - Learn how to use ABAP in Ecli pse EPM How To Create FPM based on SADL using ACT GUIBB UI Generic UI Building Block User Interface 5.2 Appendix B Calculating Dunning Levels for Sales Order Invoices If you want multiple dunning levels in the chart to be shown then run the reference FPM Application <ABAP_AS_Server_FQDN>:<port>/sap/bc/webdynpro/sap/s_epm_oia?sap-wdconfigId=S_EPM_OIA_ALVH in the browser and choose Run Dunning. This will calculate the dunning levels for Sale Order Invoices. If the sales orders are in different dunning levels then you can see multiple dunning level slices when you refresh the FPM app that you generated. To know more about this reference FPM Application, refer to the document on SCN at [The screenshot below refers to the reference FPM application, which must be launched to run the dunning run.] 5.3 Appendix C References ABAP Development Tools Tutorials - Learn how to use ABAP in Eclipse The NetWeaver Enterprise Procurement Model - An Introduction March

34 Creati ng FPM Applicati ons with the ACT Creati ng FPM Applicati ons based on SADL Entiti es usi ng the ACT How To Create FPM based on SADL using ACT Creating FPM Applications with the ACT content.htm?frameset=/en/37/34e660c83349d ed9c7b/frameset.htm Creating FPM Applications based on SADL Entities using the ACT content.htm?frameset=/en/37/34e660c83349d ed9c7b/frameset.htm 5.4 Appendix D Link to ABAP for SAP HANA Reference Scenarios ABAP for SAP HANA Reference Scenario - ABAP for SAP HANA Reference Scenario: Implementing Open Items Analysis using SAP Floorplan Manager - ABAP for SAP HANA Reference Scenario: Implementing Mobile based Open Items Analysis Using SAP UI5 and SAP Gateway Foundation Component March

35

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

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

SAP NetWeaver How-To Guide

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

More information

How To... Reuse Business Objects and Override Operations of a Business Object

How To... Reuse Business Objects and Override Operations of a Business Object SAP NetWeaver How-To Guide How To... Reuse Business Objects and Override Operations of a Business Object Applicable Releases: SAP NetWeaver Composition Environment 7.1 Topic Area: Development and Composition

More information

How To...Use a Debugging Script to Easily Create a Test Environment for a SQL-Script Planning Function in PAK

How To...Use a Debugging Script to Easily Create a Test Environment for a SQL-Script Planning Function in PAK SAP NetWeaver SAP How-To NetWeaver Guide How-To Guide How To...Use a Debugging Script to Easily Create a Test Environment for a SQL-Script Planning Function in PAK Applicable Releases: SAP NetWeaver BW

More information

How To Customize the SAP User Interface Using Theme Editor

How To Customize the SAP User Interface Using Theme Editor SAP NetWeaver How-To Guide How To Customize the SAP User Interface Using Theme Editor Applicable Releases: SAP NetWeaver 7.0 and 7.11 Version 1.0 June 2010 Copyright 2010 SAP AG. All rights reserved. No

More information

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

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

More information

How To Generate XSD Schemas from Existing MDM Repositories

How To Generate XSD Schemas from Existing MDM Repositories SAP NetWeaver How-To Guide How To Generate XSD Schemas from Existing MDM Repositories Applicable Releases: SAP NetWeaver MDM 7.1 Topic Area: Information Management Capability: Master Data Management Version

More information

How to Use Function Keys in Mobile Applications for Handhelds

How to Use Function Keys in Mobile Applications for Handhelds SAP NetWeaver How-To Guide How to Use Function Keys in Mobile Applications for Handhelds Applicable Releases: SAP NetWeaver 7.1 Topic Area: User Productivity Capability: Mobile Version 1.00 June 2009 Copyright

More information

How To Recover Login Module Stack when login to NWA or Visual Administrator is impossible

How To Recover Login Module Stack when login to NWA or Visual Administrator is impossible SAP NetWeaver How-To Guide How To Recover Login Module Stack when login to NWA or Visual Administrator is impossible Applicable Releases: SAP NetWeaver 7.0 SAP NetWeaver CE 7.1 Topic Area: Security & Identity

More information

Simplified Configuration of Single System Update in Maintenance Optimizer

Simplified Configuration of Single System Update in Maintenance Optimizer SAP Solution Manager How-To Guide Simplified Configuration of Single System Update in Maintenance Optimizer Applicable Releases: SAP Solution Manager 7.0 Enhancement Package 1 SP23 or higher SAP Solution

More information

SAP - How-To Guide MDG Custom Object Data Replication How to Configure Data Replication for MDG Custom Objects (Flex Option)

SAP - How-To Guide MDG Custom Object Data Replication How to Configure Data Replication for MDG Custom Objects (Flex Option) SAP - How-To Guide MDG Custom Object Data Replication How to Configure Data Replication for MDG Custom Objects (Flex Option) Applicable Releases: EhP5 Version 1.0 September 2011 Copyright 2011 SAP AG.

More information

How To... Configure Integrated Configurations in the Advanced Adapter Engine

How To... Configure Integrated Configurations in the Advanced Adapter Engine SAP NetWeaver How-To Guide How To... Configure Integrated Configurations in the Advanced Adapter Engine Applicable Releases: SAP NetWeaver Process Integration 7.1, EhP 1 Topic Area: SOA Middleware Capability:

More information

How To... Configure Drill Through Functionality

How To... Configure Drill Through Functionality SAP BOBJ Planning & Consolidation (BPC), version for Netweaver How-To Guide How To... Configure Drill Through Functionality Applicable Releases: SAP BusinessObjects Planning and Consolidation 7.5, version

More information

SAP NetWeaver How-To Guide

SAP NetWeaver How-To Guide SAP NetWeaver How-To Guide Integrate your Business Blueprint with SAP Netweaver BPM Applicable Releases: Business Process Blueprinting 1.0 for SAP Solution Manager 7.1 IT Practice / Topic Area: Blueprinting

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

How To... Promote Reports and Input Schedules Through Your System Landscape

How To... Promote Reports and Input Schedules Through Your System Landscape SAP BOBJ Planning & Consolidation (BPC), version for Netweaver How-To Guide How To... Promote Reports and Input Schedules Through Your System Landscape Applicable Releases: SAP BusinessObjects Planning

More information

SAP NetWeaver How-To Guide How to use Process Execution Manager Using SAP Test Data Migration Server

SAP NetWeaver How-To Guide How to use Process Execution Manager Using SAP Test Data Migration Server SAP NetWeaver How-To Guide How to use Process Execution Manager Using SAP Test Data Migration Server Applicable Releases: SAP Test Data Migration Server 4.0 SP03 Version 1.0 October 2012 Copyright 2012

More information

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

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

More information

How To... Use the BPC_NW Mass User Management Tool

How To... Use the BPC_NW Mass User Management Tool SAP BOBJ Planning & Consolidation (BPC), version for Netweaver How-To Guide How To... Use the BPC_NW Mass User Management Tool Applicable Releases: SAP BusinessObjects Planning & Consolidation 7.0, version

More information

How To... Master Data Governance for Material: File Down- and Upload

How To... Master Data Governance for Material: File Down- and Upload SAP How-To Guide Master Data Governance for Material How To... Master Data Governance for Material: File Down- and Upload Applicable Releases: EhP5 Version 1.0 November 2011 Copyright 2011 SAP AG. All

More information

How-To... Add Sensitive Content into an Area

How-To... Add Sensitive Content into an Area SAP NetWeaver How-To Guide How-To... Add Sensitive Content into an Area For Web Page Composer in SAP NetWeaver Portal 7.3 Applicable Releases: SAP NetWeaver 7.3 Version 1.0 Jun 2011 Some components of

More information

How To...Custom BADI for rounding off values in SAP BUSINESSOBJECTS Planning and Consolidation, version for SAP NetWeaver.

How To...Custom BADI for rounding off values in SAP BUSINESSOBJECTS Planning and Consolidation, version for SAP NetWeaver. SAP BusinessObjects EPM RIG How-To Guide How To...Custom BADI for rounding off values in SAP BUSINESSOBJECTS Planning and Consolidation, version for SAP NetWeaver. Applicable Releases: SAP BusinessObjects

More information

How To... Master Data Governance for Material: BADI USMD_SSW_PARA_RESULT_HANDLER to merge result of parallel workflow tasks

How To... Master Data Governance for Material: BADI USMD_SSW_PARA_RESULT_HANDLER to merge result of parallel workflow tasks SAP How-To Guide Master Data Governance for Material How To... Master Data Governance for Material: BADI USMD_SSW_PARA_RESULT_HANDLER to merge result of parallel workflow tasks Applicable Releases: EhP5,

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

How To... Master Data Governance for Material: BADI USMD_SSW_SYSTEM_METHOD_CALLER to create successor change request

How To... Master Data Governance for Material: BADI USMD_SSW_SYSTEM_METHOD_CALLER to create successor change request SAP How-To Guide Master Data Governance for Material How To... Master Data Governance for Material: BADI USMD_SSW_SYSTEM_METHOD_CALLER to Applicable Releases: EhP5, EhP6, MDG6.1 Version 1.1 March 2013

More information

Setting Up an Environment for Testing Applications in a Federated Portal Network

Setting Up an Environment for Testing Applications in a Federated Portal Network SAP NetWeaver How-To Guide Setting Up an Environment for Testing Applications in a Federated Portal Network Applicable Releases: SAP NetWeaver 7.0 IT Practice: User Productivity Enablement IT Scenario:

More information

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

BC404. ABAP Programming in Eclipse COURSE OUTLINE. Course Version: 16 Course Duration: 3 Day(s) BC404 ABAP Programming in Eclipse. COURSE OUTLINE Course Version: 16 Course Duration: 3 Day(s) SAP Copyrights and Trademarks 2017 SAP SE or an SAP affiliate company. All rights reserved. No part of this

More information

SAP 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

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 Composite Application Framework. Creating a Content Package Object

SAP Composite Application Framework. Creating a Content Package Object SAP Composite Application Framework Creating a Content Package Object Version 1.00 July 2006 SAP AG Neurottstraße 16 69190 Walldorf Germany T +49/18 05/34 34 24 F +49/18 05/34 34 20 www.sap.com Copyright

More information

SAP Business One Upgrade Strategy Overview

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

More information

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

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

How To Integrate the TinyMCE JavaScript Content Editor in Web Page Composer

How To Integrate the TinyMCE JavaScript Content Editor in Web Page Composer SAP NetWeaver How-To Guide How To Integrate the TinyMCE JavaScript Content Editor in Web Page Composer Applicable Releases: Portal for SAP NetWeaver 7.3 Version 1.0 April 2011 Copyright 2011 SAP AG. All

More information

SAP NetWeaver How-To Guide. SAP NetWeaver Gateway Virtualization Guide

SAP NetWeaver How-To Guide. SAP NetWeaver Gateway Virtualization Guide SAP NetWeaver How-To Guide SAP NetWeaver Gateway Virtualization Guide Version 1.01 May 2012 Copyright 2012 SAP AG. All rights reserved. No part of this publication may be reproduced or transmitted in any

More information

SAP Workforce Performance Builder 9.5

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

More information

How To...Configure Integration of CUP with SPM

How To...Configure Integration of CUP with SPM SAP SOLUTIONS FOR GOVERNANCE, RISK, AND COMPLIANCE How-To Guide How To...Configure Integration of CUP with SPM SAP GRC Regional Implementation Group Applicable Releases: SAP GRC Access Control 5.3 Topic

More information

SAP Composite Application Framework. Creating an External Service type Callable Object in Guided Procedures

SAP Composite Application Framework. Creating an External Service type Callable Object in Guided Procedures SAP Composite Application Framework Creating an External Service type Callable Object in Guided Procedures Version 1.00 July 2006 SAP AG Neurottstraße 16 69190 Walldorf Germany T +49/18 05/34 34 24 F +49/18

More information

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

SAP HANA SPS 08 - What s New? SAP HANA Modeling (Delta from SPS 07 to SPS 08) SAP HANA Product Management May, 2014 SAP HANA SPS 08 - What s New? SAP HANA Modeling (Delta from SPS 07 to SPS 08) SAP HANA Product Management May, 2014 SAP HANA SPS 08 Feature Overview Modeling Enhancements Enhanced SAP HANA Modeling capabilities

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

BC405 Programming ABAP Reports

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

More information

How To Enable Business Workflow for SAP NetWeaver Gateway 2.0

How To Enable Business Workflow for SAP NetWeaver Gateway 2.0 SAP NetWeaver How-To Guide How To Enable Business Workflow for SAP NetWeaver Gateway 2.0 (Revised for version 2.0 SP03) Version 2.03 March 2012 Author: Marc Chan, SAP Customer Solution Adoption (CSA) Copyright

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

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

HA150 SQL Basics for SAP HANA

HA150 SQL Basics for SAP HANA HA150 SQL Basics for SAP HANA. COURSE OUTLINE Course Version: 13 Course Duration: 2 Day(s) SAP Copyrights and Trademarks 2017 SAP SE or an SAP affiliate company. All rights reserved. No part of this publication

More information

SAP Composite Application Framework. Creating a Callable Object in Group: Miscellaneous

SAP Composite Application Framework. Creating a Callable Object in Group: Miscellaneous SAP Composite Application Framework Creating a Callable Object in Group: Miscellaneous Version 1.00 July 2006 SAP AG Neurottstraße 16 69190 Walldorf Germany T +49/18 05/34 34 24 F +49/18 05/34 34 20 www.sap.com

More information

HA400 ABAP Programming for SAP HANA

HA400 ABAP Programming for SAP HANA HA400 ABAP Programming for SAP HANA. COURSE OUTLINE Course Version: 14 Course Duration: 3 Day(s) SAP Copyrights and Trademarks 2018 SAP SE or an SAP affiliate company. All rights reserved. No part of this

More information

HA150. SAP HANA 2.0 SPS03 - SQL and SQLScript for SAP HANA COURSE OUTLINE. Course Version: 15 Course Duration:

HA150. SAP HANA 2.0 SPS03 - SQL and SQLScript for SAP HANA COURSE OUTLINE. Course Version: 15 Course Duration: HA150 SAP HANA 2.0 SPS03 - SQL and SQLScript for SAP HANA. COURSE OUTLINE Course Version: 15 Course Duration: SAP Copyrights and Trademarks 2018 SAP SE or an SAP affiliate company. All rights reserved.

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

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 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

How To...Consume HANA Models with Input Parameters in BW Virtual Providers

How To...Consume HANA Models with Input Parameters in BW Virtual Providers SAP How-to Guide Database & Technology SAP HANA Appliance How To...Consume HANA Models with Input Parameters in BW Virtual Providers Applicable Releases: SAP HANA 1.0 SPS 04 SAP BW powered by HANA 7.3

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

HA150. SAP HANA 2.0 SPS02 - SQL and SQLScript for SAP HANA COURSE OUTLINE. Course Version: 14 Course Duration: 3 Day(s)

HA150. SAP HANA 2.0 SPS02 - SQL and SQLScript for SAP HANA COURSE OUTLINE. Course Version: 14 Course Duration: 3 Day(s) HA150 SAP HANA 2.0 SPS02 - SQL and SQLScript for SAP HANA. COURSE OUTLINE Course Version: 14 Course Duration: 3 Day(s) SAP Copyrights and Trademarks 2018 SAP SE or an SAP affiliate company. All rights

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

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

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

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

How to Create, Enhance and Adapt Floorplan Manager Applications on SAP NetWeaver 740

How to Create, Enhance and Adapt Floorplan Manager Applications on SAP NetWeaver 740 How to Create, Enhance and Adapt Floorplan Manager Applications on SAP NetWeaver 740 Applies to: SAP NetWeaver 7.40, SAP Business Suite 7 i2013, SAP ECC 6.0 EhP7 Summary Since Business Suite 7 Innovations

More information

How to do Breakdown Validation in SAP BPC 7.0 for the SAP NetWeaver Platform

How to do Breakdown Validation in SAP BPC 7.0 for the SAP NetWeaver Platform SAP BOBJ Planning & Consolidation, version for SAP NetWeaver How-To Guide How to do Breakdown Validation in SAP BPC 7.0 for the SAP NetWeaver Platform Applicable Releases: SAP BPC 7.0 NW SP02 (and higher)

More information

Access Control 5.3 Implementation Considerations for Superuser Privilege Management ID-Based Firefighting versus Role-Based Firefighting Applies to:

Access Control 5.3 Implementation Considerations for Superuser Privilege Management ID-Based Firefighting versus Role-Based Firefighting Applies to: Access Control 5.3 Implementation Considerations for Superuser Privilege Management ID-Based Firefighting versus Role-Based Firefighting Applies to: Access Control 5.3 Summary GRC Access Control identifies

More information

Web Dynpro for ABAP: Tutorial 4 - Display Bookings of Selected Flight

Web Dynpro for ABAP: Tutorial 4 - Display Bookings of Selected Flight Web Dynpro for ABAP: Tutorial 4 - Display Bookings of Selected Flight SAP NetWeaver 2004s Copyright Copyright 2005 SAP AG. All rights reserved. No part of this publication may be reproduced or transmitted

More information

Partition Wizard User s Guide SAP BusinessObjects Planning and Consolidation 10.0, version for the Microsoft platform

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

More information

Using Business Graphics

Using Business Graphics Using Business Graphics SAP NetWeaver 2004 Copyright Copyright 2004 SAP AG. All rights reserved. No part of this publication may be reproduced or transmitted in any form or for any purpose without the

More information

SAP How-To Guide. Master Data Governance for Material. How To... Adjust MDG Homepage. Applicable Releases: EhP6, MDG 6.1

SAP How-To Guide. Master Data Governance for Material. How To... Adjust MDG Homepage. Applicable Releases: EhP6, MDG 6.1 SAP How-To Guide Master Data Governance for Material How To... Master Data Governance for Material Adjust MDG Homepage Applicable Releases: EhP6, MDG 6.1 Version 1.0 October 2013 Copyright 2013 SAP AG.

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

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

HA300 SAP HANA Modeling

HA300 SAP HANA Modeling HA300 SAP HANA Modeling. COURSE OUTLINE Course Version: 12 Course Duration: 5 Day(s) SAP Copyrights and Trademarks 2016 SAP SE or an SAP affiliate company. All rights reserved. No part of this publication

More information

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

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

More information

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

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

How to Upgr a d e We b Dynpro Them e s from SP S 9 to SP S 1 0

How to Upgr a d e We b Dynpro Them e s from SP S 9 to SP S 1 0 How- to Guide SAP NetW e a v e r 0 4 How to Upgr a d e We b Dynpro Them e s from SP S 9 to SP S 1 0 Ver si o n 1. 0 0 Dec e m b e r 2 0 0 4 Applic a b l e Rele a s e s : SAP NetW e a v e r 0 4 SP Sta c

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

HA100 SAP HANA Introduction

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

More information

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

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

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

UI Changes for SAP Portfolio and Project Management Depending on NW Release

UI Changes for SAP Portfolio and Project Management Depending on NW Release UI Changes for SAP Portfolio and Project Management Depending on NW Release TABLE OF CONTENTS CHANGES IN RENDERING OF SAP PORTF. AND PROJ MGMT. WITH UI GUIDELINE 2.0... 3 Toolbars in Tables... 3 Toolbars

More information

SOA Security Scenarios: WebAS Java, Message Level Security with no Transport Guarantee

SOA Security Scenarios: WebAS Java, Message Level Security with no Transport Guarantee SAP NetWeaver How-To Guide SOA Security Scenarios: WebAS Java, Message Level Security with no Transport Guarantee Applicable Releases: SAP NetWeaver 7.0 EhP1 SAP NetWeaver CE 7.1 and 7.1 EhP1 Topic Area:

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

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

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

How To... Transport Forum Content Between SAP NetWeaver Systems

How To... Transport Forum Content Between SAP NetWeaver Systems SAP NetWeaver How-To Guide How To... Transport Forum Content Between SAP NetWeaver Systems Applicable Releases: SAP NetWeaver 7.0 SAP NetWeaver 7.0 including Enhancement Package 1 SAP NetWeaver 7.0 including

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

HA300 SAP HANA Modeling

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

More information

Defining Associations in Business Object Builder

Defining Associations in Business Object Builder Defining Associations in Business Object Builder expert Summary Associations create relationships within the nodes of a BO or between different BOs. This tutorial introduces the most important types of

More information

Quick Guide to Implementing SAP Predictive Analytics Content Adoption rapiddeployment

Quick Guide to Implementing SAP Predictive Analytics Content Adoption rapiddeployment SAP HANA 1.0 Predictive Analysis 1.0 August 2013 English Quick Guide to Implementing SAP Predictive Analytics Content Adoption rapiddeployment solution for Retail (EN) SAP AG Dietmar-Hopp-Allee 16 69190

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 Install SAP Netweaver 2004s ABAP Edition on Your Local PC

How to Install SAP Netweaver 2004s ABAP Edition on Your Local PC How to Install SAP Netweaver 2004s ABAP Edition on Your Local PC September 2006 SAP NetWeaver 2004s Copyright Copyright 2005 SAP AG. All rights reserved. No part of this publication may be reproduced or

More information

Advanced Reporting in the Online Report Designer Administration Guide

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

More information

Deleting SAP HANA Delivery Units and Products

Deleting SAP HANA Delivery Units and Products User Documentation SAP HANA Document Version: 1.0 2015-12-02 SAP HANA SPS 10 / SPS 11 Typographic Conventions Type Style Example Example EXAMPLE Example Example EXAMPLE Description Words or characters

More information

How-to Guide SAP NetWeaver 04. Web Dynpro Themes. Version Applicable Releases: SAP NetWeaver 7.0

How-to Guide SAP NetWeaver 04. Web Dynpro Themes. Version Applicable Releases: SAP NetWeaver 7.0 How-to Guide SAP NetWeaver 04 How To Edit Web Dynpro Themes Version 2.00 Applicable Releases: SAP NetWeaver 7.0 Copyright 2004 SAP AG. All rights reserved. No part of this publication may be reproduced

More information

How to Work with Analytical Portal

How to Work with Analytical Portal How-To Guide SAP Business One, version for SAP HANA Document Version: 1.1 2019-02-22 SAP Business One 9.3 PL00 and later, version for SAP HANA Typographic Conventions Type Style Example Example EXAMPLE

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

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

HA100 SAP HANA Introduction

HA100 SAP HANA Introduction HA100 SAP HANA Introduction. COURSE OUTLINE Course Version: 13 Course Duration: 2 Day(s) SAP Copyrights and Trademarks 2017 SAP SE or an SAP affiliate company. All rights reserved. No part of this publication

More information

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

Setup an NWDI Track for Composition Environment Developments

Setup an NWDI Track for Composition Environment Developments How-to Guide SAP NetWeaver 7.0 How To Setup an NWDI Track for Composition Environment Developments Version 2.00 January 2008 Applicable Releases: SAP NetWeaver 7.0 SP13 (Custom Development & Unified Life-Cycle

More information

Information Design Tool User Guide SAP BusinessObjects Business Intelligence platform 4.0 Support Package 4

Information Design Tool User Guide SAP BusinessObjects Business Intelligence platform 4.0 Support Package 4 Information Design Tool User Guide SAP BusinessObjects Business Intelligence platform 4.0 Support Package 4 Copyright 2012 SAP AG. All rights reserved.sap, R/3, SAP NetWeaver, Duet, PartnerEdge, ByDesign,

More information