cancel
Showing results for 
Search instead for 
Did you mean: 

Where are CR stored? (table that I can view in se16)

0 Kudos

I know about TRDIR TADIR TRDIRT tables that let me see stuff like author, title, date etc.. but is there any table that "tells" me the CR based on the name of the report given in input?

Accepted Solutions (1)

Accepted Solutions (1)

Andre_Fischer
Product and Topic Expert
Product and Topic Expert

The Header entries of change requests are stored in table E070.

Object entries for the above mentioned headers can be found in table E071.

PGMID = R3TR
OBJECT = PROG
OBJ_NAME = <Name of the report>

But in SAP Cloud Platform, ABAP Environment there are no reports (you would have to write a class that implements the interface

if_oo_adt_classrun) and you do not have direct access to the above mentioned tables.

Or are you looking for this information for a system that runs on premises?

Regards,

Andre

Answers (1)

Answers (1)

Andre_Fischer
Product and Topic Expert
Product and Topic Expert
0 Kudos

What is a CR?

What do you mean by "report"? Do you mean an ABAP report developed in an on-premises sytem using SE38?

0 Kudos

By CR I meant Change Request, I think that's the correct name, also by "report" I meant ABAP report developed in se38