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

System Trace for function and programs called?

Former Member
0 Likes
1,562

Hi All

I'm aware of ST05 for tables accessed, but is there perhaps a system trace that would list all the function modules and programs run during a transaction?

For example, I'd like to run such a trace on the Transport Logs button in SE10. I'd like to find a function module that would return a table of entries that exist in the tree list for Dev, QA & Prd. This should highlight if any released transports have not be taken to QA & or Prd.

Thank you and best regards,

Adrian

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,202

Hi,

SAP has provided a transactions:

"SAT" which is a run time analysis tool

"ST30" Global performance tool.

Hope this helps

Regards

Shiva

Edited by: Shiva Kumar Tirumalasetty on Dec 13, 2010 2:41 PM

3 REPLIES 3
Read only

Former Member
0 Likes
1,203

Hi,

SAP has provided a transactions:

"SAT" which is a run time analysis tool

"ST30" Global performance tool.

Hope this helps

Regards

Shiva

Edited by: Shiva Kumar Tirumalasetty on Dec 13, 2010 2:41 PM

Read only

0 Likes
1,202

Thanks Shiva. Unfortunately we're still on 4.7.

Best regards, Adrian

Read only

0 Likes
1,202

ABAP trace SE30 traces all processing blocks including function module calls. For your specific example you can try function module TR_READ_GLOBAL_INFO_OF_REQUEST.

Thomas