PAPROMAP – No description in the Lawson data dictionary
- System
- Personnel (PA)
- Prefix
PPM- Primary key
COMPANY,WEB-TYPE,SEQ,TYPE,CODE,SEQ-NBR- Fields
- 7
- Updated by
- 2 programs
- Referenced by
- 0 programs
PAPROMAP is a Lawson Personnel table (prefix PPM); no description in the lawson data dictionary. It is indexed by COMPANY, WEB-TYPE, SEQ, TYPE, CODE, SEQ-NBR (PPMSET1); alternate indexes: PPMSET2. It is related 1:1 to PCODES, PRSYSTEM and PAPROFILE. It is updated by HR00.1 and HR01.1. The table has 7 fields, 2 indexes and 4 documented relations.
About PAPROMAP
No description in the Lawson data dictionary.
Fields (7)
Column = COBOL field name without the PPM- prefix, hyphens → underscores. Derived fields are computed by the application and are not stored.
| Field / column | Type | Description & values | Updated by |
|---|---|---|---|
PPM-COMPANY PKCOMPANY | Numeric 4 | — | — |
PPM-WEB-TYPE PKWEB_TYPE | Alpha 3 | Indicates the type of profile.
| — |
PPM-SEQ PKSEQ | Numeric 3 | Indicates the section of the profile.
| — |
PPM-TYPE PKTYPE | Alpha 2 | Indentifies the type of profile. Valid values are:
| — |
PPM-CODE PKCODE | Alpha 10 | Contains the code of the profile. | — |
PPM-SEQ-NBR PKSEQ_NBR | Numeric 4 | An automatically assigned sequence number. | — |
PPM-COMMMENTCOMMMENT | Alpha 40 (Lower Case) | Contains comments on the profile. | — |
Indexes (2)
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 |
|---|---|---|---|---|
PPMSET1 | COMPANY, WEB-TYPE, SEQ, TYPE, CODE, SEQ-NBR | Primary | HR00.1, HR01.1 | |
PPMSET2 | COMPANY, TYPE, CODE, SEQ-NBR, WEB-TYPE, SEQ | — |
Relations
One to one (4) — lookups and parents
| Relation | Table | Rules | Condition | Field map |
|---|---|---|---|---|
| Certification | PCODES | Required | When PPM-TYPE = "CE" | "CE" → PCO-TYPE, PPM-CODE → PCO-CODE |
| Company | PRSYSTEM | Required | PPM-COMPANY → PRS-COMPANY, Spaces → PRS-PROCESS-LEVEL | |
| Competency | PCODES | Required | When (PPM-TYPE = "AB") Or (PPM-TYPE = "KN") Or (PPM-TYPE = "OA") Or (PPM-TYPE = "SK") | PPM-TYPE → PCO-TYPE, PPM-CODE → PCO-CODE |
| Profile | PAPROFILE | Required | PPM-COMPANY → PPF-COMPANY, PPM-WEB-TYPE → PPF-WEB-TYPE, PPM-SEQ → PPF-SEQ |