SlideShare a Scribd company logo
7
Most read
8
Most read
15
Most read
Analysis Process Designer
 (APD): Part - 2




Applies to:
SAP NetWeaver Business Warehouse (Formerly BI), Will also work on SAP BI 3.5. Business Intelligence
homepage.

Summary
This article gives clear picture about how to down load the data using Report into .CSV file, sorting the data
and how to use Formulas in Analysis Process Designer in SAP-BW/BI. Read here Part 1
Author:      Surendra Kumar Reddy Koduru
Company: ITC Infotech India Ltd. (Bangalore/INDIA)
Created on: 14 December 2009

Author Bio

               Surendra Kumar Reddy Koduru is a SAP BI Lead Consultant currently working with ITC
               Infotech India Ltd (Bangalore/INDIA). He has got rich experience and worked on various
               BW/BI implementation/Support projects.




SAP COMMUNITY NETWORK                                     SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com
© 2009 SAP AG                                                                                                     1
Analysis Process Designer (APD): Part - 2




Table of Contents
Introduction: ........................................................................................................................................................ 3
   Live Scenario: ................................................................................................................................................. 3
   Steps: .............................................................................................................................................................. 3
       Step: 1 ......................................................................................................................................................................... 3
       Step: 2 ......................................................................................................................................................................... 4
       Step: 3 ......................................................................................................................................................................... 6
       Step: 4 ......................................................................................................................................................................... 9
       Step: 5 ....................................................................................................................................................................... 10
       Step: 6 ....................................................................................................................................................................... 10
       Step: 7 ....................................................................................................................................................................... 11
       Result: ........................................................................................................................................................................ 13
   Report Designer: ........................................................................................................................................... 13
       Report Out Put: .......................................................................................................................................................... 13
       File Data..................................................................................................................................................................... 13
Related Content ................................................................................................................................................ 15
Disclaimer and Liability Notice .......................................................................................................................... 16




SAP COMMUNITY NETWORK                                                                           SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com
© 2009 SAP AG                                                                                                                                           2
Analysis Process Designer (APD): Part - 2




Introduction:
The Analysis Process Designer (APD) is a workbench with an intuitive graphical user interface for creating,
executing, and monitoring analysis processes. The analysis process is primarily based on data that was
consolidated in the Data Warehouse and that exists in InfoProviders.
Analysis processes (APD) can be created on a graphical user interface using drag and drop. Data from
different data sources in the BI system can be combined, transformed, and prepared for analysis in several
individual steps. This allows it to be resaved in data targets in the BI system (DataStore objects for direct
update or InfoObjects with attributes) or in CRM system.

Live Scenario:
I have one report in BW/BI and want to execute and download the data into Desktop or Application Server in
.CSV format. Before downloading the report result, I want to do some calculation which is not there in Actual
Report.
Here I’m saving the file in Desktop.
I have the following Characteristics InfoObjects and Key figure InfoObjects in Report.
Material            = 0MATERIAL
Batch               = 0BATCH
Calendar Day        = 0CALDAY
Amount              = 0AMOUNT
But before downloading the data into .CSV file, I want to add one field i.e. Amount * 10 (Multiplication of the
Amount with 10) and also want to Sort the data in Descending Order based on Amount.

Steps:
Follow the following simple steps.

           Step: 1
           Go to RSANWB Transaction code and create new Analysis Process.




SAP COMMUNITY NETWORK                                     SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com
© 2009 SAP AG                                                                                                     3
Analysis Process Designer (APD): Part - 2




 Step: 2
 Drag and Drop DataSource i.e. Use Query to Read Data. See the below Screen.




SAP COMMUNITY NETWORK                               SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com
© 2009 SAP AG                                                                                               4
Analysis Process Designer (APD): Part - 2



Double Click on Query 1 and Query Technical Name (use F4 help).
Click on Choose Query and select the Report name in Source Tab.
There is no change in Extended Settings Tab. See the below Screens.




SAP COMMUNITY NETWORK                                SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com
© 2009 SAP AG                                                                                                5
Analysis Process Designer (APD): Part - 2




Step: 3
Click on Write Data to File in Data Targets and set the Properties like below.
See the below Screen.




SAP COMMUNITY NETWORK                                     SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com
© 2009 SAP AG                                                                                                     6
Analysis Process Designer (APD): Part - 2




Select Specify Where the File Should Be Generated is Client Work Station.
Write Mode is Overwrite and check Insert Header Row option, in Data Target Tab.
Set the Separators and Separator Field Name/InfoObject in CSV File Properties Tab.
See the below Screens.




