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: 

How to add Objects to transport request through FM/BAPI?

Former Member
0 Kudos

Hi All,

I am creating a workbench request through program. I am able to create it by using BAPI but i am unable to add objects to it through program.

Can anybody tell me the funcion module/bapi to add object to transport request?

i have the list of objects that are suppose to be added.

No BDC please.

Thanks ,

Swarup

1 ACCEPTED SOLUTION

ThomasZloch
Active Contributor
0 Kudos

try these

TR_INSERT_REQUEST_WITH_TASKS, create new request.

TR_REQUEST_CHOICE, fill with objects (with or without user dialogue)

Thomas

6 REPLIES 6

former_member188685
Active Contributor
0 Kudos

Check the Function Groups

STR*

ThomasZloch
Active Contributor
0 Kudos

try these

TR_INSERT_REQUEST_WITH_TASKS, create new request.

TR_REQUEST_CHOICE, fill with objects (with or without user dialogue)

Thomas

0 Kudos

Hi Thomas,

Thanks for the reply. But the suggested function modules are not allow to add any objects to transport request. I tried that.

Thanks.

0 Kudos

well, TR_REQUEST_CHOICE does it, I am using it myself for this purpose.

You need to fill importing parameters IT_E071 / IT_E071K with the objects.

Thomas

0 Kudos

Thanks Thomas

Lakshmant1
Active Contributor
0 Kudos

Hi Swarup,

Check FM TRINT_MODIFY_COMM. Also look at program TH_TKANL for the usage of FM.

Thanks

Lakshman