/SSB/CHIP

Transparent Table Control Table (SAP+Cust)

Client Dependent Basic Data of KPI-Tiles

/SSB/CHIP is an SAP database table in S/4HANA. Client Dependent Basic Data of KPI-Tiles. It contains 21 fields. 5 CDS views read from this table.

CDS Views using this table (5)

ViewTypeJoinVDMDescription
/SSB/ALL_KPI_APPLICATIONS view union_all SSB : List of All KPI Applications
/SSB/ALL_OP_CHIPS view union_all Union of SSB Chips
/SSB/CHIP_APP_VARIANTS view union_all App variants for all tiles
/ssb/Union_Chips view union_all Union of SAP and Customer Chips Table
/SSB/UNION_CHIPS_DET view union_all Union of SSB Chips

Fields (21)

KeyField Data ElementDescription DomainTypeLength
KEY sap_client /SSB/SAP_CLIENT SAP Client
KEY evaluation_id /SSB/ID Identifier
KEY is_active /SSB/IS_ACTIVE Is Active
KEY id /SSB/ID Identifier
namespace /SSB/NAMESPACE_DISCRIMINATOR Namespace
catalog_id /SSB/UI2_CATALOG_ID Catalog ID
type /SSB/TILE_TYPE Tile Type
semantic_object /SSB/SEMANTIC_OBJECT30 Semantic Obj.
semantic_action /SSB/ACTION50 Action
drilldown_type /SSB/DRILLDOWN_TYPE Drilldown Type
cache_max_age /SSB/CACHE_MAX_AGE Cache Max Age
cache_max_age_unit /SSB/CACHE_MAX_AGE_UNIT Cache max age unit
created_by /SSB/CREATED_BY_ID Created By
created_on /SSB/CREATED_ON Created On
changed_by /SSB/CHANGED_BY_ID Changed By
changed_on /SSB/CHANGED_ON Changed On
variant_id /SSB/ID Identifier
app_descriptor_item_id /SSB/APP_DESCRP_ID App ID
target_mapping_instance_id /SSB/ID Identifier
chip_config abap.strg
cds_annotation_available /SSB/CDS_ANNOTATION_AVAILABLE CDS-Annotation

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.

-- Client Dependent Basic Data of KPI-Tiles
-- Category TRANSPARENT · Delivery class E
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE /SSB/CHIP (
    SAP_CLIENT,                  -- SAP Client [/SSB/SAP_CLIENT]
    EVALUATION_ID,               -- Identifier [/SSB/ID]
    IS_ACTIVE,                   -- Is Active [/SSB/IS_ACTIVE]
    ID,                          -- Identifier [/SSB/ID]
    NAMESPACE,                   -- Namespace [/SSB/NAMESPACE_DISCRIMINATOR]
    CATALOG_ID,                  -- Catalog ID [/SSB/UI2_CATALOG_ID]
    TYPE,                        -- Tile Type [/SSB/TILE_TYPE]
    SEMANTIC_OBJECT,             -- Semantic Obj. [/SSB/SEMANTIC_OBJECT30]
    SEMANTIC_ACTION,             -- Action [/SSB/ACTION50]
    DRILLDOWN_TYPE,              -- Drilldown Type [/SSB/DRILLDOWN_TYPE]
    CACHE_MAX_AGE,               -- Cache Max Age [/SSB/CACHE_MAX_AGE]
    CACHE_MAX_AGE_UNIT,          -- Cache max age unit [/SSB/CACHE_MAX_AGE_UNIT]
    CREATED_BY,                  -- Created By [/SSB/CREATED_BY_ID]
    CREATED_ON,                  -- Created On [/SSB/CREATED_ON]
    CHANGED_BY,                  -- Changed By [/SSB/CHANGED_BY_ID]
    CHANGED_ON,                  -- Changed On [/SSB/CHANGED_ON]
    VARIANT_ID,                  -- Identifier [/SSB/ID]
    APP_DESCRIPTOR_ITEM_ID,      -- App ID [/SSB/APP_DESCRP_ID]
    TARGET_MAPPING_INSTANCE_ID,  -- Identifier [/SSB/ID]
    CHIP_CONFIG,                 -- abap.strg
    CDS_ANNOTATION_AVAILABLE,    -- CDS-Annotation [/SSB/CDS_ANNOTATION_AVAILABLE]
    PRIMARY KEY (SAP_CLIENT, EVALUATION_ID, IS_ACTIVE, ID)
);