C_MaintOrderOpCtrlKeyVH

DDL: C_MAINTORDEROPCTRLKEYVH SQL: CMAINOPCTRLKEYVH Type: view CONSUMPTION

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)

SourceAliasJoin Type
I_OperationControlProfile I_OperationControlProfile from

Annotations (14)

NameValueLevelField
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)

KeyFieldSource TableSource FieldDescription
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":""
}
}*/