I_MaintOperationSystConditionT

DDL: I_MAINTOPERATIONSYSTCONDITIONT SQL: IMAINTOPSYSCONDT Type: view BASIC

Maint. Operation System Condition Text

I_MaintOperationSystConditionT is a Basic CDS View that provides data about "Maint. Operation System Condition Text" in SAP S/4HANA. It reads from 1 data source (t357m_t) and exposes 4 fields with key fields OperationSystemCondition, Language. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
t357m_t t357m_t from

Associations (1)

CardinalityTargetAliasCondition
[0..1] I_Language _Language _Language.Language = $projection.Language

Annotations (11)

NameValueLevelField
AbapCatalog.sqlViewName IMAINTOPSYSCONDT view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #NOT_REQUIRED view
ClientHandling.algorithm #SESSION_VARIABLE view
EndUserText.label Maint. Operation System Condition Text view
ObjectModel.dataCategory #TEXT view
ObjectModel.representativeKey OperationSystemCondition view
ObjectModel.usageType.dataClass #META view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
VDM.viewType #BASIC view

Fields (4)

KeyFieldSource TableSource FieldDescription
KEY OperationSystemCondition anlzu
KEY Language spras
OperationSystemConditionText anlzux
_Language _Language
@AbapCatalog.sqlViewName: 'IMAINTOPSYSCONDT'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ClientHandling.algorithm: #SESSION_VARIABLE
@EndUserText.label: 'Maint. Operation System Condition Text'
@ObjectModel.dataCategory: #TEXT
@ObjectModel.representativeKey: 'OperationSystemCondition'
@ObjectModel.usageType.dataClass: #META
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #S
@VDM.viewType: #BASIC

define view I_MaintOperationSystConditionT
  as select from t357m_t
  association [0..1] to I_Language as _Language on _Language.Language = $projection.Language
{
      @ObjectModel.text.element: 'OperationSystemConditionText'
  key anlzu  as OperationSystemCondition,

      @ObjectModel.foreignKey.association: '_Language'
      @Semantics.language: true
  key spras  as Language,

      @Semantics.text: true
      anlzux as OperationSystemConditionText,

      // Associations

      _Language
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"T357M_T"
],
"ASSOCIATED":
[
"I_LANGUAGE"
],
"BASE":
[],
"VERSION":0
}
}*/