BUPA_IND_D_2

Transparent Table Application Table

Draft table for entity I_BUSINESSPARTNERINDUSTRYTP_2

BUPA_IND_D_2 is an SAP database table in S/4HANA. Draft table for entity I_BUSINESSPARTNERINDUSTRYTP_2. It contains 22 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
R_BusinessPartnerIndustryDraft view_entity from BASIC Business Partner Industry-Draft

Fields (22)

KeyField Data ElementDescription DomainTypeLength
KEY mandt mandt Client
KEY businesspartner bu_partner Busn. Partner
KEY industrysystemtype bu_istype Industry System
KEY industrysector bu_ind_sector Industry
KEY draftuuid sdraft_uuid Draft Document ID
parentdraftuuid sdraft_uuid Draft Document ID
isstandardindustry bu_isdef Stnd Industry
industrysystemtypeforedit bu_istype Industry System
indsectypeforeditvalue bu_ind_sector Industry
authorizationgroup bu_augrp Authorization Group
isbusinesspurposecompleted bu_xpcpt Purpose Completed
datacontrollerset bu_xdcset Data Ctrlr. Set
datacontroller1 bu_data_controller Data Controller
datacontroller2 bu_data_controller Data Controller
datacontroller3 bu_data_controller Data Controller
datacontroller4 bu_data_controller Data Controller
datacontroller5 bu_data_controller Data Controller
datacontroller6 bu_data_controller Data Controller
datacontroller7 bu_data_controller Data Controller
datacontroller8 bu_data_controller Data Controller
datacontroller9 bu_data_controller Data Controller
datacontroller10 bu_data_controller Data Controller

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_BUSINESSPARTNERINDUSTRYTP_2
-- Category TRANSPARENT · Delivery class A
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE BUPA_IND_D_2 (
    MANDT,                       -- Client [mandt]
    BUSINESSPARTNER,             -- Busn. Partner [bu_partner]
    INDUSTRYSYSTEMTYPE,          -- Industry System [bu_istype]
    INDUSTRYSECTOR,              -- Industry [bu_ind_sector]
    DRAFTUUID,                   -- Draft Document ID [sdraft_uuid]
    PARENTDRAFTUUID,             -- Draft Document ID [sdraft_uuid]
    ISSTANDARDINDUSTRY,          -- Stnd Industry [bu_isdef]
    INDUSTRYSYSTEMTYPEFOREDIT,   -- Industry System [bu_istype]
    INDSECTYPEFOREDITVALUE,      -- Industry [bu_ind_sector]
    AUTHORIZATIONGROUP,          -- Authorization Group [bu_augrp]
    ISBUSINESSPURPOSECOMPLETED,  -- Purpose Completed [bu_xpcpt]
    DATACONTROLLERSET,           -- Data Ctrlr. Set [bu_xdcset]
    DATACONTROLLER1,             -- Data Controller [bu_data_controller]
    DATACONTROLLER2,             -- Data Controller [bu_data_controller]
    DATACONTROLLER3,             -- Data Controller [bu_data_controller]
    DATACONTROLLER4,             -- Data Controller [bu_data_controller]
    DATACONTROLLER5,             -- Data Controller [bu_data_controller]
    DATACONTROLLER6,             -- Data Controller [bu_data_controller]
    DATACONTROLLER7,             -- Data Controller [bu_data_controller]
    DATACONTROLLER8,             -- Data Controller [bu_data_controller]
    DATACONTROLLER9,             -- Data Controller [bu_data_controller]
    DATACONTROLLER10,            -- Data Controller [bu_data_controller]
    PRIMARY KEY (MANDT, BUSINESSPARTNER, INDUSTRYSYSTEMTYPE, INDUSTRYSECTOR, DRAFTUUID)
);