This entry point is used to introduce specific developments after the status of the header and the lines of a delivery order have been modified:
- when the DO is moved to the wave, moving to status 3
- when the DO is removed from the wave or the wave is cancelled, return to status 1 or 2.
This entry point is used upon modification of the headers and lines of a delivery order.
Variable GOK is tested on return from the entry point. If GOK<1, the current transaction will be rollbacked.
There is a transaction in process when this entry point is called.
DLVORDERH table open and fed
ODOHSTA contains the status of the DO header before the status update.
This entry point is used to modify or load the standard statistics calculation for the DO of a wave.
This entry point is used to introduce specific developments after the calculation of the standard statistics of the DO of a wave, before they are displayed in the VAC2 screen and integrated to the global statistics of the wave as they are displayed in the VAC1 screen when the wave is still in status 5 (Completed).
There is no transaction in progress upon calling this entry point.
DLVORDERH table open and fed
[M:VAC2]WEI Weight of the elements to be picked for the DO
[M:VAC2]VOL Volume of the elements to be picked for the DO
[M:VAC2]DOLNBR Number of lines to be picked for the DO
[M:VAC2]DOLNBR2 Number of unclosed lines of the DO
This entry point is used to modify or enrich the standard statistics calculated for a wave with status < 5 (Completed).
This entry point is used to introduce specific developments after the standard statistics of a wave are calculated and before they are displayed in the VAC1screen.
There is no transaction in progress upon calling this entry point.
[M:VAC1]VACDOH nb ODs assigned to the wave
[M:VAC1 ]VACDOL nb of unclosed DO lines assigned to the wave; the standard is equal to sum([M:VAC2]DOLNBR2)
[M:VAC1]WEI Weight of the elements to be picked for the wave; the standard is equal to sum([M:VAC2]WEI)
[M:VAC1]WEI Volume of the elements to be picked for the wave; the standard is equal to sum([M:VAC2]VOL)
[M :VAC1]DLONBR nb of DOs assigned to the wave with at least one DO line to be prepared; the standard is equal to sum([M :VAC2]DOLNBR>0)
[M :VAC1]DOLNBR nb of lines to be picked for the wave; the standard is equal to sum([M :VAC2]DOLNBR)