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

Program last executed date and time ?

shishupalreddy
Active Contributor
0 Likes
3,936

Hello All,

how to find the programs last execution date ?

Thanks

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
3,281

hi Ram

There is a system field <b>trdir-udat</b> to find out the Program last executed

date where trdir is the table and udat is last executed date.

write : trdir-udat.

(OR)

Goto se38,select give program name and select attribute radio button and click on display...

dono about time...if i find out i wil let you know..

REWARD IF USEFUL....

Message was edited by:

asha banu

15 REPLIES 15
Read only

Former Member
0 Likes
3,281

hi,

U can query the Table

TVARV

.

There u will get the last run date and time of a prgoram.

just write a select query for that.

Sorry pls chk this table.TVARV. U have to fetch the field 'LOW' from that, for date

Rgsds

Reshma

Read only

Former Member
0 Likes
3,281

Hi,

You may check the system table in se11 ->table->TRDIR.

Regards,

Reema.

Read only

Former Member
0 Likes
3,281

Hello,

<b>Check the table TRDIR or Tcode STAT</b>

Vasanth

Read only

shishupalreddy
Active Contributor
0 Likes
3,281

Hello All,

I tried with all the solutions provided but no one is giving the required result ,.

Any other idea for the same

thanks

Read only

0 Likes
3,281

Try the Basis Transactions ST03N, ST03G or STAD.

Some Basis teams do their own reporting of long running ABAP's and keep data offline.

Read only

Former Member
0 Likes
3,282

hi Ram

There is a system field <b>trdir-udat</b> to find out the Program last executed

date where trdir is the table and udat is last executed date.

write : trdir-udat.

(OR)

Goto se38,select give program name and select attribute radio button and click on display...

dono about time...if i find out i wil let you know..

REWARD IF USEFUL....

Message was edited by:

asha banu

Read only

0 Likes
3,281

Hello,

As of now with the given replies I could not find the best one ..

Please provide me the corect solutiona asap.

thanks in advance

Read only

0 Likes
3,281

hi ram,

Goto se38,select give program name and select attribute radio button and click on display...

dono about time...if i find out i wil let you know..

REWARD IF USEFUL....

Read only

0 Likes
3,281

Hello ,

In the program attributes we can find the LAST CHAGNE date but nor last run date .

can anybody help me in this regard as it is urgent with Production system

thanks

Read only

0 Likes
3,281

hi

use table <b>REPOSRC</b>....you can find <b>UDAT</b> and<b> UTIME</b> to find the last execution date and time....

REWARD IF USEFUL....!!

Read only

0 Likes
3,281

Hello,

Thanks for the reply...

but still the solution offered will provide last change date / Last change time

please provide me the best solution

regards

Read only

0 Likes
3,281

Any solution plase

Read only

0 Likes
3,281

Hi,

I posted this earlier and I still believe this is the best route to follow:

Try the Basis Transactions ST03N, ST03G or STAD.

Some Basis teams do their own reporting of long running ABAP's and keep data offline.

The transactions are mainly used to help identify long running ABAP's, but all ABAP run dates and times are recoded

Read only

0 Likes
3,281

If the version is 4.6c ,it is available ,too.

Thanks

Read only

hari_cahyadi2
Explorer
0 Likes
3,281

Hi All,

I found the same problem, I want to get the last run date of an abap program.

How do you solve this?

Thanks and Regards,

Hari