cancel
Showing results for 
Search instead for 
Did you mean: 

Unpermitted combination of business object BUS2032 and sales doc. catgry L

babu0808_
Explorer
0 Kudos

Hi,

When I am trying to create a Sale Order using the BAPI, BAPI_SALESORDER_CREATEFROMDAT2, I am getting the error, V1 761--> "Unpermitted combination of business object BUS2032 and sales doc. category L". Can someone pl help me to resolve this. It is a bit urgent.

Following is the input data:

Import parameters:

ORDER_HEADER_IN

DOC_TYPE ZBR

SALES_ORG Z001

DISTR_CHAN Z1

DIVISION Z1

Tables:

ORDER_ITEMS_IN

ITM_NUMBER 000010

MATERIAL 316141

TARGET_QTY 1.000

TARGET_QU EA

ORDER_PARTNERS

PARTN_ROLE SP

PARTN_NUMB 1406

ITM_NUMBER 000010

Appropriate asnwers will be rewarded suitably.

Rgds

Deepak

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Use BAPI_SALESDOCU_CREATEFROMDATA1 in stead of BAPI_SALESORDER_CREATEFROMDAT2.

BAPI_SALESORDER_CREATEFROMDAT2 is not used for Debit memo request.

Answers (1)

Answers (1)

babu0808_
Explorer
0 Kudos

Thanks for your answer.