FINS_TECH_LEDGER
Assignment Ledger -> Technical Ledger
FINS_TECH_LEDGER is an SAP database table in S/4HANA. Assignment Ledger -> Technical Ledger. It contains 3 fields. 11 CDS views read from this table.
CDS Views using this table (11)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| FAA_CFG_DEPR_AREA | view | inner | Configuration of Depr.Area | |
| FAA_CFG_LEDGER | view | inner | Configuration of Ledger, Account. Principle and Ledgergroup | |
| FAA_SDM_DOCIT_CP02 | view | inner | Compare splitting number of line items | |
| FAA_SDM_DOCIT_CP04 | view | inner | KFC ACDOCA aggregation | |
| FAA_SDM_DOCIT_CP111 | view | inner | Compare from DOC_IT to ACDOCA | |
| FAA_SDM_DOCIT_CP121 | view | inner | Compare from ACDOCA to DOC_IT | |
| FAA_SDM_DOCIT_CP130 | view | inner | DOC_IT projection | |
| FAA_SDM_DOCIT_CP21 | view | inner | Compare from PLAN_VALUE to ACDOCA | |
| FAA_SDM_DOCIT_CP22 | view | inner | Compare from ACDOCA to PLAN_VALUE | |
| FGL_BCF_TECH_LEDGER | view | left_outer | Technical Ledger for BCF | |
| I_TechnicalLedger | view | from | BASIC | Technical Ledger |
Fields (3)
| Key | Field | Data Element | Description | Domain | Type | Length |
|---|---|---|---|---|---|---|
| KEY | rclnt | MANDT | Client | |||
| KEY | rldnr | FINS_LEDGER | Ledger | |||
| tech_ledger | FINS_TECHNICAL_LEDGER | Technical Ledger |
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.
-- Assignment Ledger -> Technical Ledger
-- Category TRANSPARENT · Delivery class A
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE FINS_TECH_LEDGER (
RCLNT, -- Client [MANDT]
RLDNR, -- Ledger [FINS_LEDGER]
TECH_LEDGER, -- Technical Ledger [FINS_TECHNICAL_LEDGER]
PRIMARY KEY (RCLNT, RLDNR)
);
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