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

Issue with BAPI_SALESORDER_CREATEFROMDAT2

Former Member
0 Likes
698

Hi Guys,

I am posting SO using BAPI_SALESORDER_CREATEFROMDAT2.

Getting following error msg.

Unpermitted combination of business object BUS2032 and sales doc. category B

Any one come across similar issue.

Thanks

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
486

Hi,

SD document category 'B' corresponds to a quotation and not a sales order.

use the BAPI BAPI_QUOTATION_CREATEFROMDATA2 for creating quotations.

Regards,

Ankur Parab

2 REPLIES 2
Read only

Former Member
0 Likes
487

Hi,

SD document category 'B' corresponds to a quotation and not a sales order.

use the BAPI BAPI_QUOTATION_CREATEFROMDATA2 for creating quotations.

Regards,

Ankur Parab

Read only

Former Member
0 Likes
486

Hi,

If uwant to create the sales order using BAPI_SALESORDER_CREATEFROMDAT2 ,make sales document catogory as 'C.

Because sales catgory 'B is for quatotaion.If uwant to create the quatotion use BAPI as BAPI_QUOTATION_CREATEFROMDATA2.

Thanks & Regards,

Anagha Deshmukh