EMPCOMMENT – No description in the Lawson data dictionary
- System
- Payroll (PR)
- Prefix
ECM- Primary key
COMPANY,EMPLOYEE,CMT-TYPE,DATE,LN-NBR- Fields
- 9
- Updated by
- 3 programs
- Referenced by
- 3 programs
EMPCOMMENT is a Lawson Payroll table (prefix ECM); no description in the lawson data dictionary. It is indexed by COMPANY, EMPLOYEE, CMT-TYPE, DATE, LN-NBR (ECMSET1). It is related 1:1 to EMPLOYEE. It is updated by ES01.1, HR11.1 and PA115 and referenced by HS20.1, HS22.1 and HS36.1. The table has 9 fields, 1 index and 1 documented relation.
About EMPCOMMENT
No description in the Lawson data dictionary.
Fields (9)
Column = COBOL field name without the ECM- prefix, hyphens → underscores. Derived fields are computed by the application and are not stored.
| Field / column | Type | Description & values | Updated by |
|---|---|---|---|
ECM-COMPANY PKCOMPANY | Numeric 4 | — | ES01.1 |
ECM-EMPLOYEE PKEMPLOYEE | Numeric 9 | Contains the employee number. Each person employed by the company is assigned a unique number. The system uses the employee number to correlate all of the information related to that person. | ES01.1 |
ECM-CMT-TYPE PKCMT_TYPE | Alpha 2 | — | ES01.1 |
ECM-LN-NBR PKLN_NBR | Numeric 4 | — | ES01.1 |
ECM-SEQ-NBRSEQ_NBR | Numeric 4 | An automatically assigned sequence number. | ES01.1 |
ECM-CMT-TEXTCMT_TEXT | Alpha 60 (Lower Case) | The text associated with the sequence number. | ES01.1 |
ECM-DATE PKDATE | Numeric 8 (yyyymmdd) | This field displays the system date when this was created. | ES01.1 |
ECM-USER-IDUSER_ID | Alpha 10 (Lower Case) | — | ES01.1 |
ECM-PROXY-IDPROXY_ID | Alpha 10 (Lower Case) | — | — |
Indexes (1)
Keys marked * are descending. Every documented Lawson index is unique unless flagged Duplicates; Subset indexes carry a Where condition.
| Index | Keys | Flags | Condition | Used in |
|---|---|---|---|---|
ECMSET1 | COMPANY, EMPLOYEE, CMT-TYPE, DATE, LN-NBR | Primary | ES01.1, HR11.1, PA115, HS20.1, HS22.1, HS36.1 |
Relations
One to one (1) — lookups and parents
| Relation | Table | Rules | Condition | Field map |
|---|---|---|---|---|
| Employee | EMPLOYEE | Required | ECM-COMPANY → EMP-COMPANY, ECM-EMPLOYEE → EMP-EMPLOYEE |