I_BPDataControllerVH
Wrapper value help on I_DC_DATA_CTRL_VH
I_BPDataControllerVH is a Composite CDS View that provides data about "Wrapper value help on I_DC_DATA_CTRL_VH" in SAP S/4HANA. It reads from 1 data source (I_DC_DATA_CTRL_VH) and exposes 2 fields with key field DataCtrlName. Part of development package VDM_MD_BP_BASE.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_DC_DATA_CTRL_VH | I_DC_DATA_CTRL_VH | from |
Annotations (13)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | IBPDATACTRLVH | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| EndUserText.label | Wrapper value help on I_DC_DATA_CTRL_VH | view | |
| VDM.viewType | #COMPOSITE | view | |
| Search.searchable | true | view | |
| ObjectModel.dataCategory | #VALUE_HELP | view | |
| ObjectModel.representativeKey | DataCtrlName | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view | |
| Metadata.ignorePropagatedAnnotations | true | view |
Fields (2)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | DataCtrlName | DataCtrlName | ||
| DataCtrlDescription | DataCtrlDescription |
@AbapCatalog: {
sqlViewName: 'IBPDATACTRLVH',
compiler.compareFilter: true,
preserveKey: true
}
@AccessControl.authorizationCheck: #CHECK
@EndUserText.label: 'Wrapper value help on I_DC_DATA_CTRL_VH'
@VDM.viewType: #COMPOSITE
@Search.searchable: true
@ObjectModel: {
dataCategory: #VALUE_HELP,
representativeKey: 'DataCtrlName',
usageType.serviceQuality: #A,
usageType.sizeCategory: #S,
usageType.dataClass: #CUSTOMIZING
}
@Metadata.ignorePropagatedAnnotations: true
define view I_BPDataControllerVH
as select from I_DC_DATA_CTRL_VH
{
@Search.defaultSearchElement: true
@Search.ranking: #HIGH
@Search.fuzzinessThreshold: 0.8
@ObjectModel.text.element:['DataCtrlDescription']
key DataCtrlName,
@Search.defaultSearchElement: true
@Search.fuzzinessThreshold: 0.8
@Semantics.text:true
DataCtrlDescription
}
Learn More
- 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 Annotations — A Complete Guide
- 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