How to Use the EPM Connector to Visualize BPC Data via SAP Crystal Dashboard Design (Xcelsius Dashboards)

Size: px
Start display at page:

Download "How to Use the EPM Connector to Visualize BPC Data via SAP Crystal Dashboard Design (Xcelsius Dashboards)"

Transcription

1 How to Use the EPM Connector to Visualize BPC Data via SAP Crystal Dashboard Design (Xcelsius Dashboards) Applies to: SAP BusinessObjects Planning and Consolidation 7.5, version for SAP NetWeaver. For more information, visit the Enterprise Performance Management homepage. Summary This how-to guide explains the steps to visualize BPC data using SAP Crystal Dashboard Design(formerly Xcelsius). In this guide, you will learn how to use SAP BusinessObjects Extended Analytics to build a report, and the SAP BusinessObjects EPM Connector to enhance the functionality of your dashboard. Author: Rich Heilman Company: SAP Labs, LLC Created on: 7 February 2011 Author Bio Rich Heilman is a Senior Technical Specialist with the SAP Enterprise Performance Management (EPM) Regional Implementation Group (RIG), at SAP Labs LLC. He is currently focused on the SAP BusinessObjects Planning and Consolidation, version for NetWeaver product. Previously, Rich was a member of the EPM Solution Management team at SAP where he worked on a wide range of topics related to the SAP BusinessObjects Planning and Consolidation product. Before joining SAP in 2007, he worked for an SAP customer as an ABAP Developer for 6 years. Rich is also the co-author of the SAP Press book, Next Generation ABAP Development SAP AG 1

2 Table of Contents Business Scenario... 3 Background Information... 3 Prerequisites... 3 Step-by-Step Procedure... 4 Installation... 4 Build a Simple Dashboard... 5 Enhance the Dashboard by Using Selectors Add Write Back Functionality Add Slider Components to Change Values Related Content Copyright SAP AG 2

3 Business Scenario In this scenario, the business wants to view real-time data from their SAP BusinessObjects Planning and Consolidation, version for SAP NetWeaver (hereafter referred to as BPC_NW) system via a dashboard created by the SAP Crystal Dashboard Design tool (formerly called Xcelsius). Using a flash-based dashboard provides a zero footprint solution for viewing critical data in real-time. The dashboard user would not need anything more than flash player to view the data. This type of data visualization is very attractive to high level decision makers in the enterprise. Background Information This How-To guide provides a step-by-step instruction of how to build a dashboard that manipulates data stored in BPC_NW. The guide provides details about installing the required components, such as the SAP BusinessObjects EPM Connector and SAP BusinessObjects Extended Analytics. You will then start by building a simple dashboard which reads data from BPC_NW and presents it in a grid. You will then enhance this dashboard, by adding combo box selectors for dimension members, adding write back functionality, and finally, modifying the dashboard to incorporate sliders to change the values. Prerequisites Required/recommended expertise or prior knowledge SAP BusinessObjects Planning and Consolidation 7.5, version for SAP NetWeaver, SAP Crystal Dashboard Design (Formerly Xcelsius Enterprise 2008) Additional Documentation Other EPM How-To Guides +How-to+Guides 2011 SAP AG 3

4 Step-by-Step Procedure Installation The following software is required to complete this How-To Guide. This software is required to build the dashboard only. For simply running and viewing the dashboard, only Flash Player is required. All software (except for the Microsoft Visual C++ component) can be downloaded from the SAP Service Marketplace. It is suggested to always apply the latest support package for each software component. 1) SAP BusinessObjects Extended Analytics 7.5 SP5 or higher 2) SAP Crystal Dashboard Design(formerly Xcelsius Enterprise 2008) SP3 or higher including hotfixes 3) SAP BusinessObjects EPM Connector 7.5, add-in for Xcelsius 4) SAP BusinessObjects Planning and Consolidation 7.5 Client 5) SAP BusinessObjects Planning and Consolidation 7.5 ODBO Client 6) Microsoft Visual C SP1 Redistributable Package(x86) 7) SAP BPCDataGrid component, add-in for Xcelsius The step-by-step instructions of how to install these components is outlined in the BPC 7.5 Master Guide found on the SAP Service Marketplace &_OBJECT= E Additional information can be found in the EPM Connector User Guide on the Service Marketplace SAP AG 4

5 ... Build a Simple Dashboard In this section, you will build a dashboard which will retrieve BPC data at runtime and show this data via the BPC Data Grid. First you will use the Extended Analytics Analyzer plug-in to build your report definition. Next, you will create your dashboard layout and bind the user interface components to the report cells. Finally, you will use the EPM Connector plug-in to setup a connection to BPC which can be used to dynamically refresh the report at runtime. 1. Open SAP Crystal Dashboard Design(Xcelsius) and click on the Analyzer tab within the Excel sheet. 2. Click the Edit Report button SAP AG 5

6 3. Click the Add New button to create a new connection. 4. Select the SAP BusinessObjects Planning and Consolidation OLAP Data Source. Then click Connect SAP AG 6

7 5. Enter the BPC server name. Include both the host name as well as the port(<hostname>:<port>). Also, enter the BPC user and password. This is the same user and password that you would used to connect to BPC via the BPC Excel Client. Click Next. 6. Select the AppSet and click Finish SAP AG 7

8 7. Select the Application (or Cube). In this case, PLANNING. 8. Next, supply a meaningful name for this connection and click Ok SAP AG 8

9 9. Select the newly created connection, and click Ok. 10. The Report Manager dialog will then be launched. Here you can configure the report output SAP AG 9

10 11. Drag and drop the P_ACCT.H1 node from the cube dimensions box into the Row box. 12. Drag and drop the TIME.H1 node from the cube dimensions box into the Column box SAP AG 10

11 13. Drag and drop all remaining dimensions from the cube dimensions into the Page Header box. 14. Double click on the Time.TIME.H1 in the Column box SAP AG 11

12 15. Select the members as shown below. Select the members by clicking the checkboxes, then clicking the Right-Arrow key to move the selections into the selected members box. Then click Ok. 16. Double click on the P_ACCT.P_ACCT.H1 in the Column box SAP AG 12

13 17. Select the members as shown below. Select the members by clicking the checkboxes, then clicking the Right-Arrow key to move the selections into the selected members box. Then click Ok. 18. Double click on the Category.CATEGORY.H1 in the Page Header box SAP AG 13

14 19. Select ACTUAL and click Ok. 20. Double click P_Activity.P_ACTIVITY.H1 in the Page Header box SAP AG 14

15 21. Select Line, and click Ok. 22. Double click on P_CC.P_CC.H1 in the Page Header box SAP AG 15

16 23. Select US, and click Ok. 24. Double click on P_DataSrc.P_DATASRC.H1 in the Page Header Box SAP AG 16

17 25. Select UPLOAD and click Ok. 26. Double click RptCurrency.RPTCURRENCY.H1 in the Page Header box SAP AG 17

18 27. Select LC, and click Ok. 28. Next, click Ok from the Report Manager dialog SAP AG 18

19 29. The report is then generated in the excel spreadsheet. The values were retrieved from the BPC system and statically stored in the excel sheet. Later, we will remove these values from the sheet, and get the values from the BPC system dynamically at runtime. 30. Next, you will begin to build the layout of the dashboard. Drag and drop the BPC Data Grid component from the components section on the left into the layout editor SAP AG 19