SAP COMMUNITY NETWORK                                  SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com
© 2009 SAP AG                                                                                                  7
Analysis Process Designer (APD): Part - 2




SAP COMMUNITY NETWORK   SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com
© 2009 SAP AG                                                                   8
Analysis Process Designer (APD): Part - 2



Step: 4
Click on Sort and Formula in Transformations and create a link in between all these four Objects.




SAP COMMUNITY NETWORK                                    SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com
© 2009 SAP AG                                                                                                    9
Analysis Process Designer (APD): Part - 2




Step: 5
Set the Properties of Sort Data 1, select the Amount from Available Fields and bring it to Selected Fields,
and select Descending option. Because we want to sort the data based on Amount in Descending Order.
See the below screen.




Step: 6
Set the Properties of Formula 1.
Add ZFM field give description and select Type (InfoObject) is 0AMOUNT and Multiply Amount with 10.
See the below screen.




SAP COMMUNITY NETWORK                                     SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com
© 2009 SAP AG                                                                                                     10
Analysis Process Designer (APD): Part - 2




Use Number, * and Amount and do the calculation. I marked the required components in red circle.

Step: 7
Then Save, Activate and Execute.




SAP COMMUNITY NETWORK                                  SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com
© 2009 SAP AG                                                                                                  11
Analysis Process Designer (APD): Part - 2




Once you execute it, it will display the following screen with Success Symbol.




SAP COMMUNITY NETWORK                                    SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com
© 2009 SAP AG                                                                                                    12
Analysis Process Designer (APD): Part - 2




Result:
Report Designer:
See the Rows and Columns InfoObjects in Report.




  Report Out Put:




  File Data.
Open the file and see the data in the file, you can find the calculated formula (Amount * 10) in G column.




SAP COMMUNITY NETWORK                                     SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com
© 2009 SAP AG                                                                                                     13
Analysis Process Designer (APD): Part - 2




If you compare the Actual Report data with downloaded file data, you can fine the Descending order on
Amount and calculated formula in G column.




SAP COMMUNITY NETWORK                                  SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com
© 2009 SAP AG                                                                                                  14
Analysis Process Designer (APD): Part - 2




Related Content
Analysis Process Designer (APD): Part - 1
Analysis Process Designer
Using Customer Exit Variables in BW Reports Part - 3
How to use Customer Exit Variables in BW Reports: Part - 2
Using Customer Exit Variables in BW or BI Reports Part - 1
Using Text Variables with Customer Exits in Report Headings
Using Text Variables with Customer Exits in Report Headings
For more information, visit the Business Intelligence homepage.




SAP COMMUNITY NETWORK                                   SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com
© 2009 SAP AG                                                                                                   15
Analysis Process Designer (APD): Part - 2




Disclaimer and Liability Notice
This document may discuss sample coding or other information that does not include SAP official interfaces and therefore is not
supported by SAP. Changes made based on this information are not supported and can be overwritten during an upgrade.
SAP will not be held liable for any damages caused by using or misusing the information, code or methods suggested in this document,
and anyone using these methods does so at his/her own risk.
SAP offers no guarantees and assumes no responsibility or liability of any type with respect to the content of this technical article or
code sample, including any liability resulting from incompatibility between the content within this document and the materials and
services offered by SAP. You agree that you will not hold, or seek to hold, SAP responsible or liable with respect to the content of this
document.




SAP COMMUNITY NETWORK                                                    SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com
© 2009 SAP AG                                                                                                                    16

More Related Content

PDF
How to run v3 job
PDF
Analysis process designer (apd) part 1
PDF
How to write a routine for 0 calday in infopackage selection
PDF
Customer exit variables in sap
PDF
Sap bw lo extraction
PDF
Lo extraction part 4 update methods
PDF
Introducing enhancement framework.doc
PPTX
How to run v3 job
Analysis process designer (apd) part 1
How to write a routine for 0 calday in infopackage selection
Customer exit variables in sap
Sap bw lo extraction
Lo extraction part 4 update methods
Introducing enhancement framework.doc

What's hot (20)

