How to Extract Data for Multi- Value Characteristics to SAP BW

Size: px
Start display at page:

Download "How to Extract Data for Multi- Value Characteristics to SAP BW"

Transcription

1 How to Extract Data for Multi- Value Characteristics to SAP BW Applies to: SAP BW 3.5 & 7.0. Summary To extract classification data to BW we need to configure and generate the datasources in transaction CTBW. While configuring these datasources, system does not allow the entry of multi-value characteristics, as a result data for multi-value characteristics cannot be extracted. This article focuses on prerequisites and possible workarounds to extract data for multi-value characteristics to BW. A step by step procedure of extracting HSE classification data for multi-value characteristics is also discussed in this article. Author: Ramakrishna Gattikoppula Company: Infosys Ltd. Created on: 25 September 2011 Author Bio Ramakrishna Gattikoppula is a Technology Analyst at Infosys Ltd. He has 4+ years of experience in SAP BW and has been involved in SAP BW/BO implementation projects SAP AG 1

2 Table of Contents Problem Statement:... 3 Solution:... 4 The R/3 Classification System... 4 Reason for this error... 4 Prerequisites and Possible Workarounds provided by SAP for extracting the classification data to BW... 5 Step by step procedure of extracting Multi-Value Characteristic data to BW... 6 Step1: Generation of datasource for Classification Data... 6 Step 2: Enhancing the generated datasource/extract structure to add additional fields so that additional values can be extracted from Multi-Value Characteristics... 8 Step 3: Implement BADI to update the data in the additional fields in the Enhanced Extract Structure... 9 Step 4: Define additional attributes in the BW system Related Content Disclaimer and Liability Notice SAP AG 2

3 Problem Statement: How to extract data for multi-value characteristics to BW Scenario: Let us suppose, an Organization is using HSE (Health, Safety and Environment) solution provided by SAP (transaction CBIH82) to capture all HSE data and want to use this data to create Analytical Reports & Interactive Dashboards to allow proper insight into this HSE data across the organization. After analysis, ECC team concluded that standard HSE solution provided by SAP did not satisfy the complete requirements of the organization; as a result SAP ECC team did some customizations to the existing application using classification system to capture the complete HSE data. For e.g. - As a part of this customization ECC team created some classes and assigned various objects to these classes. In one of these classes a multi-valued characteristic Type was added along with two other single valued characteristics Explosion Type and Area of Damage. Following is the screenshot of the customized application. Now, to extract this classification data into BW, BW team needs to configure the datasources for the classification data using transaction CTBW. While configuring these datasources in transaction CTBW an error was faced when characteristic Type was added as one of the fields in the Data Source. Following is the error message: 2011 SAP AG 3

4 Solution: In this article I have tried to explain: The R/3 Classification System, Reason for the above error, Prerequisites and Possible Workarounds provided by SAP for extracting the classification data to BW and Step by step procedure of extracting Multi-Value Characteristic data to BW. The R/3 Classification System R/3 supports many ways of customizing it to store additional data fields. For e.g., many tables support customer defined additions, but there is also the Cross Application Classification System. The classification system allows you to use characteristics to describe all types of objects and to group similar objects in classes to classify objects, in other words, so that you can find them more easily later. The classification system allows R/3 to hold many varied additional fields against many different sorts of R/3 object, for e.g. it might allow you to store a color against a material. Here is some terminology: Object type (Material, Documents, Debitor,...) Object Class type Class Characteristic Characteristic Value Reason for this error The underlying table which is used for classified objects.(mara, DRAW, KNA1,...) A predefined business entity such as vendor, material, equipment or customer. Defines which object type can be classified with the class of that class type. It groups similar objects or classes. By assigning an object to a class the objects can be evaluated with values of characteristics of this class. A property of an object, this is the new field being added. For e.g. a new characteristic might be the Weight of a material. A value describes a certain specification of a characteristic. For e.g. Weight of a material might be 100 KG. The classification system supports entering multiple single values, ranges, free text, and values from predefined lists or other tables. It is very flexible, and it is this flexibility that makes it sometimes tricky to extract data to BW. BW system cannot manage multiple values for a characteristic of an InfoObject. Therefore, when creating datasources for classifications (transaction CTBW), you cannot use multiple-value characteristics SAP AG 4

5 Prerequisites and Possible Workarounds provided by SAP for extracting the classification data to BW Following are two prerequisites that needs to be considered if you are planning to extract classification data to BW 1. If the characteristic value has been setup to accept multiple values, then BW cannot extract all the values without additional configuration. For e.g., say the characteristic hobbies has been setup to accept multiple values. In R/3 you could therefore store the values Football, Literature and Cricket all against that single characteristic. This does not match the way BW stores data, in BW a characteristic is expected to store only a single value. 2. The classification definitions must be the same in all R/3 clients. For e.g. if hobbies is defined as accepting only a single value in the R/3 client 100, it must be defined in the same way in R/3 client 110 and all other clients in all systems. This is because the extractor is defined cross-client. According to the first prerequisite we need to perform some additional configuration/workarounds to extract data to BW. These configurations/workarounds are discussed in the following section. 1. Apply OSS Notes and , with this the error message can be changed to a warning message; the modification is not implemented in the standard system. After this modification only one value is transferred during the extraction i.e. if a multi-value characteristic Hobbies has values Football, Literature and Cricket then only one of these values is transferred during extraction. In these kind of scenarios where characteristic is assigned multiple values it is not possible to predict which of the assigned values are extracted, if Several values are specified in the classification system only the first value is extracted to BW and this first value extracted may differ even if same set of Hobbies are defined for different persons. In general this workaround is not recommended as there is loss of data and also confusion about the characteristic value that is extracted. 2. Configure all the characteristics in the classification system to accept only a single value. In the above example you could configure hobbies1, hobbies2 and hobbies3 to store all the values. Doing this limits the no. of valuations, However, you can work around this in R/3 by using an additional multiple-value characteristic i.e. first three hobbies can be stored in hobbies1, hobbies2 and hobbies3 and the remaining valuations can be stored to an additional multi-value characteristic. This solution causes restrictions in the usage of classifications (for e.g., finding objects in classes (transaction CL30N)). Check whether you can work with these restrictions. The most important criteria for this check are: - The necessary changes in the modeling in the classification system and the level of effort required when the valuations in existing classifications have to be distributed amongst several characteristics. - The effects of these changes (for e.g., the effects on the object search in the classification system). 3. Another approach would be to modify the extractor to add additional fields so that the additional values are extracted. These values must then be assigned several attributes in BW. The number of possible values is restricted by the number of additional attributes that you define. In order for this solution to work: - You would need to add extra fields for the additional attributes to the datasource that is created using transaction CTBW. - You would have to enlarge the extractor in order to be able to deliver the additional values. This would probably require a lot of effort. - You would have to define additional attributes in the BW system. In the following section I have explained the step by step procedure to extract multi-value Characteristic values to BW using one of workarounds mentioned above (Workaround No. 3 i.e. to modify the extractor to add additional fields) SAP AG 5