20 31. You will notice the grid is then dropped into the editor, and the component property sheet is show on the right side of the screen. Next you will use this property sheet to configure the grid and bind it to the data in the excel sheet. 32. Click the button next to the input field for Header Data SAP AG 20

21 33. Select the range of cells as shown in the image below and click Ok. 34. The columns of the grid have been configured based on the previous step. Next change the alignment of each column, except for the first one, to right alignment SAP AG 21

22 35. Next click on the button next to the input field for Detail Data. 36. Select the range of cells as shown below and click Ok SAP AG 22

23 37. Check the checkbox for Hide Empty Rows. 38. Click the button next to the input field for Selected Row SAP AG 23

24 39. Select the range of cells as shown below. Here you are binding this property to an empty row in the excel sheet. When a row is selected in the grid at runtime, the values of that row will be placed in this range of the excel sheet. 40. The final configuration of the BPC Data Grid should appear as shown below SAP AG 24

25 41. The grid in the layout editor should now appear as shown below. 42. Next, drag and drop a Line Chart into the layout editor. 43. Click the button next to the input field for Subtitle SAP AG 25

26 44. Select the cell as shown in the image below and click Ok. Remember this cell will be filled with the selected row value of column 1 from the BPC Data Grid. 45. Enter the X and Y axis labels as shown below. 46. Under the Data section. Click the button next to the input field for By Range SAP AG 26

27 47. Select the range of cells as shown below. Again, these cells will be filled at runtime when a row is selected in the BPC Data Grid. These values will then be plotted on the Line Cart. 48. The layout editor should now look like this SAP AG 27

28 49. The layout of the model is now finished. Next, you will add a new connection using the EPM Connector. This connection will allow you to retrieve data from BPC at runtime, instead of getting the values statically from the excel sheet. First, delete the values in the range of cells as show in the image below. 50. In the appropriate cell, enter the command =GetReportDefinition() and hit enter. This command retrieves the XML based definition of the Analyzer report and puts it in this cell. Later you will bind a property of the EPM connector to this cell. 51. From the main menu, click Data, then Connections SAP AG 28

29 52. The Data Manager dialog box will then appear. Click the Add button. Then select EPM Connector. 53. Give a meaningful name for this connection SAP AG 29

30 54. Next choose the EPM Application which you want to connect to. In this case, select Planning and Consolidation, version for SAP NetWeaver. 55. Next, enter the host name of the BPC web server. Enter both the host name and port. Then click Connect. 56. For the Operation Type, select Retrieve data using Analyzer report SAP AG 30

31 57. At this point, you may be required to enter your BPC user name and password. Enter the user name(including domain) and password and click Ok. You are connected when you see the Data Source field filled in as shown below. 58. Click the button next to the input field for Report Definition Cell. 59. Select the cell where the Analyzer report definition resides and click Ok SAP AG 31

32 60. The finished connection configuration should now look like this. Notice that the cell range for the output has automatically been configured based on the Analyzer report definition. Click Close. 61. Drag and drop a Connection Refresh Button from the components list into the layout editor as shown below SAP AG 32

33 62. Configure the refresh button, by checking the connection in the refresh button property sheet. 63. The model is now complete. You can test it out by clicking the Preview button. 64. Once the dashboard is loaded, click the Refresh button SAP AG 33

34 65. You will then be asked to enter the BPC user name and password. Then click Ok. 66. The live data will then be loaded into the dashboard. Select a line of the BPC Data Grid, and notice that the Line Chart changes SAP AG 34

35 Enhance the Dashboard by Using Selectors In this section, we will enhance the model which you build in the previous section. You will add a combo box selector to select the Category dimension member, which will change the report selection dynamically at runtime, and retrieving a different slice of data from the backend server. Again, continue to use the previous model in this section. 1. First, add the word Category to the excel sheet at cell A15. This is just a label so that you can know where the dimension member values will be stored in the excel sheet. 2. From the main menu, click Data, then Connections. 3. Next, click Add, then EPM Connector SAP AG 35

36 4. Give the new connection a meaningful name like readcategorymembers. 5. For the EPM Application, choose Planning and Consolidation, version for SAP NetWeaver. 6. Enter the host name, and click Connect SAP AG 36

37 7. For Operation Type, choose Display Dimension Members. 8. You will know that a connection has been made when the Data Source field is filled in. Also, defaults for Application Set and Application will be filled as well. Change the Application Set to APSHELL_HTG and the Application to PLANNING. 9. Next select the dimension that you want the members for, in this case, it is the Category dimension. First, click the Select a Member button. Then open the CATEGORY node and select [CATEGORY].[PARENTH1]. Simply click out of this dialog to close it after the selection. 10. The selection should now show in the Dimension Member box SAP AG 37

38 11. Next, click the icon next to the input field for Insert In. 12. Select the cell range as shown below. This range will contain the member values for the Category dimension. Make sure to use two columns here. 13. The cell range selection should now show in the Insert In input field. 14. Next, close the Data Manager dialog SAP AG 38

39 15. Next, you will add a Selector UI component which will allow you to switch member selection for the CATEGORY dimension. Drag and drop the Combo Box UI component into the model layout editor. 16. In the property sheet for the Combo Box, add the labels by clicking the icon next to the input field for Labels. 17. Select only the cell range as shown below. Note: only Column A is selected here SAP AG 39

40 18. Add Category to the Data Insertion box, by simply typing into the Name box. Also, select Row as the Insertion Type. 19. Next, click the icon next to the input field for Source Data. 20. Select the cell range as shown below. Note: both Columns A and B are selected here. 21. Click the icon next to the input field for Destination 2011 SAP AG 40

41 22. Select the cell range as shown below. Here you are saying that you want the selection of the Combo Box to overwrite the value here in the spreadsheet. This value is used in the EA Analyzer report to select data. 23. Click Yes. 24. The selection should now appear in the Destination box. 25. Click on the Refresh button in the layout editor SAP AG 41

42 26. From the property sheet, click on the General tab. Check the checkbox next to readcategorymembers. Now when the Refresh button is pressed, it will trigger both connections. 27. Click on the Combo Box component in the layout editor. 28. From the property sheet, click the Behavior tab, and click the icon next to the input field for Item SAP AG 42

43 29. Select the cell range as shown below. Here you are setting the default value of the Combo Box selection to the hardcoded Category value of the report. 30. The selection should then show in the input field. 31. The model is now complete. You can test it out by clicking the Preview button SAP AG 43

44 32. Click the Refresh button. Enter the user name and password, then click Ok. 33. The data is then populated, and the selected Category is filled in the Combo Box as well. 34. Next, click the Combo Box, and change to the PLAN category, then click Refresh. Notice that new data has been populated in the grid based on the Category selection SAP AG 44

45 Add Write Back Functionality In this section, you will enhance the model further by adding write back functionality. Once again, you will use an EPM Connector connection to write back data from the BPCDataGrid component to the backend server. 1. Click on the BPCDataGrid component. 2. From the property sheet, change the Editable values for the 2008.JAN, 2008.FEB, and 2008.MAR columns to True. This will allow you to change the value in the grid. 3. Add the words WriteBack Results to the excel sheet at cell C15. This is just a label so that you can know where the write back result values will be stored in the excel sheet SAP AG 45

46 4. From the main menu, click Data, then Connections. 5. Next, click Add, then EPM Connector. 6. Give the new connection a meaningful name like writedata SAP AG 46

47 7. For the EPM Application, choose Planning and Consolidation, version for SAP NetWeaver. 8. Enter the host name, and click Connect. 9. For Operation Type, choose Enter and Save Data using Analyzer Report. 10. Click the icon next to the input field for Report Definition Cell SAP AG 47

