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 dependant objects

lijo_raj2
Explorer
0 Kudos

Hi Experts,

I have a transport request having many custom programs in it. I need to transport it to another system. Is there any way to know all the dependant objects for the programs. Are there any tables which store the dependant objects like tables, views, includes, message class, domains, functions etc.

Thank you

Lijo P Raj

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi Lijo,

You can create your own program to find dependent transport request ,which will always be helpful to you.

I am having one,If you want that then please mention your id.

9 REPLIES 9

former_member209217
Active Contributor
0 Kudos

Hi,

Check this tables once E070 , E071 .These tables contain transport requests and the corresponding objects attached to the transport.But these table won't give you any dependent objects .You have to search it on your own.

Search all your programs if it contains any ztables or includes , or views .Assign them to the same transport

Put all the objects and dependent objects in one package and try to transport it to the target system.

Regards,

Lakshman.

0 Kudos

Hi,

Thanks for the reply Lakshman. But finding out the dependant objects for every custom program by going through the program is very tough. Is there a better way to find out.

Thankyou

0 Kudos

Hi,

Otherwise try this .Goto se38 custom program.Click on Display object list -->CtrlShiftF5.It will take you to se80(ABAP Workbench).You will get the used objec list in that custom program in a tree format .You will be able to see the includes,Dictionary structures used,Function modules ,transactions ,and so on used in this program.

There you will get some idea on what are all the dependent objects used in the program

Regards,

Lakshman.

Edited by: Lakshman N on Dec 31, 2009 7:04 AM

Former Member
0 Kudos

Hi Lijo,

You can create your own program to find dependent transport request ,which will always be helpful to you.

I am having one,If you want that then please mention your id.

0 Kudos

Hi,

It will be very helpfull if you can give me the program to find dependant transport request. Can u please post it?

Thanks in advance

0 Kudos

HI,

i don,t think according to rules of forum i will be allowed to post long codes.i will create a wiki page and post the link.

0 Kudos

Hi,

U can go to se01 and enter ur primary transport request no. In response u will find all its sub-transports and programs included in these transports. U can also find its logs

Regards,

Ibrar

0 Kudos

Hi,

It will be very helpfull if you can do that.

Thank you

0 Kudos

Hi Lijo,

Please find the link:

http://wiki.sdn.sap.com/wiki/display/Snippets/Findallthedependenttransport+request

I hope it helps.