6 Step by step procedure of extracting Multi-Value Characteristic data to BW Step1: Generation of datasource for Classification Data Once the R/3 team has finished their configuration in classification system, you can generate the datasource and extractors to extract classification data. This can be done using transaction CTBW, to generate datasource for classification you need to specify the basic datasource you want to extend, then the client which you want to extract the data from and the class type for the master data. In this example we are extracting HSE data, so basic datasource would be 0EHS_IAL_ATTR and the class type would be 100. Following is the screenshot of datasource in CTBW. Generally generated data source name would be concatenation of 1CL_, first four characters of Basic datasource and a 3 digit number. Once the datasource has been entered, select the datasource line and double click on Characteristics in the left hand tree. In the characteristics screen you can enter the characteristic names which you want to include in this datasource. Click new entries on the top left of the screen to add some characteristics. Enter Characteristic Names, and the other fields will default correctly. Once all the Characteristics have been entered, click save and generate source SAP AG 6

7 This step will generate a datasource and an Extract Structure, in transaction RSA6 you can check all the characteristics added to the generated extract structure. In the generated extract structure ACTN, RECN, DATEFROM and DATETO will be added by default along with the characteristics specified in transaction CTBW SAP AG 7

8 Step 2: Enhancing the generated datasource/extract structure to add additional fields so that additional values can be extracted from Multi-Value Characteristics As discussed earlier a multi-value characteristic Type (whose values are preconfigured by ECC team as Phrases (i.e. Phrase Key & Phrase Text)) is added to the Class & Explosion in the HSE application. Following is the possible set of Characteristic values for this multi-value characteristic. Phrase Key CUST-ZEHSC CUST-ZEHSC CUST-ZEHSC CUST-ZEHSC Phrase Text Ordinary Combustibles (wood, paper, plastics) Flammable Liquid /gases (gasoline, diesel, natural gas) Electrical Flammable Solids/Metals (sodium, magnesium, potassium) Therefore for any Incident/Accident, characteristic Type can be assigned with one or more values from the above table. For e.g.: For Incident/Accident 1001, Type can be CUST-ZEHSC For Incident/Accident 1002, Type can be CUST-ZEHSC , CUST- ZEHSC and CUST-ZEHSC In this example we know that there can be a maximum of four types for any Incident/Accident, therefore we need to add four additional fields to the Extract Structure of the generated datasource to extract type. Following is the screenshot of the modified extract structure: ZZFIRETYPE1, ZZFIRETYPE2, ZZFIRETYPE3 and ZZFIRETYPE4 are added to the extract structure to store the different values of Type for a particular Incident SAP AG 8

9 As the generated datasource does not contain the Incident/Accident ID, an additional field ZZIALID is also added to the extract structure to extract the Incident/Accident ID so that it is easier to identify the Types and Explosion types for each Incident. Step 3: Implement BADI to update the data in the additional fields in the Enhanced Extract Structure In the above example, the additional fields which are added to extract structure will not extract the exact value of the fire type but a flag will be set based on the value of the fire type. This will be explained in the following sections. If you do not wish to set a flag and extract the actual value you can do that by slightly modifying the code given in the following sections. For E.g.: Extracted data for Incident/Accidents 1001 and 1002 is as shown below ACTN Date From Date To RECN Explosion Type Area of Damage Type 1 Type 2 Type 3 Type 4 IAL ID 0 01/01/ /31/ Ballistics Y /01/ /31/ Ballistics Y Y Y 1002 A BADI needs to be implemented in order to update the values (flags) for Types and IAL ID (Incident/Accident ID) in the extract structure. To implement BADI go to transaction SE24 and enter the Class/Interface name in the Object type. Once you have entered the Object type click on Change, in the following screen click on tab Methods. In Methods tab enter the generated datasource name (1CL_0EHS0**) as Method, while doing this remove the first character of the datasource name i.e. method name should be as shown in the following screenshot. After creating the method, double click on the method name. A new screen will appear where you can write the code to extract values for Type and IAL ID SAP AG 9

