TB028

Transparent Table Customizing Table

Berufe

TB028 is an SAP database table in S/4HANA. Berufe. It contains 2 fields. 2 CDS views read from this table.

CDS Views using this table (2)

ViewTypeJoinVDMDescription
I_BPOccupationGroup view from BASIC Occupation Group of Business Partner
I_BusinessPartnerOccupation view from BASIC Business Partner Occupation

Fields (2)

KeyField Data ElementDescription DomainTypeLength
KEY client mandt Client
KEY jobgr bu_jobgr Occupation

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.

-- Berufe
-- Category TRANSPARENT · Delivery class C
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE TB028 (
    CLIENT,  -- Client [mandt]
    JOBGR,   -- Occupation [bu_jobgr]
    PRIMARY KEY (CLIENT, JOBGR)
);