/SMB/BB_LIB_H

Transparent Table System Table (SAP only)

Building Block Library Header

/SMB/BB_LIB_H is an SAP database table in S/4HANA. Building Block Library Header. It contains 16 fields. 6 CDS views read from this table.

CDS Views using this table (6)

ViewTypeJoinVDMDescription
/SMB/I_BB_BAC_ELEMENT view_entity inner BB BAC Element Assignment
/SMB/I_BBV_W_SEQUENCE view_entity from Building Block Version with Sequence
/SMB/V_BBID_TDC_DET view_entity from TDC Determination for BBID
/SMB/V_BBID_TDC_DET view_entity union TDC Determination for BBID
/SMB/V_FILE_DEF_ADMIN_DATA view_entity from File Definition Admin Data
/SMB/V_FILE_DEF_ADMIN_DATA view_entity union File Definition Admin Data

Fields (16)

KeyField Data ElementDescription DomainTypeLength
KEY mandt mandt Client
KEY bbid /smb/bbid Building Block
cnam cnam Created By
cdat /smb/cdate Activated Date
unam uname User Name
udat /smb/udate Updated Date
minrelease saprelease SAP Release
maxrelease saprelease SAP Release
doc_id /smb/documentation_id Document Name
acts /smb/bpia_e_act BB Act
sysdata /smb/bp_edt05 Target Sys
testsystem /smb/bp_edt06 Target System
version /smb/arc_version BB version
solman_id guid_22 GUID 22
application_component ufps_posid Applic. Component
deploy_with /smb/de_bb_deploy_with

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.

-- Building Block Library Header
-- Category TRANSPARENT · Delivery class S
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE /SMB/BB_LIB_H (
    MANDT,                  -- Client [mandt]
    BBID,                   -- Building Block [/smb/bbid]
    CNAM,                   -- Created By [cnam]
    CDAT,                   -- Activated Date [/smb/cdate]
    UNAM,                   -- User Name [uname]
    UDAT,                   -- Updated Date [/smb/udate]
    MINRELEASE,             -- SAP Release [saprelease]
    MAXRELEASE,             -- SAP Release [saprelease]
    DOC_ID,                 -- Document Name [/smb/documentation_id]
    ACTS,                   -- BB Act [/smb/bpia_e_act]
    SYSDATA,                -- Target Sys [/smb/bp_edt05]
    TESTSYSTEM,             -- Target System [/smb/bp_edt06]
    VERSION,                -- BB version [/smb/arc_version]
    SOLMAN_ID,              -- GUID 22 [guid_22]
    APPLICATION_COMPONENT,  -- Applic. Component [ufps_posid]
    DEPLOY_WITH,            -- /smb/de_bb_deploy_with
    PRIMARY KEY (MANDT, BBID)
);