10 Following is the sample code: To extract the IAL ID and characteristic values for Type (i.e. multi-value Characteristic) we need to use RECN and ACTN which are extracted by default in the Extractor. IAL ID can be derived from tables CCIHT_IHVA and CCIHT_IAL by passing the RECN and ACTN. Following is the sample code to derive IAL ID: * Derive IAL ID using RECN and ACTN extracted READ TABLE INT_CCIHT_IHVA INTO wa_cciht_ihva WITH KEY RECN = <L_S_DATA>-RECN ACTN = <L_S_DATA>-ACTN BINARY SEARCH. IF sy-subrc = 0. READ TABLE INT_CCIHT_IAL INTO wa_cciht_ial WITH KEY RECNROOT = wa_cciht_ihva-recnroot BINARY SEARCH. <L_S_DATA>-ZZIALID = wa_cciht_ial-ialid. ENDIF. Data for Multi value characteristics is mainly stored in tables AUSP and INOB, so we need to create an inner join for these two table based on OBJEK in AUSP and CUOBJ in INOB to extract the characteristic values. Following is the sample code to extract the characteristic values for multi-value Characteristic Type from the tables AUSP and INOB. * Concatenate RECN and ACTN to get OBJEK concatenate <l_s_data>-recn <l_s_data>-actn into v_objek. * Get the Characteristic values for Multi value field Type by joining tables AUSP and INOB select i~objek a~atwrt a~atinn into corresponding fields of table itab_multival from ( ausp as a inner join inob as i on a~objek = i~cuobj ) where a~mafid = 'O' and a~klart = '1 00' and i~objek = v_objek and a~atinn = ' '. In the above statement mafid is Indicator: Object/Class which is restricted to Object, klart is the Class Type, here it is 100 and atinn is the Internal characteristic in this case internal characteristic number for type is You can find the internal characteristic number for any calssification characteristic from table CABN. Above select statement will return a maximum of four rows for a particular RECN and ACTN (i.e. for a particular IAL ID) as Characteristic Type can be assigned a maximum of four values as mentioned in step 1. Now to update the fields in the extract structure a simple case statement can be used as shown below. LOOP AT itab_multival INTO wa_multival. CASE wa_multival-atwrt. WHEN 'CUST-ZEHSC '. <L_S_DATA>-ZZFIRETYPE1 = 'Y'. WHEN 'CUST-ZEHSC '. <L_S_DATA>-ZZFIRETYPE2 = 'Y'. WHEN 'CUST-ZEHSC '. <L_S_DATA>-ZZFIRETYPE3 = 'Y'. WHEN 'CUST-ZEHSC '. <L_S_DATA>-ZZFIRETYPE4 = 'Y'. WHEN OTHERS. ENDCASE. ENDLOOP SAP AG 10

11 In the above statement ZZFIRETYPE1, ZZFIRETYPE2, ZZFIRETYPE3 and ZZFIRETYPE4 will be updated based on the values entered for characteristic Type in the Application (See the example data in Step 2 & Step 3). Snapshot of Data in AUSP table is as shown in the below table: OBJEK ATINN ATWRT CUST-ZEHSC CUST-ZEHSC CUST-ZEHSC CUST-ZEHSC If you test the extraction in transaction RSA3, extracted data for Incident/Accidents 1001 and 1002 will be as shown in the below table: Snapshot of Data after extraction in RSA3: ACTN Date From Date To RECN Explosion Type Area of Damage Type 1 Type 2 Type 3 Type 4 IAL ID 0 01/01/ /31/ Ballistics Y /01/ /31/ Ballistics Y Y Y 1002 Step 4: Define additional attributes in the BW system With the above steps, configuration on ECC side is completed. Now we would have to define additional attributes in the BW system to accommodate data from these additional fields. To identify the attributes easily for multi-value fields you can include a prefix for the field names e.g. FT_Ordinary Combustible, FT_ Flammable Liquid /gases etc SAP AG 11

12 Once you have defined the additional attributes, you can map these attributes directly with the corresponding fields in the datasource. Following is the snapshot of the data after extraction to BW. 0EHS_IAL FT_Ordinary Combustibles FT_Flamable Liquid/gases FT_Electrical FT_Flamable Solids/Metals Explosion Type Area of Damage Y Ballistics Y Y Y Ballistics SAP AG 12

13 Related Content SAP Note : SAP Note Number: : p%3a%2f%2faffine.co.uk%2fcms%2fuploads%2fhow_to_extract_classification_data_into_bw.pdf&ei= VWyETuC3BoLKrAeLxZTvDA&usg=AFQjCNGT3DkUVMNWdtQO4Knid_JrTdyZgw 2011 SAP AG 13

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

Step by Step Guide to Extract Batch Master Data via Generic and Classification Datasource to BW

Step by Step Guide to Extract Batch Master Data via Generic and Classification Datasource to BW Step by Step Guide to Extract Batch Master Data via Generic and Classification Datasource to BW Applies to: SAP ECC 5.0 and above releases and BW 7.0 Summary This paper gives a detail understanding on

More information

Extractor in R/3 and Delta Queue

Extractor in R/3 and Delta Queue Applies to: SAP BW (3.5) / SAP BI(7.0). For more information, visit the Business Intelligence homepage. Summary This article contains all the information required in order to create data sources in R/3

More information

Step by Step Guide for Language Translation Tool

Step by Step Guide for Language Translation Tool Step by Step Guide for Language Translation Tool Applies to: SAP ECC 6.0 Summary This document helps people to understand the steps involved in translation of standard SAP screen and also helps to change

More information

Step by Step Procedures to Load Master Data (Attribute and Text) from FlatFile in BI 7.0

Step by Step Procedures to Load Master Data (Attribute and Text) from FlatFile in BI 7.0 Step by Step Procedures to Load Master Data (Attribute and Text) from FlatFile in BI 7.0 Applies to: SAP Business Intelligence (BI 7.0). For more information, visit the EDW homepage Summary This article

More information

SAP FI - Automatic Payment Program (Configuration and Run)

SAP FI - Automatic Payment Program (Configuration and Run) SAP FI - Automatic Payment Program (Configuration and Run) Applies to: SAP ECC 6.0. For more information, visit the Financial Excellence homepage. Summary This document helps you to configure and run Automatic

More information

Restricting Search Operators in any Search View

Restricting Search Operators in any Search View Restricting Search Operators in any Search View Applies to SAP CRM 2007 and SAP CRM 7.0. For more information, visit the Customer Relationship Management homepage. Summary The purpose of this article is

More information

Creating Transaction and Screen Variants

Creating Transaction and Screen Variants Creating Transaction and Screen Variants Applies to: Tested on SAP version ECC 6. Summary This article explain a way to create Transaction and Screen Variants to change screen layouts. And how to assign

More information

Release Strategy Enhancement in Purchase Order

Release Strategy Enhancement in Purchase Order Release Strategy Enhancement in Purchase Order Applies to: SAP ECC 6.0. For more information, visit the Enterprise Resource Planning homepage Summary This document helps the P2P consultants to understand