PDF
BW Adjusting settings and monitoring data loads
PPTX
Sap Analytics Cloud
PDF
Using error stack and error dt ps in sap bi 7.0
PDF
How to use abap cds for data provisioning in bw
PDF
Usgage of ABAP in BI
PDF
Step by step on changing ecc source systems without affecting data modeling o...
PDF
Lo extraction part 7 enhancements
PDF
Solution Manager 7.2 Overview final
PDF
Enhancing data sources with badi in SAP ABAP
PDF
Technical Overview of CDS View – SAP HANA Part I
PPTX
SAP BW/4HANA - The Intelligent Enterprise Data Warehouse
PDF
Sap bw 4 hana vs sap bw on hana
PDF
Lo extraction part 3 extractor logic
PDF
Sap bw4 hana architecture archetypes
PDF
SAP BI Generic Extraction Using a Function Module.pdf
PDF
Performance tuning in sap bi 7.0
PDF
Rda step by step
PDF
Create Kpi fiori apps
PDF
How to create generic delta
PDF
Line item dimension and high cardinality dimension
BW Adjusting settings and monitoring data loads
Sap Analytics Cloud
Using error stack and error dt ps in sap bi 7.0
How to use abap cds for data provisioning in bw
Usgage of ABAP in BI
Step by step on changing ecc source systems without affecting data modeling o...
Lo extraction part 7 enhancements
Solution Manager 7.2 Overview final
Enhancing data sources with badi in SAP ABAP
Technical Overview of CDS View – SAP HANA Part I
SAP BW/4HANA - The Intelligent Enterprise Data Warehouse
Sap bw 4 hana vs sap bw on hana
Lo extraction part 3 extractor logic
Sap bw4 hana architecture archetypes
SAP BI Generic Extraction Using a Function Module.pdf
Performance tuning in sap bi 7.0
Rda step by step
Create Kpi fiori apps
How to create generic delta
Line item dimension and high cardinality dimension
Ad

Viewers also liked (14)

PDF
Variables in sap bi
PDF
Bw writing routines in update rules
PDF
Data upload from flat file to business intelligence 7.0 system
PDF
Dso job log and activation parameters
PDF
Errors in process chains
PDF
Currency conversion in bi 7.0
PDF
Hybrid provider based on dso using real time data acquisition in sap bw 7.30
PPT
Extractions and performance monitoring
PPT
Extractors sapr3
DOCX
Field symbols
PDF
Lo extraction part 2 database update logic
PDF
Lo extraction part 6 implementation methodology
PPT
Extractioncockpit
PDF
Lo extraction – part 5 sales and distribution (sd) datasource overview
Variables in sap bi
Bw writing routines in update rules
Data upload from flat file to business intelligence 7.0 system
Dso job log and activation parameters
Errors in process chains
Currency conversion in bi 7.0
Hybrid provider based on dso using real time data acquisition in sap bw 7.30
Extractions and performance monitoring
Extractors sapr3
Field symbols
Lo extraction part 2 database update logic
Lo extraction part 6 implementation methodology
Extractioncockpit
Lo extraction – part 5 sales and distribution (sd) datasource overview
Ad

Similar to Analysis process designer (apd) part 2 (20)

PPTX
Bdc BATCH DATA COMMUNICATION
PDF
Backup%20 domain%20controller%20(bdc)%20step by-step(1)
PDF
Step by step procedure for loading of data from the flat file to the master d...
PPT
SAP BI/DW Training with BO Integration
PDF
Recording steps in SAP BDC
PDF
Bi sample sap learn book
DOCX
SAP BPC Learning Notes and Insights.docx
PDF
New dimensions for_reporting
PDF
Data upload from flat file to business intelligence 7.0 system
PPT
Sap Bw 3.5 Overview
PDF
SAP BI with BO from LCC Infotech,Hyderabad
PDF
812395816
DOCX
Best SAP BW Online Training
DOCX
Sap bw online training course content
PDF
6 Kick-Ass Tips to Improve SAP Performance
PDF
Programming Interface & SAP BDC
PDF
ABAP Course from LCC Infotech
PDF
SAP ABAP Online Training
DOCX
Sap index
PDF
ABC Analysis in Oracle Application
Bdc BATCH DATA COMMUNICATION
Backup%20 domain%20controller%20(bdc)%20step by-step(1)
Step by step procedure for loading of data from the flat file to the master d...
SAP BI/DW Training with BO Integration
Recording steps in SAP BDC
Bi sample sap learn book
SAP BPC Learning Notes and Insights.docx
New dimensions for_reporting
Data upload from flat file to business intelligence 7.0 system
Sap Bw 3.5 Overview
SAP BI with BO from LCC Infotech,Hyderabad
812395816
Best SAP BW Online Training
Sap bw online training course content
6 Kick-Ass Tips to Improve SAP Performance
Programming Interface & SAP BDC
ABAP Course from LCC Infotech
SAP ABAP Online Training
Sap index
ABC Analysis in Oracle Application

Recently uploaded (20)

