‎2008 Sep 22 9:34 AM
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
‎2008 Sep 22 9:51 AM
try these
TR_INSERT_REQUEST_WITH_TASKS, create new request.
TR_REQUEST_CHOICE, fill with objects (with or without user dialogue)
Thomas
‎2008 Sep 22 9:47 AM
‎2008 Sep 22 9:51 AM
try these
TR_INSERT_REQUEST_WITH_TASKS, create new request.
TR_REQUEST_CHOICE, fill with objects (with or without user dialogue)
Thomas
‎2008 Sep 22 9:54 AM
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.
‎2008 Sep 22 10:23 AM
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
‎2008 Sep 23 10:53 AM
‎2008 Sep 22 10:10 AM
Hi Swarup,
Check FM TRINT_MODIFY_COMM. Also look at program TH_TKANL for the usage of FM.
Thanks
Lakshman