cancel
Showing results for 
Search instead for 
Did you mean: 

locked outbound delivery

Former Member
0 Kudos

hello

i am using transaction vl09 in order to delete an outbound delivery.

i am using userexit MV50AFZ1 in the save form i am trying to do a batch input which update a field in transaction vl02n.

i cant do it because the delivery is locked.

is there any way to do this?

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

If you're working on 4.7 you might try

BAPI BAPI_OUTB_DELIVERY_CHANGE in place of BDC.

Otherwise try FM WS_DELIVERY_UPDATE.

BDC will not allow you to change it if there is a lock and BAPI does work sometime ( If it does not require an exclusive lock ).

I am telling you this from my experience so it is worth trying for.

Thanks,

Ram

Former Member
0 Kudos

Hi ,

Could you find a solution for it ?

I've the same problem.

Best.