‎2009 Jul 16 12:45 PM
Hi Guys
I have a transport request with 100 custom programs in it. I have to move the transport request to
another system. Is there a way to know all the dependant objects for these custom programs?
If the transport fails due to dependancies the client is not willing to create another transport request.
Please let me know if there is a solution for this?
Thanks
Britto
Edited by: Britto Manohar on Jul 16, 2009 5:31 PM
‎2009 Jul 16 1:04 PM
Hi,
In your custom program lets say syntactically all are correct and all are in the activation state. Then even for Transport request also, you will not get any syntax errors.
But in terms of logical errros, lets say the custom program is fetching some data from some custom table but the table is not existing etc.. kind of stuff.
For pointing these issues, it is not possible at that level, you need to check each and every program manually I guess.
Regards,
Santhosh.
‎2009 Jul 16 1:12 PM
Hi,
Go to SE10
Select the request number.
From Menu select
Request/Task ---> Complete Check ---> Display Inactive Objects.
Regards
Milan
‎2009 Jul 16 1:40 PM
Hi Milan
If there are any inactive objects in the transport request i can do a complete check
and see if there are any inactive objects. But if a table is used in a custom program
and the table is not available in the target system, this transport will fail because of
dependancies.
I want to see all the dependant objects for the custom object in the transport request.
I heard of some function module which does that.
Thanks
Britto
‎2009 Jul 16 1:57 PM
HI,
In SE37 use the search term TRCHECK and see for FM'S.
Regards,
Nagaraj
‎2009 Jul 16 2:52 PM
Hi Britto ,
You can check the table E071 for the request created by you to see the related objects.
Regards,
Anuj
‎2009 Jul 16 1:14 PM
HI Britto,
in your program go to utilities and select version management.
click on request number.
You will get all dependent tasks on that request.
Regards,
Vijay
‎2009 Jul 16 1:36 PM
Hi Vijay
I don't want all the dependant tasks for the transport request. I need all the dependant objects
for the custom programs in the transport request.
Thanks
Britto
‎2009 Jul 16 3:26 PM
Hi Britto,
all the Dependent Object for the Custom Program or Report..
will be stored in Table D010tab or FM "GET_TABLES"
..Pass report name it will show all the tables View used..
but the unclude of the dependent Objects in the sutom Program transport request is the issue ..
for Custom Tbales you can create transport reuest at run time ..for standadrd Tables creating transport request and include
in the cutom program transport request will create error.
Prabhudas