I_MaterialSampleType
Material Sample Type
I_MaterialSampleType is a Basic CDS View that provides data about "Material Sample Type" in SAP S/4HANA. It reads from 1 data source (tq40) and exposes 2 fields with key field MaterialSampleType. It has 1 association to related views. Part of development package VDM_QM_INSPECTION.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| tq40 | tq40 | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..*] | I_MaterialSampleTypeText | _Text | $projection.MaterialSampleType = _Text.MaterialSampleType |
Annotations (9)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| EndUserText.label | Material Sample Type | view | |
| ObjectModel.compositionRoot | true | view | |
| VDM.viewType | #BASIC | view | |
| ObjectModel.representativeKey | MaterialSampleType | view | |
| Analytics.technicalName | IMATSAMPLETYPE | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view | |
| ObjectModel.usageType.sizeCategory | #M | view | |
| ObjectModel.usageType.serviceQuality | #A | view |
Fields (2)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | MaterialSampleType | prart | ||
| _Text | _Text |
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Material Sample Type'
@ObjectModel.compositionRoot: true
@VDM.viewType:#BASIC
@ObjectModel.representativeKey: 'MaterialSampleType'
@Analytics.technicalName: 'IMATSAMPLETYPE'
@ObjectModel.usageType: { dataClass: #CUSTOMIZING, sizeCategory: #M, serviceQuality: #A }
define view entity I_MaterialSampleType
as select from tq40
association [0..*] to I_MaterialSampleTypeText as _Text on $projection.MaterialSampleType = _Text.MaterialSampleType
{
@ObjectModel.text.association: '_Text'
key prart as MaterialSampleType,
/* Associations */
@ObjectModel.association.type: [#TO_COMPOSITION_CHILD]
_Text
}
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