cancel
Showing results for 
Search instead for 
Did you mean: 

BAPI_SALES_ORDER_CHANGE - partial delivery

former_member810453
Discoverer
0 Kudos

Hello Developers,

I have facing issue with BAPI_SALES_ORDER_CHANGE. My scenario goes like this. I have sales with multi line items. Out of which few lines are already delivered.

Now i am making changes to the line item which is not delivered(price), which updates credit block and delivery block.

i cleared credit block using VKM3. Post that i am trying to use BAPI_SALES_ORDER_CHANGE to remove the delivery block, again the credit block is getting updated in the sales order.

I found root cause for this issue. BAPI is trying to update the line items which are already delivered.

solution tried: Before calling BAPI

1. I deleted delivered line items and called BAPI

2. Update flag was sent blank for the delivered line items

Both approach did not work. searched in SDN too.

Thanks,

Manjula

Accepted Solutions (0)

Answers (1)

Answers (1)

Lakshmipathi
Active Contributor
0 Kudos

Have a look at this discussion

former_member810453
Discoverer
0 Kudos

No This does not work. My issue is not with billing block. BAPI is updating credit block.