I_DDProductStatusCode
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)
| Source | Alias | Join Type |
|---|---|---|
| t141 | t141 | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..1] | I_MRPMaterialStatusCodeText | _Text | _Text.MRPMaterialStatus = $projection.MRPMaterialStatus and _Text.Language = $session.system_language |
Annotations (7)
| Name | Value | Level | Field |
|---|---|---|---|
| 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 |
@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'
Learn More
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- CDS View Annotations — A Complete Guide
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA