I_MatlSampleStorageLocationT
Material Sample Storage Location Text
I_MatlSampleStorageLocationT is a Basic CDS View that provides data about "Material Sample Storage Location Text" in SAP S/4HANA. It reads from 1 data source (tq41t) and exposes 5 fields with key fields MatlSamplePlant, MaterialSampleStorageLocation, Language. It has 1 association to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| tq41t | tq41t | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..1] | I_Plant | _Plant | $projection.MatlSamplePlant = _Plant.Plant |
Annotations (11)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | IMTLSMPLSTORLOCT | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| ObjectModel.dataCategory | #TEXT | view | |
| ObjectModel.representativeKey | MaterialSampleStorageLocation | view | |
| EndUserText.label | Material Sample Storage Location Text | view | |
| VDM.viewType | #BASIC | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view |
@AbapCatalog.sqlViewName: 'IMTLSMPLSTORLOCT'
@ClientHandling.algorithm: #SESSION_VARIABLE
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ObjectModel.dataCategory: #TEXT
@ObjectModel.representativeKey: 'MaterialSampleStorageLocation'
@EndUserText.label: 'Material Sample Storage Location Text'
@VDM.viewType: #BASIC
@ObjectModel.usageType: { serviceQuality: #A, sizeCategory: #S, dataClass: #CUSTOMIZING }
define view I_MatlSampleStorageLocationT
as select from tq41t
association [0..1] to I_Plant as _Plant
on $projection.MatlSamplePlant = _Plant.Plant
{
@ObjectModel.foreignKey.association: '_Plant'
key tq41t.werks as MatlSamplePlant,
key tq41t.aufbewort as MaterialSampleStorageLocation,
@Semantics.language: true
key tq41t.sprache as Language,
@Semantics.text: true
cast( tq41t.kurztext as vdm_qkurztxtao preserving type ) as MatlSampleStorageLocationText,
_Plant
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"TQ41T"
],
"ASSOCIATED":
[
"I_PLANT"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/
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