Application Development 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: 

Program to Collect Objects in a TRansport Request

bala_prathi2
Explorer
0 Kudos

Hi Experts,

I have an urgent requirement to provide a proposal for collecting the objects through a program in a transport request. The client do not want to manually select and deselect the objects and capture it in a transport. I request all of you to guide me on how to start the propsal as i am new to ABAP development.

Please do advice.

Thank You

Bala

2 REPLIES 2

Former Member
0 Kudos

Hi Bala,

Just some suggestions..

SE09 is the Tcode

So in the selection screen u give the transport request right?

then try to see which tables contain the transport request and the corresponding objects.

if u can find the table u r problem is solved. I will try to get back to u when I get an access.

Thanks

Former Member
0 Kudos

Hi Bala,

Transport Request can be of different types (Workbench Request, Transport of Copies etc).

There are Request and their corresponding Tasks. Objects can be either directly assigned to Request and / or Task.

Following tables will be helpful to you to get objects related to requests.

E070

E070A

E071

e070use

You can enhance the functionality by adding Target Group / Transport layer etc..

Debug se09 and you will come to know all links and logic for retrieving TR data.

Regards,

Mohaiyuddin