VB_CORE_CDSVIEWS

CDS View

View Browser Core CDS Views

VB_CORE_CDSVIEWS is a CDS View in S/4HANA. View Browser Core CDS Views. It contains 16 fields. 3 CDS views read from this table.

CDS Views using this table (3)

ViewTypeJoinVDMDescription
VB_CDSVIEW_MAPPING view from CDS view for View Browser for mapping
Vb_Cdsviews_Param_Query view from View Browser CDS Views Parameters
Vb_Cdsviews_Query view from View Browser CDS Views

Fields (16)

KeyField CDS FieldsUsed in Views
KEY DDLSourceName DDLSourceName 1
_CdsDefinition _CdsDefinition 2
_CdsSupportedCapabilities _CdsSupportedCapabilities 2
_CdsViewAnnotation _CdsViewAnnotation 2
_CdsViewCrossreference _CdsViewCrossreference 2
_CdsViewUserTag _CdsViewUserTag 2
ApplicationComponent ApplicationComponent 1
ApplicationComponentName ApplicationComponentName 2
CDSName CDSName 2
CDSOriginKey CDSOriginKey 2
CDSViewCategory CDSViewCategory 2
CDSViewPackage CDSViewPackage 2
CDSViewSourceSystem CDSViewSourceSystem 2
CdsViewType CdsViewType 2
DeprecatedStatus DeprecatedStatus 2
SourceType SourceType 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.

-- View Browser Core CDS Views
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE VB_CORE_CDSVIEWS (
    DDLSOURCENAME,
    _CDSDEFINITION,
    _CDSSUPPORTEDCAPABILITIES,
    _CDSVIEWANNOTATION,
    _CDSVIEWCROSSREFERENCE,
    _CDSVIEWUSERTAG,
    APPLICATIONCOMPONENT,
    APPLICATIONCOMPONENTNAME,
    CDSNAME,
    CDSORIGINKEY,
    CDSVIEWCATEGORY,
    CDSVIEWPACKAGE,
    CDSVIEWSOURCESYSTEM,
    CDSVIEWTYPE,
    DEPRECATEDSTATUS,
    SOURCETYPE,
    PRIMARY KEY (DDLSOURCENAME)
);