ABCALTCNTL_D

Transparent Table Application Table

I_ALTVBSDCONFALTVCTRLTP I_ALTVBSDCONFALTVCTRLTP

ABCALTCNTL_D is an SAP database table in S/4HANA. I_ALTVBSDCONFALTVCTRLTP I_ALTVBSDCONFALTVCTRLTP. It contains 13 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
CDS_ATP_SDM_ALTCTLCHARC_STATUS view union Status for Silent Data Migration of Alt Ctl and Charc Assgmt

Fields (13)

KeyField Data ElementDescription DomainTypeLength
KEY mandt mandt Client
KEY altvbsdconfalternativectrluuid atp_abc_altv_ctrl_uuid Alternative Control UUID
atprelevantdocumentclass atp_relevant_document_class Document Class
altvbsdconfsubstnstrgyuuid atp_abc_sub_strategy_uuid Substitution Strategy UUID
alternativecontrolisactive atp_abc_altv_ctrl_is_active Is Active
ismarkedfordeletion atp_abc_is_marked_for_deletion Marked for deletion
busprpsofrefdvalueiscompleted cvp_xblck Purpose Completed
creationdatetime atp_abc_creation_timestamp Created On
createdbyuser vdm_createdbyuserid Created By
lastchangedatetime atp_abc_lastchange_timestamp Changed On
lastchangedbyuser vdm_lastchangedbyuserid Changed By
activeuuid /bobf/uuid Key
hasactiveentity sdraft_has_active Has active

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.

-- I_ALTVBSDCONFALTVCTRLTP I_ALTVBSDCONFALTVCTRLTP
-- Category TRANSPARENT · Delivery class A
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE ABCALTCNTL_D (
    MANDT,                           -- Client [mandt]
    ALTVBSDCONFALTERNATIVECTRLUUID,  -- Alternative Control UUID [atp_abc_altv_ctrl_uuid]
    ATPRELEVANTDOCUMENTCLASS,        -- Document Class [atp_relevant_document_class]
    ALTVBSDCONFSUBSTNSTRGYUUID,      -- Substitution Strategy UUID [atp_abc_sub_strategy_uuid]
    ALTERNATIVECONTROLISACTIVE,      -- Is Active [atp_abc_altv_ctrl_is_active]
    ISMARKEDFORDELETION,             -- Marked for deletion [atp_abc_is_marked_for_deletion]
    BUSPRPSOFREFDVALUEISCOMPLETED,   -- Purpose Completed [cvp_xblck]
    CREATIONDATETIME,                -- Created On [atp_abc_creation_timestamp]
    CREATEDBYUSER,                   -- Created By [vdm_createdbyuserid]
    LASTCHANGEDATETIME,              -- Changed On [atp_abc_lastchange_timestamp]
    LASTCHANGEDBYUSER,               -- Changed By [vdm_lastchangedbyuserid]
    ACTIVEUUID,                      -- Key [/bobf/uuid]
    HASACTIVEENTITY,                 -- Has active [sdraft_has_active]
    PRIMARY KEY (MANDT, ALTVBSDCONFALTERNATIVECTRLUUID)
);