/SSB/SAC_APP

Transparent Table Control Table (SAP+Cust)

SAP Analytics Cloud Application

/SSB/SAC_APP is an SAP database table in S/4HANA. SAP Analytics Cloud Application. It contains 20 fields. 3 CDS views read from this table.

CDS Views using this table (3)

ViewTypeJoinVDMDescription
/SSB/ALL_OP_CHIPS view union_all Union of SSB Chips
/ssb/core_sac_op_app view from OP SAC Application
/SSB/UNION_CHIPS_DET view union_all Union of SSB Chips

Fields (20)

KeyField Data ElementDescription DomainTypeLength
KEY client /ssb/sap_client SAP Client
KEY chip_id /ssb/id Identifier
KEY resource_id /ssb/story_id Identifier
system_alias /ssb/sac_tenant_alias System Alias
catalog_id /ssb/ui2_catalog_id Catalog ID
chip_type /ssb/tile_type Tile Type
drilldown_type /ssb/drilldown_type Drilldown Type
semantic_object /ssb/semantic_object Semantic Obj.
semantic_action /ssb/action50 Action
app_descriptor_item_id /ssb/app_descrp_id App ID
target_mapping_instance_id /ssb/id Identifier
variant_id /ssb/variant_id Variant Id
evaluation_id /ssb/id Identifier
cache_max_age /ssb/cache_max_age Cache Max Age
cache_max_age_unit /ssb/cache_max_age_unit Cache max age unit
configuration 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

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.

-- SAP Analytics Cloud Application
-- Category TRANSPARENT · Delivery class E
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE /SSB/SAC_APP (
    CLIENT,                      -- SAP Client [/ssb/sap_client]
    CHIP_ID,                     -- Identifier [/ssb/id]
    RESOURCE_ID,                 -- Identifier [/ssb/story_id]
    SYSTEM_ALIAS,                -- System Alias [/ssb/sac_tenant_alias]
    CATALOG_ID,                  -- Catalog ID [/ssb/ui2_catalog_id]
    CHIP_TYPE,                   -- Tile Type [/ssb/tile_type]
    DRILLDOWN_TYPE,              -- Drilldown Type [/ssb/drilldown_type]
    SEMANTIC_OBJECT,             -- Semantic Obj. [/ssb/semantic_object]
    SEMANTIC_ACTION,             -- Action [/ssb/action50]
    APP_DESCRIPTOR_ITEM_ID,      -- App ID [/ssb/app_descrp_id]
    TARGET_MAPPING_INSTANCE_ID,  -- Identifier [/ssb/id]
    VARIANT_ID,                  -- Variant Id [/ssb/variant_id]
    EVALUATION_ID,               -- Identifier [/ssb/id]
    CACHE_MAX_AGE,               -- Cache Max Age [/ssb/cache_max_age]
    CACHE_MAX_AGE_UNIT,          -- Cache max age unit [/ssb/cache_max_age_unit]
    CONFIGURATION,               -- 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]
    PRIMARY KEY (CLIENT, CHIP_ID, RESOURCE_ID)
);