‎2012 Mar 12 3:04 PM
Hi Experts,
Is there any Function Modules or Reports available to Check the TR dependency issues using STMS IMPORT?
Thanks in Advance
Gowtham
‎2012 Mar 13 3:43 PM
Hi
What kind of dependency you want to check ? Do you want to check it during the import into the target system or when you release in the source system ?
Br
Vijay V
‎2012 Mar 13 3:53 PM
r u expecting the TR objects dependencies?
Transport related FM's are available plz search with TR_* .
U may find out what you are expecting.
‎2012 Mar 13 9:55 PM
Hello
Basically you are looking for a function module which would allow you to make a "test import" into the subsequent system without actually importing the objects yet executing all dependency checks. So far I am not aware of such a function module which would be very much appreciated by the entire SAP (basis) community.
Regards
Uwe
‎2012 Mar 16 4:27 PM
Take a look at this program, it may help: http://wiki.sdn.sap.com/wiki/display/ABAP/ABAP+program+to+simulate+transports
‎2012 Mar 16 11:39 PM
Hi Anjaneya,
Check the TR dependency issues is one of the most frequent issues you can have. There is no real solution so far.
One good ad tested method is to release all tasks of your current transport, create a 'transport of copies' and insert all objects of your main transport. Then release and transport it. Now you can see what happens. The transport of copies (so-called test transport) will not go to the subsequent import queue, that means you can just forget it.
Once everything is fine (and tested), release the original transport to quality and productive system.
Regards
Clemens