ICCPHYINV – Physical Inventory
- System
- Inventory Control (IC)
- Prefix
IPI- Primary key
COMPANY,SELECT-ID,LOCATION,ITEM,SEQ-TRNS-NBR- Fields
- 16
- Updated by
- 2 programs
- Referenced by
- 0 programs
ICCPHYINV is the Physical Inventory table in Lawson Inventory Control (prefix IPI). It is indexed by COMPANY, SELECT-ID, LOCATION, ITEM, SEQ-TRNS-NBR (IPISET1); alternate indexes: IPISET2. It is updated by IC57.1 and IC574. The table has 16 fields, 2 indexes and 0 documented relations.
About ICCPHYINV
No description in the Lawson data dictionary.
Fields (16)
Column = COBOL field name without the IPI- prefix, hyphens → underscores. Derived fields are computed by the application and are not stored. PK = primary key (present in every index); SETn = leading/alternate key of that index.
| Field / column | Type | Description & values | Updated by |
|---|---|---|---|
#IPI-COMPANY PKCOMPANY | Numeric 4 | Identifies the AP company if the resource type = V. Identifies the HR company if the resource type = E. It is blank for type A, P or Q resources. | IC57.1 |
#IPI-SELECT-ID PKSELECT_ID | Alpha 5 | Corresponds to the set of parameters entered for the selection of items for a physical inventory count. | IC57.1 |
#IPI-LOCATION PKLOCATION | Alpha 5 | This field contains a valid stocking location within the company inventory. | IC57.1 |
#IPI-ITEM PKITEM | Alpha 32 | This field contains the item identifier. | IC57.1 |
#IPI-SEQ-TRNS-NBR PKSEQ_TRNS_NBR | Numeric 10 | — | IC57.1 |
#IPI-COUNT-QTYCOUNT_QTY | Signed 13.4 | This field contains the desired quantity. | IC57.1, IC574 |
#IPI-COUNT-UOMCOUNT_UOM | Alpha 4 | — | IC57.1, IC574 |
#IPI-REASON-CODEREASON_CODE | Alpha 4 | This field contains the reason code, which indicates the cause for credit memos. | IC57.1 |
#IPI-BINBIN | Alpha 7 | This field contains a storage area for an item or any number of items. | IC57.1, IC574 |
#IPI-LOT-NBRLOT_NBR | Alpha 10 | — | IC57.1 |
#IPI-SUBLOT-NBRSUBLOT_NBR | Alpha 6 | — | IC57.1 |
#IPI-SERIALSERIAL | Alpha 16 | — | IC57.1 |
#IPI-UNIT-COSTUNIT_COST | Signed 18.5 | — | IC57.1 |
#IPI-SEC-COUNT-QTYSEC_COUNT_QTY | Signed 13.4 | This is the quantity counted for the secondary quantity. | IC57.1 |
#IPI-NEW-RECORDNEW_RECORD | Alpha 1 | — | IC57.1, IC574 |
#IPI-RECORD-ERROR SET2RECORD_ERROR | Alpha 1 | — | IC57.1, IC574 |
Indexes (2)
Keys are listed in index order; ↓ marks a descending key. Every documented Lawson index is unique unless flagged Duplicates; Subset indexes carry a Where condition.
| Index | Keys | Flags | Condition | Used in |
|---|---|---|---|---|
IPISET1 |
| Primary | IC57.1, IC574 | |
IPISET2 |
| Subset | Where RECORD-ERROR = "Y" | IC57.1 |