/SSB/ALL_VIEW_NAMES

CDS View

All views for SSB

/SSB/ALL_VIEW_NAMES is a CDS View in S/4HANA. All views for SSB. It contains 6 fields. 2 CDS views read from this table.

CDS Views using this table (2)

ViewTypeJoinVDMDescription
/SSB/VIEW_RECO_RELEASED view from Released view recommendation
/SSB/VIEW_RECOMMENDATION view from Expose recent view for recommendation

Fields (6)

KeyField CDS FieldsUsed in Views
KEY DDLSourceName DDLSourceName 2
CreatedBy CreatedBy 2
CreationDate CreationDate 2
CreationTime CreationTime 2
SourceType SourceType 2
SQLViewName SQLViewName 2

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.

-- All views for SSB
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE /SSB/ALL_VIEW_NAMES (
    DDLSOURCENAME,
    CREATEDBY,
    CREATIONDATE,
    CREATIONTIME,
    SOURCETYPE,
    SQLVIEWNAME,
    PRIMARY KEY (DDLSOURCENAME)
);