Integration into the shipping process

Logistics processes in shipping are diverse. And SAP systems offer many variants for dispatch processing. Regardless of this, the AEB functions can be used flexibly to trigger data transfers. In general, this trigger is the completion of a certain packing step (all packages or a single package).

TriggerAEB functionality
At a packing station, the user triggers an action like "packing completed"-button. The packing station is a customer specific development or provided by a 3rd partyFrom the customized packing station, use the class or function module of the add-on to create or update the shipment.
The user triggers the "print label"-button at a the packing station provided from SAP standard ( HUPAST )From BAdI BADI_HU_PRINT, use the class or function module.
An outbound delivery gets saved with new packing data and you want to print a label for the new packageCreate an Z-program that uses the class / function module and trigger that program from an output message.
Or use the class / function module from a suitable user exit like MV50AFZ1 , SAVE_DOCUMENT
An outbound delivery is completely packed and you want to print the labels for the all the packages in the delivery at onceDefine an output message with the AEB standard program.
Or create an Z-program that calls the class / function module and trigger this program from an output message.
Or execute the class / function module from a suitable user exit.
User sets one of the status in a shipment (LE-TRA) Use enhancement V56FSTAT, customer exit EXIT_SAPLV56F_012 to execute the class / function module
A freight order gets saved with new packing data and you want to print a label for the new packageCreate an Z-program that uses the class / function module and trigger a PPF action to execute that program
A freight order has been packed completely and you want to print the labels for the all the packages at onceTrigger PPF action to execute the AEB standard program