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 import released transport request

former_member202214
Participant
0 Kudos

Dear All,

I want to automate few sequence of task which I carry out before and after import of transport.

Like in case of SAP BW, I remove old BIA indexes on Cube, import request, create indexes again.

This process takes lots of time. I want to automate it through process chain. So I could get abap program of FM to import the transport request I can automate the whole process.

This will also reduce the time for which user have to wait for cube to be back in BIA

Regards

Saurabh

1 REPLY 1

franois_henrotte
Active Contributor
0 Kudos

the function that imports a TR is TMS_MGR_IMPORT_TR_REQUEST but it is not RFC-enabled

still you can encapsulate it into a RFC function of your own