PDF
Chapter 3 Spatial Domain Image Processing.pdf
PPTX
20250228 LYD VKU AI Blended-Learning.pptx
PPTX
Understanding_Digital_Forensics_Presentation.pptx
PDF
Building Integrated photovoltaic BIPV_UPV.pdf
PDF
Encapsulation theory and applications.pdf
PDF
Mobile App Security Testing_ A Comprehensive Guide.pdf
PDF
Bridging biosciences and deep learning for revolutionary discoveries: a compr...
PDF
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
PDF
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
PDF
NewMind AI Weekly Chronicles - August'25 Week I
PDF
Electronic commerce courselecture one. Pdf
PDF
Diabetes mellitus diagnosis method based random forest with bat algorithm
PDF
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
PDF
Unlocking AI with Model Context Protocol (MCP)
PDF
Advanced methodologies resolving dimensionality complications for autism neur...
PDF
Network Security Unit 5.pdf for BCA BBA.
PPTX
Detection-First SIEM: Rule Types, Dashboards, and Threat-Informed Strategy
PDF
Encapsulation_ Review paper, used for researhc scholars
PDF
Modernizing your data center with Dell and AMD
PPTX
MYSQL Presentation for SQL database connectivity
Chapter 3 Spatial Domain Image Processing.pdf
20250228 LYD VKU AI Blended-Learning.pptx
Understanding_Digital_Forensics_Presentation.pptx
Building Integrated photovoltaic BIPV_UPV.pdf
Encapsulation theory and applications.pdf
Mobile App Security Testing_ A Comprehensive Guide.pdf
Bridging biosciences and deep learning for revolutionary discoveries: a compr...
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
NewMind AI Weekly Chronicles - August'25 Week I
Electronic commerce courselecture one. Pdf
Diabetes mellitus diagnosis method based random forest with bat algorithm
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
Unlocking AI with Model Context Protocol (MCP)
Advanced methodologies resolving dimensionality complications for autism neur...
Network Security Unit 5.pdf for BCA BBA.
Detection-First SIEM: Rule Types, Dashboards, and Threat-Informed Strategy
Encapsulation_ Review paper, used for researhc scholars
Modernizing your data center with Dell and AMD
MYSQL Presentation for SQL database connectivity

