I_OperationControlProfileVH

DDL: I_OPERATIONCONTROLPROFILEVH Type: view_entity COMPOSITE Package: VDM_PP_SFC

Operation Control Profile

I_OperationControlProfileVH is a Composite CDS View that provides data about "Operation Control Profile" in SAP S/4HANA. It reads from 1 data source (I_OperationControlProfile) and exposes 2 fields with key field OperationControlProfile. Part of development package VDM_PP_SFC.

Data Sources (1)

SourceAliasJoin Type
I_OperationControlProfile I_OperationControlProfile from

Annotations (14)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
AccessControl.personalData.blocking #NOT_REQUIRED view
Consumption.ranked true view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.dataCategory #VALUE_HELP view
Analytics.technicalName IPPOPCONTPROFVH view
ObjectModel.representativeKey OperationControlProfile view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #CUSTOMIZING view
Search.searchable true view
VDM.lifecycle.contract.type #PUBLIC_LOCAL_API view
VDM.viewType #COMPOSITE view
EndUserText.label Operation Control Profile view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY OperationControlProfile OperationControlProfile
_Text _Text
@AccessControl.authorizationCheck: #NOT_REQUIRED
@AccessControl.personalData.blocking: #NOT_REQUIRED
@Consumption.ranked: true
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.dataCategory: #VALUE_HELP
@Analytics.technicalName: 'IPPOPCONTPROFVH'
@ObjectModel.representativeKey: 'OperationControlProfile'
@ObjectModel.supportedCapabilities: [#VALUE_HELP_PROVIDER, #SEARCHABLE_ENTITY]
@ObjectModel.usageType: {serviceQuality: #A, sizeCategory: #S, dataClass: #CUSTOMIZING}
@Search.searchable: true
@VDM.lifecycle.contract.type: #PUBLIC_LOCAL_API
@VDM.viewType: #COMPOSITE
@EndUserText.label: 'Operation Control Profile'

define view entity I_OperationControlProfileVH
  as select from I_OperationControlProfile

{
      @Search: {defaultSearchElement: true, ranking: #HIGH, fuzzinessThreshold: 0.8}
      @ObjectModel.text.association: '_Text'
  key OperationControlProfile,

      // Associations

      _Text
};