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

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

Former Member
0 Likes
3,039

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
Read only

ThomasZloch
Active Contributor
0 Likes
1,542

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
Read only

Former Member
0 Likes
1,542

Check the Function Groups

STR*

Read only

ThomasZloch
Active Contributor
0 Likes
1,543

try these

TR_INSERT_REQUEST_WITH_TASKS, create new request.

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

Thomas

Read only

0 Likes
1,542

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.

Read only

0 Likes
1,542

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

Read only

0 Likes
1,542

Thanks Thomas

Read only

Lakshmant1
Active Contributor
0 Likes
1,542

Hi Swarup,

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

Thanks

Lakshman