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: 

How to find program or report last executed date.

Former Member
0 Kudos

Hi Friends,

I have to find a report or program last executed date and time. I tried with STAT, STAD , ST03, SM21 and TRDIR , TADIR tables. But it does not serve my purpose.

Please suggest any table or program or function module where I can find this information. It will be great if you can share some code at the earliest.

Thanks in advance.

Regards,

Phani Shankar.K

6 REPLIES 6

Former Member
0 Kudos

Check table TRDIR.

Regards,

Aparna

Former Member
0 Kudos

Hi Phani,

here is your answer

Regards,

Flavya

GauthamV
Active Contributor
0 Kudos

hi,

you can get that details from TRDIR view.

check these fields.

SDATE

STIME

IDATE

ITIME.

Former Member
0 Kudos

Thanks for responding.

But TRDIR doesnt store program execution date and time. It only stores program generation date and time. I.e when the progam is created.

My requirement is I want to know the date, when the program is executed.

Example:

Suppose, on 16th december a program is created, and on 19th the program is executed. I want to know a table or a function module where 19th december is stored.

Please respond at the earliest.

GauthamV
Active Contributor
0 Kudos

hi,

The details i have mentioned above are correct.

If you want to test just execute a program now and check the above

mentioned fileds in that view.

Former Member
0 Kudos

hi

use transaction st03

STAT and it's report RSSTAT00.

also refer the following threads , it will help you

regards

rahul

Edited by: RAHUL SHARMA on Dec 18, 2008 8:42 AM