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

BAPI_SALESDOCU_CREATEFROMDATA1

Former Member
0 Likes
643

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.

3 REPLIES 3
Read only

Former Member
0 Likes
587

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,

Read only

0 Likes
587

Hi Fakruddin ,

BAPISDHEAD1-SALES_ORG is Import parameter.

I want to send Sales Organisation.

I want export parameter.

Regards,

Archana.

Read only

0 Likes
587

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