48 11. Select the cell where you typed =GetReportDefinition() earlier and click Ok. 12. The selection should now appear in the input box. 13. Click the icon next to the input field for Insert In. 14. Select the cells as shown below and click Ok. These three cells will be filled with the number of cells submitted, accepted, and rejected, in that order SAP AG 48

49 15. Next, click the icon next to the input field for Message In. 16. Select the cell as shown below. The cell will be filled with any messages from the EPM Connector connectio 17. Click Close SAP AG 49

50 18. Drag and drop a Label component to the layout editor. 19. Enter the label text as Submitted. 20. Repeat steps 18 and 19 for labels, Accepted, Rejected and Message. The layout should now look as shown below SAP AG 50

51 21. Next, drap and drop an Input Text component into the layout, next to the Submitted Label. 22. From the properties sheet, click the radiobutton for Link to Cell, then click on the icon next to the input field. 23. Select the cell as shown below. Remember this value is filled by the writedata EPM Connector connection. Click Ok. 24. Again, drap and drop an Input Text component into the layout, next to the Accepted Label SAP AG 51

52 25. From the properties sheet, click the radiobutton for Link to Cell, then click on the icon next to the input field. 26. Select the cell as shown below. Remember this value is filled by the writedata EPM Connector connection. Click Ok. 27. Again, drap and drop an Input Text component into the layout, next to the Rejected Label. 28. From the properties sheet, click the radiobutton for Link to Cell, then click on the icon next to the input field SAP AG 52

53 29. Select the cell as shown below. Remember this value is filled by the writedata EPM Connector connection. Click Ok. 30. Again, drap and drop an Input Text component into the layout, next to the Message Label. Extend this field a bit to accomodate a longer message. 31. From the properties sheet, click the radiobutton for Link to Cell, then click on the icon next to the input field SAP AG 53

54 32. Select the cell as shown below. Remember this value is filled by the writedata EPM Connector connection. Click Ok. 33. Drag and drop a Connection Refresh Button component into the layout as shown below SAP AG 54

55 34. From the property sheet, change the label of the button to Save. Then click the checkbox next to the writedata connection. 35. The model is now complete. You can test it out by clicking the Preview button SAP AG 55

56 36. Click the Refresh button. Enter the user name and password, then click Ok. 37. Change some values in the grid, in this case, we have changed the values in the second row SAP AG 56

57 38. Finally, click the Save button. The connection will then pass the data from the grid to the backend, and display the response as shown in the image below. Note that the the number of submitted cells is 9. Even though we only changed 3 cells, all cells are send back via the write back connection. Add Slider Components to Change Values In this section, you will add slider UI components which will change the values in the grid. There will be one slider for every cell within the grid. Each account will have a separate tab containing the slider for each month. Again, continue using the model which you have been working with throughout this guide. 1. First, adjust the line chart to handle multple accounts. Remove the binding for the Subtitle field, by clicking on the icon next to the input field. 2. Now, clear the binding and click Ok SAP AG 57

58 3. Next, change the Data section to insert By Series. 4. Create a series called CE binding the Name property to the correct cell of the report. Click the icon next to the input field. 5. Bind to the A8 cell in the report. This should be the cell containing the account CE Bind the Values(Y) property to the detail data for the CE by clicking the button next to the input field as shown in the image below SAP AG 58

59 7. Select the range of cells as shown in the image below, then click Ok. 8. Create another Series by clicking on the + sign. 9. Repeat steps 4 through 7 for the other two accounts, CE and CE , binding to the appropriate cells in the report. The final configuration for these accounts should be similar to the below images. 10. Next, add a tab container to the layout by selecting it from the components list and dragging and dropping it into the layout editor SAP AG 59

60 11. Resize the Tab container so that extends to the bottom of the grid on the left side of the screen. 12. Click anywhere inside of the tab container, so that that individual tab is selected, and the property sheet is shown at the right side of the screen. 13. Enter the value CE as the label SAP AG 60

61 14. Next add another tab by clicking on the + sign. 15. Enter CE , and click Ok. 16. Add one final tab called CE by clicking on the + sign. 17. Enter CE004030, and click Ok. 18. Next, click on the CE tab from within the layout editor. Make sure that the Tab Set 1 is selected and is being show in the property sheet window on the right side of the screen SAP AG 61

62 19. Next, click in the body of this tab. Make sure that the Canvas 1 is showing in the property sheet window on the right side of the screen. 20. Next you will add UI components within this canvas within this tab, the CE tab. Select and drag and drop the Vertical Slider component into the layout editor as shown below SAP AG 62

63 21. Resize the slider as desired, but make sure to leave room at the top for the label, and to the right side for the other two sliders you will add next. 22. From the property sheet of the slider, first set the Title as 2008.JAN by binding this property to the appropriate cell(b7) of the excel spreadsheet. Also, bind the Data property to the specific cell of the report, cell B8. Finally, set the max limit to SAP AG 63

64 23. Create another slider, by selecting the first slider in the layout editor, and right-clicking on it. Then choose, Copy. 24. Right click inside this canvas, and choose Paste SAP AG 64

65 25. An exact copy has been inserted into the layout editor. 26. Modify this slider component to manipulate the data for 2008.FEB for the CE account. Bind the Title and Data properties to the appropriate cells of the report, C7 and C8 respectively SAP AG 65

66 27. Repeat steps 23 through 26 once again for the last slider in this tab. Modify this slider to manipulate the data for 2008.MAR for the CE account. Bind the Title and Data properties to the appropriate cells of the report, cells D7 and D8 respectively. 28. The configuration of the first account tab is complete. Next, we will copy the sliders from the first tab into the second account tab. Select all three sliders by holding down CTRL and clicking each slider in the layout, then right click and choose Copy SAP AG 66

67 29. Next click the CE tab at the top. Make sure that Tab Set 1 is showing in the property sheet window on the right. 30. Then click in the canvas of this tab. Make sure that Canvas 2 is showing in the property sheet window on the right. 31. Right-click and choose Paste. You should now see the three sliders showing in the CE tab. But these sliders are still configured to point to the CE account from the first tab. You must now re-configure them for CE SAP AG 67

68 32. Click on the first slider component. Modify the Data property to point to the appropriate cell for account CE and 2008.JAN, cell B Click on the second slider component. Modify the Data property to point to the appropriate cell for account CE and 2008.FEB, cell C SAP AG 68

69 34. Click on the third slider component. Modify the Data property to point to the appropriate cell for account CE and 2008.MAR, cell D Repeat steps 28 through 34 for the third tab, account CE Make sure to bind the Data property of each slider to the appropriate cell for the CE account within the report, cells B10, C10, and D10. For example, the last slider for 2008.MAR on the third tab( account CE ) should be configured as shown below SAP AG 69

70 36. The final layout should be similar to the image below. 37. The model is now complete. You can test it out by clicking the Preview button SAP AG 70

71 38. Click the Refresh button to refresh the data from the server. Enter the user name and password, then click Ok. 39. The data is then shown in the line chart, the grid, and the slider components as well. Click through each of the tabs in the tab strip. Notice that each slider represents a different cell within the grid component. You can adjust the value in the grid, simply by sliding the slider component up or down. Of course, after adjusting the values using the sliders, you can also write these values back simply by clicking the Save button SAP AG 71

