I_MaintOperationSystCondition

DDL: I_MAINTOPERATIONSYSTCONDITION SQL: IMAINTOPSYSCOND Type: view BASIC

Maintenance Operation System Condition

I_MaintOperationSystCondition is a Basic CDS View (Dimension) that provides data about "Maintenance Operation System Condition" in SAP S/4HANA. It reads from 1 data source (t357m) and exposes 3 fields with key field OperationSystemCondition. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
t357m t357m from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_MaintOperationSystConditionT _Text _Text.OperationSystemCondition = $projection.OperationSystemCondition

Annotations (12)

NameValueLevelField
AbapCatalog.sqlViewName IMAINTOPSYSCOND view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #NOT_REQUIRED view
Analytics.dataCategory #DIMENSION view
ClientHandling.algorithm #SESSION_VARIABLE view
EndUserText.label Maintenance Operation System Condition view
ObjectModel.representativeKey OperationSystemCondition view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.resultSet.sizeCategory #XS view
VDM.viewType #BASIC view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY OperationSystemCondition anlzu
ProdnWrkCtrIsRsrvdByPlntMaint kapao
_Text _Text
@AbapCatalog.sqlViewName: 'IMAINTOPSYSCOND'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck:#NOT_REQUIRED
@Analytics: { dataCategory: #DIMENSION }
@ClientHandling.algorithm: #SESSION_VARIABLE
@EndUserText.label: 'Maintenance Operation System Condition'
@ObjectModel.representativeKey: 'OperationSystemCondition'
@ObjectModel.usageType.dataClass: #CUSTOMIZING
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #S
@ObjectModel.resultSet.sizeCategory: #XS
@VDM.viewType: #BASIC

define view I_MaintOperationSystCondition
  as select from t357m
  association [0..*] to I_MaintOperationSystConditionT as _Text on _Text.OperationSystemCondition = $projection.OperationSystemCondition
{
      @ObjectModel.text.association: '_Text'
  key anlzu as OperationSystemCondition,
      kapao as ProdnWrkCtrIsRsrvdByPlntMaint,

      // Propagate association

      _Text
}      
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"T357M"
],
"ASSOCIATED":
[
"I_MAINTOPERATIONSYSTCONDITIONT"
],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/