FINCS_LOG_DRR

Transparent Table Application Table

Consolidation Generic Log associated Validation Task

FINCS_LOG_DRR is an SAP database table in S/4HANA. Consolidation Generic Log associated Validation Task. It contains 4 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
P_LOG_DRR_HEADER_BASIC view_entity inner BASIC

Fields (4)

KeyField Data ElementDescription DomainTypeLength
KEY mandt mandt Client
KEY cnsldtnlognumber fincs_lognumber Consolidation Log GUID
KEY drruuid vec_drr_uuid DR Request UUID
drruuid_c abap.char

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.

-- Consolidation Generic Log associated Validation Task
-- Category TRANSPARENT · Delivery class A
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE FINCS_LOG_DRR (
    MANDT,             -- Client [mandt]
    CNSLDTNLOGNUMBER,  -- Consolidation Log GUID [fincs_lognumber]
    DRRUUID,           -- DR Request UUID [vec_drr_uuid]
    DRRUUID_C,         -- abap.char
    PRIMARY KEY (MANDT, CNSLDTNLOGNUMBER, DRRUUID)
);