72 40. Finally, export the model to a Flash file by selecting File, Export, Flash(SWF). 41. Choose a destination and enter the file name and click Save SAP AG 72

73 42. You can then simply send this SWF to a distribution list. The consumers only need to have a value BPC user name and password. They are not required to have the BPC client installed, nor do they require Extended Analytics Analyzer, nor Xcelsius. They simply need to have the flash player installed on their local machine SAP AG 73

74 Related Content For more information, visit the Enterprise Performance Management homepage SAP AG 74

75 Copyright Copyright 2011 SAP AG. 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. Microsoft, Windows, Excel, Outlook, and PowerPoint 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, System z9, z10, z9, iseries, pseries, xseries, zseries, eserver, z/vm, z/os, i5/os, S/390, OS/390, OS/400, AS/400, S/390 Parallel Enterprise Server, PowerVM, Power Architecture, POWER6+, POWER6, POWER5+, POWER5, POWER, OpenPower, PowerPC, BatchPipes, BladeCenter, System Storage, GPFS, HACMP, RETAIN, DB2 Connect, RACF, Redbooks, OS/2, Parallel Sysplex, MVS/ESA, AIX, Intelligent Miner, WebSphere, Netfinity, Tivoli and Informix are trademarks or registered trademarks of IBM Corporation. Linux is the registered trademark of Linus Torvalds in the U.S. and other countries. Adobe, the Adobe logo, Acrobat, PostScript, and Reader are either trademarks or registered trademarks of Adobe Systems Incorporated in the United States and/or other countries. Oracle is a registered trademark of Oracle Corporation. 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. Java is a registered trademark of Sun Microsystems, Inc. JavaScript is a registered trademark of Sun Microsystems, Inc., used under license for technology invented and implemented by Netscape. SAP, R/3, SAP NetWeaver, Duet, PartnerEdge, ByDesign, SAP Business ByDesign, 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 S.A. in the United States and in other countries. Business Objects 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 SAP AG 75

How To Use the BPC Mass User Management Tool in BPC 10.0 NW

How To Use the BPC Mass User Management Tool in BPC 10.0 NW How To Use the BPC Mass User Management Tool in BPC 10.0 NW Applies to: SAP BusinessObjects Planning & Consolidation 10.0, version for SAP NetWeaver. For more information, visit the Enterprise Performance

More information

SAP Master Data Governance- Hiding fields in the change request User Interface

SAP Master Data Governance- Hiding fields in the change request User Interface SAP Master Data Governance- Hiding fields in the change request User Interface Applies to: ERP 6 Ehp 5 SAP Master Data Governance. For more information, visit the Master Data Management homepage. Summary

More information

Table of Contents. How to Find Database Index usage per ABAP Report and Creating an Index

Table of Contents. How to Find Database Index usage per ABAP Report and Creating an Index How to Find Database Index usage per ABAP Report and Creating an Index Applies to: SAP NETWEAVER WEB AS ABAP. For more information, visit the ABAP homepage Summary The aim of this article is to show how

More information

Process Archiving using NetWeaver Business Process Management

Process Archiving using NetWeaver Business Process Management Process Archiving using NetWeaver Business Process Management Applies to: NetWeaver Composition Environment 7.2, 7.3. For more information, visit the Business Process Modeling homepage. Summary This document

More information

R/3 and J2EE Setup for Digital Signature on Form 16 in HR Systems

R/3 and J2EE Setup for Digital Signature on Form 16 in HR Systems R/3 and J2EE Setup for Digital Signature on Form 16 in HR Systems Agenda 1. R/3 - Setup 1.1. Transaction code STRUST 1.2. Transaction code SM59 2. J2EE - Setup 2.1. Key Storage 2.2. Security Provider 2.3.

More information

Understanding HR Schema and PCR with an Example

Understanding HR Schema and PCR with an Example Understanding HR Schema and PCR with an Example Applies to: SAP ECC 6.0 version, SAP HCM module. For more information, visit the Enterprise Resource Planning homepage. Summary This document will provide

More information

Budget Control by Cost Center

Budget Control by Cost Center SAP Business One Budget Control by Cost Center Ecosystem & Channels Readiness July 2011 Allows a precise follow up of costs booked using the cost accounting dimensions functionality as introduced in SAP

More information

Third Party Digital Asset Management Integration

Third Party Digital Asset Management Integration Third Party Digital Asset Management Integration Objectives At the end of this unit, you will be able to: Assign Digital Assets to CRM Objects Work with the Where-Used List Describe the necessary customizing

More information

Business One in Action - How can we post bank fees and charges while posting Incoming or Outgoing Payment transactions?

Business One in Action - How can we post bank fees and charges while posting Incoming or Outgoing Payment transactions? Business One in Action - How can we post bank fees and charges while posting Incoming or Outgoing Payment transactions? Applies to: SAP Business One, Accounting, Banking and Reconciliation Summary: This

More information

Maintaining Different Addresses and Email Ids for a Business Partner via CRM Web UI

Maintaining Different Addresses and Email Ids for a Business Partner via CRM Web UI Maintaining Different Addresses and Email Ids for a Business Partner via CRM Web UI Applies to: CRM 7.0 SP09. For more information, visit the Customer Relationship Management homepage. Summary This article

More information

K in Identify the differences between the universe design tool and the information design tool

K in Identify the differences between the universe design tool and the information design tool K in Identify the differences between the universe design tool and the information design tool The information design tool is a new modeling tool for the semantic layer that enables you to manipulate metadata

More information

How to Create a Support Message in SAP Service Marketplace

How to Create a Support Message in SAP Service Marketplace How to Create a Support Message in SAP Service Marketplace Summary This document explains how to create a message (incident) on the SAP Service Marketplace. It is assumed that the customer has never logged

More information

Enterprise Software - Applications, Technologies and Programming

Enterprise Software - Applications, Technologies and Programming Enterprise Software - Applications, Technologies and Programming Dr. Uwe Kubach, Dr. Gregor Hackenbroich, Dr. Ralf Ackermann SAP Research 2010 SAP AG. All rights reserved. / Page 1 Abstract This lecture

More information

SAPFIN. Overview of SAP ERP Financials COURSE OUTLINE. Course Version: 15 Course Duration: 2 Day(s)

SAPFIN. Overview of SAP ERP Financials COURSE OUTLINE. Course Version: 15 Course Duration: 2 Day(s) SAPFIN Overview of SAP ERP Financials. 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 be reproduced

More information

How To Use the ESR Eclipse Tool with the Enterprise Service Repository

How To Use the ESR Eclipse Tool with the Enterprise Service Repository How To Use the ESR Eclipse Tool with the Enterprise Service Repository Applies to: SAP NetWeaver Process Orchestration 7.31 SP2 SAP NetWeaver Process Integration PI 7.31 SP2 Summary With PI 7.31 SP2, an

More information

Integrating Easy Document Management System in SAP DMS

Integrating Easy Document Management System in SAP DMS Integrating Easy Document Management System in SAP DMS Applies to: SAP Easy Document Management System Version 6.0 SP12. For more information, visit the Product Lifecycle Management homepage. Summary This

More information

Portfolio and Project Management 5.0: Excel Integration for Financial and Capacity Planning

Portfolio and Project Management 5.0: Excel Integration for Financial and Capacity Planning Portfolio and Project Management 5.0: Excel Integration for Financial and Capacity Planning Applies to: Portfolio and Project Management 5.0 Summary Financial and Capacity planning for item, initiative

More information

How to Schedule Report Execution and Mailing

