Application Development 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: 

Last executed time of the program

Former Member
0 Kudos
89

hi all ,

how to know the last executed time of the program,

plz tell me ,

thanks in advance ,

regards ,

srinivas .

3 REPLIES 3

Former Member
0 Kudos
51

Hi,

Please SEARCH - this has been asked hundreds of times before.

Former Member
0 Kudos
51

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

Former Member
0 Kudos
51

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.