Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Application / Transaction Identification

Former Member
0 Likes
784

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

1 ACCEPTED SOLUTION
Read only

FredericGirod
Active Contributor
0 Likes
735

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

6 REPLIES 6
Read only

FredericGirod
Active Contributor
0 Likes
736

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

Read only

0 Likes
735

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

Read only

0 Likes
735

Unfortunately, I don't think there is any straight forward way doing this.

Regards,

Ravi

Note : Please mark the helpful answers

Read only

Former Member
0 Likes
735

HI

GOOD

I DONT THINK THERE IS ANY SPECIFIC TRANSACTION OR APPLICATION PROGRAM WHICH WILL GIVE THE DETAIL ABOUT A PARTICULAR TRANSACTION.

THANKS

MRUTYUN

Read only

0 Likes
735

Hi Mrityunjaya,

Is there any workaround if I want to track the application / transaction chain ?

Thanks

Mahendra

Read only

0 Likes
735

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