How to Schedule Report Execution and Mailing How To Guide SAP Business One Document Version: 1.0 2012-09-02 Applicable Releases: SAP Business One 8.81 PL10 and higher, SAP Business One 8.82 Typographic Conventions Type Style Example Description Words

More information

Integration of SAP Netweaver User Management with LDAP

Integration of SAP Netweaver User Management with LDAP Integration of SAP Netweaver User Management with LDAP Applies to: SAP Netweaver 7.0/7.1 Microsoft Active Directory 2003 Summary The document describes the detailed steps of configuring the integration

More information

HR400 SAP ERP HCM Payroll Configuration

HR400 SAP ERP HCM Payroll Configuration HR400 SAP ERP HCM Payroll Configuration. 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

AC200. Basics of Customizing for Financial Accounting: General Ledger, Accounts Receivable, Accounts Payable COURSE OUTLINE

AC200. Basics of Customizing for Financial Accounting: General Ledger, Accounts Receivable, Accounts Payable COURSE OUTLINE AC200 Basics of Customizing for Financial Accounting: General Ledger, Accounts Receivable, Accounts Payable. COURSE OUTLINE Course Version: 15 Course Duration: 5 Day(s) SAP Copyrights and Trademarks 2015

More information

Integration of Universal Worklist into Microsoft Office SharePoint

Integration of Universal Worklist into Microsoft Office SharePoint Integration of Universal Worklist into Microsoft Office SharePoint Applies to: SAP NetWeaver Portal 7.01 SP3 Microsoft Office SharePoint 2007 For more information, visit the Portal and Collaboration homepage.

More information

SAP NetWeaver BRM 7.3

SAP NetWeaver BRM 7.3 SAP NetWeaver BRM 7.3 New Features Overview Arti Gopalan Solution Specialist SAP NetWeaver BRM NetWeaver Orchestration SAP Labs India Agenda Technical Components of NW BRM Rules Composer Rules Manager

More information

Secure MobiLink Synchronization using Microsoft IIS and the MobiLink Redirector

Secure MobiLink Synchronization using Microsoft IIS and the MobiLink Redirector Secure MobiLink Synchronization using Microsoft IIS and the MobiLink Redirector A whitepaper from ianywhere Author: Joshua Savill, Product Manager This whitepaper was written in the context of SQL Anywhere

More information

Data Archiving in CRM: a Brief Overview

Data Archiving in CRM: a Brief Overview Data Archiving in CRM: a Brief Overview Applies to: Developing Archiving Solutions in SAP CRM technology. For more information, visit the Customer Relationship Management homepage. Summary This document

More information

UI Framework Simple Search in CRM WebClient based on NetWeaver Enterprise Search (ABAP) SAP Enhancement Package 1 for SAP CRM 7.0

UI Framework Simple Search in CRM WebClient based on NetWeaver Enterprise Search (ABAP) SAP Enhancement Package 1 for SAP CRM 7.0 UI Framework Simple Search in CRM WebClient based on NetWeaver Enterprise Search (ABAP) SAP Enhancement Package 1 for SAP CRM 7.0 1 Objectives At the end of this unit, you will be able to: Use the new

More information

NetWeaver Business Client (NWBC) for Incentives and Commissions Management (ICM)

NetWeaver Business Client (NWBC) for Incentives and Commissions Management (ICM) NetWeaver Business Client (NWBC) for Incentives and Commissions Management (ICM) Applies to: Enhancement Pack 5 (Ehp5), EA-APPL, Incentives and Commissions Management (FS-ICM). Summary This article discusses

More information

UI Framework Task Based User Interface. SAP Enhancement Package 1 for SAP CRM 7.0

UI Framework Task Based User Interface. SAP Enhancement Package 1 for SAP CRM 7.0 UI Framework Task Based User Interface SAP Enhancement Package 1 for SAP CRM 7.0 1 Agenda 1. Overview 2. Task Based User Interface 3. Further Information SAP 2009 / Page 2 2 Objectives of the Presentation

More information

Alert Notification in SAP Supply Network Collaboration. SNC Extension Guide

Alert Notification in SAP Supply Network Collaboration. SNC Extension Guide Alert Notification in SAP Supply Network Collaboration SNC Extension Guide Version: 1.2 Date 08.02.2010 1 The SNC Extension Guide is a collection of tips and tricks on how to extend SAP Supply Network

More information

TM111. ERP Integration for Order Management (Shipper Specific) COURSE OUTLINE. Course Version: 15 Course Duration: 2 Day(s)

TM111. ERP Integration for Order Management (Shipper Specific) COURSE OUTLINE. Course Version: 15 Course Duration: 2 Day(s) TM111 ERP Integration for Order Management (Shipper Specific). COURSE OUTLINE Course Version: 15 Course Duration: 2 Day(s) SAP Copyrights and Trademarks 2014 SAP SE. All rights reserved. No part of this

More information

BW Workspaces Use Cases

BW Workspaces Use Cases BW Workspaces Use Cases Applies to SAP NetWeaver Business Warehouse 7.30 (BW7.30) SP05 and SAP NetWeaver Business Warehouse Accelerator 7.20 (BWA7.20)/HANA 1.0 running as a database for SAP NetWeaver BW

More information

USDL XG WP3 SAP use case. Kay Kadner

USDL XG WP3 SAP use case. Kay Kadner XG WP3 SAP use case Kay Kadner Customer Marketplace Company B Runtime Company D Innovation & Community Community Company A Repository Company C Repository Provider Provider 2 Integrated Demonstrator -

More information

Log Analysis Tool for SAP NetWeaver AS Java

Log Analysis Tool for SAP NetWeaver AS Java Log Analysis Tool for SAP NetWeaver AS Java Applies to: SAP NetWeaver 6.40, 7.0x, 7.1x, 7.20 and higher Summary Log Analysis is an SAP tool for analyzing list formatted logs and traces in Application Server

More information

How-to-Guide: Middleware Settings for Download of IPC Configuration (KB) Data from R/3 to CRM System

How-to-Guide: Middleware Settings for Download of IPC Configuration (KB) Data from R/3 to CRM System How-to-Guide: Middleware Settings for Download of IPC Configuration (KB) Data from R/3 to CRM System Applies to: The IPC (Internet Pricing and Configurator). For more information, visit the Customer Relationship

More information

Business Requirements... 3 Analytics... 3 Typical Use Cases... 8 Related Content... 9 Copyright... 10

Business Requirements... 3 Analytics... 3 Typical Use Cases... 8 Related Content... 9 Copyright... 10 SAP BW Data Mining Analytics: Process Reporting Applies to: SAP BW Data Mining. For more information, visit the Analytics homepage. Summary SAP BW Data Mining serves as a process design platform for a

More information

ERP Quotation and Sales Order in CRM WebClient UI Detailed View. SAP Enhancement Package 1 for SAP CRM 7.0 CRM Sales - SFA

ERP Quotation and Sales Order in CRM WebClient UI Detailed View. SAP Enhancement Package 1 for SAP CRM 7.0 CRM Sales - SFA ERP Quotation and Sales Order in CRM WebClient UI Detailed View SAP Enhancement Package 1 for SAP CRM 7.0 CRM Sales - SFA ERP Quote, Order, Quantity Contract in CRM WebClient UI Recognizing that many SAP

More information

User Experience in Custom Apps

User Experience in Custom Apps User Experience in Custom Apps p o w e r e d b y t h e S A P M o b i l e P l a t f o r m S e a n L o n g U X A r c h i t e c t M a n u e l S a e z - D i r e c t o r M o b i l e I n n o v a t i o n C e

