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