I_MaterialStagingText
Code for Matl Stgg in Whse Mgmt - Text
I_MaterialStagingText is a Basic CDS View that provides data about "Code for Matl Stgg in Whse Mgmt - Text" in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 5 fields with key fields Language, MaterialStaging. It has 2 associations to related views. Part of development package VDM_PP_KAB.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| dd07t | dd07t | from |
Associations (2)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [1..1] | I_MaterialStaging | _MaterialStaging | $projection.MaterialStaging = _MaterialStaging.MaterialStaging |
| [0..1] | I_Language | _Language | $projection.Language = _Language.Language |
Annotations (9)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| VDM.viewType | #BASIC | view | |
| EndUserText.label | Code for Matl Stgg in Whse Mgmt - Text | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ObjectModel.modelingPattern | #LANGUAGE_DEPENDENT_TEXT | view | |
| ObjectModel.dataCategory | #TEXT | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.dataClass | #MIXED | view |
Fields (5)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | Language | |||
| KEY | MaterialStaging | |||
| MaterialStagingText | ||||
| _MaterialStaging | _MaterialStaging | |||
| _Language | _Language |
@AbapCatalog.viewEnhancementCategory: [#NONE]
@AccessControl.authorizationCheck: #NOT_REQUIRED
@VDM.viewType: #BASIC
@EndUserText.label: 'Code for Matl Stgg in Whse Mgmt - Text'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.supportedCapabilities: [ #SQL_DATA_SOURCE, #CDS_MODELING_DATA_SOURCE, #CDS_MODELING_ASSOCIATION_TARGET, #LANGUAGE_DEPENDENT_TEXT ]
@ObjectModel.modelingPattern: #LANGUAGE_DEPENDENT_TEXT
@ObjectModel.dataCategory:#TEXT
@ObjectModel.usageType:{
serviceQuality: #A,
sizeCategory: #S,
dataClass: #MIXED
}
/*+[hideWarning] { "IDS" : [ "KEY_CHECK" ] }*/
define view entity I_MaterialStagingText
as select from dd07t
association [1..1] to I_MaterialStaging as _MaterialStaging on $projection.MaterialStaging = _MaterialStaging.MaterialStaging
association [0..1] to I_Language as _Language on $projection.Language = _Language.Language
{
@ObjectModel.foreignKey.association: '_Language'
@Semantics.language: true
key cast( ddlanguage as spras preserving type ) as Language,
@ObjectModel.text.element: [ 'MaterialStagingText' ]
key cast( right(domvalue_l, 1) as pph_berkz preserving type) as MaterialStaging,
@Consumption.hidden: true
@Semantics.text: true
cast(dd07t.ddtext as vdm_materialstagingtext preserving type) as MaterialStagingText,
_MaterialStaging,
_Language
}
where
domname = 'LVS_BERKZ'
and as4local = 'A'
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