Showing posts with label bw. Show all posts
Showing posts with label bw. Show all posts

SAP BW 7.3 and BWA 7.2 - Features and Overview

SAP BW 7.3 is currently in ramp-up. Select customers beta tested since Jul 2010. It is now generally available for customers..

Major benefits of SAP Netweaver BW 7.3 are:

  • Accelerated data loads - SAP has rewritten undelying code for data loads for optimized performance.
  • Performance improvement for BW Acclerator
  • Tighter integration with SAP Business Objects Data Services
  • Enhanced Intergration with SAP Business Objects Metadata Managements
  • Automated creation of Semantic Partitioned Objects
  • Graphical Data flow modeling and best practice data modeling patterns
  • Admin Cockpit integrated into SAP Solution Manager
  • Wizard based system configuration - Supports copying data flows, process chains etc.

Semantic Partitioning :

     We do partition the data in infocubes based on time or other characteristic to improve the query perforance. For example, say
we want to partition based on cal year, for this we need to create a infocube and transformation for each year and filter out the year in the DTP. So far all of these activities are manual and repetitive. 
    Semantic Partitioning allows wizard based partitioning of infocubes and DSOs. With SPO (Semantic Partitioning Object) the system automatically generates corresponding moedling objects like DTP (including respective filter criteria depending on the data target) and transformations as well as process chain.
   SPO object can even be embedded into a multiprovider. Partitions can be defince by customer coding (Business Add-Ins).


Graphical Data Flow Modeling:


Currently there it is not possible to visualize entire flow of a project during design phase. With this new feature, one can draw and visualize the flow before developing the objects. And it is integrated with the workbench so one can create actual objects using context menu. 
Customer can define template data flows which can be used for future projects. SAP also provides best practice templates.
Wizard based data flow modeling supports generation of related data flow objects including new infoobjects as needed.
One can copy existing dataflows leveraging a "Wizard Like" user interface. Another nice new feature is it now supports copying of existing process chains. 
Data Flow Migration Tool : It looks like BW 7.3 allows migration of entire data flow from 3.x to 7.x . Currently, one has to migrate each object (Datasource, Transfer Rules etc.) individually.

Accelerated data loads for DSO and Master Data :

