‎2008 Feb 27 12:07 PM
Dear All ,
I am working on bapi BAPI_SALESDOCU_CREATEFROMDATA1.
I want to send sales order data to Siebel.
In this BAPI there is no field to add Sales Organisation while sending data to external format.
can i add new field in this or how can i send sales organisation through this bapi.
Regards,
Archana.
‎2008 Feb 27 12:13 PM
You have the sales organization field in this BAPI.
In the import parameters.
SALES_HEADER_IN LIKE BAPISDHEAD1 Document Header Data
BAPISDHEAD1-SALES_ORG.
Thanks,
‎2008 Feb 27 12:49 PM
Hi Fakruddin ,
BAPISDHEAD1-SALES_ORG is Import parameter.
I want to send Sales Organisation.
I want export parameter.
Regards,
Archana.
‎2008 Feb 27 5:09 PM
We use BAPI_SALESDOCU_CREATEFROMDATA1 to create sales order in sap from external systems. To send the data to Seibel we need to use BAPI_SALESORDER_GETLIST
Even for the above BAPI you need to send the Sales org number. May be you need to create an RFC function module in SAP
Edited by: Varun Maharshi on Feb 27, 2008 6:10 PM