More information

BW Performance Monitoring

BW Performance Monitoring Applies to: SAP BW 7.0. For more information, visit the EDW homepage. Summary This article helps to achieve BW statistics of the system which will help a user to calculate the performance for a particular

More information

SAP CRM 2007 - Campaign Automation

SAP CRM 2007 - Campaign Automation SAP CRM 2007 - Campaign Automation Applies to: SAP CRM 7.0 For more information, visit the Customer Relationship Management homepage Summary Campaign Automation is designed to help you in the increasingly

More information

SAP CRM 7.0 E2C Setup: CRM via Email Toolset

SAP CRM 7.0 E2C Setup: CRM via Email Toolset SAP CRM 7.0 E2C Setup: CRM via Email Toolset Applies to: SAP CRM 700/NW 701. For more information, visit the Customer Relationship Management homepage. Summary This article describes the Email2CRM functionality

More information

Step by Step Guide How to Copy Flat File from Other Application Server to BI and Load through Info Package

Step by Step Guide How to Copy Flat File from Other Application Server to BI and Load through Info Package Step by Step Guide How to Copy Flat File from Other Application Server to BI and Load through Info Package Applies to: SAP BW 7.x. For more information, visit the EDW Homepage. Summary The objective of

More information

SAP BI Generic Extraction Using a Function Module

SAP BI Generic Extraction Using a Function Module SAP BI Generic Extraction Using a Function Module Applies to: SAP BI Summary This article demonstrates a step-by-step process for doing generic extraction from R3 into BI using a Function Module. Author(s):

More information

Compounding in Infoobject and Analyzing the Infoobject in a Query

Compounding in Infoobject and Analyzing the Infoobject in a Query Compounding in Infoobject and Analyzing the Infoobject in a Query Applies to: SAP BI 7.0. For more information, visit the EDW homepage Summary This article demonstrates step by step process of creating

More information

Inventory Management (0IC_C03) Part - 3

Inventory Management (0IC_C03) Part - 3 Inventory Management (0IC_C03) Part - 3 Applies to: SAP NetWeaver Business Warehouse (Formerly BI), Will also work on SAP BI 3.5. For more information, visit the Business Intelligence homepage. Summary

More information

Display Options in Transaction SE16

Display Options in Transaction SE16 Display Options in Transaction SE16 Applies to: SAP-HCM. For more information, visit the Enterprise Resource Planning homepage. Summary This document deals with the various data display options available

More information

Step By Step Procedure to Create Logical File Path and Logical File Name

Step By Step Procedure to Create Logical File Path and Logical File Name Step By Step Procedure to Create Logical File Path and Logical File Name Applies to: SAP BW (3.5) / SAP BI(7.0) For more information, visit Business Intelligence Homepage. Summary These documents describe

More information

ABAP Debugging Tips and Tricks

ABAP Debugging Tips and Tricks Applies to: This article applies to all SAP ABAP based products; however the examples and screen shots are derived from ECC 6.0 system. For more information, visit the ABAP homepage. Summary This article

More information

Inventory Management in SAP BW

Inventory Management in SAP BW Applies to: SAP BW 3.X and BI NetWeaver 2004s. For more information, visit the EDW homepage. Summary This document aims to explain the concept of Inventory management using non cumulative key figures in

More information

Introduction to COPA and COPA Realignment

Introduction to COPA and COPA Realignment Introduction to COPA and COPA Realignment Applies to: SAP BI Consultants & Developers working on COPA Data Model. For more information, visit the EDW homepage Summary This document gives a brief introduction

More information

Understanding DSO (DataStore Object) Part 1: Standard DSO

Understanding DSO (DataStore Object) Part 1: Standard DSO Understanding DSO (DataStore Object) Part 1: Standard DSO Applies to: SAP NetWeaver BW. Summary This is the first of a three part series of documents containing each and every detail about DSOs and their

More information

Creating New Unit of Measure in SAP BW

Creating New Unit of Measure in SAP BW Creating New Unit of Measure in SAP BW Applies to: Software Component: SAP_BW. For more information, visit the Business Intelligence homepage. Release: 700 Summary This article is intended to serve as

More information

Step by Step Procedure to Block and Debug a CIF Queue Flowing from R/3 to APO System

Step by Step Procedure to Block and Debug a CIF Queue Flowing from R/3 to APO System Step by Step Procedure to Block and Debug a CIF Queue Flowing from R/3 to APO System Applies to: SAP R/3 and SAP APO. For more information, visit the ABAP homepage. Summary This article gives a detailed

More information

Workflow Troubleshooting and Monitoring in SAP ECC 6.0

Workflow Troubleshooting and Monitoring in SAP ECC 6.0 Workflow Troubleshooting and Monitoring in SAP ECC 6.0 Applies to: ECC 6.0, Workflow Troubleshooting & Monitoring Summary A major advantage of workflow is the ability to monitor the workflow steps according

More information

Sending an Image File Through XI in a File-to-Mail Scenario

Sending an Image File Through XI in a File-to-Mail Scenario SDN Contribution Sending an Image File Through XI in a File-to-Mail Scenario Summary This article depicts the usage of the Additional files parameter in a File adapter to send a binary file(image) through

More information

Reverse Transport Mechanism in SAP BI

Reverse Transport Mechanism in SAP BI Reverse Transport Mechanism in SAP BI Applies to: SAP Net Weaver 2004s BI 7.0 Ehp1 SP 08. For more information, visit the EDW homepage Summary This document helps you to understand the detailed step by

More information

SAP BW Configuration Basic System Settings

SAP BW Configuration Basic System Settings SAP BW Configuration Basic System Settings Applies to: SAP BI 7.0. For more information, visit the EDW homepage Summary This document is intended to show the basic configuration settings that should be

More information

SPDD & SPAU Adjustments Handbook

SPDD & SPAU Adjustments Handbook SPDD & SPAU Adjustments Handbook Applies to: SAP Upgrades. For more information, visit the ABAP homepage. Summary Through this document the reader will be able to get a detailed idea about the working

