Application Development 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: 

Finding objects related to a report.

Former Member
0 Kudos

Hi,

If I want to delete a report from another report I'll have to check for related objects such as screens and includes, right? My questions are:

- which other objects are that I need to delete besides the screens and includes;

- in which tables this objects are?

Thx in advance,

André Costa

1 ACCEPTED SOLUTION

kiran_k8
Active Contributor
0 Kudos

Andr,

Go to se51 to find out the screens whereall they were used.Where used list will help you finding what you are looking for.

All object names will be stored in TRDIR

Tables you can see in TADIR.

Transport request corresponding to an object you can see in E070, E071 tables.

Version you can see in VRSD table.

Includes-you can give the include name in se38 and press where used list button to know all the programs it is in use.

If you need any other info,revert it.

K.Kiran.

7 REPLIES 7

Former Member
0 Kudos

hi,

goto se80 and specify the report name, it will list down all the objects associated with it.

regards,

Navneeth K.

0 Kudos

Sorry, I haven't explained my question properly...

I need to do it from an abap report...

former_member150733
Contributor
0 Kudos

Create a recording for SE38. Input a report name that is to be deleted and click on the 'Delete' button. You can alternately do the recording to delete the program in SE80 also.

Regards,

Anish Thomas

Former Member
0 Kudos

Hi Andr,

be carefull when you will delete the includes, they can be incuded

by other reports!!

regards, Dieter

kiran_k8
Active Contributor
0 Kudos

Andr,

Go to se51 to find out the screens whereall they were used.Where used list will help you finding what you are looking for.

All object names will be stored in TRDIR

Tables you can see in TADIR.

Transport request corresponding to an object you can see in E070, E071 tables.

Version you can see in VRSD table.

Includes-you can give the include name in se38 and press where used list button to know all the programs it is in use.

If you need any other info,revert it.

K.Kiran.

Former Member
0 Kudos

Hi Costa,

i shall give ur answer in two parts:

1) regarding which objects to delete:

you have include programs, screen, gui, transaction codes, function modules.

2) different objects reside in different tables and there is no central repository for all those objects.

<b>Award points in order to say Thanks</b>

Regards,

Kiran

Former Member
0 Kudos

Hi,

-> Go to SE38 and enter the name of your report program.

-> Click on the Environment Analysis button from the application toolbar (Shift+F4)

-> This will list your all the program, FM, dialog module, transaction,..... and lots more related to this program.

-> From this you may find the ones that are related to your other report program by executing a simple search and delete them as required.

*Reward if useful

regards,

Naveenan.