‎2009 Mar 24 5:33 PM
I create a sales order reference another one,by call bapi 'BAPI_SALESORDER_CREATEFROMDAT2'.
But when the new sales order created,i found many field not copy from the previous sales order .I analysis the reason is that the bapi not perform the copy control.
Then i kooking for some document,it seems the BAPI parameter 'LOGIC_SWITCH' can control it.But i set the PRICING = 'G' COND_HANDL = 'X'. it's no work also.
Can you help me?
Edited by: Xiaoguang Yang on Mar 24, 2009 8:37 PM
Edited by: Xiaoguang Yang on Mar 24, 2009 8:38 PM
‎2009 Apr 08 2:29 PM
Try use BADI_SD_SALES , se 19 , make new implementation.
it is for sap only use , but it works well for us, we had similar problems, because BAPI_SALESORDER_CREATEFROMDAT2 does not give possibility to fill all fields we need.
lg