‎2006 May 10 7:03 AM
Hi,
Is there any statistics / reports available which can provide information on any specific Transaction / Application calling another Transaction / Application.
e.g. ST05 internally calls ST04 to show database traces.
Thanks
Mahendra
‎2006 May 10 7:08 AM
Hi,
in ST05 you will show when the program call an other program . You could also see the abap code for a special SELECT, set a break point, call again the program and show the list of the calls.
Rgd
Frédéric
‎2006 May 10 7:08 AM
Hi,
in ST05 you will show when the program call an other program . You could also see the abap code for a special SELECT, set a break point, call again the program and show the list of the calls.
Rgd
Frédéric
‎2006 May 10 7:31 AM
Hi Frédéric,
I guess ST05 will only show the different trace info but will not provide information for other Transaction getting called in a straight forward way. I mean using debug we can try to find out the method called from other Transaction as an indication of different transaction getting called. Thus making the process very
time consuming and will require to have in depth knowledge of all trancasctions.
Also the intention is not to track the function calls and Forms. But somehow trace all the transactions / RFCs / Application that are part of single chain of process.
Thanks
Mahendra
‎2006 May 10 7:52 AM
Unfortunately, I don't think there is any straight forward way doing this.
Regards,
Ravi
Note : Please mark the helpful answers
‎2006 May 10 7:09 AM
HI
GOOD
I DONT THINK THERE IS ANY SPECIFIC TRANSACTION OR APPLICATION PROGRAM WHICH WILL GIVE THE DETAIL ABOUT A PARTICULAR TRANSACTION.
THANKS
MRUTYUN
‎2006 May 10 7:14 AM
Hi Mrityunjaya,
Is there any workaround if I want to track the application / transaction chain ?
Thanks
Mahendra
‎2006 May 10 7:17 AM
I already said, in debug mode, you will show the chain of the Form / Function / .. to go in a special point.
To have the complete chain is not possible and it's a non-sens, cause it could be so big ..
Fred