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 get information when a program was called last?

Former Member
0 Kudos

Hello,

I want to know when a report was called last time. Maybe there is a table where this information is saved.

Thanks in advance...

4 REPLIES 4

kiran_k8
Active Contributor
0 Kudos

Sebastian,

Check the table REPOLOAD.

K.Kiran.

Former Member
0 Kudos

Hi,

this table contains only information about last generation of a program.

An TCode STAT does not exist - only STATTRACE - and this does not bring the necessary informations.

Former Member
0 Kudos

Hi Sebastian,

Sorry but this isn't possible.

To be more specific, you can't find the last run date of a program, except if it was launch in a background mode. In this case check table TBTCO.

But if you want, you can realise it, using your ownb logic ( appending/modifying a Ztable at each run )

Hope this helps,

Erwan

Former Member
0 Kudos

Hi

Check Tcode STAT..

Hope it helps.

Praveen