More information

SAP Sustainability Solutions: Achieving Customer Strategies

SAP Sustainability Solutions: Achieving Customer Strategies SAP Sustainability Solutions: Achieving Customer Strategies BALAMURUGAN KALIA Vice President, Strategic Business Development SAP SEE YOUR WAY CLEAR Strategies for Success in the New Reality Pop Quiz? SAP

More information

Sample Universe on Microsoft OLAP Cube

Sample Universe on Microsoft OLAP Cube Sample Universe on Microsoft OLAP Cube Applies to: SAP BusinessObjects XI4, the information design tool and Microsoft Analysis Services 2005 & 2008. For more information, visit the Business Objects homepage.

More information

UI Framework Logo exchange without skin copy. SAP Enhancement Package 1 for SAP CRM 7.0

UI Framework Logo exchange without skin copy. SAP Enhancement Package 1 for SAP CRM 7.0 UI Framework Logo exchange without skin copy SAP Enhancement Package 1 for SAP CRM 7.0 1 Objectives At the end of this unit, you will be able to: Change the logo within CRM 7.0 WebClient UI Add a logo

More information

Creating New Dashboard Packages for SAP Business One 8.8

Creating New Dashboard Packages for SAP Business One 8.8 Creating New Dashboard Packages for SAP Business One 8.8 Applies to: SAP Business One versions 8.8 PL12 or higher SAP Business One Integration Component (B1iC) SAP Business One Dashboard Packaging Wizard

More information

Sending Additional Files from SAP Netweaver PI to third Party System

Sending Additional Files from SAP Netweaver PI to third Party System Sending Additional Files from SAP Netweaver PI to third Party System Applies to: SAP Netweaver PI. Summary The document describes about a scenario where the requirement is to send multiple files from one

More information

Implementing SSO between the Enterprise Portal and the EPM Add-In

Implementing SSO between the Enterprise Portal and the EPM Add-In Implementing SSO between the Enterprise Portal and the EPM Add-In Applies to: SAP BusinessObjects Planning and Consolidation 10, version for SAP NetWeaver SP1 and higher EPM Add-In, SP3 and higher. For

More information

Configuring Single Sign-on for SAP HANA

Configuring Single Sign-on for SAP HANA Configuring Single Sign-on for SAP HANA Applies to: SAP BusinessObjects Business Intelligence platform 4.0 Feature Pack 3. For more information, visit the Business Objects homepage. Summary This document

More information

Data Source Enhancement Using User Exit

Data Source Enhancement Using User Exit Data Source Enhancement Using User Exit Applies to: Any SAP system from which data needs to be pulled into SAP BI system. Summary This document describes how to enhance a data source in the source system

More information

How to Add an Attribute to a Case, Record and a Document in NW Folder Management (ex-records Management)

How to Add an Attribute to a Case, Record and a Document in NW Folder Management (ex-records Management) How to Add an Attribute to a Case, Record and a Document in NW Folder Management (ex-records Management) Applies to: SAP Folder Management 2.4 & 3.0. For more information, visit the Enterprise Performance

More information

Installation Guide Customized Installation of SQL Server 2008 for an SAP System with SQL4SAP.VBS

Installation Guide Customized Installation of SQL Server 2008 for an SAP System with SQL4SAP.VBS Installation Guide Customized Installation of SQL Server 2008 for an SAP System with SQL4SAP.VBS Target Audience Technology Consultants System Administrators PUBLIC Document version: 1.00 09/16/2008 Document

More information

Single Sign-On between SAP Portal and SuccessFactors

Single Sign-On between SAP Portal and SuccessFactors Single Sign-On between SAP Portal and SuccessFactors Dimitar Mihaylov 7/1/2012 Contents 1. Overview... 3 2. Trust between SAP Portal 7.3 and SuccessFactors... 5 2.1. Initial configuration in SAP Portal

More information

SAP Business ByDesign Reference Systems. Scenario Outline. SAP ERP Integration Scenarios

SAP Business ByDesign Reference Systems. Scenario Outline. SAP ERP Integration Scenarios SAP Business ByDesign Reference Systems Scenario Outline SAP ERP Integration Scenarios Content Scenario Overview Business Scenarios in a Reference System Introduction Typical Usage Process Illustration

More information

Sales Planning Detailed View. SAP Enhancement Package 1 for SAP CRM 7.0 CRM Sales - SFA

Sales Planning Detailed View. SAP Enhancement Package 1 for SAP CRM 7.0 CRM Sales - SFA Sales Planning Detailed View SAP Enhancement Package 1 for SAP CRM 7.0 CRM Sales - SFA Table of Contents 1. Overview of Sales Planning 2. Key Features of Sales Planning 3. Architecture 4. Further Information

More information

SAP DSM/BRFPlus System Architecture Considerations

SAP DSM/BRFPlus System Architecture Considerations SAP DSM/BRFPlus System Architecture Considerations Applies to: SAP DSM and BRFPlus all releases. For more information, visit the SAP NetWeaver Decision Service Management Summary This document throws some

More information

Consume an External Web Service in a Nutshell with good old ABAP

Consume an External Web Service in a Nutshell with good old ABAP Consume an External Web Service in a Nutshell with good old ABAP Applies to: SAP_BASIS, Release 701, SP Level 8 Summary Have you ever tried to consume an external web service out of ABAP? This document

More information

If you have additional questions regarding these name changes, please contact your SAP Account Executive.

If you have additional questions regarding these name changes, please contact your SAP Account Executive. SAP BUSINESSOBJECTS BUSINESS INTELLIGENCE 4.0 RENAMING ANNOUNCEMENT In an effort to bring clarity around the BI solutions from SAP and use names that reflect the capabilities of our solutions, we have

More information

SAP Service Tools for Performance Analysis

SAP Service Tools for Performance Analysis SAP Service Tools for Performance Analysis Kerstin Knebusch Active Global Support Month 05, 2013 Public Performance Analysis Wait event based Focus on statements causing high load and / or high wait time

More information

Compliant, Business-Driven Identity Management using. SAP NetWeaver Identity Management and SBOP Access Control. February 2010

Compliant, Business-Driven Identity Management using. SAP NetWeaver Identity Management and SBOP Access Control. February 2010 Compliant, Business-Driven Identity Management using SAP NetWeaver Identity Management and SBOP Access Control February 2010 Disclaimer This presentation outlines our general product direction and should

More information

Accounts Receivable. SAP Best Practices

Accounts Receivable. SAP Best Practices Accounts Receivable SAP Best Practices Purpose, Benefits, and Key Steps Purpose This scenario deals with posting accounting data for customers in Accounts Receivable. Benefits The Accounts Receivable is

More information

Variable Exit in Sap BI 7.0 - How to Start

Variable Exit in Sap BI 7.0 - How to Start Variable Exit in Sap BI 7.0 - How to Start Applies to: This article is applicable to SAP BI 7.0. For more information, visit the Business Intelligence homepage. Summary This document provides an introduction

More information

OData in a Nutshell. August 2011 INTERNAL

OData in a Nutshell. August 2011 INTERNAL OData in a Nutshell August 2011 INTERNAL Objectives At the end of this module, you will be able to: Understand the OData Standard and how it works. Understand how OData uses the Atom Protocol. Understand

More information

SAP How-To Guide: Develop a Custom Master Data Object in SAP MDG (Master Data Governance)

