ABCALTDETNRATT_D

Transparent Table Application Table

Draft table for entity C_ALTVCONFRATGATTRIBBSDDETNTP

ABCALTDETNRATT_D is an SAP database table in S/4HANA. Draft table for entity C_ALTVCONFRATGATTRIBBSDDETNTP. It contains 8 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
R_AltvBsdConfAltvDetnDraft view_entity from COMPOSITE Alternative Determination Draft Data

Fields (8)

KeyField Data ElementDescription DomainTypeLength
KEY mandt mandt Client
KEY altvbsdconfaltvdetnuuid atp_abc_altv_detn_uuid Alternative Determination
srcealtvconfaltvdetntmpluuid atp_abc_altv_detn_uuid Alternative Determination
altvbsdconfaltvdetnname atp_abc_alt_determination_name Determination Name
lastchangedatetime atp_abc_lastchange_timestamp Changed On
lastchangedbyuser vdm_lastchangedbyuserid Changed By
creationdatetime atp_abc_creation_timestamp Created On
createdbyuser vdm_createdbyuserid Created By

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.

-- Draft table for entity C_ALTVCONFRATGATTRIBBSDDETNTP
-- Category TRANSPARENT · Delivery class A
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE ABCALTDETNRATT_D (
    MANDT,                         -- Client [mandt]
    ALTVBSDCONFALTVDETNUUID,       -- Alternative Determination [atp_abc_altv_detn_uuid]
    SRCEALTVCONFALTVDETNTMPLUUID,  -- Alternative Determination [atp_abc_altv_detn_uuid]
    ALTVBSDCONFALTVDETNNAME,       -- Determination Name [atp_abc_alt_determination_name]
    LASTCHANGEDATETIME,            -- Changed On [atp_abc_lastchange_timestamp]
    LASTCHANGEDBYUSER,             -- Changed By [vdm_lastchangedbyuserid]
    CREATIONDATETIME,              -- Created On [atp_abc_creation_timestamp]
    CREATEDBYUSER,                 -- Created By [vdm_createdbyuserid]
    PRIMARY KEY (MANDT, ALTVBSDCONFALTVDETNUUID)
);