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

Dependant objects in a transport request

Former Member
0 Likes
2,039

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

8 REPLIES 8
Read only

Former Member
0 Likes
1,249

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.

Read only

Former Member
0 Likes
1,249

Hi,

Go to SE10

Select the request number.

From Menu select

Request/Task ---> Complete Check ---> Display Inactive Objects.

Regards

Milan

Read only

0 Likes
1,249

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

Read only

0 Likes
1,249

HI,

In SE37 use the search term TRCHECK and see for FM'S.

Regards,

Nagaraj

Read only

0 Likes
1,249

Hi Britto ,

You can check the table E071 for the request created by you to see the related objects.

Regards,

Anuj

Read only

Former Member
0 Likes
1,249

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

Read only

0 Likes
1,249

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

Read only

0 Likes
1,249

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