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 FOR CREATE SALES ORDER

Former Member
0 Likes
553

Hi !!!

i'm looking a bapi that let me, create a sales order,

i found BAPI_SALESORDER_CREATEFROMDATA, but this send a message that indicate sold to party or receiver of goods.

but i don't found where i can fill the field sold to party.

I don't know if this is the correct bapi, or i need use other !!!!

I hope someone can give a suggestion

Regards !!!

1 ACCEPTED SOLUTION
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
478

Not sure what release you are working with, but in 46c release, you should use BAPI_SALESORDER_CREATEFROMDATA2.

Go to se37, in function module field, enter BAPI_SALESORDER* and hit F4. You should get a list of BAPIs, if BAPI_SALESORDER_CREATEFROMDATA2 is there, use that one.

Regards,

Rich Heilman

Hi !!!

i'm looking a bapi that let me, create a sales order,

i found BAPI_SALESORDER_CREATEFROMDATA, but this send a message that indicate sold to party or receiver of goods.

but i don't found where i can fill the field sold to party.

I don't know if this is the correct bapi, or i need use other !!!!

I hope someone can give a suggestion

Regards !!!

2 REPLIES 2
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
479

Not sure what release you are working with, but in 46c release, you should use BAPI_SALESORDER_CREATEFROMDATA2.

Go to se37, in function module field, enter BAPI_SALESORDER* and hit F4. You should get a list of BAPIs, if BAPI_SALESORDER_CREATEFROMDATA2 is there, use that one.

Regards,

Rich Heilman

Read only

0 Likes
478

Hi Rich !!

thanks for your help this was very useful !!!!

Best Regards !!