I_DDProductStatusCode

DDL: I_DDPRODUCTSTATUSCODE Type: view_entity BASIC Package: PPH_DD_VDM_STLM

DD Product Status Code

I_DDProductStatusCode is a Basic CDS View that provides data about "DD Product Status Code" in SAP S/4HANA. It reads from 1 data source (t141) and exposes 4 fields with key field MRPMaterialStatus. It has 1 association to related views. Part of development package PPH_DD_VDM_STLM.

Data Sources (1)

SourceAliasJoin Type
t141 t141 from

Associations (1)

CardinalityTargetAliasCondition
[0..1] I_MRPMaterialStatusCodeText _Text _Text.MRPMaterialStatus = $projection.MRPMaterialStatus and _Text.Language = $session.system_language

Annotations (7)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label DD Product Status Code view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #MIXED view
VDM.viewType #BASIC view

Fields (4)

KeyFieldSource TableSource FieldDescription
KEY MRPMaterialStatus t141 mmsta
ManufacturingOrderHeaderStatus t141 dfako
MRPMaterialStatusName _Text MRPMaterialStatusName
_Text _Text
@AbapCatalog.viewEnhancementCategory: [#NONE]
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'DD Product Status Code'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.usageType:{
  serviceQuality: #A,
  sizeCategory: #S,
  dataClass: #MIXED
}
@VDM.viewType: #BASIC
define view entity I_DDProductStatusCode 
as select from t141
association [0..1] to I_MRPMaterialStatusCodeText as _Text on _Text.MRPMaterialStatus = $projection.MRPMaterialStatus
                                                          and _Text.Language = $session.system_language
{
  @ObjectModel.text.association: '_Text'
  key t141.mmsta as MRPMaterialStatus,
      t141.dfako as ManufacturingOrderHeaderStatus,
      _Text.MRPMaterialStatusName,
      _Text
}
where
ddisp = 'A' or ddisp = 'B'