ICCTRNHDR – Inventory Adjustment

System
Inventory Control (IC)
Prefix
ITH
Primary key
COMPANY, LOCATION, RECRD-TYPE, DOC-TYPE, DOCUMENT
Fields
19
Updated by
2 programs
Referenced by
0 programs

ICCTRNHDR is the Inventory Adjustment table in Lawson Inventory Control (prefix ITH). It is indexed by COMPANY, LOCATION, RECRD-TYPE, DOC-TYPE, DOCUMENT (ITHSET1); alternate indexes: ITHSET2. It is related 1:M to ICCTRNLIN. It is updated by IC500 and IC54.1. The table has 19 fields, 2 indexes and 1 documented relation.

About ICCTRNHDR

No description in the Lawson data dictionary.

Fields (19)

Column = COBOL field name without the ITH- 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 / columnTypeDescription & valuesUpdated by
#ITH-COMPANY PK
COMPANY
Numeric 4Identifies 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.IC54.1
#ITH-LOCATION PK
LOCATION
Alpha 5This field contains a valid stocking location within the company inventory.IC54.1
#ITH-RECRD-TYPE PK
RECRD_TYPE
Numeric 2IC54.1
#ITH-DOC-TYPE PK
DOC_TYPE
Alpha 2This field contains the type of transaction.IC54.1
#ITH-DOCUMENT PK
DOCUMENT
Alpha 10 (Right Justified)This field identifies the document from which this transaction record was created.IC54.1
#ITH-LINE-NBR
LINE_NBR
Numeric 6This field contains the line number.IC54.1
#ITH-SEQ
SEQ
Numeric 3This field contains the record sequence number.IC54.1
#ITH-TRANS-DATE
TRANS_DATE
Numeric 8 (yyyymmdd)The date of the transaction.IC54.1
#ITH-ACTUAL-TIME
ACTUAL_TIME
Numeric 4This field contains the actual time the receiver was entered into the system. This filed defaults to the system date if an actual time was not entered.IC54.1
#ITH-GL-DATE
GL_DATE
Numeric 8 (yyyymmdd)This field contains the general ledger posting date.IC54.1
#ITH-EST-DEL-DATE
EST_DEL_DATE
Numeric 8 (yyyymmdd)IC54.1
#ITH-FR-TO-LOC
FR_TO_LOC
Alpha 5IC54.1
#ITH-INTRANSIT-FL
INTRANSIT_FL
Alpha 1IC54.1
#ITH-INTRAN-RECV
INTRAN_RECV
Alpha 10IC54.1
#ITH-REPRINT-FL
REPRINT_FL
Alpha 1IC54.1
#ITH-FR-TO-CO
FR_TO_CO
Numeric 4IC54.1
#ITH-OPERATOR
OPERATOR
Alpha 10This field is used to store the login id of the person who entered the record.IC54.1
#ITH-RECORD-ERROR SET2
RECORD_ERROR
Alpha 1IC500, IC54.1
#ITH-USER-ANALYSIS
USER_ANALYSIS
Alpha 103IC54.1

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.

IndexKeysFlagsConditionUsed in
ITHSET1
  1. COMPANY
  2. LOCATION
  3. RECRD-TYPE
  4. DOC-TYPE
  5. DOCUMENT
PrimaryIC500, IC54.1
ITHSET2
  1. COMPANY
  2. LOCATION
  3. DOCUMENT
  4. RECORD-ERROR
SubsetWhere RECORD-ERROR = "Y"IC54.1

Relations

Relationship map — 1:1 lookups/parents on the left, 1:M children on the right (up to 14 each)
ICCTRNLINICCTRNHDR

One to many (1) — child tables

RelationTableRulesConditionField map
IcctrnlinICCTRNLIN
ITH-COMPANYITI-COMPANY
ITH-LOCATIONITI-LOCATION
ITH-RECRD-TYPEITI-RECRD-TYPE
ITH-DOC-TYPEITI-DOC-TYPE
ITH-DOCUMENTITI-DOCUMENT
ITI-LINE-NBR

Programs

Updated by (2)