More information

Web Dynpro: Multiple ALV Grids and Layouts in ALV

Web Dynpro: Multiple ALV Grids and Layouts in ALV Web Dynpro: Multiple ALV Grids and Layouts in ALV Applies to: SAP ECC 6.0. For more information, visit the Web Dynpro ABAP homepage. Summary The article is designed in such a way that person with ABAP

More information

How to Generate Stack Xml for Ehp4 and Above Upgrade

How to Generate Stack Xml for Ehp4 and Above Upgrade How to Generate Stack Xml for Ehp4 and Above Upgrade Applies to: ECC 6.0 EHP4 or Above. For more information, visit the Enterprise Resource Planning homepage Summary For upgrading Enhancement Package4

More information

Step by Step guide of Report-to- Report Interface in BW Reporting

Step by Step guide of Report-to- Report Interface in BW Reporting Step by Step guide of Report-to- Report Interface in BW Reporting Applies to: SAP BI 7.0. For more information, visit the Business Intelligence Home Page Summary This paper gives a detail understanding

More information

How to Assign Transport Request for Language Translation?

How to Assign Transport Request for Language Translation? How to Assign Transport Request for Language Translation? Applies to: SAP ECC 6.0. For more information, visit the ABAP homepage. Summary This document helps people to create a transport request for the

More information

Multi Provider Creation Based on Sales and Planning Info Cubes

Multi Provider Creation Based on Sales and Planning Info Cubes Multi Provider Creation Based on Sales and Planning Info Cubes Applies to: SAP BI 2004s or SAP BI 7.x. For more information, visit the Business Intelligence homepage. Summary In This article, I am going

More information

How to Load Data from Flat Files into BW PSA

How to Load Data from Flat Files into BW PSA How to Load Data from Flat Files into BW PSA Applies to: SAP BI/BW 7.0 and above. Summary The document is aimed at all those who are at beginner level in BW. It details out step by step processes that

More information

Dynamic Authorization Concept and Role Assignment in BI

Dynamic Authorization Concept and Role Assignment in BI Dynamic Authorization Concept and Role Assignment in BI Applies to: This applies to SAP BI 3.X or SAP BI 7.X. For more details, visit the Business Intelligence homepage. Summary The document describes

More information

ALE Settings, for Communication between a BW System and an SAP System

ALE Settings, for Communication between a BW System and an SAP System ALE Settings, for Communication between a BW System and an SAP System Applies to: SAP ECC 6.0. For more details, visit the EDW homepage. Summary This document helps people to create ALE settings, which

More information

Web Dynpro ABAP: ALV and Table in Popup Window

Web Dynpro ABAP: ALV and Table in Popup Window Web Dynpro ABAP: ALV and Table in Popup Window Applies to: SAP ECC 6.0 Summary Normally in ABAP, we come across the scenario of displaying ALV in popup. This article tells about displaying data both in

More information

Standard SAP Configuration of SMS through HTTP with Third Party SMS Gateway

Standard SAP Configuration of SMS through HTTP with Third Party SMS Gateway Standard SAP Configuration of SMS through HTTP with Third Party SMS Gateway Applies to: SAP R/3 4.7 EE SR 200,ECC 5.0 For more information, visit the Web Services homepage. Summary There is an increasing

More information

How to Modify, Create and Delete Table Entries from SE16

How to Modify, Create and Delete Table Entries from SE16 How to Modify, Create and Delete Table Entries from SE16 Applies to This article applies to all SAP ABAP based products; however the examples and screen shots are derived from ECC 6.0 system. For more

More information

Guidelines for Effective Data Migration

Guidelines for Effective Data Migration Guidelines for Effective Data Migration Applies to: SAP R/3. All releases. For more information, visit the ABAP homepage. Summary Data Migration is an important step in any SAP implementation projects.

More information

SAP BW - Excel Pivot Chart and Pivot Table report (Excel)

SAP BW - Excel Pivot Chart and Pivot Table report (Excel) SAP BW - Excel Pivot Chart and Pivot Table report (Excel) Applies to: SAP BI Consultants. For more information, visit the EDW HomePage. Summary Document explains to create Excel Pivot Chart and Pivot Table

More information

Data Flow from LBWQ/SMQ1 to RSA7 in ECC and Delta Extraction in BI

Data Flow from LBWQ/SMQ1 to RSA7 in ECC and Delta Extraction in BI Data Flow from LBWQ/SMQ1 to RSA7 in ECC and Delta Extraction in BI Applies to: SAP NetWeaver Business Warehouse (Formerly BI), Will also work on SAP BI 3.5. Business Intelligence homepage. Summary This

More information

Query OLAP Cache Optimization in SAP BW

Query OLAP Cache Optimization in SAP BW Query OLAP Cache Optimization in SAP BW Applies to: SAP NetWeaver 2004s BW 7.0 Summary This article explains how to improve performance of long running queries using OLAP Cache. Author: Sheetal Maharshi

More information

Deleting the User Personalization done on Enterprise Portal

Deleting the User Personalization done on Enterprise Portal Deleting the User Personalization done on Enterprise Portal Applies to: SRM 7.0 with EP 6.0. For more information, visit the Supplier Relationship Management homepage Summary This document explains the

More information

Currency Conversion using Variables in SAP BI -Reporting

Currency Conversion using Variables in SAP BI -Reporting Currency Conversion using Variables in SAP BI -Reporting Applies to: SAP BI 7.0. For more information, visit the Business Intelligence homepage. Summary This Article gives you a brief idea on how to do

More information

Order Split Usage in Production Orders

Order Split Usage in Production Orders Order Split Usage in Production Orders Applies to: SAP Shop Floor Control (Production Orders) R/3 and ECC 6.0. For more information, visit the Enterprise Resource Planning homepage. Summary: This is an

More information

Understanding BEx Query Designer: Part-2 Structures, Selections and Formulas

Understanding BEx Query Designer: Part-2 Structures, Selections and Formulas Understanding BEx Query Designer: Part-2 Structures, Selections and Formulas Applies to: SAP NetWeaver BW. Summary This document is the second installment of a 6 part Query Designer Training guide for

