‎2011 Jun 22 8:23 AM
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
‎2011 Jun 22 10:12 AM
Hi Venkat,
Try with the FM - TRINT_SELECT_REQUESTS, and look at the other FMs in the function group SCTS_REQUEST_SELECTION.
Regards,
Chen
‎2011 Jun 22 10:12 AM
Hi Venkat,
Try with the FM - TRINT_SELECT_REQUESTS, and look at the other FMs in the function group SCTS_REQUEST_SELECTION.
Regards,
Chen
‎2011 Jun 22 12:03 PM
Hi,
Thanks for your response. Could you suggest any Class that would satisfy this requirement?
‎2011 Jun 27 8:57 AM
Used the Class cl_cts_request_selection for my requirement. It works fine.