/SSB/CORE_EVALUATIONS

CDS View

SSB : Core Evaluations

/SSB/CORE_EVALUATIONS is a CDS View in S/4HANA. SSB : Core Evaluations. It contains 13 fields. 12 CDS views read from this table.

CDS Views using this table (12)

ViewTypeJoinVDMDescription
/SSB/ANALYTICS_OBJECT_COUNT view from Object count in Manage KPIs & Reports
/SSB/ANNO_REPORT_DETAILS view inner Report details for annotation
/SSB/ANNO_TEXT_EVALUATIONS view from SSB: Evaluation Texts
/ssb/cache_Tile_Data view left_outer Get the cache tile data
/ssb/designtime_Evaluations view from SSB: Designtime Evaluations
/SSB/EVAL_ASSOC_ODATA view left_outer Fetch all OData for an eval in minitile
/ssb/Evaluation_Count view from SSB: Evaluation Count
/ssb/Evaluation_State view from SSB: Evaluation State
/ssb/evaluations_Count view from Number Of Evaluations for Indicator
/SSB/KPIs view from SSB: Designtime KPI Annotations
/ssb/Runtime_DD_Tile view left_outer SSB: Drilldown Mini Tiles
FCCX_V_TASK_META_DATA_KPI_BASE view_entity inner KPI Meta Data

Fields (13)

KeyField CDS FieldsUsed in Views
KEY id id,KpiID 3
_Text _Text 1
annotation_model annotation_model,ModelID 2
application_component ApplicationComponent 1
cds_annotation_name cds_annotation_name 1
cds_annotation_version cds_annotation_version 1
facet_filter_pagination facet_filter_pagination 1
is_active is_active 1
isCustomerEdited isCustomerEdited 1
isNavIntCustEdited isNavIntCustEdited 1
isThresholdChanged isThresholdChanged 1
odata_entityset odata_entityset,ODataEntitySet 2
odata_url ext_view 1

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.

-- SSB : Core Evaluations
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE /SSB/CORE_EVALUATIONS (
    ID,
    _TEXT,
    ANNOTATION_MODEL,
    APPLICATION_COMPONENT,
    CDS_ANNOTATION_NAME,
    CDS_ANNOTATION_VERSION,
    FACET_FILTER_PAGINATION,
    IS_ACTIVE,
    ISCUSTOMEREDITED,
    ISNAVINTCUSTEDITED,
    ISTHRESHOLDCHANGED,
    ODATA_ENTITYSET,
    ODATA_URL,
    PRIMARY KEY (ID)
);