More information

Direct Subcontracting Process (SAP SD & MM)

Direct Subcontracting Process (SAP SD & MM) Direct Subcontracting Process (SAP SD & MM) Applies to: This article is applicable to SAP SD & MM modules of SAP for version SAP 4.7 till ERP 6.0 Summary This article describes a process called Direct

More information

Scenario... 3 Step-by-Step Solution... 3. Virtual Infocube... 4 Function Module (Virtual InfoCube)... 5 Infocube Data Display... 7

Scenario... 3 Step-by-Step Solution... 3. Virtual Infocube... 4 Function Module (Virtual InfoCube)... 5 Infocube Data Display... 7 SAP BI - Virtual Infocube based on Function Module (Transport History) Applies to: SAP BW 3.5 / BI 7.0 consultants accustomed with SAP ABAP skills. For more information, visit EDW Homepage. Summary Explains

More information

Organizational Management- Organizational Structure Creation

Organizational Management- Organizational Structure Creation Organizational Management- Organizational Structure Creation Applies to: SAP ECC6.0 (Release 700, SP 12). For more information, visit the Enterprise Resource Planning homepage. Summary HR applications

More information

Embedding Crystal Reports inside ECC ALV Reports

Embedding Crystal Reports inside ECC ALV Reports Embedding Crystal Reports inside ECC ALV Reports Applies to: Applies to ECC Enhancement Package 5 Summary These steps describe how to configure and set up embedded Crystal Reports inside the ECC system

More information

Exposing RFC as Web Service and Consuming Web Service in Interactive Forms in ABAP

Exposing RFC as Web Service and Consuming Web Service in Interactive Forms in ABAP Exposing RFC as Web Service and Consuming Web Service in Interactive Forms in ABAP Applies to: SAP Interactive Forms by Adobe and Web Service in ABAP. For more information, visit SAP Interactive forms

More information

How to Create an ecatt?

How to Create an ecatt? How to Create an ecatt? Applies to: SAP ECC 5.0 and above Summary This is a step by step guide to create a CATT script in SAP ECC version 5 and upwards. It can be used by beginners to create a basic CATT

More information

Process Controlled Workflow SRM 7.0 (Using BRF)

Process Controlled Workflow SRM 7.0 (Using BRF) Process Controlled Workflow SRM 7.0 (Using BRF) Applies to: SAP SRM 7.0 For more information, visit the Supplier Relationship Management homepage. Summary This document helps user to create workflow s

More information

Creating Email Content Using SO10 Objects and Text Symbols

Creating Email Content Using SO10 Objects and Text Symbols Creating Email Content Using SO10 Objects and Text Symbols Applies to: SAP ECC 6.0. For more information, visit the ABAP homepage. Summary The article describes the benefits of SO10 objects in comparison

More information

Step by Step Guide to Create a Generic Datasource Based on Infoset Query Populated Via External Program

Step by Step Guide to Create a Generic Datasource Based on Infoset Query Populated Via External Program Step by Step Guide to Create a Generic Datasource Based on Infoset Query Populated Via External Program Applies to: SAP ECC 5.0 and above releases For more information, visit the Business Intelligence

More information

Message handling in SAP CRM Web UI

Message handling in SAP CRM Web UI Message handling in SAP CRM Web UI Applies to: SAP CRM 7.0. For more information, visit Customer Relationship Management homepage Summary This article is aimed at understanding different ways of handling

More information

Creating Web Service from Function Modules/BAPIs & Integrating with SAP Interactive Forms

Creating Web Service from Function Modules/BAPIs & Integrating with SAP Interactive Forms Creating Web Service from Function Modules/BAPIs & Integrating with SAP Interactive Forms Applies to: ECC 6.0, SAP Interactive forms by Adobe. Summary This document states how to create Web Service from

More information

Creation and Configuration of Business Partners in SAP CRM

Creation and Configuration of Business Partners in SAP CRM Creation and Configuration of Business Partners in SAP CRM Applies to: SAP CRM 2005 (5.0) and above release. For more information, visit the Customer Relationship Management homepage. Summary This document

More information

APD to Update Marketing Attributes from SAP BI to SAP CRM

APD to Update Marketing Attributes from SAP BI to SAP CRM APD to Update Marketing Attributes from SAP BI to SAP CRM Applies to: SAP NetWeaver BI 7.0 and SAP CRM 5.0(and above). For more information, visit the EDW homepage. Summary This article gives a clear picture

More information

SAP BW - Generic Datasource Function Module (Multiple Delta Fields)

SAP BW - Generic Datasource Function Module (Multiple Delta Fields) SAP BW - Generic Datasource Function Module (Multiple Delta Fields) Applies to: SAP BW 3.5 / SAP 7.0 Consultants. For more information, visit the EDW HomePage. Summary Fetch the delta on multiple fields

More information

SAP BW 7.3: Exploring Semantic Partitioning

SAP BW 7.3: Exploring Semantic Partitioning SAP BW 7.3: Exploring Semantic Partitioning Applies to: SAP BW 3.x & SAP BI Net Weaver 2004s. For more information, visit the EDW homepage. Summary A semantically partitioned object is an InfoProvider

More information

Configuration and Utilization of the OLAP Cache to Improve the Query Response Time

Configuration and Utilization of the OLAP Cache to Improve the Query Response Time Configuration and Utilization of the OLAP Cache to Improve the Query Response Time Applies to: SAP NetWeaver BW 7.0 Summary This paper outlines the steps to improve the Query response time by using the

More information

Table of Contents. Passing Data across Components through Component Controller between Two Value Nodes

Table of Contents. Passing Data across Components through Component Controller between Two Value Nodes Passing Data across Components through Component Controller between Two Value Nodes Applies to: SAP CRM WEBCLIENT UI 2007. For more information, visit the Customer Relationship Management homepage Summary

More information

Table of Content. SAP Query creation and transport Procedure in ECC6

