/SSB/REP_CHIPS

Transparent Table Control Table (SAP+Cust)

Table for Report Applications

/SSB/REP_CHIPS is an SAP database table in S/4HANA. Table for Report Applications. It contains 21 fields. 2 CDS views read from this table.

CDS Views using this table (2)

ViewTypeJoinVDMDescription
/SSB/ALL_REPORT_APPLICATIONS view union_all SSB : List of All Report Applications
/SSB/UNION_REP_CHIPS view union_all Union of SAP and Customer Report Chips

Fields (21)

KeyField Data ElementDescription DomainTypeLength
KEY sap_client /ssb/sap_client SAP Client
KEY report_id /ssb/id Identifier
KEY is_active /ssb/is_active Is Active
KEY id /ssb/id Identifier
evaluation_id /ssb/id Identifier
type /ssb/tile_type Tile Type
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
catalog_id /ssb/ui2_catalog_id Catalog ID
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.string
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
semantic_object /ssb/semantic_object30 Semantic Obj.
semantic_action /ssb/action50 Action
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.

-- Table for Report Applications
-- Category TRANSPARENT · Delivery class E
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE /SSB/REP_CHIPS (
    SAP_CLIENT,                  -- SAP Client [/ssb/sap_client]
    REPORT_ID,                   -- Identifier [/ssb/id]
    IS_ACTIVE,                   -- Is Active [/ssb/is_active]
    ID,                          -- Identifier [/ssb/id]
    EVALUATION_ID,               -- Identifier [/ssb/id]
    TYPE,                        -- Tile Type [/ssb/tile_type]
    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]
    CATALOG_ID,                  -- Catalog ID [/ssb/ui2_catalog_id]
    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.string
    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]
    SEMANTIC_OBJECT,             -- Semantic Obj. [/ssb/semantic_object30]
    SEMANTIC_ACTION,             -- Action [/ssb/action50]
    CDS_ANNOTATION_AVAILABLE,    -- CDS-Annotation [/ssb/cds_annotation_available]
    PRIMARY KEY (SAP_CLIENT, REPORT_ID, IS_ACTIVE, ID)
);