FINS_CLS_VAL_RLA

Transparent Table Application Table

Valuation Result List Amounts

FINS_CLS_VAL_RLA is an SAP database table in S/4HANA. Valuation Result List Amounts. It contains 6 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
R_FinClsgRunResultListAmount view_entity from BASIC Financial Closing Run Result List Amount

Fields (6)

KeyField Data ElementDescription DomainTypeLength
KEY client abap.clnt
KEY jrnlperdendclsgrunresultuuid cls_run_result_list_id Result List UUID
KEY curtp curtp Crcy type/val.
jrnlperiodendclosingrunloguuid cls_run_id Closing Run UUID
prdcssrperdendclsgrunrsltuuid cls_prec_run_result_list_id Predecessor Result List UUID
exchangerate valuationexchangerate Exch. Rate Key Date

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.

-- Valuation Result List Amounts
-- Category TRANSPARENT · Delivery class A
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE FINS_CLS_VAL_RLA (
    CLIENT,                          -- abap.clnt
    JRNLPERDENDCLSGRUNRESULTUUID,    -- Result List UUID [cls_run_result_list_id]
    CURTP,                           -- Crcy type/val. [curtp]
    JRNLPERIODENDCLOSINGRUNLOGUUID,  -- Closing Run UUID [cls_run_id]
    PRDCSSRPERDENDCLSGRUNRSLTUUID,   -- Predecessor Result List UUID [cls_prec_run_result_list_id]
    EXCHANGERATE,                    -- Exch. Rate Key Date [valuationexchangerate]
    PRIMARY KEY (CLIENT, JRNLPERDENDCLSGRUNRESULTUUID, CURTP)
);