I have to retrieve all the active reports in the repository however none of the tables TADIR or TRDIR store this information. Can anyone help me with the table that gives this information.
I would recommend you to do a select via view 'PROGDIR'. This is an view on table REPOSRC which contains information if an report is active or not (field 'STATE').
sev hat geschrieben:I would recommend you to do a select via view 'PROGDIR'. This is an view on table REPOSRC which contains information if an report is active or not (field 'STATE').
Did you have a look at TRDIR?
It's a view on REPOSRC (SY-SAPRL 6.x) as well, but includes STATE = 'A' as a condition.
That's why I wonder what the OP was looking for, if TRDIR didn't provide the required information.