Parameter Name | Data Item | Data Type | Req/Opt | I/O/Both |
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
might be a warehouse location, job, project, work center, branch, or plant.
You can assign a business unit to a document, entity, or person for
purposes of responsibility reporting. For example, the system provides reports of open accounts payable and accounts receivable by
business unit to track equipment by responsible department.
Business unit security might prevent you from viewing information about business units
for which you have no authority.
|
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
dimensions for all items that belong to the group. After you set up an item dimension group, you can assign items to the group through Classification
Codes (41011). |
mnItemNumberShort | 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
numbers (see data item XRT) to accommodate substitute item numbers, replacements, bar codes, customer numbers, supplier numbers, and
so forth. The item numbers are as follows:
o Item Number (short) - An eight-digit, computer-assigned item number
o 2nd Item Number - The
25-digit, free-form, user defined alphanumeric item number
o 3rd Item Number - Another 25-digit, free-form, user defined alphanumeric item
number |
szUnitOfMeasureAsInput | UOM | char | OPT | NONE |
A user defined code (00/UM) that indicates the quantity in which to express an inventory item, for example, CS (case) or BX (box).
|
mnGrossWidth | GWID | MATH_NUMERIC | OPT | NONE |
The gross width of the location(s) as defined within the location dimension group, the gross width of an item as defined on the Unit Of
Measure Definition form (by item or group), or the gross width of a storage container or shipping container. The unit of measure can be defined on
the Branch/Plant Constants -Location Definition form. |
mnGrossDepth | GDEP | MATH_NUMERIC | OPT | NONE |
The gross depth of the location(s) defined within the location dimension group, the gross depth of an item as defined in the Unit Of Measure
Definition (by item or group), or the gross depth of a storage or shipping container. The unit of measure can be defined in Branch/Plant
Constants - Location Definition. |
mnGrossHeight | GHET | MATH_NUMERIC | OPT | NONE |
The gross height of the location(s) as defined within the location dimension group, the gross height of an item as defined on the Unit Of
Measure Definition form (by item or group), or the gross height of a storage container or shipping container. The unit of measure can be defined
on the Branch/Plant Constants - Location Definition form. |
szUnitOfMeasureDimen | WIUM | char | OPT | NONE |
A user defined code (system 00/type UM) that identifies the unit of measure that the system uses to display dimensions for the warehouse.
The system provides the ability to establish inches, centimeters, meters, and so forth,as a measuring standard. |
mnGrossCubicDimensions | GCUB | MATH_NUMERIC | OPT | NONE |
The gross cubic dimensions of the locations defined within the location dimension group, the gross cubic dimensions of an item as defined
in the Unit Of Measure Definition (by item or group), or the gross cubic dimensions of a storage or shipping container. The unit of measure is
defined in Branch/Plant Constants - Page 2 (P410012). |
szUnitOfMeasureVolDisp | 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
inputs a value in this field from Branch/Plant Constants - Page 2 (P410012). You can override this default value. |
mnGrossWeight2 | GWEI | MATH_NUMERIC | OPT | NONE |
The gross weight of one unit of the item in this unit of measure, or the weight of an empty storage container or shipping carton. These values
default to the location detail (F4602) and the system uses the values in maximum weight calculations for specified locations during putaway. |
szUnitOfMeasureWeight | 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,
grams, kilograms, and so on, as weight standards. The system uses this unit of measure for the item or overrides it for an individual item or
container. |
szContainerCode | 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
stored on the container (for example, a pallet), or a closed container where items are stored in the container (for example, a box). You use the
Container and Carton Codes program (P46091) to define storage containers. |
cUOMUsage | EQUS | char | OPT | NONE |
A code that indicates whether the default storage container assigned to the specified item in this unit of measure is an open, pallet-type
container or a closed, box-type container. The system calculates the item's volume and weight based on container type.
Valid codes are:
1
The container is an open, pallet-type container. The system calculates its volume and weight as follows:
Height = the height of the container
plus the height of the items on the container Weight = the weight of the container plus the weight of the items on the container Width = the
larger of the width of the container or the items on the container Depth = the larger of the depth of the container or the items on the container
2
The container is a closed, box-type container. The system calculates its volume and weight as follows:
Weight = The weight of the container
plus the weight of the goods in the container Height, width, and depth are pulled from Container and Carton Code (P46091) information, where
you also define the container's weight.
NOTE: If you do not specify a default container for the specified item in this unit of measure, the
system uses the height, width, depth, and weight the you define on this form. |
cRecordExistFlag | EV01 | char | OPT | NONE |
An option that specifies the type of processing for an event.
|
cActionCode | EV01 | char | OPT | NONE |
An option that specifies the type of processing for an event.
|
szProgramId | 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
interactive program is P4210, and the number of the Print Invoices batch process report is R42565.
The program ID is a variable length value.
It is assigned according to a structured syntax in the form TSSXXX, where:
T
The first character of the number is alphabetic and identifies the
type, such as P for Program, R for Report, and so on. For example, the value P in the number P4210 indicates that the object is a
program.
SS
The second and third characters of the number are numeric and identify the system code. For example, the value 42 in the number P4210
indicates that this program belongs to system 42, which is the Sales Order Processing system.
XXX
The remaining characters of the numer are
numeric and identify a unique program or report. For example, the value 10 in the number P4210 indicates that this is the Sales Order Entry
program.
|