Functional Description
Purpose
The purpose of this function is to write suggestions for a task to cache. This function also reads
and updates the cache. Required suggestion information for carton recommendation is passed back.
Setup Notes and Prerequisites
The Action Code (MODE), Job Number (JOBS), Branch/Plant (MCU), Warehouse Code (TYFL) and Short Item
(ITM) are required parameters.
Action Code:
'1' or 'A'=Add
'2' or 'C'=Change
'3'=Read Single
'4'=Read Multiple
'5' or 'D'=Delete
Technical Specification
The following information is stored in the cache:
Job Number (JOBS)
Branch/Plant (MCU)
Already Recommended (CTNF)
Task Number (TASK)
Trip Number (TRIP)
Numeric Sequence (SEQ)
Location Sequence (WSQQ)
FROM Location (FLOC)
Suggestion Batch (SGBT)
Suggestion Sequence (SGSQ)
Warehouse Code (TYFL)
Short Item (ITM)
Level 1 Quantity (TQL1)
Level 2 Quantity (TQL2)
Level 3 Quantity (TQL3)
Level 4 Quantity (TQL4)
Level 5 Quantity (TQL5)
Level 1 UOM (UML1)
Level 2 UOM (UML2)
Level 3 UOM (UML3)
Level 4 UOM (UML4)
Level 5 UOM (UML5)
Level 2 Quantity Per (PPL2)
Level 3 Quantity Per (PPL3)
Level 4 Quantity Per (PPL4)
Level 5 Quantity Per (PPL5)
Level 1 Container (EQL1)
Carton Recommendation Method (CRMT)
Total Quantity (TQTY)
Item Dimension Group (PRP6)
Item Cubic Dimensions (CUBE)
Item Volume UOM (VUMD)
Recommended Carton (EQTY)
Error Message Id (EKEY)
New Suggestion (EV01)
Item Weight (WEIT)
Item Weight UOM (UWUM)
The index for the cache is:
Job Number (JOBS)
Branch/Plant (MCU)
Already Recommended (CTNF)
Task Number (TASK)
Trip Number (TRIP)
Numeric Sequence (SEQ)
Location Sequence (WSQQ)
FROM Location (FLOC)
Suggestion Batch (SGBT)
Suggestion Sequence (SGSQ)
D4600650A - Cache F4611 Recommend Cartons
Parameter Name | Data Item | Data Type | Req/Opt | I/O/Both |
---|---|---|---|---|
cActionCode | MODE | char | OPT | NONE |
The processing mode used in Purchase Order Consolidator to signify when specific orders are being processed. | ||||
mnNumberOfKeys | CDL | MATH_NUMERIC | OPT | NONE |
The length of the user defined code. It cannot be greater than 10 characters. | ||||
idCacheCursor | GENLNG | ID | OPT | NONE |
General purpose ID variable. | ||||
mnJobNumber | JOBS | MATH_NUMERIC | OPT | NONE |
The job number (work station ID) which executed the particular job. | ||||
cLastRecordRead | EV01 | char | OPT | NONE |
An option that specifies the type of processing for an event. | ||||
cErrorCode | EV01 | char | OPT | NONE |
An option that specifies the type of processing for an event. | ||||
szErrorMessageId | DTAI | char | OPT | NONE |
A code that identifies and defines a unit of information. It is an alphanumeric code up to 8 characters long that does not allow blanks or
| ||||
szBranchPlant | MCU | char | OPT | NONE |
An alphanumeric code that identifies a separate entity within a business for which you want to track costs. For example, a business unit
| ||||
cAlreadyRecommended | CTNF | char | OPT | NONE |
A code that indicates whether the system recommends shipping cartons when it picks from this location.
Valid codes are:
Y Yes,
| ||||
mnTaskNumber | PTSK | MATH_NUMERIC | OPT | NONE |
A unique number assigned to every putaway request that is created by a receipt. | ||||
mnTripNumber | TRIP | MATH_NUMERIC | OPT | NONE |
A number assigned to each trip by the system. A trip is the movement of goods from one location to another. | ||||
mnSequenceNumber | SEQ | MATH_NUMERIC | OPT | NONE |
A number that specifies the sequence of information. | ||||
mnLocationSequence | WSQQ | MATH_NUMERIC | OPT | NONE |
A number that you assign to a location to determine its place in the picking sequence. Picking is the movement of inventory from storage to
| ||||
szFROMLocation | FLOC | char | OPT | NONE |
The storage location from which goods will be moved. | ||||
mnSuggestionBatch | SGBT | MATH_NUMERIC | OPT | NONE |
The batch number assigned to one set of putaway, picking or replenishment suggestions. | ||||
mnSuggestionSequence | SGSQ | MATH_NUMERIC | OPT | NONE |
The number assigned to each individual putaway, picking and replenishment suggestion within a suggestion batch. | ||||
cWarehouseCode | TYFL | char | OPT | NONE |
A code to specify what type of movement information is being displayed. Valid values are:
1 Putaway Information
2 Picking Information
| ||||
mnShortItem | ITM | MATH_NUMERIC | OPT | NONE |
An inventory item number. The system provides three separate item numbers plus an extensive cross-reference capability to other item
| ||||
szUnitOfMeasureLevel1 | UML1 | char | OPT | NONE |
The item's level 1 unit of measure. You use Unit of Measure Conversion Information (P41002) to define an item's unit of measure structure.
| ||||
szUnitOfMeasureLevel2 | UML2 | char | OPT | NONE |
The item's level 2 unit of measure. You use Unit of Measure Conversion Information (P41002) to define an item's unit of measure structure.
| ||||
szUnitOfMeasureLevel3 | UML3 | char | OPT | NONE |
The item's level 3 unit of measure. You use Unit of Measure Conversion Information (P41002) to define an item's unit of measure structure.
| ||||
szUnitOfMeasureLevel4 | UML4 | char | OPT | NONE |
The item's level 4 unit of measure. You use Unit of Measure Conversion Information (P41002) to define an item's unit of measure structure.
| ||||
szUnitOfMeasureLevel5 | UML5 | char | OPT | NONE |
The item's level 5 unit of measure. You use Unit of Measure Conversion Information (P41002) to define an item's unit of measure structure.
| ||||
mnQuantityTotalLevel1 | TQL1 | MATH_NUMERIC | OPT | NONE |
The total quantity of the item in the item's level 1 unit of measure. You use Unit of Measure Conversion Information (P41002) to define unit of
| ||||
mnQuantityTotalLevel2 | TQL2 | MATH_NUMERIC | OPT | NONE |
The total quantity of the item in the item's level 2 unit of measure. You use Unit of Measure Conversion Information (P41002) to define unit of
| ||||
mnQuantityTotalLevel3 | TQL3 | MATH_NUMERIC | OPT | NONE |
The total quantity of the item in the item's level 3 unit of measure. You use Unit of Measure Conversion Information (P41002) to define unit of
| ||||
mnQuantityTotalLevel4 | TQL4 | MATH_NUMERIC | OPT | NONE |
The total quantity of the item in the item's level 4 unit of measure. You use Unit of Measure Conversion Information (P41002) to define unit of
| ||||
mnQuantityTotalLevel5 | TQL5 | MATH_NUMERIC | OPT | NONE |
The total quantity of the item in the item's level 5 unit of measure. You use Unit of Measure Conversion Information (P41002) to define unit of
| ||||
mnQuantityPerLevel2 | QPL2 | MATH_NUMERIC | OPT | NONE |
The number of units in Level 2 unit of measure for one full unit in Level 1 unit of measure. | ||||
mnQuantityPerLevel3 | QPL3 | MATH_NUMERIC | OPT | NONE |
The number of units in Level 3 unit of measure for one full unit in Level 2 unit of measure. | ||||
mnQuantityPerLevel4 | QPL4 | MATH_NUMERIC | OPT | NONE |
The number of units in Level 4 unit of measure for one full unit in Level 3 unit of measure. | ||||
mnQuantityPerLevel5 | QPL5 | MATH_NUMERIC | OPT | NONE |
The number of units in Level 5 unit of measure for one full unit in Level 4 unit of measure. | ||||
mnQuantityTotal | TQTY | MATH_NUMERIC | OPT | NONE |
The total quantity of an item to be reworked or scrapped as a result of an ECO disposition. | ||||
szContainerCodeLevel1 | EQL1 | char | OPT | NONE |
A code (table 46/EQ) that identifies the storage container for this item in its level 1 unit of measure. A storage container can be:
o An open
| ||||
cCartonRecommendationMethod | CRMT | char | OPT | NONE |
A code that indicates the method the system uses to recommend a carton for the specified item in this unit of measure.
Valid codes are:
| ||||
szItemDimensionGroup | PRP6 | char | OPT | NONE |
A code (system 41/type 01) that identifies a group of items that share the same dimensions. An item dimension group defines the
| ||||
mnItemCubicDimensions | CUBE | MATH_NUMERIC | OPT | NONE |
The cubic space (volume) already used in a location. The system uses item dimensions and storage container dimensions to determine
| ||||
szItemVolumeUoM | VUMD | char | OPT | NONE |
A user defined code (00/UM) that identifies the unit of measure that the system uses to display volume for this branch/plant. The system
| ||||
szRecommendedCarton | EQTY | char | OPT | NONE |
A code (46/EQ) that identifies a storage container or a shipping carton. A storage container can be an open container where items are
| ||||
szCartonErrorMessageId | 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
| ||||
cNewSuggestion | EV01 | char | OPT | NONE |
An option that specifies the type of processing for an event. | ||||
cCartonRecommendation | CTNF | char | OPT | NONE |
A code that indicates whether the system recommends shipping cartons when it picks from this location.
Valid codes are:
Y Yes,
| ||||
mnItemWeight | WEIT | MATH_NUMERIC | OPT | NONE |
The weight of goods currently in a location. The system calculates this amount from the weight from the item/unit of measure profile and the
| ||||
szItemWeightUoM | UWUM | char | OPT | NONE |
A user defined code (00/UM) that identifies the unit of measure that the system uses to indicate weight for this item. You can specify ounces,
| ||||
mnPriorityShippingContainer | PRSH | MATH_NUMERIC | OPT | NONE |
A number that identifies this shipping carton's place in the priority list that the system uses to make carton recommendations. When the
|
None |
F4611 Warehouse Suggestions |