I_OperationCalculationControl

DDL: I_OPERATIONCALCULATIONCONTROL Type: view_entity BASIC Package: IWO1

Operation Calculation Control

I_OperationCalculationControl is a Basic CDS View (Dimension) that provides data about "Operation Calculation Control" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 2 fields with key field OperationCalculationControl. It has 1 association to related views. Part of development package IWO1.

Data Sources (1)

SourceAliasJoin Type
dd07l dd07l from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_OperationCalcControlText _Text $projection.OperationCalculationControl = _Text.OperationCalculationControl

Annotations (10)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Operation Calculation Control view
Analytics.dataCategory #DIMENSION view
Analytics.technicalName IOPCALCCNTRL view
VDM.viewType #BASIC view
ObjectModel.representativeKey OperationCalculationControl view
ObjectModel.usageType.dataClass #META view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.resultSet.sizeCategory #XS view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY OperationCalculationControl
_Text _Text
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Operation Calculation Control'

@Analytics:{ dataCategory:  #DIMENSION }
@Analytics.technicalName: 'IOPCALCCNTRL'
@VDM.viewType: #BASIC
@ObjectModel.representativeKey: 'OperationCalculationControl'

@ObjectModel.usageType.dataClass: #META
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #S

@ObjectModel.resultSet.sizeCategory: #XS

define view entity I_OperationCalculationControl
  as select from dd07l
  association [0..*] to I_OperationCalcControlText as _Text on $projection.OperationCalculationControl = _Text.OperationCalculationControl
{
      @ObjectModel.text.association: '_Text'
  key cast( dd07l.domvalue_l as indet ) as OperationCalculationControl,

      _Text
}
where
      dd07l.domname  = 'INDET'
  and dd07l.as4local = 'A'