FNDEI_D_V_B_TABL

Transparent Table Temporary Data

Blacklisted table for privacy purposes

FNDEI_D_V_B_TABL is an SAP database table in S/4HANA. Blacklisted table for privacy purposes. It contains 6 fields. 3 CDS views read from this table.

CDS Views using this table (3)

ViewTypeJoinVDMDescription
FndEI_I_BlackListedTable view from Projection on fndei_d_v_b_tabl
ViewProvisioningBLFScope view from Projection BL tables,fields and status
ViewReplGetDppTables view from Get All Blacklisted Tables

Fields (6)

KeyField Data ElementDescription DomainTypeLength
KEY replicationid FNDEI_TARGET_SYS_UUID TgtSysUUID
KEY tabname TABNAME Table Name
created_by CRUSER Created By
changed_on CRDATE Created On
changed_by CRUSER Created By
created_on CRDATE Created On

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.

-- Blacklisted table for privacy purposes
-- Category TRANSPARENT · Delivery class L
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE FNDEI_D_V_B_TABL (
    REPLICATIONID,  -- TgtSysUUID [FNDEI_TARGET_SYS_UUID]
    TABNAME,        -- Table Name [TABNAME]
    CREATED_BY,     -- Created By [CRUSER]
    CHANGED_ON,     -- Created On [CRDATE]
    CHANGED_BY,     -- Created By [CRUSER]
    CREATED_ON,     -- Created On [CRDATE]
    PRIMARY KEY (REPLICATIONID, TABNAME)
);