cancel
Showing results for 
Search instead for 
Did you mean: 

How to stop a partial delivery for Sales order at transaction level

manish_bisht5
Explorer
0 Kudos

Hi ,

we are creating delivery for salesorder through

CALL TRANSACTION 'VL01N'

       USING bdcdata_tab

       OPTIONS  FROM opt

       MESSAGES INTO it_mess.

The issue here is the partial delivery were created during this, while the businees doen't want any partial delivery in our scnario.Is thier any way i could restrict the partial delivery for such Orders. Please help.

Thanks

Manish

Accepted Solutions (1)

Accepted Solutions (1)

nandeesh_kumar
Explorer
0 Kudos

Hi,

In customer master sales area shipping tab click the check box complete delivery.

or in sales order header under shipping tab  click complete delivery for a particular sales order.

Regards,

Nandeesh kumar.L

manish_bisht5
Explorer
0 Kudos

Hi nandeesh,

Thanks for reply, Do we have any exit or enhansment point which can be used to do this check programtically during sales order creation.

Thanks

Manish

nandeesh_kumar
Explorer
0 Kudos

Hi,

Your requirement is you always want complete delivery and no partial deliveries.

then for all the customers maintain complete delivery checked  under shipping tab  in sales area data.

System will  not allow partial deliveries.

Regards,

Nandeesh kumar.L

manish_bisht5
Explorer
0 Kudos

hi ,

I completeley agree with you , but the number of cutomer is very hugh and its diffecult to handle by changing each and every cutomer master data.

thanks

manish

nandeesh_kumar
Explorer
0 Kudos

Hi,

you can try  MV45AFZZ USEREXIT_FIELD_MODIFICATION to make complete delivery default in sales order.

Regards,

Nandeesh kumar.L

Answers (0)