‎2010 Dec 13 7:13 AM
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
‎2010 Dec 13 9:11 AM
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
‎2010 Dec 13 9:11 AM
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
‎2010 Dec 13 9:42 AM
Thanks Shiva. Unfortunately we're still on 4.7.
Best regards, Adrian
‎2010 Dec 13 11:51 AM
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