TACBOD – No description in the Lawson data dictionary
- System
- Tax (TX)
- Prefix
YTA- Primary key
COMPANY,TAX-CODE- Fields
- 8
- Updated by
- 1 program
- Referenced by
- 0 programs
TACBOD is a Lawson Tax table (prefix YTA); no description in the lawson data dictionary. It is indexed by COMPANY, TAX-CODE (YTASET1); alternate indexes: YTASET2. It is related 1:1 to TXTAXCODE. It is updated by TXBD.1. The table has 8 fields, 2 indexes and 1 documented relation.
About TACBOD
No description in the Lawson data dictionary.
Fields (8)
Column = COBOL field name without the YTA- prefix, hyphens → underscores. Derived fields are computed by the application and are not stored.
| Field / column | Type | Description & values | Updated by |
|---|---|---|---|
YTA-COMPANY PKCOMPANY | Numeric 4 | — | TXBD.1 |
YTA-TAX-CODE PKTAX_CODE | Alpha 10 | — | TXBD.1 |
YTA-BOD-ACCT-ENTBOD_ACCT_ENT | Alpha 22 (Lower Case) | — | TXBD.1 |
YTA-BOD-LOCATIONBOD_LOCATION | Alpha 22 (Lower Case) | — | TXBD.1 |
YTA-BOD-DOC-IDBOD_DOC_ID | Alpha 100 (Lower Case) | — | TXBD.1 |
YTA-BOD-SORBOD_SOR | Alpha 1 | — | TXBD.1 |
YTA-BOD-REVISIONBOD_REVISION | Alpha 22 (Lower Case) | — | TXBD.1 |
YTA-BOD-VAR-IDBOD_VAR_ID | Alpha 22 (Lower Case) | — | TXBD.1 |
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 |
|---|---|---|---|---|
YTASET1 | COMPANY, TAX-CODE | Primary | TXBD.1 | |
YTASET2 | BOD-DOC-ID, BOD-ACCT-ENT, BOD-LOCATION, BOD-REVISION | TXBD.1, TXBD.2 |
Relations
One to one (1) — lookups and parents
| Relation | Table | Rules | Condition | Field map |
|---|---|---|---|---|
| Tacbod | TXTAXCODE | Required | YTA-COMPANY → TAC-COMPANY, YTA-TAX-CODE → TAC-TAX-CODE |
Programs
Updated by (1)
- TXBD.1 TX BOD Maintenance