Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

'BAPI_OUTB_DELIVERY_CHANGE' issue

Former Member
0 Likes
1,233

Hi,

I want to reverse pgi the delivery,then modify delivery quantity,then re-PGI.

Those steps are executed in one Z-program.

After reverse pgi the delivery by FM 'WS_REVERSE_GOODS_ISSUE',I change the delivery item qty

by using BAPI 'BAPI_OUTB_DELIVERY_CHANGE' without leaving the current Z-program.

BAPI return error message VL216 'Item & does not exist' ,but the item is exists.

Between the FM(VL09) and BAPI(VL02N),if I exit the Z-program,this is no problem.

Please advice on this isse..

Thanks and Regards

Phani

1 REPLY 1
Read only

Former Member
0 Likes
734

there's no way you have an item numbered '&'... Appears to me that you don't have the delivery item number populated correctly.