cancel
Showing results for 
Search instead for 
Did you mean: 

How to know which transformation code is using the data target..

Former Member
0 Kudos

Hi,

Say I have a DSO ZXXX. Now there are transformations for other data targets, where the ABAP code is doing a select on this DSO ZXXX and reading and using that data for the result package.

Typically if we wany to know if a DSO is used where where we try to do a 'display data flow' on that and find out. But that does not capture if that DSO is being read in the code.

So is there any way I can find it ?

Or do I have to manually go to each routines, start, end, mapping related routines etc and try to figure out ?

thnks

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Dear sdnuser1,

The following link has a program to solve your problem.

[http://wiki.sdn.sap.com/wiki/display/Snippets/ABAPprogramtofindBIlookupsandcodePatterns]

Hope this helps.

Rgds,

Guru

Former Member
0 Kudos

Thank you it helps a lot...