2009 Nov 25 4:11 PM
Dear ABAP'ers,
I've got a question ...
... how can I check if a program for example is assigned to any transport request?
I will be thankful for a small tip.
Regards. P.
2009 Nov 25 4:45 PM
Hi Pjotr,
another approach: If is not a local Object it IS in a Transport Request.
In SE80 goto GOTO->Object Directory Entry and check the Package if it is not $TMP).
Regards
Markus
2009 Nov 25 4:13 PM
Go to SE38 display the program. Go to Utilities-->Version comparison. You will get the TR to which the program is assigned, if any.
Regards,
Nilesh.
2009 Nov 25 4:30 PM
Hi,
You can check it in table E071.
Give OBJ_NAME as your program name
Thanks
2009 Nov 25 4:45 PM
Hi Pjotr,
another approach: If is not a local Object it IS in a Transport Request.
In SE80 goto GOTO->Object Directory Entry and check the Package if it is not $TMP).
Regards
Markus
2009 Nov 25 4:50 PM
1. In version management you can check.This is not applicable to all objects in sap.
2. you can also go in SE10 and search your object.