N_MaintenanceNotificationPhase

DDL: N_MAINTENANCENOTIFICATIONPHASE Type: view_entity Package: IWOC

Maintenance Notification Phase

N_MaintenanceNotificationPhase is a CDS View that provides data about "Maintenance Notification Phase" in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 4 fields with key fields NotifProcessingPhase, Language. It has 1 association to related views. Part of development package IWOC.

Data Sources (1)

SourceAliasJoin Type
dd07t dd07t from

Associations (1)

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

Annotations (9)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Maintenance Notification Phase view
ObjectModel.representativeKey NotifProcessingPhase view
Analytics.technicalName NMAINTNOTIFPHASE view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.dataClass #META view
ObjectModel.resultSet.sizeCategory #XS view
VDM.auxiliaryEntity.for.entity I_PMNotificationPhase view

Fields (4)

KeyFieldSource TableSource FieldDescription
KEY NotifProcessingPhase domvalue_l
KEY Language ddlanguage
NotifProcessingPhaseDesc ddtext
_Language _Language
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Maintenance Notification Phase'
@ObjectModel.representativeKey: 'NotifProcessingPhase'
@Analytics.technicalName: 'NMAINTNOTIFPHASE'
@ObjectModel.semanticKey: [ 'NotifProcessingPhase']
@ObjectModel.usageType.sizeCategory: #S
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.dataClass: #META
@ObjectModel.resultSet.sizeCategory: #XS

@VDM.auxiliaryEntity.usage.type: [#ENTERPRISE_SEARCH]
@VDM.auxiliaryEntity.for.entity: 'I_PMNotificationPhase'
define view entity N_MaintenanceNotificationPhase as select from dd07t
  association [0..1] to I_Language as _Language on $projection.Language = _Language.Language{
 key domvalue_l                                   as NotifProcessingPhase,
      @ObjectModel.foreignKey.association: '_Language'
      @Semantics.language

  key ddlanguage                                   as Language,

      @Semantics.text
      ddtext                                       as NotifProcessingPhaseDesc,


      _Language
}
where
      domname  = 'QM_PHASE'
  and as4local = 'A'