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

Table containing program exectution information (date, time, user)

Former Member
0 Likes
745

Hi,

Does a table exist, that records the last run of a specific program.

For example, say I was to execute a custom program.

Would any table exist to show that the program was executed, along with time and my username?

Thanks,

John

3 REPLIES 3
Read only

former_member194669
Active Contributor
0 Likes
595

It not get stored in any tables. I think get stored in os files

you can check the transaction code ST03N or use fm SAPWL_WORKLOAD_GET_STATISTIC

a®

Read only

Former Member
0 Likes
595

You can get it using the transaction STAD.

Thanks,

Srinivas

Read only

Former Member
0 Likes
595

it is not stored in table but it is in file (I think it is STAT file). Basis config defines max size for that file & SAP keeps on removing older records from that file. by default it is 5 GB.

try FM or FMs with similar name.

SAPWL_WORKLOAD_GET_SUMMARY

SAPWL_WORKLOAD_GET_STATISTIC