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

Delivery creation

Former Member
0 Likes
514

Hi All,

I am using 'BAPI_DELIVERYPROCESSING_EXEC' for creating delivery for a sales order .While doing partial delivery for sales order it is throwing error as 'Full delivery is required' .Can u please tell me how to resolve it.

Thanks in advance.

3 REPLIES 3
Read only

brad_bohn
Active Contributor
0 Likes
459

Change the customer, or change the order, or configure the message such that it's not an error. That message is configurable in the IMG.

Read only

Former Member
0 Likes
459

Full delivery is required means that you must deliver all the quantities in one delivery.

That's parameters is comming from the customer, or the info customer in the orders referenced in your delivery.

It could come from the material also.

Find it in the order and change it in Partial delivery. Or based you code on this order's field to know how much you must shedule.

Read only

0 Likes
459

Hi ,

I am able to create partial delivery in vl01n there it is throwing as information 'Full delivery is required' and creating delivery order but while using standard BAPI 'BAPI_DELIVERYPROCESSING_EXEC' it is throwing as Error msg 'Full delivery is required'.Can u please help in resolving it.