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

Program/TR/Sequence....

kiran_k8
Active Contributor
0 Likes
2,633

Hi,

Is there any tcode which will get us all the details of the Transport requests in sequence that are related to a program?

SE03 is getting me only the latest request of a program.I had checked tables E070,E071,STMS but none gives that.

Thanks,

K.Kiran.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,695

Hi Kiran

In SE38 Editor, use menupath: Utilities -> Versions -> Version Management.

Regards

Eswar

9 REPLIES 9
Read only

Former Member
0 Likes
1,695

se09 and se10 will give all the details of the transport request

Read only

0 Likes
1,695

Babumoshai,

Thanks.SE09 and SE10 will get us the details,but I wanna to know if there is any tcode similar to SE03 wherein once I give the program name it should fetch me all the TRs and their sequence.

Thanks,

K.Kiran.

Read only

Former Member
0 Likes
1,696

Hi Kiran

In SE38 Editor, use menupath: Utilities -> Versions -> Version Management.

Regards

Eswar

Read only

0 Likes
1,695

Eswar,

Besides version management,any other way to achieve the same,similar to SE03.

Thanks,

K.Kiran.

Read only

0 Likes
1,695

Try using table VRSD.

Object Type: REPT for Report

Object Name: <Program Name>

Regards

Eswar

Read only

0 Likes
1,695

Eswar,

You got it.But this table is not having the release status.

Thanks,

K.Kiran.

Read only

0 Likes
1,695

Maybe joining with E070 can get you the release status.

Regards

Eswar

Read only

Former Member
0 Likes
1,695

Hi,

Take your program in SE38.

go to Utilities->versions->version management

it will give u the sequence of requests for that program

pls reward points if useful.

Regards,

Renjith Michael.

Read only

Former Member
0 Likes
1,695

Hi Kiran,

SE09 transaction is for workbench transport request wherein the developers can track their changes or modifications to the workbench objects .

Whereas SE10 is a customising transport request transaction.this is used for displaying customising requests. Sometimes this may be restricted to business analysts.

Regards,

Goutham.