‎2009 Sep 29 8:45 AM
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
‎2009 Sep 29 8:53 AM
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
‎2009 Sep 29 8:53 AM
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
‎2009 Sep 29 10:44 AM
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