Table of Content. SAP Query creation and transport Procedure in ECC6 SAP Query creation and transport Procedure in ECC6 Applies to: ECC6, For more information, visit the Enterprise Resource Planning homepage. Summary This article guides the how to technique for creating

More information

Deleting the Requests from the PSA and Change Log Tables in Business Intelligence

Deleting the Requests from the PSA and Change Log Tables in Business Intelligence Deleting the Requests from the PSA and Change Log Tables in Business Intelligence Applies to: SAP BI 7.0. For more information, visit the Business Intelligence homepage Summary This paper discusses how

More information

Configuration of Enterprise Services using SICF and SOA Manager

Configuration of Enterprise Services using SICF and SOA Manager Configuration of Enterprise Services using SICF and SOA Manager Applies to: SAP NetWeaver 7.0 SP14 and above. For more information, visit the SOA Management homepage. Summary This document will provide

More information

Quick Viewer: SAP Report Generating Tool

Quick Viewer: SAP Report Generating Tool Quick Viewer: SAP Report Generating Tool Applies to: SAP Net Weaver 7.0, ABAP, SAP ECC 6.0, to all those who wants to learn about SAP Report Generating Tool: Quick Viewer. For more information, please

More information

Step by Step Procedure to Create Broadcasters, to Schedule and to Enhance of SAP- BI Queries from Query Designer

Step by Step Procedure to Create Broadcasters, to Schedule and to Enhance of SAP- BI Queries from Query Designer Step by Step Procedure to Create Broadcasters, to Schedule and to Enhance of SAP- BI Queries from Query Designer Applies to: SAP Business Intelligence 7.0. For more information, visit the EDW homepage.

More information

SAP CRM-BW Adapter an Overview

SAP CRM-BW Adapter an Overview Applies to: SAP CRM / SAP BW (3.5 / 7.0). For more information, visit the Customer Relationship Management homepage. Summary This article gives an overview about the BW Adapter that is used in the BI-CRM

More information

Step by Step Guide to Archiving and Deleting of XML Messages in SAP NetWeaver PI

Step by Step Guide to Archiving and Deleting of XML Messages in SAP NetWeaver PI Step by Step Guide to Archiving and Deleting of XML Messages in SAP NetWeaver PI Applies to: SAP NetWeaver Process Integration 3.0 / 7.0 / 7.1. Summary This document explains the step by step procedure

More information

SAP CRM System 6.0/7.0. For more information, visit the Customer Relationship Management homepage

SAP CRM System 6.0/7.0. For more information, visit the Customer Relationship Management homepage Applies to: SAP CRM System 6.0/7.0. For more information, visit the Customer Relationship Management homepage Summary This article explains how to customize the Fact Sheet for different business roles.

More information

A Step-by-Step guide on SMTP Configuration and File to Mail Scenario Using Process Integration Scenario in PI 7.1

A Step-by-Step guide on SMTP Configuration and File to Mail Scenario Using Process Integration Scenario in PI 7.1 A Step-by-Step guide on SMTP Configuration and File to Mail Scenario Using Process Integration Scenario in PI 7.1 Applies to: SAP NetWeaver Process Integration 7.1 For more information, visit the SOA Management

More information

Data Extraction and Retraction in BPC-BI

Data Extraction and Retraction in BPC-BI Data Extraction and Retraction in BPC-BI Applies to: Document is applicable to all the BPC 7.0 NW version users and the users BI 7.0 integration with BPC. For more information, visit the Enterprise Performance

More information

Solution Manager Service Desk an End-to-End Helpdesk Solution

Solution Manager Service Desk an End-to-End Helpdesk Solution Solution Manager Service Desk an End-to-End Helpdesk Solution Summary With SAP s Solution Manager Initiative, customers are now required to incorporate a Solution Manager system into their SAP landscape.

More information

LSMW: Upload Master Data using Batch Input Recording

LSMW: Upload Master Data using Batch Input Recording LSMW: Upload Master Data using Batch Input Recording Applies to: All modules of SAP where upload of data need to be performed using Batch Input Recording. For more information, visit the Master Data Management

More information

Converting and Exporting Data in XML Format

Converting and Exporting Data in XML Format Converting and Exporting Data in XML Format Applies to: SAP BW 3.5, SAP BI 7.0 etc. For more information, visit the EDW homepage. Summary This paper briefs about Information broadcasting that allows you

More information

Business Scenario Using GP/Web Dynpro with Back and Forth 3 Level Process and Dynamic Approvers in a Loop

Business Scenario Using GP/Web Dynpro with Back and Forth 3 Level Process and Dynamic Approvers in a Loop Business Scenario Using GP/Web Dynpro with Back and Forth 3 Level Process and Dynamic Approvers in a Loop Applies to This Article applies to Guided Procedures, Web Dynpro Java, Business Process Modeling

More information

Customer Exit Variables in SAP BW/BI Reports First day of the Current/Previous Month

Customer Exit Variables in SAP BW/BI Reports First day of the Current/Previous Month Customer Exit Variables in SAP BW/BI Reports First day of the Current/Previous Month Applies to: SAP BW 7.0 and will also work on BW 3.5. For more information, visit the EDW homepage. Summary This article

More information

Understanding BW Non Cumulative Concept as Applicable in Inventory Management Data Model

Understanding BW Non Cumulative Concept as Applicable in Inventory Management Data Model Understanding BW Non Cumulative Concept as Applicable in Inventory Management Data Model Applies to: SAP R/3, SAP ECC 6.0 and SAP BI NetWeaver 2004s. For more information, visit the Business Intelligence

More information

XSLT Mapping in SAP PI 7.1

XSLT Mapping in SAP PI 7.1 Applies to: SAP NetWeaver Process Integration 7.1 (SAP PI 7.1) Summary This document explains about using XSLT mapping in SAP Process Integration for converting a simple input to a relatively complex output.

More information

Different Types of Alerts for Process Chains. Table of Content

Different Types of Alerts for Process Chains. Table of Content Different Types of Alerts for Process Chains Applies to: This article applies to BW 3.x and SAP Business Intelligence (BI 7.0) with highest support package. For more information, visit the EDW homepage.

