FINCS_RULE_PLASG
Posting Rule Posting Line Field Assignment
FINCS_RULE_PLASG is an SAP database table in S/4HANA. Posting Rule Posting Line Field Assignment. It contains 9 fields. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| I_CnsldtnPstRlFieldAssignment | view_entity | from | BASIC | Rule Posting Line Field Assignment |
Fields (9)
| Key | Field | Data Element | Description | Domain | Type | Length |
|---|---|---|---|---|---|---|
| KEY | mandt | MANDT | Client | |||
| KEY | rule_id | FINCS_RULE_ID | Rule | |||
| KEY | pl_id | FINCS_POSTING_LINE_ID | Rule Posting Line | |||
| KEY | fieldname | FINCS_FIELDNAME | Field Name | |||
| sequence | FINCS_SEQUENCE | Sequence | ||||
| assgmt_operator | FINCS_ASSIGNMENT_OPERATOR | Assignment Operator | ||||
| assgmt_value | FINCS_ASSIGNMENT_VALUE | Assignment Value | ||||
| cond | FINCS_ASSIGNMENT_COND | Field Assignment Condition | ||||
| local_last_changed_at | ABP_LOCINST_LASTCHANGE_TSTMPL | Changed On |
Derived SQL schema, reconstructed from the indexed DDIC field metadata (field names, types, lengths and key flags) — a functional representation, not the verbatim SAP source.
-- Posting Rule Posting Line Field Assignment
-- Category TRANSPARENT · Delivery class C
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE FINCS_RULE_PLASG (
MANDT, -- Client [MANDT]
RULE_ID, -- Rule [FINCS_RULE_ID]
PL_ID, -- Rule Posting Line [FINCS_POSTING_LINE_ID]
FIELDNAME, -- Field Name [FINCS_FIELDNAME]
SEQUENCE, -- Sequence [FINCS_SEQUENCE]
ASSGMT_OPERATOR, -- Assignment Operator [FINCS_ASSIGNMENT_OPERATOR]
ASSGMT_VALUE, -- Assignment Value [FINCS_ASSIGNMENT_VALUE]
COND, -- Field Assignment Condition [FINCS_ASSIGNMENT_COND]
LOCAL_LAST_CHANGED_AT, -- Changed On [ABP_LOCINST_LASTCHANGE_TSTMPL]
PRIMARY KEY (MANDT, RULE_ID, PL_ID, FIELDNAME)
);
Learn More
- Understanding Data Lineage in SAP S/4HANA
- SAP Tables vs CDS Views — Key Differences
- Understanding the SAP S/4HANA Data Model
- BSEG to ACDOCA: The Universal Journal Migration
- Business Partner Migration: KNA1/LFA1 to BUT000
- Material Document Migration: MSEG/MKPF to MATDOC
- How to Find the Right CDS View for an SAP Table
- Sales Document Status Migration: VBUP/VBUK Removal in S/4HANA
- CO Tables in S/4HANA: COEP, COBK, COSS, COSP to ACDOCA