2007 Jul 06 10:39 AM
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
2007 Jul 06 10:42 AM
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.
2007 Jul 06 10:50 AM
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
2007 Jul 06 10:54 AM
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
2007 Jul 06 11:02 AM
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
2007 Jul 06 11:21 AM
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.