VB_CDS_SEARCH_DATAEXT_VIEWS_CE

DDL: VB_CDS_SEARCH_DATAEXT_VIEWS_CE SQL: VBSDATAEXTVIEWCE Type: view

View Browser CDS Views Search

VB_CDS_SEARCH_DATAEXT_VIEWS_CE is a CDS View that provides data about "View Browser CDS Views Search" in SAP S/4HANA.

Annotations (9)

NameValueLevelField
AbapCatalog.sqlViewName VBSDATAEXTVIEWCE view
EndUserText.label View Browser CDS Views Search view
ObjectModel.usageType.dataClass #META view
ObjectModel.usageType.serviceQuality #D view
ObjectModel.usageType.sizeCategory #M view
ClientHandling.algorithm #SESSION_VARIABLE view
AbapCatalog.preserveKey true view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #NOT_REQUIRED view

Fields (51)

KeyFieldSource TableSource FieldDescription
KEY DDLSourceName Vb_Cdsviews_Query DDLSourceName DDL Source Name
KEY Value
KEY Type 2
Fieldnametext
DDLSourceNameText Vb_Cdsviews_Query DDLSourceNameText
DefaultText Vb_Cdsviews_Query DefaultText
DDLSourceText Vb_Cdsviews_Query DDLSourceText
SQLViewName Vb_Cdsviews_Query SQLViewName View Name
CDSName Vb_Cdsviews_Query CDSName
CDSOriginKey Vb_Cdsviews_Query CDSOriginKey
CDSOrigin Vb_Cdsviews_Query CDSOrigin
SourceType Vb_Cdsviews_Query SourceType Source Type
ApplicationComponent Vb_Cdsviews_Query ApplicationComponent
ApplicationComponentName Vb_Cdsviews_Query ApplicationComponentName
CDSViewPackage Vb_Cdsviews_Query CDSViewPackage
CDSViewSourceSystem Vb_Cdsviews_Query CDSViewSourceSystem
CdsViewType Vb_Cdsviews_Query CdsViewType
CDSViewStatus Vb_Cdsviews_Query CDSViewStatus
CDSViewStatusCloud Vb_Cdsviews_Query CDSViewStatusCloud
CDSViewCategory Vb_Cdsviews_Query CDSViewCategory
IsDraft Vb_Cdsviews_Query IsDraft
DraftDDLSourceName Vb_Cdsviews_Query DraftDDLSourceName
DDLSourceIsFavorite Vb_Cdsviews_Query DDLSourceIsFavorite
AppID Vb_Cdsviews_Query AppID Transaction code
WDAppID Vb_Cdsviews_Query WDAppID
DDLSourceName DDL Source Name
KEY Value
KEY Type 3
Fieldnametext
DDLSourceNameText Vb_Cdsviews_Query DDLSourceNameText
DefaultText Vb_Cdsviews_Query DefaultText
DDLSourceText Vb_Cdsviews_Query DDLSourceText
SQLViewName Vb_Cdsviews_Query SQLViewName View Name
CDSName Vb_Cdsviews_Query CDSName
CDSOriginKey Vb_Cdsviews_Query CDSOriginKey
CDSOrigin Vb_Cdsviews_Query CDSOrigin
SourceType Vb_Cdsviews_Query SourceType Source Type
ApplicationComponent Vb_Cdsviews_Query ApplicationComponent
ApplicationComponentName Vb_Cdsviews_Query ApplicationComponentName
CDSViewPackage Vb_Cdsviews_Query CDSViewPackage
CDSViewSourceSystem Vb_Cdsviews_Query CDSViewSourceSystem
CdsViewType Vb_Cdsviews_Query CdsViewType
CDSViewStatus Vb_Cdsviews_Query CDSViewStatus
CDSViewStatusCloud Vb_Cdsviews_Query CDSViewStatusCloud
CDSViewCategory Vb_Cdsviews_Query CDSViewCategory
IsDraft Vb_Cdsviews_Query IsDraft
DraftDDLSourceName Vb_Cdsviews_Query DraftDDLSourceName
DDLSourceIsFavorite Vb_Cdsviews_Query DDLSourceIsFavorite
AppID Vb_Cdsviews_Query AppID Transaction code
WDAppID Vb_Cdsviews_Query WDAppID
DataExtractionEnabled Vb_Cdsviews_Query DataExtractionEnabled

Derived SQL interpretation, reconstructed from the parsed view metadata (data sources, associations, and field mappings). SAP annotations are omitted and the structure is reformulated as SQL — this is a functional approximation, not the verbatim SAP source.

-- Derived SQL interpretation of CDS view VB_CDS_SEARCH_DATAEXT_VIEWS_CE.
-- Reconstructed from parsed metadata (data sources, associations, fields).
-- SAP annotations are omitted and the structure is reformulated as SQL;
-- this is a functional approximation, not the verbatim SAP source. Some join
-- conditions may be unavailable and a few CDS constructs are kept as-is.
-- SQL view name: VBSDATAEXTVIEWCE

CREATE VIEW VB_CDS_SEARCH_DATAEXT_VIEWS_CE AS
SELECT
  Vb_Cdsviews_Query.DDLSourceName AS DDLSourceName,
  Vb_Cdsviews_Query._CdsDefinition[inner].FieldName AS Value,
  2 AS Type,
  cast(Vb_Cdsviews_Query._CdsDefinition[inner].fieldname_raw as abap.char(40) ) AS Fieldnametext,
  Vb_Cdsviews_Query.DDLSourceNameText AS DDLSourceNameText,
  Vb_Cdsviews_Query.DefaultText AS DefaultText,
  Vb_Cdsviews_Query.DDLSourceText AS DDLSourceText,
  Vb_Cdsviews_Query.SQLViewName AS SQLViewName,
  Vb_Cdsviews_Query.CDSName AS CDSName,
  Vb_Cdsviews_Query.CDSOriginKey AS CDSOriginKey,
  Vb_Cdsviews_Query.CDSOrigin AS CDSOrigin,
  Vb_Cdsviews_Query.SourceType AS SourceType,
  Vb_Cdsviews_Query.ApplicationComponent AS ApplicationComponent,
  Vb_Cdsviews_Query.ApplicationComponentName AS ApplicationComponentName,
  Vb_Cdsviews_Query.CDSViewPackage AS CDSViewPackage,
  Vb_Cdsviews_Query.CDSViewSourceSystem AS CDSViewSourceSystem,
  Vb_Cdsviews_Query.CdsViewType AS CdsViewType,
  Vb_Cdsviews_Query.CDSViewStatus AS CDSViewStatus,
  Vb_Cdsviews_Query.CDSViewStatusCloud AS CDSViewStatusCloud,
  Vb_Cdsviews_Query.CDSViewCategory AS CDSViewCategory,
  Vb_Cdsviews_Query.IsDraft AS IsDraft,
  Vb_Cdsviews_Query.DraftDDLSourceName AS DraftDDLSourceName,
  Vb_Cdsviews_Query.DDLSourceIsFavorite AS DDLSourceIsFavorite,
  Vb_Cdsviews_Query.AppID AS AppID,
  Vb_Cdsviews_Query.WDAppID AS WDAppID,
  Vb_Cdsviews_Query.DataExtractionEnabled AS DataExtractionEnabled
;