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 request question

Former Member
0 Likes
663

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
Read only

Former Member
0 Likes
607

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

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.

4 REPLIES 4
Read only

Former Member
0 Likes
607

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.

Read only

Former Member
0 Likes
607

Hi,

You can check it in table E071.

Give OBJ_NAME as your program name

Thanks

Read only

Former Member
0 Likes
608

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

Read only

Former Member
0 Likes
607

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.