FINS_DUMMY4

Transparent Table System Table (SAP only)

Dummy table for record duplication

FINS_DUMMY4 is an SAP database table in S/4HANA. Dummy table for record duplication. It contains 1 fields. 4 CDS views read from this table.

CDS Views using this table (4)

ViewTypeJoinVDMDescription
Fco_Mig_Check_Coep11_L3 view inner Check ACDOCA-records against COEP-records with WRTTP=11
v_coep_l3_view view inner LOCAL: Line Items COEP for statistical postings
v_coep_V2_l3a_view view inner LOCAL: Line Items COEP for statistical postings
v_ml_invtot_l4_view view inner LOCAL: Inventory Stock Totals

Fields (1)

KeyField Data ElementDescription DomainTypeLength
KEY id CY_SPLIT Split number

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.

-- Dummy table for record duplication
-- Category TRANSPARENT · Delivery class S
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE FINS_DUMMY4 (
    ID,  -- Split number [CY_SPLIT]
    PRIMARY KEY (ID)
);