Skip to Content
0
Former Member
Jun 11, 2009 at 06:08 AM

any FM for tracking the execution path?

30 Views

Hi all,

i want to know whether there is any function module for tracking execution path.

My requirement is i am calling a std prgm using call transaction from pgm 'A' and this std pgm is calling other driver pgm now i need to validate pgm 'A' in driver pgm.

i can use import export statements but this has a lot of impact on the performance.

so, i am in search of a Function Module which whoud give me the execution path with pgm names i.e. in this case pgm A->std pgm ->driver program