Analysis process designer (apd) part 2

  • 1. Analysis Process Designer (APD): Part - 2 Applies to: SAP NetWeaver Business Warehouse (Formerly BI), Will also work on SAP BI 3.5. Business Intelligence homepage. Summary This article gives clear picture about how to down load the data using Report into .CSV file, sorting the data and how to use Formulas in Analysis Process Designer in SAP-BW/BI. Read here Part 1 Author: Surendra Kumar Reddy Koduru Company: ITC Infotech India Ltd. (Bangalore/INDIA) Created on: 14 December 2009 Author Bio Surendra Kumar Reddy Koduru is a SAP BI Lead Consultant currently working with ITC Infotech India Ltd (Bangalore/INDIA). He has got rich experience and worked on various BW/BI implementation/Support projects. SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com © 2009 SAP AG 1
  • 2. Analysis Process Designer (APD): Part - 2 Table of Contents Introduction: ........................................................................................................................................................ 3 Live Scenario: ................................................................................................................................................. 3 Steps: .............................................................................................................................................................. 3 Step: 1 ......................................................................................................................................................................... 3 Step: 2 ......................................................................................................................................................................... 4 Step: 3 ......................................................................................................................................................................... 6 Step: 4 ......................................................................................................................................................................... 9 Step: 5 ....................................................................................................................................................................... 10 Step: 6 ....................................................................................................................................................................... 10 Step: 7 ....................................................................................................................................................................... 11 Result: ........................................................................................................................................................................ 13 Report Designer: ........................................................................................................................................... 13 Report Out Put: .......................................................................................................................................................... 13 File Data..................................................................................................................................................................... 13 Related Content ................................................................................................................................................ 15 Disclaimer and Liability Notice .......................................................................................................................... 16 SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com © 2009 SAP AG 2
  • 3. Analysis Process Designer (APD): Part - 2 Introduction: The Analysis Process Designer (APD) is a workbench with an intuitive graphical user interface for creating, executing, and monitoring analysis processes. The analysis process is primarily based on data that was consolidated in the Data Warehouse and that exists in InfoProviders. Analysis processes (APD) can be created on a graphical user interface using drag and drop. Data from different data sources in the BI system can be combined, transformed, and prepared for analysis in several individual steps. This allows it to be resaved in data targets in the BI system (DataStore objects for direct update or InfoObjects with attributes) or in CRM system. Live Scenario: I have one report in BW/BI and want to execute and download the data into Desktop or Application Server in .CSV format. Before downloading the report result, I want to do some calculation which is not there in Actual Report. Here I’m saving the file in Desktop. I have the following Characteristics InfoObjects and Key figure InfoObjects in Report. Material = 0MATERIAL Batch = 0BATCH Calendar Day = 0CALDAY Amount = 0AMOUNT But before downloading the data into .CSV file, I want to add one field i.e. Amount * 10 (Multiplication of the Amount with 10) and also want to Sort the data in Descending Order based on Amount. Steps: Follow the following simple steps. Step: 1 Go to RSANWB Transaction code and create new Analysis Process. SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com © 2009 SAP AG 3
  • 4. Analysis Process Designer (APD): Part - 2 Step: 2 Drag and Drop DataSource i.e. Use Query to Read Data. See the below Screen. SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com © 2009 SAP AG 4
  • 5. Analysis Process Designer (APD): Part - 2 Double Click on Query 1 and Query Technical Name (use F4 help). Click on Choose Query and select the Report name in Source Tab. There is no change in Extended Settings Tab. See the below Screens. SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com © 2009 SAP AG 5
  • 6. Analysis Process Designer (APD): Part - 2 Step: 3 Click on Write Data to File in Data Targets and set the Properties like below. See the below Screen. SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com © 2009 SAP AG 6
  • 7. Analysis Process Designer (APD): Part - 2 Select Specify Where the File Should Be Generated is Client Work Station. Write Mode is Overwrite and check Insert Header Row option, in Data Target Tab. Set the Separators and Separator Field Name/InfoObject in CSV File Properties Tab. See the below Screens. SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com © 2009 SAP AG 7
  • 8. Analysis Process Designer (APD): Part - 2 SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com © 2009 SAP AG 8
  • 9. Analysis Process Designer (APD): Part - 2 Step: 4 Click on Sort and Formula in Transformations and create a link in between all these four Objects. SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com © 2009 SAP AG 9
  • 10. Analysis Process Designer (APD): Part - 2 Step: 5 Set the Properties of Sort Data 1, select the Amount from Available Fields and bring it to Selected Fields, and select Descending option. Because we want to sort the data based on Amount in Descending Order. See the below screen. Step: 6 Set the Properties of Formula 1. Add ZFM field give description and select Type (InfoObject) is 0AMOUNT and Multiply Amount with 10. See the below screen. SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com © 2009 SAP AG 10
  • 11. Analysis Process Designer (APD): Part - 2 Use Number, * and Amount and do the calculation. I marked the required components in red circle. Step: 7 Then Save, Activate and Execute. SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com © 2009 SAP AG 11
  • 12. Analysis Process Designer (APD): Part - 2 Once you execute it, it will display the following screen with Success Symbol. SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com © 2009 SAP AG 12
  • 13. Analysis Process Designer (APD): Part - 2 Result: Report Designer: See the Rows and Columns InfoObjects in Report. Report Out Put: File Data. Open the file and see the data in the file, you can find the calculated formula (Amount * 10) in G column. SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com © 2009 SAP AG 13
  • 14. Analysis Process Designer (APD): Part - 2 If you compare the Actual Report data with downloaded file data, you can fine the Descending order on Amount and calculated formula in G column. SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com © 2009 SAP AG 14
  • 15. Analysis Process Designer (APD): Part - 2 Related Content Analysis Process Designer (APD): Part - 1 Analysis Process Designer Using Customer Exit Variables in BW Reports Part - 3 How to use Customer Exit Variables in BW Reports: Part - 2 Using Customer Exit Variables in BW or BI Reports Part - 1 Using Text Variables with Customer Exits in Report Headings Using Text Variables with Customer Exits in Report Headings For more information, visit the Business Intelligence homepage. SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com © 2009 SAP AG 15
  • 16. Analysis Process Designer (APD): Part - 2 Disclaimer and Liability Notice This document may discuss sample coding or other information that does not include SAP official interfaces and therefore is not supported by SAP. Changes made based on this information are not supported and can be overwritten during an upgrade. SAP will not be held liable for any damages caused by using or misusing the information, code or methods suggested in this document, and anyone using these methods does so at his/her own risk. SAP offers no guarantees and assumes no responsibility or liability of any type with respect to the content of this technical article or code sample, including any liability resulting from incompatibility between the content within this document and the materials and services offered by SAP. You agree that you will not hold, or seek to hold, SAP responsible or liable with respect to the content of this document. SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com © 2009 SAP AG 16