‎2008 Dec 04 8:33 PM
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
‎2008 Dec 04 8:36 PM
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®
‎2008 Dec 04 9:00 PM
‎2008 Dec 05 1:07 PM
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