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

Function Module / Class for Transport Management

Former Member
0 Likes
645

Hello,

I have a requirement where I need to fetch the list of transports which are released. In addition to that, I also need to fetch list of object under each transport (which have failed to be migrated in the target system) and find all the relevant transports for that particular object type (Report, FM , Table etc) and display the list probably in an ALV report.

Now, I know that accessing E070, E071 like E07* tables would probably match with my requirements.

But I would like to implement the same using Classes in the first place (CL_CTS*) and if not, using Function Modules. Can someone give me any Class name(s), FM name(s) which would suit this requirement? Thanks.

Regards,

Venkata Phani Prasad K

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
527

Hi Venkat,

Try with the FM - TRINT_SELECT_REQUESTS, and look at the other FMs in the function group SCTS_REQUEST_SELECTION.

Regards,

Chen

3 REPLIES 3
Read only

Former Member
0 Likes
528

Hi Venkat,

Try with the FM - TRINT_SELECT_REQUESTS, and look at the other FMs in the function group SCTS_REQUEST_SELECTION.

Regards,

Chen

Read only

0 Likes
527

Hi,

Thanks for your response. Could you suggest any Class that would satisfy this requirement?

Read only

Former Member
0 Likes
527

Used the Class cl_cts_request_selection for my requirement. It works fine.