cancel
Showing results for 
Search instead for 
Did you mean: 

Lat execution time of REPORT

Former Member
0 Kudos
102

hi all gurus,

how can i know the last execution time of any ABAP report. i mean how can i know that when the last time this particular report was executed?

is there any transaction code?

or is there any method for it?

please let me know.

thanks in advance.

regards,

hardik.

Accepted Solutions (0)

Answers (1)

Answers (1)

LeonardoAraujo
Active Contributor
0 Kudos

Check transaction STAD.

There you can specify user, transaction or program and a time frame.

The question will be, how long do you keep statistics in your system...

Hope it helps,

Leonardo De Araujo

Former Member
0 Kudos

hi Araujo,

thanks for your response.

But from this STAD i am not able to get the information that " when i have executed thsi particular named report last".

can you try once more?

thanks,

regards,

Hardik.

LeonardoAraujo
Active Contributor
0 Kudos

I've just tried on my system and it worked.

I went to transaction STAD and entered the program name.

The problem is that it is a very memory consuming transaction and you have to "fish" for the last execution using the start date and the read time.

For me it worked. After a few time ranges I got the last execution.

I will try to find you another way.

Leonardo De Araujo