BUT0IS_DFT

Transparent Table Application Table

Draft table for entity I_BUSPARTINDUSTRYGOVTP

BUT0IS_DFT is an SAP database table in S/4HANA. Draft table for entity I_BUSPARTINDUSTRYGOVTP. It contains 13 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
R_BPIndustryGovernanceDraft view_entity from BASIC Draft Access BP Industry

Fields (13)

KeyField Data ElementDescription DomainTypeLength
KEY mandt mandt Client
KEY businesspartneruuid bu_partner_guid BP GUID
KEY bpindustryuuid sysuuid_x UUID
KEY masterdatachangeprocess mdc_process_id Process ID
KEY mdchgprocesssrcesystem mdc_business_system Source System
KEY mdchgprocesssrceobject mdc_source_id Source ID
KEY industrysystemtype bu_istype Industry System
KEY industrysector bu_ind_sector Industry
businesspartner bu_partner Busn. Partner
industrysystemtypeforedit bu_istype Industry System
industrysectorforedit bu_ind_sector Industry
mdchgprocessstep mdc_process_step_no Step Number
isstandardindustry bu_isdef Stnd Industry

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 I_BUSPARTINDUSTRYGOVTP
-- Category TRANSPARENT · Delivery class A
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE BUT0IS_DFT (
    MANDT,                      -- Client [mandt]
    BUSINESSPARTNERUUID,        -- BP GUID [bu_partner_guid]
    BPINDUSTRYUUID,             -- UUID [sysuuid_x]
    MASTERDATACHANGEPROCESS,    -- Process ID [mdc_process_id]
    MDCHGPROCESSSRCESYSTEM,     -- Source System [mdc_business_system]
    MDCHGPROCESSSRCEOBJECT,     -- Source ID [mdc_source_id]
    INDUSTRYSYSTEMTYPE,         -- Industry System [bu_istype]
    INDUSTRYSECTOR,             -- Industry [bu_ind_sector]
    BUSINESSPARTNER,            -- Busn. Partner [bu_partner]
    INDUSTRYSYSTEMTYPEFOREDIT,  -- Industry System [bu_istype]
    INDUSTRYSECTORFOREDIT,      -- Industry [bu_ind_sector]
    MDCHGPROCESSSTEP,           -- Step Number [mdc_process_step_no]
    ISSTANDARDINDUSTRY,         -- Stnd Industry [bu_isdef]
    PRIMARY KEY (MANDT, BUSINESSPARTNERUUID, BPINDUSTRYUUID, MASTERDATACHANGEPROCESS, MDCHGPROCESSSRCESYSTEM, MDCHGPROCESSSRCEOBJECT, INDUSTRYSYSTEMTYPE, INDUSTRYSECTOR)
);