I_MatlSampleStorageConditionT
Material Sample Storage Condition Text
I_MatlSampleStorageConditionT is a Basic CDS View that provides data about "Material Sample Storage Condition Text" in SAP S/4HANA. It reads from 1 data source (tq43t) and exposes 5 fields with key fields MatlSampleStorageCondition, Language. It has 2 associations to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| tq43t | tq43t | from |
Associations (2)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..1] | I_Language | _Language | $projection.Language = _Language.Language |
| [1..1] | I_MatlSampleStorageCondition | _MatlSampleStorageCondition | $projection.MatlSampleStorageCondition = _MatlSampleStorageCondition.MatlSampleStorageCondition |
Annotations (10)
| Name | Value | Level | Field |
|---|---|---|---|
| EndUserText.label | Material Sample Storage Condition Text | view | |
| VDM.viewType | #BASIC | view | |
| ObjectModel.dataCategory | #TEXT | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| AbapCatalog.sqlViewName | IIMATLSMPLSTCDT | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| ObjectModel.representativeKey | MatlSampleStorageCondition | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view | |
| ObjectModel.usageType.sizeCategory | #M | view | |
| ObjectModel.usageType.serviceQuality | #A | view |
Fields (5)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | MatlSampleStorageCondition | stabicon | ||
| KEY | Language | spras | ||
| MatlSampleStorageConditionText | stabicontxt | |||
| _MatlSampleStorageCondition | _MatlSampleStorageCondition | |||
| _Language | _Language |
@EndUserText.label: 'Material Sample Storage Condition Text'
@VDM.viewType: #BASIC
@ObjectModel.dataCategory: #TEXT
@AccessControl.authorizationCheck: #NOT_REQUIRED
@AbapCatalog.sqlViewName: 'IIMATLSMPLSTCDT'
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.representativeKey: 'MatlSampleStorageCondition'
@ObjectModel.usageType: { dataClass: #CUSTOMIZING, sizeCategory: #M, serviceQuality: #A }
define view I_MatlSampleStorageConditionT
as select from tq43t
association [0..1] to I_Language as _Language on $projection.Language = _Language.Language
association [1..1] to I_MatlSampleStorageCondition as _MatlSampleStorageCondition on $projection.MatlSampleStorageCondition = _MatlSampleStorageCondition.MatlSampleStorageCondition
{
key stabicon as MatlSampleStorageCondition,
@Semantics.language: true
key spras as Language,
@Semantics.text: true
stabicontxt as MatlSampleStorageConditionText,
_MatlSampleStorageCondition,
_Language
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"TQ43T"
],
"ASSOCIATED":
[
"I_LANGUAGE",
"I_MATLSAMPLESTORAGECONDITION"
],
"BASE":
[],
"VERSION":0
}
}*/
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