Functional Description
Purpose
The purpose of this function is to maintain the Available Cubes (F46027) table. The table must be
updated each time a row in the Location Detail (F4602) table is changed. Available cubes are used by
the putaway process to determine the location that best meets the tie breaker criteria.
Setup Notes and Prerequisites
Currently this function is called by F4602 Update Location Detail (B4600060). It should also be
called by any functions that update the Location Detail table outside of F4602 Update Location Detail.
^
D4600160 - F46027 Calculate Available Cubes
Parameter Name | Data Item | Data Type | Req/Opt | I/O/Both |
---|---|---|---|---|
szBranchPlant | MCU | char | REQ | NONE |
An alphanumeric code that identifies a separate entity within a business for which you want to track costs. For example, a business unit
| ||||
szLocation | LOCN | char | REQ | NONE |
The storage location from which goods will be moved. | ||||
szLocnDetailVolUM | VUMD | char | REQ | 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
| ||||
szBranchPlantVolUM | 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
| ||||
mnNetCubicDimensionsUsed | 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
| ||||
mnNetCubicDimReserved | RCUB | MATH_NUMERIC | OPT | NONE |
The cubic space (volume) that has been reserved for items. You use the Reservations program (P46130) to create reservations. The
| ||||
szProgramId | PID | char | REQ | NONE |
The number that identifies the batch or interactive program (batch or interactive object). For example, the number of the Sales Order Entry
| ||||
szWorkStationId | JOBN | char | OPT | NONE |
The code that identifies the work station ID that executed a particular job. | ||||
szUserId | USER | char | OPT | NONE |
The code that identifies a user profile. | ||||
jdDateUpdated | UPMJ | JDEDATE | OPT | NONE |
The date that specifies the last update to the file record. | ||||
mnTimeOfDay | TDAY | MATH_NUMERIC | OPT | NONE |
The computer clock in hours:minutes:seconds. |
None |
None |