Functional Description
Purpose
The purpose of this function is to clear the caches used during confirmation.
Setup Notes and Prerequisites
To clear the cache of all transactions pass in the job number only.
To clear a specific suggestion from cache pass in job number, suggestion batch and suggestion
sequence.
Special Logic
There are two separate caches used by confirmation.
F4611 Suggestion Cache contains suggestions that have been validated and are ready for confirmation.
F4600 Request Cache contains the totals for open, cancelled and error quantities for a request. If
a pick suggestion is confirmed for a sales order, the cache will also contain the valid next status
for the sales order line.
F4611 Edit Line and F4611 End Doc are responsible for calling this function to clear both caches when
the appropriate action code is passed to F4611 Edit Line and when F4611 End Doc has processed all
rows.
D4600440D - F4611 Cancel Edit Line Transaction
Parameter Name | Data Item | Data Type | Req/Opt | I/O/Both |
---|---|---|---|---|
szComputerID | CTID | char | OPT | NONE |
mnJobnumber | JOBS | MATH_NUMERIC | OPT | NONE |
The job number (work station ID) which executed the particular job. | ||||
mnSuggestionBatchNumber | SGBT | MATH_NUMERIC | OPT | NONE |
The batch number assigned to one set of putaway, picking or replenishment suggestions. | ||||
mnSuggestionSequenceNumber | SGSQ | MATH_NUMERIC | OPT | NONE |
The number assigned to each individual putaway, picking and replenishment suggestion within a suggestion batch. | ||||
szErrorMessageID | EKEY | char | OPT | NONE |
A 4-digit number assigned to all errors.
When this number is used in the error message facility (F7 from any form), you may enter a specific
| ||||
cSuppressErrorMessage | EV01 | char | OPT | NONE |
An option that specifies the type of processing for an event. | ||||
cValidateAppfroRecRes_EV01 | EV01 | char | OPT | NONE |
An option that specifies the type of processing for an event. | ||||
szRecordReseUniqueID_PID | PID | char | OPT | NONE |
The number that identifies the batch or interactive program (batch or interactive object). For example, the number of the Sales Order Entry
| ||||
RsecordReservKey_GENKEY | GENKEY | char | OPT | NONE |
This field is the generic key to the record that is being reserved by the user. |
None |
None |