I_MaterialIsPostedToStockT
Physical Invtry stock indicator - Text
I_MaterialIsPostedToStockT is a Basic CDS View that provides data about "Physical Invtry stock indicator - Text" in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 5 fields with key fields Language, MaterialIsPostedToStock. It has 2 associations to related views. Part of development package MM_IM_VDM_COMMON.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| dd07t | dd07t | from |
Associations (2)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..1] | I_MaterialIsPostedToStock | _MaterialIsPostedToStock | $projection.MaterialIsPostedToStock = _MaterialIsPostedToStock.MaterialIsPostedToStock |
| [0..1] | I_Language | _Language | $projection.Language = _Language.Language |
Annotations (15)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| EndUserText.label | Physical Invtry stock indicator - Text | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ObjectModel.usageType.serviceQuality | #B | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view | |
| ObjectModel.dataCategory | #TEXT | view | |
| ObjectModel.modelingPattern | #LANGUAGE_DEPENDENT_TEXT | view | |
| ObjectModel.representativeKey | MaterialIsPostedToStock | view | |
| ObjectModel.resultSet.sizeCategory | #XS | view | |
| Analytics.internalName | #LOCAL | view | |
| Search.searchable | true | view | |
| VDM.lifecycle.contract.type | #PUBLIC_LOCAL_API | view | |
| VDM.viewType | #BASIC | view | |
| Consumption.ranked | true | view |
Fields (5)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | Language | |||
| KEY | MaterialIsPostedToStock | |||
| MaterialIsPostedToStockText | ||||
| _Language | _Language | |||
| _MaterialIsPostedToStock | _MaterialIsPostedToStock |
@AbapCatalog.viewEnhancementCategory: [#NONE]
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Physical Invtry stock indicator - Text'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel:{
usageType:{
serviceQuality: #B,
sizeCategory: #S,
dataClass: #CUSTOMIZING
},
dataCategory: #TEXT,
modelingPattern: #LANGUAGE_DEPENDENT_TEXT,
representativeKey: 'MaterialIsPostedToStock',
resultSet.sizeCategory: #XS,
supportedCapabilities: [ #LANGUAGE_DEPENDENT_TEXT,
#SQL_DATA_SOURCE,
#CDS_MODELING_DATA_SOURCE,
#CDS_MODELING_ASSOCIATION_TARGET,
#SEARCHABLE_ENTITY]
}
@Analytics:{
internalName: #LOCAL
}
@Search.searchable: true
@VDM: {
lifecycle.contract.type: #PUBLIC_LOCAL_API,
viewType: #BASIC
}
@Consumption.ranked: true
/*+[hideWarning] { "IDS" : [ "CALCULATED_FIELD_CHECK" ] } */
define view entity I_MaterialIsPostedToStockT
as select from dd07t
association [0..1] to I_MaterialIsPostedToStock as _MaterialIsPostedToStock on $projection.MaterialIsPostedToStock = _MaterialIsPostedToStock.MaterialIsPostedToStock
association [0..1] to I_Language as _Language on $projection.Language = _Language.Language
{
@Semantics.language: true
key cast( ddlanguage as spras preserving type ) as Language,
@ObjectModel.foreignKey.association: '_MaterialIsPostedToStock'
@Semantics.booleanIndicator: true
key cast ( domvalue_l as materialispostedtostock ) as MaterialIsPostedToStock,
@Semantics.text: true
@Search.defaultSearchElement: true
@Search.ranking: #LOW
cast ( ddtext as materialispostedtostock_t preserving type ) as MaterialIsPostedToStockText,
_Language,
_MaterialIsPostedToStock
}
where
domname = 'PHYSINVTRY_YESORNO'
and as4local = 'A'
and as4vers = '0000'
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