This function can be accessed from a portable terminal. It allows the person in charge of the shipment preparations in the warehouse:
- to enter or validate the main information,
- to automatically generate the shipment picking notes after the entry has been completed.
The shipment preparation can be carried out:
It can be generated in two different ways, according to the stock allocation type:
Refer to documentation Implementation
This screen is composed of 2 tabs:
This tab contains the information to start the picking. It is used to enter or select either the code of a picking, or the code of a picking note.
It also contains the 2 following fields:
This tab contains the information concerning the stock to pick:
the management of this information (display or entry) depends on the allocation type of the list or the picking note:
The information used to identify the products and the quantity to pick is specified and, except for the cases explained below, cannot be entered. Only the quantity picked has to be entered.
Lines sort: It is possible to sort the lines to pick by freely defining an order, for example, the location. Three prerequisites are necessary in order for the sort to work:
1/ One single location must be allocated for a same product.
2/ The picking notes cannot be disassociated: the picking note number must always be the main sorting criteria.
3/ It is necessary to use theentry point: SORT_PREP (see the details below).
When all the lines of the note are validated, a message suggests to display the status 'Deliverable' to the picking note.
If the shortage allocations are generated on picking notes, the status will not be changed to Deliverable(except if the picking notes have an authorized negative stock). A manual intervention on the picking notes is necessary to decrease the quantity or delete a line (the lines to modify are identified by the display type Display typeAWARNLOW).
Notes:
Only the product and the quantity to pick are entered. It belongs to the picker to enter the information used to identify the products (lot, location, etc, ...).
Sort of the lines: the product suggestion order is the same as the order on the picking note.
Only used in case of detailed allocation, it makes it possible to sort the grid of lines to pick.
Processing used: VXABP
Example of code to enter in order to sort the picking by location.
Copy the following code in a specific processing, save and compile:
$ACTION
Case ACTION
When "SORT_PREP"
Sorta [M:PREP]NBLIG [M:PREP]NBLIG Order By
[M:PREP] PRHNUM(indice),[M:PREP]LOC(indice)
Endcase
Return