cancel
Showing results for 
Search instead for 
Did you mean: 

Reports/Programs not executed for the past 30 days

Former Member
0 Kudos

Hi,

We have a lot of Z reports/programs in our system

Please letme know a way of how to find the reports which are not executed in the past 30 days

Pls help

View Entire Topic
Former Member
0 Kudos

Hi,

Programs are stored in the table TRDIR, you have to give search criterea as Z* in SE16 for the table tadir choose the SDATE from to date in your case 30 days and select RSTAT as K (Customer Production Program) and execute it, you will get the out put of no of programs which were executed in the last 30 days from this output you have to filter the jobs which are not executed against total no of zreports available in the table TRDIR.

Thank you,

Shyam

Former Member
0 Kudos

hi,

Some Z reports would not be executed with a Job. It would have been executed in Dialog

Would this table contain the information of Z Reports executed in Dialog also