More information

Multi Level Purchase Order Release Strategy

Multi Level Purchase Order Release Strategy Multi Level Purchase Order Release Strategy Applies to: SAP ECC 6.0. For more information, visit the Enterprise Resource Planning homepage. For more information, visit the Supply Chain Management homepage.

More information

Working with SAP BI 7.0 Data Transfer Process (DTP)

Working with SAP BI 7.0 Data Transfer Process (DTP) Working with SAP BI 7.0 Data Transfer Process (DTP) Applies to: SAP BI 7.0. For more information, visit the EDW homepage Summary The objective of this document is to know the various available DTP options

More information

SAP NetWeaver Developer Studio 7.30 Installation Guide

SAP NetWeaver Developer Studio 7.30 Installation Guide SAP NetWeaver Developer Studio 7.30 Installation Guide Applies to: SAP NetWeaver CE 7.30, SAP Net Weaver Developer Studio (7.30). For more information, visit the Web Dynpro ABAP homepage. Summary This

More information

ABAP Proxy Interfacing

ABAP Proxy Interfacing Applies to: This document applies to SAP versions ECC 6.0. Summary This article contains the guidelines for using the ABAP Proxy interfacing. ABAP proxies are used when ABAP applications needs to send

More information

Create Automatic Mail Notification/ Email Alert for Process Chain Monitoring

Create Automatic Mail Notification/ Email Alert for Process Chain Monitoring Create Automatic Mail Notification/ Email Alert for Process Chain Monitoring Applies to: SAP BW 3.X, Business Intelligence 7.0. For more information, visit the EDW homepage. Summary This document will

More information

Vendor Consignment. Applies to: Summary. Author Bio. SAP ECC 6.0. For more information, visit the Supply Chain Management homepage.

Vendor Consignment. Applies to: Summary. Author Bio. SAP ECC 6.0. For more information, visit the Supply Chain Management homepage. Applies to: SAP ECC 6.0. For more information, visit the Supply Chain Management homepage. Summary This document helps the P2P consultants to understand the Vendor Consignment scenario in SAP. It explains

More information

Connecting to SAP BW with Microsoft Excel PivotTables and ODBO

Connecting to SAP BW with Microsoft Excel PivotTables and ODBO Connecting to SAP BW with Microsoft Excel PivotTables and ODBO Applies To: ODBO, Microsoft Excel, Microsoft Excel 2007, PivotTables for connecting to SAP BW. Summary Microsoft Excel is considered by many

More information

Case Study of a Segregation of Duties Project

Case Study of a Segregation of Duties Project Case Study of a Segregation of Duties Project Applies to: SAP Security, SAP GRC Access Control Suite For more information, visit the Security homepage. Summary As Companies today are struggling to meet

More information

Sales Commission Calculation & Settlement Handling through Order Processing

Sales Commission Calculation & Settlement Handling through Order Processing Sales Commission Calculation & Settlement Handling through Order Processing Applies to: SAP Sales & Distribution & Incentive and Commission Management in ECC 6.0. For more information, visit the Enterprise

More information

Web Application Designer for Beginners

Web Application Designer for Beginners Applies To: Web Application Designer, SAP BW Version: 3.5, SAP GUI version 6.40/Patch Level 13 BW 3.5 front end patch 7 (bw350_7-10001615) Summary The document will run the readers through a step by step

More information

How to Integrate CRM 2007 WebClient UI with SAP NetWeaver Portal

How to Integrate CRM 2007 WebClient UI with SAP NetWeaver Portal How to Integrate CRM 2007 WebClient UI with SAP NetWeaver Portal Applies to: Enterprise Portal, CRM 2007. For more information, visit the Portal and Collaboration homepage. Summary This document will describe

More information

Valuation of Materials using FIFO Method

Valuation of Materials using FIFO Method Valuation of Materials using FIFO Method Applies to: 4.7EE, ECC 6.0 For more information, visit the Enterprise Resource Planning homepage. Summary This article explains the Configuration and Process steps

More information

Overcoming Testing Challenges in SAP Upgrade Projects

Overcoming Testing Challenges in SAP Upgrade Projects Overcoming Testing Challenges in SAP Upgrade Projects Applies to: SAP Upgrade Projects. For more information, visit the Enterprise Resource Planning homepage. Summary Testing in SAP Upgrade forms the crucial

More information

Quantifying the Amount of Cash Discount Lost

Quantifying the Amount of Cash Discount Lost Quantifying the Amount of Cash Discount Lost Applies to: All Business organizations where the Financial Controller wants to analyze how much cash discount is lost due to non-adherence to payment terms

More information

Deploying Crystal Reports on Top of a SAP BI Query

Deploying Crystal Reports on Top of a SAP BI Query Deploying Crystal Reports on Top of a SAP BI Query Applies to: SAP BI NetWeaver 2004s, Crystal Reports 2008. For more information, visit the Business Intelligence homepage. Summary The objective of the

More information

Configuring HTTPs Connection in SAP PI 7.10

Configuring HTTPs Connection in SAP PI 7.10 Configuring HTTPs Connection in SAP PI 7.10 Applies to: SAP NetWeaver 7.1x For more information, visit the SOA Management homepage. Summary In the new version on SAP PI there are several changes in Https

More information

Understanding OLAP Processor and RSRT

Understanding OLAP Processor and RSRT Understanding OLAP Processor and RSRT Applies to: SAP R/3, SAP ECC 6.0 and SAP BI NetWeaver 2004s. For more information, visit the EDW homepage. Summary This article gives the idea about Architecture of

More information

SDN Contribution Beginners guide to CRM Interaction Center (IC) Winclient setup

SDN Contribution Beginners guide to CRM Interaction Center (IC) Winclient setup SDN Contribution Beginners guide to CRM Interaction Center (IC) Winclient setup 2006 SAP AG 1 Applies to: SAP CRM 4.0 and higher Summary The Interaction Center forms the foundation for collaboration and

More information