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

Finding dependant objects

lijo_raj2
Explorer
0 Likes
3,157

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
Read only

Former Member
0 Likes
2,081

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
Read only

former_member209217
Active Contributor
0 Likes
2,081

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.

Read only

0 Likes
2,081

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

Read only

0 Likes
2,081

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

Read only

Former Member
0 Likes
2,082

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.

Read only

0 Likes
2,081

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

Read only

0 Likes
2,081

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.

Read only

0 Likes
2,081

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

Read only

0 Likes
2,081

Hi,

It will be very helpfull if you can do that.

Thank you

Read only

0 Likes
2,081

Hi Lijo,

Please find the link:

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

I hope it helps.