‎2010 Jan 12 6:52 AM
Hi ALL,
I am doing the configuration settings, updating the Z tables through ABAP, I have used IW_C_CREATE_TRANSPORT_REQUEST and BAPI_CTREQUEST_CREATE_TASKS for request and task creation when I SAVE. but this is creating the new req each time I SAVE resulting in multiple req for same change.
Need to add all the changes into one request untill the request is released.
How to do that? which FM to use and how to check whether req is released or not?
Thanx
DP
‎2010 Jan 12 6:59 AM
Try using FM: TR_EXT_INSERT_IN_REQUEST
Table-Field E070-TRSTATUS to check the status of request.
On second thought if you want to transport Table Entries, you can manually go to the transport request and give the
Program ID: R3TR
Object Type : TABU
Object name : <YOUR TABLE NAME>
‎2010 Jan 12 6:59 AM
Try using FM: TR_EXT_INSERT_IN_REQUEST
Table-Field E070-TRSTATUS to check the status of request.
On second thought if you want to transport Table Entries, you can manually go to the transport request and give the
Program ID: R3TR
Object Type : TABU
Object name : <YOUR TABLE NAME>
‎2010 Jan 13 7:13 AM
Thanx Anish,
Your reply was very useful, I anyway used BAPI_CTREQUEST_CREATE_TASKSto update the request if already created, by creating an task.
‎2010 Jan 12 9:48 AM
Check in TMG for option "Dialog data transport details" and make sure the option "No, or user, recording routine" is selected.