SAP How-To Guide: Develop a Custom Master Data Object in SAP MDG (Master Data Governance) SAP How-To Guide: Develop a Custom Master Data Object in SAP MDG (Master Data Governance) Applies to: SAP Master Data Governance running on SAP ERP 6 EhP 6 Master Data Governance. The Guide can also be

More information

Xcelsius Dashboards on SAP NetWaver BW Implementation Best Practices

Xcelsius Dashboards on SAP NetWaver BW Implementation Best Practices Xcelsius Dashboards on SAP NetWaver BW Implementation Best Practices Patrice Le Bihan, SAP Intelligence Platform & NetWeaver RIG, Americas Dr. Gerd Schöffl, SAP Intelligence Platform & NetWeaver RIG, EMEA

More information

Duet Enterprise Add SAP ERP Reports and SAP BI Queries/Workbooks to Duet Enterprise Configuration

Duet Enterprise Add SAP ERP Reports and SAP BI Queries/Workbooks to Duet Enterprise Configuration Duet Enterprise Add SAP ERP Reports and SAP BI Queries/Workbooks to Duet Enterprise Configuration Applies to: Duet Enterprise 1.0, Feature Pack 1 for Duet Enterprise Summary This paper gives an overview

More information

Application Lifecycle Management

Application Lifecycle Management Application Lifecycle Management Best Practice Process Document ALM Process: ITSM - Incident Management Application Lifecycle Management Process ITSM Incident Management Problem Description: How to create,

More information

Intelligent Business Operations Chapter 1: Overview & Strategy

Intelligent Business Operations Chapter 1: Overview & Strategy Intelligent Business Operations Chapter 1: Overview & Strategy Legal Disclaimer The information in this presentation is confidential and proprietary to SAP and may not be disclosed without the permission

More information

Quick Guide EDI/IDoc Interfacing to SAP ECC from External System

Quick Guide EDI/IDoc Interfacing to SAP ECC from External System Quick Guide EDI/IDoc Interfacing to SAP ECC from External System Applies to: Up to ECC 6.0. For more information, visit the ABAP homepage. Summary IDoc Interface: EDI Application Scenario The application

More information

Project Governance The Role Of The Business Process Owner

Project Governance The Role Of The Business Process Owner Project Governance The Role Of The Business Process Owner Applies to: The Role of the Business Process Owner in Project Governance. For more information, visit the Organizational Change Management homepage.

More information

Download and Install Crystal Reports for Eclipse via the Eclipse Software Update Manager

Download and Install Crystal Reports for Eclipse via the Eclipse Software Update Manager Download and Install Crystal Reports for Eclipse via the Eclipse Software Update Manager Applies to: Crystal Reports for Eclipse version 2 Summary This document provides a step-by-step guide on how to

More information

Learning Series: SAP NetWeaver Process Orchestration, secure connectivity add-on 1c SFTP Adapter

Learning Series: SAP NetWeaver Process Orchestration, secure connectivity add-on 1c SFTP Adapter Learning Series: SAP NetWeaver Process Orchestration, secure connectivity add-on 1c SFTP Adapter Applies to: SAP NetWeaver Process Orchestration, Secure Connectivity Add-on 1.0 SP0 Summary This article

More information

SOP through Long Term Planning Transfer to LIS/PIS/Capacity. SAP Best Practices

SOP through Long Term Planning Transfer to LIS/PIS/Capacity. SAP Best Practices SOP through Long Term Planning Transfer to LIS/PIS/Capacity SAP Best Practices Purpose, Benefits, and Key Steps Purpose Check if the budgeted sales quantities can be produced, assess material requirements

More information

SAP Portfolio and Project Management

SAP Portfolio and Project Management SAP Portfolio and Project New Features and Functions in 5.0 Suite Solution, SAP AG November 2010 Legal Disclaimer This presentation outlines our general product direction and should not be relied on in

More information

How to Configure Access Control for Exchange using PowerShell Cmdlets A Step-by-Step guide

How to Configure Access Control for Exchange using PowerShell Cmdlets A Step-by-Step guide SAP How-to Guide Mobile Device Management SAP Afaria How to Configure Access Control for Exchange using PowerShell Cmdlets A Step-by-Step guide Applicable Releases: SAP Afaria 7 SP3 HotFix 06, SAP Afaria

More information

Fixed Asset in SAP Business One 9.0

Fixed Asset in SAP Business One 9.0 Fixed Asset in SAP Business One 9.0 Hilko Mueller, Solution Management,SAP AG May 2013 2013 SAP AG. All rights reserved. 1 Agenda Fixed Asset Overview Fixed Asset Setup Fixed Asset Application Product

More information

RUN BETTER Become a Best-Run Business with Remote Support Platform for SAP Business One

RUN BETTER Become a Best-Run Business with Remote Support Platform for SAP Business One RUN BETTER Become a Best-Run Business with Remote Support Platform for SAP Business One September 2013 Customer External Become a Best-Run Business with Remote Support Platform for SAP Business One Run

More information

Run SAP like a Factory

Run SAP like a Factory Run SAP like a Factory Best Practice Process Document ALM Process: Technical Operations Service Level Reporting Process Health Service Level Reporting ALM Process Technical Operations Process Health Service

More information

SAP Central Process Scheduling (CPS) 8.0 by Redwood

SAP Central Process Scheduling (CPS) 8.0 by Redwood SAP Central Process Scheduling (CPS) 8.0 by Redwood What s new in SAP CPS 8.0? November 2010 Agenda 1. SAP Central Process Scheduling by Redwood Architecture Overview 2. Enhanced User Interface 3. New

More information

Mass Maintenance of Procurement Data in SAP

Mass Maintenance of Procurement Data in SAP Mass Maintenance of Procurement Data in SAP Applies to: SAP ECC 5.0 & SAP ECC 6.0. For more information, visit the Enterprise Resource Planning homepage. Summary: This document helps the P2P consultants

More information

AP 7.00. Integration with BRFplus VERSION V1.00 22 APRIL 2011 - SAP AG

AP 7.00. Integration with BRFplus VERSION V1.00 22 APRIL 2011 - SAP AG AP 7.00 Integration with BRFplus VERSION V1.00 22 APRIL 2011 - SAP AG Table of Contents 1. Introduction... 3 1.1 Time based prices... 3 1.2 Usage of BRFplus... 3 1.3 About this document... 3 1.4 Target

More information

Finding the Leak Access Logging for Sensitive Data. SAP Product Management Security

Finding the Leak Access Logging for Sensitive Data. SAP Product Management Security Finding the Leak Access Logging for Sensitive Data SAP Product Management Security Disclaimer This document does not constitute a legally binding proposal, offer, quotation or bid on the part of SAP. SAP

More information

SAP Cloud Strategy - Timeless Software. Frank Stienhans on behalf of Kaj van de Loo SAP

SAP Cloud Strategy - Timeless Software. Frank Stienhans on behalf of Kaj van de Loo SAP SAP Strategy - Timeless Software Frank Stienhans on behalf of Kaj van de Loo SAP Decades-Long Relationships With the World s Largest Enterprises Trading Industries Consumer Industries Financial Process

More information

SAP HANA Cloud Integration Document Version: 1.0-2012-12-22. Template Guide for SAP Sales and Operations Planning

SAP HANA Cloud Integration Document Version: 1.0-2012-12-22. Template Guide for SAP Sales and Operations Planning SAP HANA Cloud Integration Document Version: 1.0-2012-12-22 Template Guide for SAP Sales and Operations Planning Table of Contents 1 About the templates....3 2 Sales and Operations Planning templates....5