DataStore objects
  • Support for database partitioning by time characteristics
  • Remodeling of DataStore objects
  • Performance enhancements:
    • Activation is changed from single lookups to package fetch of active table
    • Runtime option “Unique data records only” prevents look-ups during activation,
  • Performance gain for “package fetch” enhancement (lab test results)
    • Avg. 20 – 40% improvement, Max. improvement measured – 2.5x faster
    • Varies by data profile (#inserts/updates/deletes) and database platform
Master data
  • Optimized delta load for master data due to package fetch instead of single look-ups
  • Init-load performance runtime option - “insert only” prevents look-ups during activation
Near-Line Storage (NLS)
  • Integration into Data Mart Layer (Support of MultiProviders)
  • Selections on navigational attributes will be passed to NLS

Hybrid Provider (Real Time Business Intelligence):
This is an exciting feature for me. It certainly helps in displaying most current data in real time reporting scenarios. Hybrid Provider consists of a DSO, Infoobject and automatically generated data flow between these objects. The cool thing with hybrid provider is during run time it combines the mass historic data in the infocube with latest data in the DSO.
To explain this further, this means that the data in the new request that is loaded into DSO but not yet loaded into infocube is available for reporting. This is also applies for BWA so the data in the request that is not yet indexed in BWA is available for reporting.
With Hybrid Provider and BWA 7.2 it is possible to load data directly into BWA skipping infocube by switching off database persistency of infocube.

SAP BW 7.3 provides tight integration with Data Services which is a SAP's ETL tool.
SAP BW 7.3 supports Teradata database.

BW Accelerator 7.2:

 There are several new capabilities with BWA 7.2. To avail these one should upgrade BW to 7.3 verstion.
  • F4 Help - Right now it takes lot of time for F4 help of large master data characteristics. With BWA 7.2 F4 help come from BWA with significant performance improvement.
  • Hierarchy Support
  • Multiprovider Calculation Handling
  • Exception Aggregation (Min, Max, count distinct)
  • "BW Workspace" Analytic Indexes
Other Advanced Feature are,
  •   BWA based infocube - One can load data directly into BWA without loading it into infocube.
  •   BWA Indexes on DSOs - BWA 7.2 supports indexing Data Store Objects

Future Direction and In Memory Computing HANA 

   Future release of BW (some time in 2011) will support fetching data from SAP's ERP in-memory computing appliance HANA. Further in future BW supports HANAas underlying database, you don't need a separate database licence (DB2 or Oracle).
Also Read:
Click here to watch and download SAP Teched presentation on SAP BW 7.3 and 7.2 and


SAP BW - Wizard based (automatic) creation of infosource, transfer rules and required infoobjects for a datasource

Using the transaction code CTBW_META we can easily create rquired infoobjects, transfer rules, infosources all in one go for a given datasource. This is usefull while creating custom generic extractors on with not common fields. It saves us time and effort to be spent on creating each indivitual infoobject manually. Below are step by step instructions with screenshots on using this transaction code. 

We have following datasource with 9 fields for wich we are trying to automatically generate corresponding infoobjects using the trasnsaction code CTBW_META
Creation_of_infoobjects_based_on_DS_-_1
After creating above datasource replicate it in BW. When your replicate make sure that you select "import as a 3.X datasource" when in prompts. It looks like CTBW_META does not work for 7.X datasources. You can migrate it back to 7.X later. This transaction only supports 3.X flow and does not support 7.X flow.
1. Go to transaction code CTBW_META
2. Enter the source system and datasource and then select the second radio button "Create InfoObject/Source"
Creation_of_infoobjects_based_on_DS_-_2
3. Press enter. This will generate some more input fileds enter in the infosource name and application component and presse enter. If you get below warning ignore it and press enter one more time.
Creation_of_infoobjects_based_on_DS_-_4
4. In the next screen specify Infoobject Catelogs for characterstics and key figures. 
Creation_of_infoobjects_based_on_DS_-_5
5. Some of the fields might have blank in the incobject column, you can fill these with existing incoobjects. You can also change generated infoobject names from C_ to Z_ as shown below.
Creation_of_infoobjects_based_on_DS_-_6

6. Click on execute button at the top.
7. This will create and activate all the infoobjects and  take you through the screens for all the infoobjects that has problems with the default settings. For example below infoobject has a lenght of 100 but the maximum lenght supported by BW is 60, so change the lenght to 60 and then click on activate button. 
Creation_of_infoobjects_based_on_DS_-_7
8. You will get a message "All InfoObjects" activated if everything goes fine.
Creation_of_infoobjects_based_on_DS_-_8
9. Click back button and say yes to the messages, it will create text infosources for alls the indibidual infoobjects.
Creation_of_infoobjects_based_on_DS_-_9
10. After all the activations are complete it will take you to th elog screen.
11.Go to the datasources screen and verify that transfer rules with all the required infoobjects are generated correctly. 
Creation_of_infoobjects_based_on_DS_-_10
Creation_of_infoobjects_based_on_DS_-_11

12. .We are done. It is has created all the required infoobjects, created the infosource and finally created transfer rules mapping the infoobjects in the infosource to the fields in the datasource.

How to enhance SAP BW datasource/extractor using BADI or user exit - step by step instructions

We need to enhance SAP standard or custom extractors extractors when the required fields are not available in the standard datasource. Datasouces (Extractors) can be enhanced using two methods.
  1. User Exit
  2. BADI
In user exist method you right the logic for extracting new fields in an exit function module. This approach has some drawbacks like transport dependency, messier code etc. This is the old approach. SAP has recently (couple of years ago?) introduced BADIs to alleviate the drawbacks of user exits. Using BADIs will allow developers to write object oriented code for extractor logic. SAP recommends BADIs over user exits. 

Irrespective of the approach you choose the first step is to add the new fields to extraction structure. First check if the fields you are looking for are hidden in the datasource before adding the new fields to the structure.

Step A : Appending new fileds to Extraction Structure

1. Go to transaction code RSA6
2. Find the datasource you want to enhance and click on change button.
3. If the fields you need are hidden, unhide them.
Enhace_a_BW_Datasource_-_Append_Structure_1

4. Save the datasource and click on "Enhance Extraction Structure" 
Enhace_a_BW_Datasource_-_Append_Structure_5

5.  Give a name to append structure.
Enhace_a_BW_Datasource_-_Append_Structure_3
6. Enter the fields prefixed by ZZ in the first column and enter component type (For component type you can enter data element for that field which you can get from table definition in SE11)
Enhace_a_BW_Datasource_-_Append_Structure_4
7. Activate the append structure
8.Hit back utton  twice and go to datasource definition. You will the new appended fields at the end. Unhide them.
First part of datasouce enhacement is complete. We have added the fields that we want to enhace to the the datasource. The next step is to write some code to populate these fields. As mentioned eariler there are two different ways to go about this. The first method is to use BADI which is recommended. Below steps show how to enhance an extractor using BADI. You can also use user exits for this see for the links to to the documents if you want to use user exits.

Step B: Writing code to populate new fields using BADI

1. First step is to create Implementation with the standard BADI Definition. For this go to transaction code SE18 and give BADI Name as RSU5_SAPI_BADI and select create from 'Enhancement Implementation' menu.
Enhance_BW_Datasource_Using_BADIS-_Screenshot_1

2. Enter Implementation Name as ZRSU5_SAP_BADI and hit check icon.
Enhance_BW_Datasource_Using_BADIS-_Screenshot_2
3.  Give the description and activate the implementation.
Enhance_BW_Datasource_Using_BADIS-_Screenshot_3
With this we have created BADI implementation. We are going to use this implementation to fill the new fields.
4. Go to transaction code SE19 and give the implementation that we just created and hit display. 
Enhance_BW_Datasource_Using_BADIS-_Screenshot_B1
5. Go to interface tab and double click on the implementing class name as shown below. This will take you to the methods secion of the implementation class.
Enhance_BW_Datasource_Using_BADIS-_Screenshot_B2
6. In this class first two methods are SAP standard methods. 
Enhance_BW_Datasource_Using_BADIS-_Screenshot_B3

7. The first method (DATA_TRANSFORM) method allows us put in the logic/code to fill in the our added fields. Double click on this method.
8. Click on 'Parameters' button to see the parameters passed to this method. 
Enhance_BW_Datasource_Using_BADIS-_Screenshot_B4
9. You should see following SAP standard paramters. Add these parameters if you don't see them in your system. Go back to methods tab by hitting 'Methods' button.
Enhance_BW_Datasource_Using_BADIS-_Screenshot_B5
10. After coming back to methods tab double click on first method (DATA_TRANSFORM) . Copy and paste below ABAP code .

method IF_EX_RSU5_SAPI_BADI~DATA_TRANSFORM.
  DATA : L_METHOD TYPE SEOCMPNAME.
 
  CONCATENATE 'Z_' I_DATASOURCE INTO L_METHOD.
 
  CHECK C_T_DATA[] IS NOT INITIAL.
 
  SELECT SINGLE CMPNAME FROM SEOCOMPO INTO L_METHOD WHERE
        CLSNAME = 'ZCL_IM_RSU5_SAP_BADI' AND
        CMPNAME = L_METHOD.
 
 
  CHECK SY-SUBRC EQ 0.
 
CALL METHOD (L_METHOD)
    EXPORTING
      I_UPDMODE    = I_UPDMODE
      I_T_SELECT   = I_T_SELECT
      I_T_FIELDS   = I_T_FIELDS
    CHANGING
      C_T_DATA     = C_T_DATA
      C_T_MESSAGES = C_T_MESSAGES.
 
endmethod.
With this we are done with one time configuration. We need not do all the above steps for every datasource. To enhance a datasource all we need to do add a new cutom method to above class (ZCL_IM_RSU5_SAP_BADI) and write some ABAP codo to populate new fields. 

Step C: Create a custom method to populate new fields

1. Create a custome method for the class (ZCL_IM_RSU5_SAP_BADI). Method name should be Z_datasourcename . Here we are appending Z_ because method names can not start with number and most of the BW datasources start with a number. You can use you choice of prefix Z_ or M_ but you need to make sure that you are also using same prefix in the concatenate statement in the in the standard method (IF_EX_RSU5_SAPI_BADI~DATA_TRANSFORM) which calls our custom method at the tie of data extraction.
2. So, for the example in this article the method name should be Z_0FC_BP_ITEMS. To create the method in the method name field and select level as static and visibility as Publick and give some description.
SAP_BW_Enhancing_Datasource_Using_BADI_Screenshot_-_C1
3. Copy and paste following code. Note : You need to change the table and field names in this code as per your requirement.
method Z_0FC_BP_ITEMS.
 *   You need to change FKKOPBW_DELTA to the extraction structure of your datasource in below statement
 
  FIELD-SYMBOLS: <L_S_DATA> TYPE FKKOPBW_DELTA.
 
*  declare a structure with fields required the table on which you do the lookup. 
 
  TYPES: BEGIN OF IT_DFKKKO,
             V_OPBEL TYPE OPBEL_KK,
             V_FIKEY TYPE FIKEY_KK,
             V_ERNAM TYPE ERNAM,
             V_CPUTM TYPE CPUTM,             
         END OF IT_DFKKKO.
 
*    Declare an internal table and work area with above type
  
DATA: ZBW_DFKKKO TYPE STANDARD TABLE OF IT_DFKKKO,
        L_T_DATA TYPE STANDARD TABLE OF FKKOPBW_DELTA,  " Replace FKKOPBW_DELTA with extraction structure of your datasource
         WA_DFKKKO TYPE IT_DFKKKO.
 
*  Copy the incoming data into another internal table. C_T_DATA contains all the extracted records.  
 
  L_T_DATA[] = C_T_DATA[].
 
  IF NOT L_T_DATA IS INITIAL.
 
*   read the  fields from DFKKKO table for all entries of L_T_DATA and put them in to IT_DFKKKO
    
SELECT OPBEL FIKEY ERNAM CPUTM WWERT RLGRD STBEL STMET BLTYP AGINF AWSYS TATYP
       FROM DFKKKO INTO TABLE ZBW_DFKKKO
       FOR ALL ENTRIES IN L_T_DATA
     WHERE OPBEL = L_T_DATA-OPBEL.
 
    LOOP AT L_T_DATA ASSIGNING <L_S_DATA>.
      READ TABLE ZBW_DFKKKO INTO WA_DFKKKO
         WITH KEY V_OPBEL = <L_S_DATA>-OPBEL.
      IF SY-SUBRC = 0.
        <L_S_DATA>-ZZFIKEY = WA_DFKKKO-V_FIKEY.
        <L_S_DATA>-ZZERNAM = WA_DFKKKO-V_ERNAM.
        <L_S_DATA>-ZZCPUTM = WA_DFKKKO-V_CPUTM.        
      ENDIF.
    ENDLOOP.
  ENDIF.
 
* Now that we have filled new fileds, copy everything back to C_T_DATA which will be passed on to BW system
 
 C_T_DATA[] = L_T_DATA[].
 
REFRESH: L_T_DATA,
         ZBW_DFKKKO.
 
endmethod.

Thats it. We have enhanced the datasource using BADI. The ABAP code in the above method will be exuceuted when we run the infopackage to load the data from the datasource. 
Go to transaction code RSA3 to test and make sure that everything is working fine.

If you want to enhance the datasource using user exit (cmod) you can follow step by step instructions in SDN how to document at  this link.

More to Read (Reference Documents):


SAP Book - ABAP Development for SAP BW—User Exits and BAdIs  - (Excerpts from the book - Link)
 SDN How to Guide - How To Use ABAP Classes Instead of “CMOD” for BW Datasource Enhancements - Link
SDN How to Guide  - How to Implement BAdI for Enhancing the Datasource in ECC - Llink
Prerequisites for BADI Implementation - Refer to OSS Note 691154 

SAP BW - Loading Hierarchies from flat files / SAP R3

Hierarchies play very important role in reporting. SAP BW supports hierarchies very well. Most of the hierarchies are maintained in SAP R3 source system, you just need to create the datasource and extract them to BW. However, in some cases you need create an hierarchy manually and load it from flat files. SAP also supports loading hierarchies from flat files. 

In SAP BW 3.5 version one could directly load an hierarchy from a flat file without the need to create a datasource. Where as in BW 7.0 one needs create a flat file datasource first and then load the hierarchy using the flat file datasource. 
Below are articles/blogs with more details on loading hierarchies into SAP BW.
SAP Help
    1. Loading Hierarchies from different source systems : This SAP Help article gives step by stem instruction on loading hierarchies from SAP Systems, BAPI or files. Click here to see complete article.
    2. Uploading Hierarchies from Flat Files :This SAP Help article gives details instructions for uploading hierarchies from flat files into BW 7.0 systems. Click hereto see complete article.
Blogs with Screenshots
    1. Loading Hierarchies from a flat file in BW 3.5 systems : This is a nice blog from Prakash B explaining basics of of hierarchies and giving detailed instructions with screenshots on creating objects required and loading the hierarchy from a flat file. Click here to see this blog. (You need to login with your SDN id to see this blog, you can register for free if you don't have an SDN id)
Leave a comment or link to other useful resources on loading hierarchies in SAP BW.

How to Convert a Bex 3.X query to Bext 7.0 Query

Converting a bex query/report from 3.X format to 7.0 format is simple and easy. You just need to open 3.5 query in 7.0 designer and save it. The query will be saved as a 7.0 query. One thing to keep in mind is you can no longer edit this query using 3.X query designer. 
Reasons to/not to Convert 3.X query to 7.0:
Bex 7.0 suite has some nice features as outlined in the article Bex 7.0 features. We can still access BW 3.5 Bex queries from 7.0 bex analyzer. So it is not necessary to convert query to 7.0 format to be able to acces them in Bex 7.0 Analyzer with new features. 
In my opinion one should only take the effort to convert existing queries when there are changes or if you want to use some of new features in 7.0 query designer.


How to Create a Generic Data source for Domain texts?

How to Create a Generic Data source for Domain texts

Domain Text – is the master data related to an info object. To load the data we load this through the domain texts where the master data for the info object is stored.
Attributes of an info object contains the master data and to load the master data related to the attributes we load them through the domain texts.
Creating the Extractor in SAP R/3
  • Go to RSO2 and give the name of the extractor in Master/texts option and create.
  • Key in the descriptions and the application component under which the extractor should be stored.
  1. For eg if the extractor is related to sales and distribution place it under the SD application component.
  • Click on extraction from domain and the domain field is activated.
  • To find the domain for the info object we are creating go to SE11 and key in the table in which the info object exists. Double click on the field and the domain name exists there.
  • In the domain field key in the domain name related to the info object.
  • Save the extractor
Testing the Extractor
  • Go to RSA3 and key in the extractor name and execute.
  • Select the ALV grid to check the data in the extractor.
Replicating the Data source in SAP BW
  • In RSA1 go to the Datasource section and select the application component specified while creating the extractor. Right click and click on the replicate metadata.
  • System prompts the new data source to be replicated and make it a 7.0 data source.
  • Once the data source is replicated create the transformation. Join the extractor fields with the info object fields and save the transformation
  1. While joining all the key fields on the extractor should be present in the info object fields. If the field is missing on the info object side define the missing field as a compounding info object in the info object attributes. By defining as compounding attribute it will ensure that this info object does not exist without this attribute.
  2. If the key field on the info object is not present in the extractor make it a constant from initial since it does not have a mapping with the extractor.
  • Once the transformations are done create info package and schedule the job to load the data to PSA.
  • Go to the info provider section and search for the info object to which the data is loaded and create the DTP.
  • Execute it and activate. The domain texts are loaded to the info object.
  • To check the data select the maintain master data and look at the data.

How to create a generic Datasource?

How to Create a Generic Data Source for a Master data table

Creating the Extractor in SAP R/3
  • Go to RSO2 and give the name of the extractor in Master/texts option and create.
  • Key in the descriptions and the application component under which the extractor should be stored.
  1. For eg if the extractor is related to sales and distribution place it under the SD application component.
  • In the view/table key in the table name or view name from which the data is extracted.
  • Save the extractor
Testing the Extractor
  • Go to RSA3 and key in the extractor name and execute.
  • Select the ALV grid to check the data in the extractor.
  • Go to SE11 and key in the table/view name and check the data in the table.
Replicating the Data source in SAP BW
  • In RSA1 go to the Datasource section and select the application component specified while creating the extractor. Right click and click on the replicate metadata.
  • System prompts the new data source to be replicated and make it a 7.0 data source.
  • Once the data source is replicated create the transformation. Join the extractor fields with the info object fields and save the transformation
  1. While joining all the key fields on the extractor should be present in the info object fields. If the field is missing on the info object side define the missing field as a compounding info object in the info object attributes. By defining as compounding attribute it will ensure that this info object does not exist without this attribute.
  2. If the key field on the info object is not present in the extractor make it a constant from initial since it does not have a mapping with the extractor.
  • Once the transformations are done create info package and schedule the job to load the data to PSA.
  • Go to the info provider section and search for the info object to which the data is loaded and create the DTP.
  • Execute it and activate. The master data is loaded to the info object.
  • To check the data select the maintain master data and look at the data.

Selective Deletion in SAP BW

Scenario 1: To delete old data from data targets (Infocube/ODS) to save the space and at the same to to improve data load and query performance.
Scenario 2: Remove data inconsistency - In some cases bad data gets loaded or in case of duplicate data issue one needs to delete the bad data or unwanted duplicate date based on a selection. 
One can use selective deletion in the above two scenarios. Selective Deletion, as the name suggests deletes the data from cube/ods based on the selection conditions provided. 
It is very straight forward to do selective deletion, follow below steps. 
1. Go to 'Manage' screen of the data target (Infocube/ODS). Right Click -> Manage
2. Go to contents tab and click on the button with trashcan symbol and with the description 'Selective'
SAP_BW_Selective_Deletion_-_1
3. Click on 'Delete Selections' button on the pop-up screen.
SAP_BW_Selective_Deletion_-_2
4. In the next screen enter the selection conditions for the data deletion and click on 'Execute' button at the top.
5. It takes you back to the screen in step 3, click on selection and select the start condition for the job, provide a name for the job and click on start.
You can track the progress on the job in SM37 and SM66 screens.
Caution : Please be aware that users will get errors while running the reports while selective deletion is in progress on an infocube.
SAP BW  Tcodes





RSA1 - Modeling - DW Workbench  BW - Administrator Workbench
RSRT - Start of the report monitor  BW - OLAP Technology
RSRV - Analysis and Repair of BW Objects  BW - Business Explorer
RSECADMIN - Manage Analysis Authorizations  BW - OLAP Technology
RSPC - Process Chain Maintenance  BW - Data Staging
RSD1 - Characteristic maintenance  BW - Data Basis
RRMX - Start the Business Explorer Analyzer  BW - Business Explorer
LISTCUBE - List viewer for InfoCubes  BW - OLAP Technology
RSMO - Data Load Monitor Start  BW - Data Staging
RSDS - DataSource  BW - Data Staging
MDXTEST - MDX Test Panel  BW - OLAP Technology
RSKC - Maintaining the Permittd Extra Chars  BW - Warehouse Management
RSSM - Authorizations for Reporting  BW - OLAP Technology
RSBBS - Maintaining BW Sender-Receiver  BW - Business Explorer
RSDDV - Maintaining Aggregates/BIA Index  BW - OLAP Technology
BPS0 - Business Planning  BW - Business Planning and Simulation
RSPLAN - Modeling BI Integrated Planning  BW - Planning
RSADMIN - RSADMIN maintenance  BW - Data Staging
RSDDBIAMON2 - BI Accelerator Maintenance Monitor  BW - OLAP Technology
RSRQ - Data Load Monitor for a Request  BW - Data Staging
RSPCM - Monitor daily process chains  BW - Data Staging
RSDDSTAT - Maintain the BW Statistics Settings  BW - OLAP Technology
RSDDBIAMON - BI Accelerator Maintenance Monitor  BW - OLAP Technology
RSCRM_BAPI - Generation of Query Extracts  BW - Business Explorer
RSDCUBE - Start: InfoCube editing  BW - Data Basis
RSCUR - Start: Currency Translation Type  BW - Warehouse Management
RSPLSE - BI Planning: Lock Management  BW - Planning
RSA1OLD - BW Administrator Workbench (old)  BW - Administrator Workbench
RSODSO_SETTINGS - Maintenance of Runtime Param. DS Obj  BW - Data Basis
RSZC - Copying Queries between InfoCubes  BW - End User Technology
RSH1 - Edit hierarchy initial screen  BW - Data Basis
RSDMD - Master Data Maintenance w.Prev. Sel.  BW - Data Basis
RSPRECADMIN - BW Excel Workbook Precalc Admin  BW - SAP Business Information Warehouse
RSMONITOR - Generic Monitor  BW - OLAP Technology
RSRT2 - Start of the Report Monitor  BW - Business Explorer
RSTT - RS Trace Tool Monitor  BW - Business Explorer
RSANWB - Analysis Process Designer  BW - Analysis Process Designer
RSORBCT - BI Business Content Transfer  BW - Metadata (Repository)
RSOR - BW Metadata Repository  BW - Metadata (Repository)
RSZDELETE - Deletion of query objects  BW - End User Technology
BPS_WB - Web Interface Builder  BW - Business Planning and Simulation
RSA13 - DW Workbench: Source System Tree  BW - Administrator Workbench
RSCUSTA2 - ODS Settings  BW - SAP Business Information Warehouse
RSPC1 - Process Chain Display  BW - Data Staging
RSMON - Administration - DW Workbench  BW - Administrator Workbench
RSBATCH - Management of RSBATCH/SEARCHLOGS  BW - Data Staging
RRMXP - Initial Trans. for Excel wth Params  BW - Business Explorer
RSATTR - Attribute/Hierarchy Realignment Run  BW - Data Staging
RS12 - Overview of master data locks  BW - OLAP Technology
RSISET - Maintain InfoSets  BW - Business Explorer
UPSPL - Execute Generic Planning Folder  BW - Business Planning and Simulation
RSRCACHE - OLAP: Cache Monitor  BW - OLAP Technology
RSRT1 - Start of the Report Monitor  BW - OLAP Technology
RSINPUT - Manual Data Entry  BW - Business Explorer
RSCUSTV6 - BW Customizing - View 6  BW - SAP Business Information Warehouse
RSRTRACE - Set trace configuration  BW - Business Explorer
RSSDK - DB Connect  BW - Universal Data Integration
UPSPM - Edit Generic Planning Folder  BW - Business Planning and Simulation
LISTSCHEMA - Show InfoCube schema  BW - OLAP Technology
RSRD_LOG - Broadcaster Application Log  BW - Business Explorer
UPX_MNTN - Settings for Planning Services  BW - Business Planning and Simulation
RSDBC - DB connect  BW - Data Staging
RSDODS - Initial Screen: ODS Object Processng  BW - Metadata (Repository)
BPS_STAT0 - BPS Single Record Statistics  BW - Business Planning and Simulation
RSLGMP - Maintain RSLOGSYSMAP  BW - Administrator Workbench
RSA11 - DW Workbench: InfoProvider Tree  BW - Administrator Workbench
RSUOM - UOM: BW  BW - SAP Business Information Warehouse
RSBO - Open Hub Maintenance  BW - Data Basis
RSTPRFC - Create Destination for After-Import  BW - Data Staging
RRMX_CUST - Initial Trans. for Excel wth Params  BW - Business Explorer
RSNSPACE - BW Namespace Maintenance  BW - Warehouse Management
RSA14 - DW Workbench: InfoObject Tree  BW - Administrator Workbench
RRC1 - Create Currency Conversion Type  BW - Warehouse Management
RSORMDR - BW Metadata Repository  BW - Metadata (Repository)
RSDMWB - Datamining Workbench  BW - Business Content and Extractors
RSCUSTV27 - Set Standard Web Templates  BW - SAP Business Information Warehouse
RSPLSA - BI Planning: Starter Settings  BW - Planning
RSA12 - DW Workbench: InfoSource Tree  BW - Administrator Workbench
SAPBWNEWS - PRINT SAP BW NEWS  BW - Warehouse Management
RS_FRONTEND_INIT - Initialization of the BW Front End  BW - End User Technology
CHANGERUNMONI - Call Change Run Monitor  BW - Data Staging
RSD3 - Maintenance of units  BW - Data Basis
RSD2 - Maintenance of key figures  BW - Data Basis
RS_PERS_ACTIVATE - Activation of BEx Personalization  BW - Business Explorer
RSRD_START - Start Broadcaster for Test Purposes  BW - Business Explorer
DELETE_FACTS - Delete from the fact table  BW - OLAP Technology
RSUDO - Execution as Other User  BW - OLAP Technology
RSDV - Validity Slice Maintenance  BW - OLAP Technology
RSDIOBC - Start: InfoObject catalog editing  BW - Data Basis
RSD4 - Maintenance of time characteristics  BW - Data Basis
RSDMPRO - Initial Screen: MultiProvider Proc.  BW - Data Basis
RSCUSTV23 - Analysis Authorization System  BW - SAP Business Information Warehouse
BWCCMS - CCMS Monitor for BW  BW - Data Staging
RSDL - DB Connect - Test Program  BW - Data Staging
RSD5 - Internal: Maint. of Techn. Chars  BW - Data Basis
RSIMPCUR - Load Exchange Rates from File  BW - Data Staging
RSDMPROM - Initial Screen: MultiProvider Proc.  BW - Data Basis
RSDMD_TEST - Master Data Test  BW - Data Basis
RSU01 - User Maint. BI Analysis Auth.  BW - OLAP Technology
RSCR_MAINT_PUBLISH - Maint. of Publishing Variables CR/CE  BW - Business Explorer
RSDIPROP - Maintain InfoProvider Properties  BW - Metadata (Repository)
RSMDCNVEXIT - Conversn to Consistent Intern. Vals  BW - Data Basis
RSCUSTA - Maintain BW Settings  BW - SAP Business Information Warehouse
RSCUSTV4 - BW Customizing - View 4  BW - SAP Business Information Warehouse
RSSMQ - Start Query with User  BW - OLAP Technology
RSPOR_CUST01 - NetWeaver Customizing - Step 1  BW - Business Explorer
RSRHIERARCHYVIRT - Maintain Virtual Time Hierarchies  BW - OLAP Technology
RSU3 - Display update rules  BW - Data Staging
RSPLF1 - Start: Function Type Editing  BW - Planning
RSRD_ADMIN - Broadcasting Administration  BW - End User Technology
RSCRM_REPORT - BW Queries with ODBO (to 2nd 0B)  BW - Business Explorer
RSECPROT - Maintenance of Analysis Auth.  BW - OLAP Technology
RSA15 - DW Workbench: DataSource Tree  BW - Administrator Workbench
RSZV - Call up of view V_RSZGLOBV  BW - End User Technology
RSODADMIN - Administration Metadata Search  BW - Metadata (Repository)
RS00 - Start menu  BW - Warehouse Management
RSECAUTH - Maintenance of Analysis Auth.  BW - OLAP Technology
RSU3O - Display Update Rules  BW - Data Staging
RSRDA - Real-Time Data Acquisition Monitor  BW - Data Staging
RSFC - Analytic Engine - Demo Content  BW - Business Explorer
RSRCATTTRACE - Catt transaction for trace tool  BW - Business Explorer
RSMRT - Metadata Remodelling Toolbox  BW - OLAP Technology
BPS_STAT1 - BPS Single Record Status Evaluation  BW - Business Planning and Simulation
RSRTRACETEST - Trace tool configuration  BW - Business Explorer
RSDMPROD - Initial Screen: MultiProvider Proc.  BW - Data Basis
RSDIOBCD - Start: InfoObject catalog editing  BW - Data Basis
RSDCUBED - Start: InfoCube editing  BW - Data Basis
RSDIOBCM - Start: InfoObject catalog editing  BW - Data Basis
RSCUSTV21 - BW Customizing - View 21  BW - SAP Business Information Warehouse
CTBW_META - Generating Metadata  BW - SAP Business Information Warehouse
QCHECK - Check Query  BW - End User Technology
RSDCUBEM - Start: InfoCube editing  BW - Data Basis
RSOCONTENT - Administration of a Content System  BW - Metadata (Repository)
RSCUSTV1 - BW Customizing - View 1  BW - SAP Business Information Warehouse
RSCUSTV14 - OLAP: Cache Parameters  BW - SAP Business Information Warehouse
RSCRMMDX - Edit MDX  BW - Business Explorer
RSCUSTV8 - BW Customizing - View 8  BW - SAP Business Information Warehouse
BPS_STS_START - Start STS Execution  BW - Business Planning and Simulation
RSBMO2 - Open Hub Monitor  BW - Data Basis
BPS_TC - Maintain Status and Tracking System  BW - Business Planning and Simulation
RSENQ - Display of Lock Log  BW - Data Staging
BPS_WIF0 - Start Web Interface  BW - Business Planning and Simulation
RSBOH1 - Open Hub Maintenance  BW - Data Basis
RSMDEXITON - Activate Conversion Routine  BW - Data Basis
RSAWB - DW Workbench (Last View)  BW - Administrator Workbench
RSTCO_ADMIN - Technical BW Content  BW - SAP Business Information Warehouse
RSSMTRACE - Reporting Log Authorization  BW - OLAP Technology
RSPOR_CUST13 - NetWeaver Customizing - Step 13  BW - Business Explorer
RSRAM - Reporting Agent Monitor  BW - Business Explorer
RSREQARCH - Req. Archive Administration Dialog  BW - Data Staging
RSCUSTV2 - BW Customizing - View 2  BW - SAP Business Information Warehouse
RSDSD - DataSource Documentation  BW - Data Staging
RSFLAT - Flat MDX  BW - OLAP Technology
RSIMG - BW IMG  BW - Warehouse Management
RSCRT - BW Monitor (Near)-Real-Time Loading  BW - Data Staging
RSREP - BW Administrator Workbench  BW - Administrator Workbench
RRC3 - Display Currency Translation Type  BW - Warehouse Management
RSHIER - Hierarchy maintenance w/o AdmWB  BW - Data Basis
RSCRMDEBUG - Set Debug Options  BW - Business Explorer
REPORTING_AGENT - Scheduler Test Call  BW - Business Explorer
RRC2 - Edit Currency Conversion Type  BW - Warehouse Management
RSU6 - Delete update rules  BW - Data Staging
RSTG_BUPA - Target Group Sel. Business Partners  BW - Business Explorer
RSQ02 - Maintain InfoSets  BW - Business Explorer
BPS_TRACE - Trace for API in SEM-BPS  BW - Business Planning and Simulation
RSODSO_RUNTIME - Runtime Measurements  BW - Data Basis
RSAN_VERI - Analysis Process: Test Monitor  BW - Analysis Process Designer
RS50 - Old SM50  BW - Data Staging
RSAN_WB_TST - Analysis Process - Display Data  BW - Analysis Process Designer
RSBBS_WEB - Transaction for the RRI in the Web  BW - Business Explorer
RSRTQ - Query Definition  BW - SAP Business Information Warehouse
RSTHJTMAINT - Maintenance THJT  BW - OLAP Technology
RSMONMAIL - Mail Addresses for Monitor Assistant  BW - Data Staging
MINING_IBM - Communictn with Data Mining Software  BW - Business Explorer
RS_AWB_REMOTE - Remote AWB Staging  BW - Data Staging
RS_LOGSYS_CHECK - Source System Tool  BW - Data Staging
RSRAPS - Manages Page Store  BW - Business Explorer
RS_PERS_VAR_ACTIVATE - Activate Variable Pers.  BW - Business Explorer
RSU2 - Change update rules  BW - Data Staging
RSU1 - Create update rules  BW - Data Staging
RSBOH2 - Open Hub Maintenance  BW - Data Basis
RSRAJ - Starts a Reporting Agent Job  BW - Business Explorer
RSSD - Access for scheduler  BW - Data Staging
RSU0 - Update rules overview  BW - Data Staging
RSH3 - Simulate hierarchies  BW - Data Basis
RST22 - Old Short-Dump Overview  BW - Data Staging
RSCUSTV18 - DB Connect Settings  BW - SAP Business Information Warehouse
RSCUSTV11 - BW Customizing - View 11  BW - SAP Business Information Warehouse
RSDPMDDBSETUP - Creates a MOLAP Database in MSAS  BW - OLAP Technology
RSM37 - Job List with Program Variant  BW - Data Staging
RSICUBE - Maintain/Change InfoCubes (Internal)  BW - Data Staging
RSBOH3 - Open Hub Maintenance  BW - Data Basis
RSAWBSETTINGSDEL - Delete user settings of the AWB  BW - Administrator Workbench
RS_PERS_BOD_DEACTIVA - Deactivate Pers. for BEx Open  BW - Business Explorer
RS_PERS_WTE_DEACTIVA - Deactivate Pers. for Web Templates  BW - Business Explorer
RSRVALT - Analysis of the BW objects  BW - Business Explorer
RSBO_EXTRACT - Auth. - Check Open Hub Extraction  BW - Data Basis
RSCUSTV3 - BW Customizing - View 3  BW - SAP Business Information Warehouse
RS_PERS_VAR_DEACTIVA - Deactivate Pers. for Variables  BW - Business Explorer
UPSPMD - Display Generic Planning Folders  BW - Business Planning and Simulation
RSEDIT - Old editor  BW - Data Staging
RSPC_RESTART - Restart Process Chain Run  BW - Data Staging
RSCUSTV15 - BW Customizing - View 11  BW - SAP Business Information Warehouse
RS_PERS_BOD_ACTIVATE - Activate BEx Open Pers.  BW - Business Explorer
RSA16 - DW Workbench: Favorites Tree  BW - Administrator Workbench
RSBWREMOTE - Create Warehouse User  BW - Data Staging
RSARCH_ADMIN - BW Archive Administration  BW - Data Staging
RSCUSTV19 - InfoSet Settings  BW - SAP Business Information Warehouse
RSCR_MAINT_URL - Maint. of URL Variables for CR/CE  BW - Business Explorer
RSU1I - Create update rules  BW - Data Staging
RS_PERS_WTE_ACTIVATE - Activate Web Template Pers.  BW - Business Explorer
RSCONCHA - Channel conversion  BW - Warehouse Management
RSZVERSION - Set frontend version  BW - End User Technology
RSPC2 - Process Chain via Process  BW - Data Staging
RSANWB_START_ALL - Model the Analysis Process  BW - Analysis Process Designer
RSU2O - Change Update Rules  BW - Data Staging
RSCUSTV12 - Microsoft Analysis Services  BW - SAP Business Information Warehouse
RSDPMOLAPDS - MOLAP DataSource creation  BW - OLAP Technology
RS_ISTD_REMOTE - Maintain InfoSource  BW - Warehouse Management
RSCUSTV16 - BW Reporting  BW - SAP Business Information Warehouse
RSA17 - DW Workbench: General Search  BW - Administrator Workbench
RSZT - Get Test Component  BW - End User Technology
RSANWB_EXEC - Execute Analysis Process  BW - Analysis Process Designer
RSU1O - Create Update Rules  BW - Data Staging
RSCONFAV - Favorites Conversion  BW - Warehouse Management
RSCUSTV29 - Settings for Web Template  BW - SAP Business Information Warehouse
RSCUSTV13 - RRI Settings for Web Reporting  BW - SAP Business Information Warehouse
RSDPRFCDSETUP - Create MOLAP Rfc Tests  BW - OLAP Technology
RSU6I - Delete update rules  BW - Data Staging
RSB2 - Data Marts Generation Center  BW - Data Basis
RSCUSTV17 - Settings: Currency Translation  BW - SAP Business Information Warehouse
RSNPGTEST - Test Network Plan Control  BW - Administrator Workbench
RSCATTAWB - CATT Admin. Workbench  BW - Administrator Workbench
RSSE - Selection start InfoCube  BW - Administrator Workbench
RSASSIBTCH - Schedule Assistant in Background  BW - Data Staging
RSBEB - Business Explorer Browser  BW - Business Explorer
RSCUSTV10 - BW Customizing - View 10  BW - SAP Business Information Warehouse
RSDODSD - Initial Screen: ODS Proces. (Deliv.)  BW - Metadata (Repository)
RSU3I - Display update rules  BW - Data Staging
RS_DS_CHECK - Check consistency request  BW - Data Staging
RSSTARTMON - Starting the monitor in parall.proc.  BW - Data Staging
RSU6O - Delete update rules  BW - Data Staging
RSQ10 - SAP Query: Role Administration  BW - Business Explorer
RSBROWSER - BW Browser  BW - Business Explorer
RSNPGTEST2 - Test Network Plan Control  BW - Administrator Workbench
RSHIERSIM - Simulate hierarchies  BW - Data Basis
RSPC1_NOLOG - Process Chain Maintenance  BW - Data Staging
RSU2I - Change update rules  BW - Data Staging
RSMONCOLOR - Traffic light color in the Monitor  BW - Data Staging
RSCRMMON - Monitor Query Extracts  BW - Business Explorer
RSCUSTV9 - BW Customizing - View 9  BW - SAP Business Information Warehouse
RSCRMSCEN - Register Closed-Loop Scenarios  BW - Business Explorer
RSCUSTV7 - BW Customizing - View 7  BW - SAP Business Information Warehouse
RSTG_DB_WEB - Target Group Selection D&B  BW - Business Explorer
RSDB_ADD_ID_2_CRM - Create External ID for CRM-GP  BW - Business Explorer
RSMONITOR_DB - D&B Integration  BW - Business Explorer
RSDB_INIT - Initial Download of D&B Data  BW - Business Explorer
RSCUSTV5 - BW Customizing - View 5  BW - SAP Business Information Warehouse
RSTG_CUST - Target Group Selection Customers  BW - Business Explorer
RSPCP - Process Log  BW - Data Staging
RSCRMISQ - Register Infosets for Target Groups  BW - Business Explorer
RSTG_DB - Target Group Selection D&B  BW - Business Explorer
UPXA - Select Planning Area  BW - Business Planning and Simulation
UPX_EXEC - Execute Planning  BW - Business Planning and Simulation
RSDDTPS - Start Polestar Wizard  BW - OLAP Technology
RSISW - Service Designer  BW - Planning
QF4 - Available queries  BW - End User Technology
RSDDAGGRCHECK - Maintenance of Aggregate Check  BW - OLAP Technology
RS09 - Transport Browser for BI Objects  BW - Metadata (Repository)
RSA18 - DW Workbench: Open Hub Destination  BW - Administrator Workbench
RSODADMIN_DOC - Document Administration  BW - Metadata (Repository)
RSA1GM - GM Demo in AWB: Test Purposes Only  BW - Administrator Workbench
RSODMIGRATION - Migration of Documen. into Portal KM  BW - Metadata (Repository)
RSODSO_SHOWLOG - Logs for DataStore Object  BW - Data Basis
RSPOR_CUST04 - NetWeaver Customizing - Step 4  BW - Business Explorer
RSZRESTORE - Call report COMPONENT_RESTORE  BW - End User Technology
RSOS_SEARCH - BI Metadata Search  BW - Metadata (Repository)
RSPOR_CUST08 - NetWeaver Customizing - Step 8  BW - Business Explorer
RSTC_CUST_BIAC - Customizing to call BI Admin Cockpit  BW - Warehouse Management
RSRD_REPLAY - Restart Broadcasting for Log Number  BW - Business Explorer
RSPOR_CUST12 - NetWeaver Customizing - Step 12  BW - Business Explorer
RSODSO_BRKPNT - DataStore-Specific Breakpoints  BW - Data Basis
RSPROXY - SOBI Design Time (ESI Business Obj.)  BW - Metadata (Repository)
RSDTA - Administration of the Data Targets  BW - Data Staging
RSB_GUI_START - Editing an Open Hub Destination  BW - Data Basis
RSPOR_CUST05 - NetWeaver Customizing - Step 5  BW - Business Explorer
RSDDBIAMON3 - BI Accelerator Maintenance Monitor  BW - OLAP Technology
RSPOR_CUST09 - NetWeaver Customizing - Step 9  BW - Business Explorer
RS_CONV_ACTIVATE - Activate InfoObject Conversion  BW - SAP Business Information Warehouse
RSDAP - Edit Data Archiving Process  BW - Data Staging
RSESH_TLOGO_MAINT - Start of Object Maintenance  BW - Metadata (Repository)
UPX_MNTN1 - UPX: Data Sources Maintenance  BW - Business Planning and Simulation
RSPOR_CUST02 - NetWeaver Customizing - Step 2  BW - Business Explorer
RSDTP - DTP Maintenance  BW - Data Staging
RSUDU - Execution as Other User  BW - OLAP Technology
RSPOR_CUST06 - NetWeaver Customizing - Step 6  BW - Business Explorer
RSTCIMP - Importance of BW Object  BW - Warehouse Management
RSZTABLES - Call ANALYZE_RSZ_TABLES  BW - End User Technology
RSPOR_CUST10 - NetWeaver Customizing - Step 10  BW - Business Explorer
RS_BA_PCK_CLEANUP - Deletion of Selected Packages  BW - Data Basis
RSRD_TEST - Test Producer/Converter/Distributor  BW - Business Explorer
RSTRANGUI - Transformations  BW - Data Staging
RSPOR_CUST03 - NetWeaver Customizing - Step 3  BW - Business Explorer
RSPOR_CUST07 - NetWeaver Customizing - Step 7  BW - Business Explorer
RSSEM_RFC_MDF - Maint. Callback Destinations in MDF  BW - Data Basis
RSANWB_MONITOR - Monitor for Analysis Run  BW - Analysis Process Designer
RSOBI1 - SOBI Design Time (DataSource)  BW - Metadata (Repository)
RSPOR_CUST11 - NetWeaver Customizing - Step 11  BW - Business Explorer
RSCUSTV30 - Load Distribution for Analys. Proc.  BW - SAP Business Information Warehouse
RSDMCUS - Data Mining Customising  BW - Data Mining
RSCUSTV24 - Quantity Conversion: Buffer Setting  BW - SAP Business Information Warehouse
RSDMWB_OO - Datamining Workbench  BW - Data Mining
RSDANLCON - Set Up Near-Line Connections  BW - Data Staging
RSCUSTV28 - Determine Settings for Web Templates  BW - SAP Business Information Warehouse
RSCUSTV25 - Database Interface/Performance  BW - SAP Business Information Warehouse
ACPTOOL - for admin cock pit sanity check tool  BW - Warehouse Management
RSCUSTV26 - Database Interface/Perf. (ORA)  BW - SAP Business Information Warehouse
S_J10_96000009 - SAPLS_CUS_IMG_ACTIVITY  BW - Warehouse Management
RSDAS_BROWSE - Browser for Data Access Services  BW - End User Technology
RSCRM_REPORT_OLD - BW Queries with ODBO (to 2nd 0B)  BW - Business Explorer
RSDMWB_OLD - Data Mining Workbench  BW - Business Content and Extractors
UPXPM - Edit Sales Planning Folders  BW - Business Planning and Simulation
S_J10_96000010 - SAPLS_CUS_IMG_ACTIVITY  BW - Warehouse Management
UPX_EXEC_SSP - Execute Service Planning  BW - Business Planning and Simulation
S_BR3_49000004 - IMG Activity: BW_WFSWU3  BW - Warehouse Management
UPC_BW_DESTINATION - BW Installation  BW - Business Planning and Simulation
S_J16_56000034 - IMG Activity: BW_ODS  BW - Warehouse Management
UPY_PM_START_ADM - Planning Folder Administrator PSM  BW - Business Planning and Simulation
S_BR3_49000008 - IMG Activity: BW_FISCALYEAR  BW - Warehouse Management
BWMSSPROCS - Transaction for MSS SP Maintenance  BW - BW Microsoft SQL Server
DB2BW - BW Analysis Tool  BW - BW DB2 for OS/390
S_BR3_49000012 - IMG Activity: BW_BATCHRZ11  BW - Warehouse Management
UPX_CUST - Settings for Planning Services  BW - Business Planning and Simulation
BPS_RM - Reminder Report STS  BW - Business Planning and Simulation
S_BR3_49000001 - IMG Activity: BW_RSKC  BW - Warehouse Management
S_J10_96000011 - SAPLS_CUS_IMG_ACTIVITY  BW - Warehouse Management
S_BR3_49000005 - IMG Activity: BW_VARCMOD  BW - Warehouse Management
TS_WS401000051000 - Transaction for Task WS40100005  BW - Business Planning and Simulation
S_J16_56000035 - IMG Activity: BW_WEBPROTOCOL  BW - Warehouse Management
UPY_PM_START_BA - Planning Folder for Bdgt Dprtmnt PSM  BW - Business Planning and Simulation
BPS_WEBSTART - Start Web Interfaces  BW - Business Planning and Simulation
S_BR3_49000009 - IMG Activity: BW_RSADMIN  BW - Warehouse Management
UPSX - Direct Start of Generic Folders  BW - Business Planning and Simulation
SM12OLD - Old sm12  BW - Data Staging
RUNSCHED - Scheduler Test Call  BW - Business Explorer
S_J10_96000008 - SAPLS_CUS_IMG_ACTIVITY  BW - Warehouse Management
UPX_CUST_NEW - Settings for Planning Services  BW - Business Planning and Simulation
S_BR3_49000002 - IMG Activity: BWSIMG_ALEUSU01  BW - Warehouse Management
S_J16_56000017 - IMG Activity: BW_CACHE  BW - Warehouse Management
S_BR3_49000006 - IMG Activity: BW_VIRTCMOD  BW - Warehouse Management
RRMB - Upload Screens from BEx Browser  BW - Business Explorer
S_J16_56000036 - IMG Activity: BW_CONTENT_DOCU  BW - Warehouse Management
UPY_PM_START_FA - PSM Planning Folder  BW - Business Planning and Simulation
S_BR3_49000010 - IMG Activity: BW_NUKSNUM  BW - Warehouse Management
RRV_FILL - Fill Bucket  BW - Business Explorer
S_BR3_49000003 - IMG Activity: BW_LOGSYSSM30  BW - Warehouse Management
LAUNCH_CRW - Start of Crystal Report Designer  BW - Business Explorer
S_J16_56000033 - IMG Activity: BW_BADI_OPENHUB  BW - Data Basis
UPX_XLA - Execute Planning with Excel  BW - Business Planning and Simulation
BPS_TRANS - Transport Planning Customizing  BW - Business Planning and Simulation
S_BR3_49000007 - IMG Activity: BW_SPADPRINT  BW - Warehouse Management
S_J16_56000037 - IMG Activity: BW_AUTH  BW - Business Explorer
UPY_PM_START_VC - PSM Manager of Planning Folder  BW - Business Planning and Simulation
S_BR3_49000011 - IMG Activity: BW_RSLGMP  BW - Warehouse Management
BPS_EXCEL - Excel Interface Builder  BW - Business Planning and Simulation