cancel
Showing results for 
Search instead for 
Did you mean: 

ABAP code in BW

Former Member
0 Kudos

Hi all

Does anyone of you know of some short cut to get to know whether any custome code is present in the entire data flow for a particular data target ( ODS/ CUBE ) .

Also is there any other place except the following where ABAP code / custome functions can be inserted in BW ?

1 Transfer routine in infoobjects

2 Start routine in Transfer rules

3) Start routine in update rules

4) Transfer rules

5) update rules

6) infopackage selections

Thanks for the guidance

Accepted Solutions (1)

Accepted Solutions (1)

edwin_harpino
Active Contributor
0 Kudos

maybe some other places abap code can be inserted in bw

- user exit variable, virtual characteristics/keyfigures (ZXRSR*), virtual infocube

- process chain

- use exit extraction (zxrsau*) if bw used as source system for other bw

for custom code exist in infopackage, transfer/update rules routine, think we need to create our own abap, we have one set from SAP (but Z*) to generate all mapping/routine in transfer/update rules to html files.

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

You can examine RSUPDROUT & RSTSRULESTSH tables along with RSTS & RSUPDINFO to determine routines in URs & TRs.

Best regards,

Eugene

Former Member
0 Kudos

Hi,

I dont think there is any table/program which would give the information where custom code exists in the data flow for a Data target. The reason is that even when no custom code is used SAP uses its own code (example the generated program for update rules). Now if the user writes a custom code then the code gets merged with the SAP code.

You are right in the places where custom code can be used. So to find the code you would have to manually find the code in the data flow.

Bye

Dinesh