I would like to know if there is any SAP functionality for stock transfers (ME21N) to have deliveries completed , same as for sales orders that are not allowing partial deliveries – i know at delivery tab is the “C” selection to have line complete but I am looking for header function to “build” a full truck load with multiple lines that individual al completed but will drop delivery only all the lines are completed – thanks!!
You could add this functionality by implementing Exit/ BADI for this requirement.
Please ask your technical/ ABAP team to implement some validation for this BADI ME_PROCESS_PO_CUST.
You could add validation in Method CHECK or POST.
Basically the validation will check if all Delv Comp indicator in all line items is check or un-check.
if the condition not sufficient then an error message should displayed.