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

sap script transport request help..

Former Member
0 Likes
1,082

hi

pls tell how to find the TR number of a sap script.i just know the script namne,but not able to find its TR.

plz tell

7 REPLIES 7
Read only

Former Member
0 Likes
884

Hi Vipin,

Check the tables E070, E071.

In the table E071, give your form name in the OBJ_NAME field as input and you can get the TR number for that script.

Regards,

Chandra Sekhar

Read only

0 Likes
884

is there any other wsy to find the TR,as it showing 4 TR for it.'

i did some changes yesterday,& got saved in 1 of 4,so how to find it?

can i find it from script program.

Read only

0 Likes
884

Hi,

How can there be 4 Trs for the same program. Check that 3 Trs will be those which are already released and there will be only modifiable TR.

I think you are missing some thing some where. Kindly recheck once again.

Regards,

Lalit

Read only

Former Member
0 Likes
884

Hi,

check table e070 and e071.

or in se03 first option search for object in request than in object selection find FORM and mark check box against it and give your form name and in below in request task selection check bith option of realesed and modifiable than execute.

Regards,

Lalit

Read only

Former Member
0 Likes
884

The Transport for Scripts are locked under R3TR FORM,

check those table mentioned above and get the TR number.

Read only

Former Member
0 Likes
884

Vipin,

SE03>search for object in request/task>in object selection>give FORM and mark the check box and give your form name>request/task selection* check both status for modif and realeasd* and execute you will get all request of this script.

Read only

Former Member
0 Likes
884

Hi Vipin.

I would like to suggest,

I also had the same question earlier,

TR_NUMBER field is available in structures,

SLANPSUM

SLANTREE

SLANTSET

Probably, TR_NUMBER is not directly used in any Table.

Hope that's usefull.

Good Luck & Regards.

Harsh Dave