2008 Jun 12 10:35 AM
hi all ,
how to know the last executed time of the program,
plz tell me ,
thanks in advance ,
regards ,
srinivas .
2008 Jun 12 10:36 AM
Hi,
Please SEARCH - this has been asked hundreds of times before.
2008 Jun 12 10:39 AM
Hi Srinivas
use the t.code STAT,STAD.
Check in this link for a sample code..
https://forums.sdn.sap.com/click.jspa?searchID=421554&messageID=1488089.
From Table TRDIR also you get the information about Last change.
TRDIR-UDAT ---> Changed On
TRDIR-UNAM ---> User Name
Regards
<REMOVED BY MODERATOR>
Lakshman
Edited by: Alvaro Tejada Galindo on Jun 12, 2008 7:01 PM
2008 Jun 12 10:40 AM
Hi,
You can find this in TRDIR table, field names are
Last changed by --> UNAM
Last Changed On --> UDAT
or
Use ST03n then doubleclick on Transaction Profile which is under Analysis views.In the right side frame all TCode will be displayed, then doubleclick on your Tcode,it shows list of users used.
If you want to based on Weeks,months etc User ST03n then click on Choose for analysis and proceed further.