I_ProdnModBOOOpCtrlProfileVH

DDL: I_PRODNMODBOOOPCTRLPROFILEVH Type: view_entity BASIC

Operation Control Profile

I_ProdnModBOOOpCtrlProfileVH is a Basic CDS View that provides data about "Operation Control Profile" in SAP S/4HANA. It reads from 1 data source (I_OperationControlProfile) and exposes 4 fields with key field OperationControlProfile.

Data Sources (1)

SourceAliasJoin Type
I_OperationControlProfile OpCtrlProfile from

Annotations (11)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Operation Control Profile view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.representativeKey OperationControlProfile view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #MASTER view
VDM.viewType #BASIC view
ObjectModel.dataCategory #VALUE_HELP view
Consumption.ranked true view
Search.searchable true view

Fields (4)

KeyFieldSource TableSource FieldDescription
KEY OperationControlProfile OperationControlProfile
OperationIsProcessedExternally OperationIsProcessedExternally
OperationIsReworkOperation OperationIsReworkOperation
_OpCtrlProfileText _Text
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Operation Control Profile'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.representativeKey: 'OperationControlProfile'
@ObjectModel.usageType: {serviceQuality: #A, sizeCategory: #S, dataClass: #MASTER}
@VDM.viewType: #BASIC
@ObjectModel.dataCategory: #VALUE_HELP
@Consumption.ranked:true
//@ObjectModel.supportedCapabilities: [#VALUE_HELP_PROVIDER, #SEARCHABLE_ENTITY]

@Search.searchable: true
define view entity I_ProdnModBOOOpCtrlProfileVH
  as select from I_OperationControlProfile as OpCtrlProfile
{
      @Search: {defaultSearchElement: true, ranking: #HIGH, fuzzinessThreshold: 0.8}
      @ObjectModel.text.association: '_OpCtrlProfileText'
  key OperationControlProfile,
      @Consumption.hidden: true
      OperationIsProcessedExternally,
      @Consumption.hidden: true
      OperationIsReworkOperation,
      _Text as _OpCtrlProfileText


}
where
      ConfirmationIsRequired     = 'X'
  and OperationIsReworkOperation = '';
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_OPERATIONCONTROLPROFILE"
],
"ASSOCIATED":
[
"I_OPERATIONCONTROLPROFILETEXT"
],
"BASE":
[
"I_OPERATIONCONTROLPROFILE"
],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/