FDDETAIL – Budget Detail
- System
- General Ledger Setup (IF)
- Prefix
FDD- Primary key
USER-DIM-NAME,MBR-TYPE,MBR-NAME- Fields
- 5
- Updated by
- 2 programs
- Referenced by
- 2 programs
FDDETAIL is the Budget Detail table in Lawson General Ledger Setup (prefix FDD). It is indexed by USER-DIM-NAME, MBR-TYPE, MBR-NAME (FDDSET1). It is updated by IFAS.1 and IFOS.1 and referenced by IFBA.1 and IFBO.1. The table has 5 fields, 1 index and 0 documented relations.
About FDDETAIL
No description in the Lawson data dictionary.
Fields (5)
Column = COBOL field name without the FDD- prefix, hyphens → underscores. Derived fields are computed by the application and are not stored.
| Field / column | Type | Description & values | Updated by |
|---|---|---|---|
FDD-USER-DIM-NAME PKUSER_DIM_NAME | Alpha 50 (Lower Case) | The User Dimension Name is the name associated with the dimension in the data mart outline. This user-defined name can contain up to 50 alphanumeric characters. For example, you might name a dimension Fiscal Year or Organization. | IFAS.1, IFOS.1 |
FDD-MBR-TYPE PKMBR_TYPE | Alpha 2 | The Member Type field specifies the member type. Valid values are:
| IFAS.1, IFOS.1 |
FDD-MBR-NAME PKMBR_NAME | Alpha 30 (Lower Case) | The Member Name field contains the user-defined member name for the income statement member. This name can contain up to 30 characters of any kind. | IFAS.1, IFOS.1 |
FDD-ATTRIBUTE-NAMEATTRIBUTE_NAME | Alpha 50 (Lower Case) | — | — |
FDD-GEN-LEVEL-NBRGEN_LEVEL_NBR | Numeric 2 | — | — |
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 |
|---|---|---|---|---|
FDDSET1 | USER-DIM-NAME, MBR-TYPE, MBR-NAME | Primary | IFAS.1, IFBA.1, IFBO.1, IFOS.1 |