Application Development and Automation 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: 
Read only

Table mapping reports and includes.

Former Member
0 Likes
900

Hi,

can you tell me what's the table that maps the includes and the reports?

In an ABAP report I receive a report name and I have to list all it's includes...

Thx in advance,

André Costa

5 REPLIES 5
Read only

Former Member
0 Likes
809

Hi,

just open the table TRDIR ->System Table TRDIR

below is the fields in the table for program type .

SUBC SUBC CHAR 1 Program type

execute the table and in the selection screen Give 'I' for the above field and Z* for the custom include program for the first fields in the selection screeen ... so that it will give you the list of the include programs .

reward points if it is usefull ...

regards,

Omkar.

Read only

0 Likes
809

I know that, but your answer don't solve my problem... I want to find the includes of a specific report... so it's not enough to get all includes.

regards,

André Costa

Read only

Former Member
0 Likes
809

Hi,

Reports:

RSRSCAN1 - Search source code for a given string. Will also search includes. Also see RKCTSEAR and RPR_ABAP_SOURCE_SCAN.

Pls rewrd points.

Regards,

Ameet

Read only

0 Likes
809

hum... it may work! I'll answer as soon as I get it done.

btw, does anyone know what's the table with the screens?

thx Ameet.

regards,

André Costa

Read only

0 Likes
809

Answering to my question, so anyone who have the same problem can know: Tables D020S, D020T will have the screens, and D021T the screen objects.