C_MaintOrderOpCtrlKeyVH
VH for Maint Order Operation Control Key
C_MaintOrderOpCtrlKeyVH is a Consumption CDS View that provides data about "VH for Maint Order Operation Control Key" in SAP S/4HANA. It reads from 1 data source (I_OperationControlProfile) and exposes 2 fields with key field OperationControlProfile.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_OperationControlProfile | I_OperationControlProfile | from |
Annotations (14)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| AbapCatalog.sqlViewName | CMAINOPCTRLKEYVH | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| EndUserText.label | VH for Maint Order Operation Control Key | view | |
| ObjectModel.dataCategory | #VALUE_HELP | view | |
| ObjectModel.representativeKey | OperationControlProfile | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| Consumption.ranked | true | view | |
| Search.searchable | true | view | |
| VDM.viewType | #CONSUMPTION | view |
Fields (2)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | OperationControlProfile | OperationControlProfile | ||
| OperationControlProfileName |
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AbapCatalog.sqlViewName: 'CMAINOPCTRLKEYVH'
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ClientHandling.algorithm: #SESSION_VARIABLE
@EndUserText.label: 'VH for Maint Order Operation Control Key'
@ObjectModel.dataCategory: #VALUE_HELP
@ObjectModel.representativeKey: 'OperationControlProfile'
@ObjectModel.usageType.dataClass: #CUSTOMIZING
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.sizeCategory: #S
@Consumption.ranked:true
@Search.searchable: true
@VDM.viewType: #CONSUMPTION
define view C_MaintOrderOpCtrlKeyVH
as select from I_OperationControlProfile
{
key OperationControlProfile,
@Semantics.text: true
@Search: { defaultSearchElement: true, ranking: #HIGH, fuzzinessThreshold: 0.8}
_Text[1:Language=$session.system_language].OperationControlProfileName
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_OPERATIONCONTROLPROFILE",
"I_OPERATIONCONTROLPROFILETEXT"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/
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