More information

How to Implement Load Balancing on SAP BusinessObjects Planning and Consolidation, version for SAP NetWeaver

How to Implement Load Balancing on SAP BusinessObjects Planning and Consolidation, version for SAP NetWeaver SAP BusinessObjects EPM RIG How-To Guide Title: How to Implement Load Balancing on SAP BusinessObjects Planning and Consolidation, version for SAP NetWeaver Applies to: SAP BusinessObjects Planning and

More information

Query, Read, Create and Update CLOUD FOR CUSTOMER ODATA SERVICE QUERY, READ, CREATE AND UPDATE

Query, Read, Create and Update CLOUD FOR CUSTOMER ODATA SERVICE QUERY, READ, CREATE AND UPDATE ODATA SERVICE Query, Read, Create and Update CLOUD FOR CUSTOMER ODATA SERVICE QUERY, READ, CREATE AND UPDATE Version Date Completed Author Description/Comment 1.0 12-06-2014 Raghavendra Jadi, Unnati Hasija,

More information

Using User Exit for Variables in BEx Reporting

Using User Exit for Variables in BEx Reporting Using User Exit for Variables in BEx Reporting Applies to: SAP BI system & BEx. For more information, visit the Business Intelligence homepage. Summary To describe the process followed to use a user exit

More information

Next Generation Digital Banking with SAP

Next Generation Digital Banking with SAP Next Generation Digital Banking with SAP Thorsten Weinrich, Director Business Development, Banking, SAP EMEA October, 2014 Use this title slide only with an image Legal Disclaimer The information in this

More information

Ariba Network Integration to SAP ECC

Ariba Network Integration to SAP ECC Ariba Network Integration to SAP ECC Mark Willner Principal Technical Solutions Consultant Ariba an SAP Company» October 2014 ERP Materials Management Core Integration Scenario Ariba Collaborative Commerce,

More information

How To Configure MDM to Work with Oracle ASM-Based Products

How To Configure MDM to Work with Oracle ASM-Based Products SAP NetWeaver How-To Guide How To Configure MDM to Work with Oracle ASM-Based Products Applicable Releases: MDM 7.1 SP10 and later Version 1.0 June 2013 Copyright 2013 SAP AG. All rights reserved. No part

More information

BICS Connectivity for Web Intelligence in SAP BI 4.0. John Mrozek / AGS December 01, 2011

BICS Connectivity for Web Intelligence in SAP BI 4.0. John Mrozek / AGS December 01, 2011 BICS Connectivity for Web Intelligence in SAP BI 4.0 John Mrozek / AGS December 01, 2011 Introduction Business Intelligence Consumer Services connectivity for Web Intelligence in SAP BI 4.0 This presentation

More information

Configuring Distribution List in Compliant User Provisioning

Configuring Distribution List in Compliant User Provisioning Configuring Distribution List in Compliant User Provisioning Applies To: GRC Access Control Suite for 5.3 Summary: Configuration of Distribution List in Compliant User Provisioning will allow a group of

More information

LO Extraction Part 1: SD Application Short Overview

LO Extraction Part 1: SD Application Short Overview LO Extraction Part 1: SD Application Short Overview Applies to: SAP BI, NW2004s Business Intelligence, ABAP, BI. For more information, visit the EDW homepage. Summary This article explains about LO extraction

More information

SAP NetWeaver BPM Tutorial for Beginners: My Name and Age BPM Tutorial

SAP NetWeaver BPM Tutorial for Beginners: My Name and Age BPM Tutorial SAP NetWeaver BPM Tutorial for Beginners: My Name and Age BPM Tutorial Applies to: SAP NetWeaver Composition Environment 7.20 SAP Business Process Management/ SAP BPM. Summary SAP BPM-Tutorial for Beginners.

More information

AC 10.0 Customizing Workflows for Access Management

AC 10.0 Customizing Workflows for Access Management AC 10.0 Customizing Workflows for Access Management Customer Solution Adoption June 2011 Version 2.0 Purpose of this document This document allows implementation consultants and administrators to setup

More information

Business Process Change Analyzer in SAP Solution Manager 7.1

Business Process Change Analyzer in SAP Solution Manager 7.1 Business Process Change Analyzer in SAP Solution Manager 7.1 Applies to: SAP Solution Manager 7.1 SP5 Summary Business Process change Analyzer is an application within SAP Solution Manager which helps

More information

Certificate SAP INTEGRATION CERTIFICATION

Certificate SAP INTEGRATION CERTIFICATION Certificate SAP INTEGRATION CERTIFICATION SAP AG hereby confirms that the ABAP interface software for the product SmartExporter 3.0 of the company AUDICON GmbH has been certified for integration with SAP

More information

Introducing the SAP Business One starter package. A Great Start to help you to Streamline Your Small Business

Introducing the SAP Business One starter package. A Great Start to help you to Streamline Your Small Business Introducing the SAP Business One starter package A Great Start to help you to Streamline Your Small Business Most Small Businesses Strive for the Same Thing An Easy to Follow Roadmap to Better Profitability

More information

How To Improve Your Business Process With Sap

How To Improve Your Business Process With Sap Business Process Analytics & Improvement SAP Solution Manager 7.1 SAP AG August, 2011 Disclaimer This presentation outlines our general product direction and should not be relied on in making a purchase

More information

AC 10.0 Business Role Management

AC 10.0 Business Role Management AC 10.0 Business Role Management Customer Solution Adoption July 2011 Version 1.1 Purpose of this document This document allows implementation consultants and administrators to setup the required functionality

More information

Developing Applications for Integration between PI and SAP ERP in Different Network Domains or Landscapes

Developing Applications for Integration between PI and SAP ERP in Different Network Domains or Landscapes Developing Applications for Integration between PI and SAP ERP in Different Network Domains or Landscapes Applies to: SAP NetWeaver Process Integration 7.1+ SAP NetWeaver 7.02 (ABAP) Summary This document

More information

SAP Best Practices for Subsidiary Integration in One Client Production with Intercompany Replenishment

SAP Best Practices for Subsidiary Integration in One Client Production with Intercompany Replenishment SAP Best Practices for Subsidiary Integration in One Client with Intercompany Replenishment SAP Best Practices Purpose, Benefits, and Key Process Steps Purpose This scenario covers collaboration within

More information

Learning Series: SAP NetWeaver Process Orchestration, business to business add-on EDI Separator Adapter

Learning Series: SAP NetWeaver Process Orchestration, business to business add-on EDI Separator Adapter Learning Series: SAP NetWeaver Process Orchestration, business to business add-on EDI Separator Adapter Applies to: SAP NetWeaver Process Orchestration, business to business add-on 1.0 SP00 Summary This

More information

How To... Migrate Custom Portal Applications to SAP NetWeaver 7.3

How To... Migrate Custom Portal Applications to SAP NetWeaver 7.3 SAP NetWeaver How-To Guide How To... Migrate Custom Portal Applications to SAP NetWeaver 7.3 Applicable Releases: SAP NetWeaver 7.30 SP03 and above SAP NetWeaver 7.31 SP02 and above IT Practice / Topic

More information

AC 10.0 Centralized Emergency Access

AC 10.0 Centralized Emergency Access AC 10.0 Centralized Emergency Access Customer Solution Adoption June 2011 Version 2.0 Purpose of this document This document is a detailed guide on the emergency access capability of Access Control 10.0.

More information