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

Transport Dependecy & Dependent Objects

Former Member
0 Likes
1,380

Hi All,

Can we find any program which can tell us dependent object related to the objects attached with the TR?

I'll explain with an example -

For Example - I have a Program Y_test, Y_TEST_TOP and Y_TEST_F01 attached with an TR (TSTK9*)

Now in Y_TEST I have one custom table YTABLE which needs to be imported first to next box and same is attached with diffrent TR let suppose (TSTK7*).

Now if we first relealease TR TSTK9* to next box it will go and dump and my RC count will show 4/8.

Can I have some program where I can give the program name / TR # and find out the related objects and teir TR# ?

One way I can go and do manually, but for objects which has good count of custom tables or dependent object for that It might be helpful.

Even if any one can help me with related tables that will also be great help.

Thanks in advance to all.

Regadrs...Dipankar

3 REPLIES 3
Read only

mvoros
Active Contributor
0 Likes
1,028

Hi,

I understand your request. Once, I created a circular dependency between two transports There isn't any SAP standard program which can be used for you request. Maybe some third party product offers this functionality. Basically, you need to create an oriented graph of dependencies between the objects. If there is a loop then you are screwed (as I was in my case). If the graph is tree then you can get an order which will import transports without errors. If you think about it then generating of dependency graph is really tricky thing. Probably, that's the reason why it's not implemented.

Cheers

Read only

Former Member
0 Likes
1,028

hi dipankar

try out the below search

http://www.sdn.sap.com/irj/scn/advancedsearch?query=transportRequesttable

in the most the queries listed in this says E070 table has the dependent objects

hope it will give you a solution

cheers

s.janagar

Read only

Former Member
0 Likes
1,028

There is no standard program to find out the dependency object in TR for that you have to design a custom program ....