FINSVD_F4_RLDNR_FOR_SIMULATION

CDS View

Value help view: extension ledger for simulation

FINSVD_F4_RLDNR_FOR_SIMULATION is a CDS View in S/4HANA. Value help view: extension ledger for simulation. It contains 5 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
Finsvd_F4__Va_Simledger view from Value help view: simulation ledger according valuation area

Fields (5)

KeyField CDS FieldsUsed in Views
KEY rldnr rldnr 1
core core 1
ExtensionLedgerType ExtensionLedgerType 1
ExtensionLedgerTypeName ExtensionLedgerTypeName 1
name name 1

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.

-- Value help view: extension ledger for simulation
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE FINSVD_F4_RLDNR_FOR_SIMULATION (
    RLDNR,
    CORE,
    EXTENSIONLEDGERTYPE,
    EXTENSIONLEDGERTYPENAME,
    NAME,
    PRIMARY KEY (RLDNR)
);