Friday 17 June 2011

How to locate SAP BEX Exit variables

Many times it happens that you want to know where Exit Variables, as populated in CMOD code, are used.
This blog tells you how to located the variables.



Open Admin Workbench (RSA1) and choose Transport Connection --> Object Types --> Query Elements --> Variable --> Select Objects.




Switch on the technical name view.

Wednesday 15 June 2011

ETL data load - performance check

In this post I will describe a way how to analyse the performance of an SAP BW transformation. In this case, it is the transformation from Data Acquisition Layer into Data Warehouse Layer.





While running the transformation, start in another SAP GUI session SE30 - ABAP Objects Runtime Analysis:

Tuesday 14 June 2011

Transactions in my Favorites

After some time working with SAP BW, I collected a list of transactions that are used frequently. This list is base on the so called "Back End" activities, like ETL.

My list is the following:

Wednesday 8 June 2011

Debugging CMOD user exit variables

This posting is about how to debug the CMOD code for user exit variables. These variables are used in BEX query development.






 Start transaction CMOD and select the required Project (ZGL_VAR in our case)

 
 Select the Function exit (double click)