cancel
Showing results for 
Search instead for 
Did you mean: 

BAPI - Order of type 29 cannot be changed using this interface

Former Member
0 Kudos

Dear SAP specialists!

I want to change EQ category orders in APO using BAPI SalesOrderAPS -> SaveMultiple2 (BAPI_SLSRVAPS_SAVEMULTI2). EQ category order has order_type = "B". When I try to change it, it always shows me the same message "Order of type 29 cannot be changed using this interface". In the same time I can change EK, ER, ... category orders using the same BAPI.

Why doesn't it work ? Why does this BAPI (BAPI_SLSRVAPS_SAVEMULTI2) can change EK, ER and so on, but cannot change the EQs? Is there any tool for changing the EQ orders ?

Thank you in advance,

Regards,

Kirill Nepomnyashchiy

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

hi,

the following restriction exists when you use the sales order BAPI. If the internal order type is 041 for sales orders:

Only stock transport deliveries (that is, order type for delivery (ORDER_TYPE = 'B') and ATP categories for stock transport delivery) are supported.

You can read and delete these orders. You cannot, however, change or create them.

You can try the ProcureOrders BAPI instead.

BAPI_POSRVAPS_SAVEMULTI3

Regards

Vinod

Former Member
0 Kudos

Dear Vinod Nair,

Actually the EQ order is the Stock Transport Delivery and its ORDER_TYPE = 'B'. So basing on your statement "Only stock transport deliveries (that is, order type for delivery (ORDER_TYPE = 'B') ... are supported) they (EQs) have to be able to be changed.

Thank you,

Regards,

Kirill Nepomnyashchiy