CVIEW_PROVISION_SCOPE1_UI
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)
| Source | Alias | Join Type |
|---|---|---|
| CVIEW_PROV_SCOPE_WP_UI | _Scope | from |
Annotations (7)
| Name | Value | Level | Field |
|---|---|---|---|
| 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)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| 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
;
Learn More
- CDS View Annotations — A Complete Guide
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA
- BSEG to ACDOCA: The Universal Journal Migration
- Business Partner Migration: KNA1/LFA1 to BUT000
- Material Document Migration: MSEG/MKPF to MATDOC
- How to Find the Right CDS View for an SAP Table
- BW Extractor to CDS View Migration Guide
- S/4HANA CDS View Deprecation: What You Need to Know
- ABAP CDS View Tutorial — From Basics to Real-World Examples
- RAP and CDS Views — Building Transactional Apps in SAP S/4HANA
- Sales Document Status Migration: VBUP/VBUK Removal in S/4HANA
- CO Tables in S/4HANA: COEP, COBK, COSS, COSP to ACDOCA