‎2009 Dec 31 5:44 AM
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
‎2009 Dec 31 6:01 AM
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.
‎2009 Dec 31 5:48 AM
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.
‎2009 Dec 31 5:59 AM
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
‎2009 Dec 31 6:04 AM
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
‎2009 Dec 31 6:01 AM
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.
‎2009 Dec 31 6:19 AM
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
‎2009 Dec 31 7:20 AM
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.
‎2009 Dec 31 7:25 AM
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
‎2009 Dec 31 8:21 AM
‎2009 Dec 31 8:47 AM
Hi Lijo,
Please find the link:
http://wiki.sdn.sap.com/wiki/display/Snippets/Findallthedependenttransport+request
I hope it helps.