CVIEW_PROVISION_SCOPE1_UI

DDL: CVIEW_PROVISION_SCOPE1_UI SQL: CVPRVSCPSUISYN1 Type: view

CDS View for Smart Filter Bar

CVIEW_PROVISION_SCOPE1_UI is a CDS View that provides data about "CDS View for Smart Filter Bar" in SAP S/4HANA. It reads from 1 data source (CVIEW_PROV_SCOPE_WP_UI) and exposes 7 fields with key fields ViewName, Status, TargetSystem, Version.

Data Sources (1)

SourceAliasJoin Type
CVIEW_PROV_SCOPE_WP_UI _Scope from

Annotations (7)

NameValueLevelField
AbapCatalog.sqlViewName CVPRVSCPSUISYN1 view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #NOT_REQUIRED view
ObjectModel.usageType.dataClass #META view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #L view
EndUserText.label CDS View for Smart Filter Bar view

Fields (7)

KeyFieldSource TableSource FieldDescription
KEY ViewName CVIEW_PROV_SCOPE_WP_UI ViewName Name
KEY Status CVIEW_PROV_SCOPE_WP_UI Status Status
KEY TargetSystem CVIEW_PROV_SCOPE_WP_UI TargetSystem Target System
KEY Version CVIEW_PROV_SCOPE_WP_UI Version XML Vers.
Deleted CVIEW_PROV_SCOPE_WP_UI Deleted Truth Value
Description CVIEW_PROV_SCOPE_WP_UI Description Description
Language CVIEW_PROV_SCOPE_WP_UI Language Report Text Language

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 CVIEW_PROVISION_SCOPE1_UI.
-- 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: CVPRVSCPSUISYN1

CREATE VIEW CVIEW_PROVISION_SCOPE1_UI AS
SELECT
  _Scope.ViewName AS ViewName,
  _Scope.Status AS Status,
  _Scope.TargetSystem AS TargetSystem,
  _Scope.Version AS Version,
  _Scope.Deleted AS Deleted,
  _Scope.Description AS Description,
  _Scope.Language AS Language
FROM CVIEW_PROV_SCOPE_WP_UI AS _Scope
;