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: 

Transport request question

Former Member
0 Kudos
157

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.

1 ACCEPTED SOLUTION

Former Member
0 Kudos
101

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

4 REPLIES 4

Former Member
0 Kudos
101

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.

Former Member
0 Kudos
101

Hi,

You can check it in table E071.

Give OBJ_NAME as your program name

Thanks

Former Member
0 Kudos
102

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

Former Member
0 Kudos
101

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.