FINOC_SETTLMT
Adjustments of settlement rules
FINOC_SETTLMT is an SAP database table in S/4HANA. Adjustments of settlement rules. It contains 21 fields. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| I_OrglChangeSettlmtRuleTrace | view_entity | from | BASIC | Adjustments of Settlement Rules |
Fields (21)
| Key | Field | Data Element | Description | Domain | Type | Length |
|---|---|---|---|---|---|---|
| KEY | mandt | MANDT | Client | |||
| KEY | objnr | J_OBJNR | Object number | |||
| KEY | orgl_change | FINOC_ORGL_CHANGE | Organizational Change | |||
| obart | J_OBART | Object Type | ||||
| kokrs | KOKRS | CO Area | ||||
| bukrs | BUKRS | Company Code | ||||
| aufnr | AUFNR | Order | ||||
| vornr | VORNR | Activity | ||||
| ps_psp_pnr | PS_PSP_PNR | WBS Element | ||||
| intreno | RECAINTRENO | RE Key | ||||
| recnr | RECNNUMBER | Contract | ||||
| kdauf | KDAUF | Sales Order | ||||
| kdpos | KDPOS | Sales Ord. Item | ||||
| autyp | AUFTYP | Order category | ||||
| service_doc_type | FCO_SRVDOC_TYPE | Service Doc. Type | ||||
| service_doc_id | FCO_SRVDOC_ID | Service Document | ||||
| service_doc_item_id | FCO_SRVDOC_ITEM_ID | Service Doc. Item | ||||
| prctr_old | FINOC_PRCTR_BEFORE_ORGL_CHANGE | Old Profit Center | ||||
| prctr_new | FINOC_PRCTR_NEW | New Profit Center | ||||
| segment_old | FINOC_SEGMENT_BEFORE_ORGL_CHG | Old Segment | ||||
| segment_new | FINOC_SEGMENT_NEW | New Segment |
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.
-- Adjustments of settlement rules
-- Category TRANSPARENT · Delivery class A
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE FINOC_SETTLMT (
MANDT, -- Client [MANDT]
OBJNR, -- Object number [J_OBJNR]
ORGL_CHANGE, -- Organizational Change [FINOC_ORGL_CHANGE]
OBART, -- Object Type [J_OBART]
KOKRS, -- CO Area [KOKRS]
BUKRS, -- Company Code [BUKRS]
AUFNR, -- Order [AUFNR]
VORNR, -- Activity [VORNR]
PS_PSP_PNR, -- WBS Element [PS_PSP_PNR]
INTRENO, -- RE Key [RECAINTRENO]
RECNR, -- Contract [RECNNUMBER]
KDAUF, -- Sales Order [KDAUF]
KDPOS, -- Sales Ord. Item [KDPOS]
AUTYP, -- Order category [AUFTYP]
SERVICE_DOC_TYPE, -- Service Doc. Type [FCO_SRVDOC_TYPE]
SERVICE_DOC_ID, -- Service Document [FCO_SRVDOC_ID]
SERVICE_DOC_ITEM_ID, -- Service Doc. Item [FCO_SRVDOC_ITEM_ID]
PRCTR_OLD, -- Old Profit Center [FINOC_PRCTR_BEFORE_ORGL_CHANGE]
PRCTR_NEW, -- New Profit Center [FINOC_PRCTR_NEW]
SEGMENT_OLD, -- Old Segment [FINOC_SEGMENT_BEFORE_ORGL_CHG]
SEGMENT_NEW, -- New Segment [FINOC_SEGMENT_NEW]
PRIMARY KEY (MANDT, OBJNR, ORGL_CHANGE)
);
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