/SMB/BB_IMG_SOBJ

Transparent Table System Table (SAP only)

Subobject Item(s) for IMG task

/SMB/BB_IMG_SOBJ is an SAP database table in S/4HANA. Subobject Item(s) for IMG task. It contains 3 fields. 37 CDS views read from this table.

CDS Views using this table (37)

ViewTypeJoinVDMDescription
/cfg/cds_Solution view left_outer CDS view for Solution with Parameters
/CFG/DDL_EMPTY_FILE_SCOPE view inner Get all activities with empty file
/CFG/DDL_EMPTY_FILE_SOLN view inner Empty file web GUIs
/CFG/MULTI_FILE_SOLN_X view inner Get the Multiple Files for a Customizing Object In WEBGUIs
/CFG/MULTI_FILE_SOLN_X_O view inner Get the Multiple Files for oldQ2P for a Customizing Object In WEBGUIs
/CFG/V_DDL_SOL_FIL_O view inner Get the Files for Old Q2P Registry Details
/CFG/V_DDL_SOL_FILE view inner Get the Files from Registry Details
/CFG/V_DOMAIN_MULTI_FILE view inner Get the Domain for Multiple File case in WEBGUI
/CFG/V_FILE_SOL_VIEW view inner Get solution to file
/CFG/V_HASH_DAO view left_outer CDS View for Hashing DAO
/CFG/V_MULTI_MIXED_FILE view inner Get the Files for MIX & Multiple for a Solution
/CFG/V_MULTI_MIXED_FILE_O view inner Get the Files for oldq2p for MIX & Multiple for a Solution
/CFG/v_multiple_file_soln view inner Weg GUIs for multiple files scenario
/CFG/webgui_guid_sol_id view inner Get WEBGUIs based on GUID and Solution id
/CFG/WEBGUI_MAIN_INFO view inner Get Webguis for preset phase
/FTI/DDL_EMPTY_FILE_SCOPE view inner Get all the activities with empty file
/FTI/DDL_EMPTY_FILE_SOLN view inner Check Filename per Solution Id
/FTI/MAP_ACT_MULTX view inner CDS view for Mutiple File X
/FTI/MAP_ACT_MULTY view inner CDS view for Mutiple File Y
/FTI/MIXED_MULTI_Y_CASE view inner Get Filename for Mixed Multiple Y Case in WEBGUI
/FTI/MIXED_MULTIPLE_ACTID view inner Get File Name Based On Activity ID for MIxed Case in WEBGUI
/FTI/MIXED_MULTIPLE_ACTID_X view inner Get Filename Per Activity ID for Multi Mixed X Case in WEBGUI
/FTI/MULTIPLE_FILE_ACTID_SOLN view inner Support MultipleFile/Activity in WebGuis
/fti/v_All_Files_In_Solu_Tasks view left_outer Get all filenames of a specific solution according to task
/FTI/V_BCO_PROP_DETAIL_VIEW view left_outer
/FTI/V_DOMAIN_MULTI_FILE view inner Get the Domain for Multiple File case in WEBGUI
/FTI/V_FILE_SOL_VIEW view inner
/FTI/V_FILE_SOLID_VIEW view left_outer
/fti/v_multiple_file_soln view inner To Support Multiple File in WebGuis
/fti/v_multiple_file_soln_y view inner To Support Multiple File for WebGuis Diff Cust Obj
/FTI/V_PROPERTY_SECONDARY_FILE view inner
/smb/cds_analyze_sol view left_outer CDS view for Solution with Parameters
/SMB/CDS_CCF_SOLDATA view left_outer CDS view for ccf framework
/SMB/CDS_SOL_DATA view left_outer Get solution BBid,subobjectsa andactivities
/SMB/CDS_SOL_DT_S view left_outer Get solution BBid,subobjectsa andactivities
/smb/cds_Solution view left_outer CDS view for Solution with Parameters
/smb/v_Ddl_Ins_Files view inner Installation files of all Building Bl

Fields (3)

KeyField Data ElementDescription DomainTypeLength
KEY mandt mandt Client
KEY task_id /smb/de_task_id Task ID
KEY objid /smb/objid Object ID

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.

-- Subobject Item(s) for IMG task
-- Category TRANSPARENT · Delivery class S
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE /SMB/BB_IMG_SOBJ (
    MANDT,    -- Client [mandt]
    TASK_ID,  -- Task ID [/smb/de_task_id]
    OBJID,    -- Object ID [/smb/objid]
    PRIMARY KEY (MANDT, TASK_ID, OBJID)
);