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

zero quantity Delivery using BAPI_OUTB_DELIVERY_CREATE_SLS

Former Member
0 Likes
1,002

Dear Experts,

I am using bapi BAPI_OUTB_DELIVERY_CREATE_SLS for creating Delivery againest Sales order..while creating delivery some of the items quantity is zero..I am passing this one in bapi structure      bapidlvreftosalesorder .. I am getting the fallowing error..

Missing data in the BAPI interface: IF_VSTEL


basically I want to create the delivery with zero quantity also..

will anybody please solve my problem..

Thanks,

Santhosh.v

1 REPLY 1
Read only

Former Member
0 Likes
624

Hi,

Please put the break point  FM SHP_DELIVERY_CREATE_FROM_SLS and check the errors. This FM is calling BAPI_OUTB_DELIVERY_CREATE_SLS.