2009 Jun 11 7:08 AM
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
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
2009 Jun 11 12:21 PM
2009 Jun 11 12:24 PM
Hi,
Check for the system varaibale SY-CPROG in your driver program.
~Nanda
2009 Jun 11 12:26 PM
Have a look at function module SYSTEM_CALLSTACK (not released).
Thomas
2009 Jun 11 1:20 PM
Hi Thomas,
thank you very much for ur timely reply.
this function module SYSTEM_CALLSTACK is very useful but ,
my problem still exists
stack is giving the events details till std pgm i need events in pgm 'A' also.
are there any outher similar FM's ? which could meet my requirement.
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |