I_MltplSpecObjectText
Multiple Specification Object - Text
I_MltplSpecObjectText is a Basic CDS View that provides data about "Multiple Specification Object - Text" in SAP S/4HANA. It reads from 1 data source (tqms2t) and exposes 5 fields with key fields MultipleSpecificationObject, Language. It has 2 associations to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| tqms2t | tqms2t | from |
Associations (2)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..1] | I_MltplSpecObject | _MltplSpecObject | $projection.MultipleSpecificationObject = _MltplSpecObject.MultipleSpecificationObject |
| [0..1] | I_Language | _Language | $projection.Language = _Language.Language |
Annotations (13)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | IMLTPLSPECOBJT | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| EndUserText.label | Multiple Specification Object - Text | view | |
| VDM.viewType | #BASIC | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| ObjectModel.representativeKey | MultipleSpecificationObject | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ObjectModel.dataCategory | #TEXT | view |
Fields (5)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | MultipleSpecificationObject | object | ||
| KEY | Language | langu | ||
| MltplSpecObjectText | description | |||
| _Language | _Language | |||
| _MltplSpecObject | _MltplSpecObject |
@AbapCatalog.sqlViewName: 'IMLTPLSPECOBJT'
@ClientHandling.algorithm: #SESSION_VARIABLE
@EndUserText.label: 'Multiple Specification Object - Text'
@VDM.viewType: #BASIC
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ObjectModel.representativeKey: 'MultipleSpecificationObject'
@ObjectModel.usageType: { serviceQuality: #A, sizeCategory: #S, dataClass: #CUSTOMIZING }
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.dataCategory: #TEXT
define view I_MltplSpecObjectText
as select from tqms2t
association [0..1] to I_MltplSpecObject as _MltplSpecObject on $projection.MultipleSpecificationObject = _MltplSpecObject.MultipleSpecificationObject
association [0..1] to I_Language as _Language on $projection.Language = _Language.Language
{
key object as MultipleSpecificationObject,
@Semantics.language: true
key langu as Language,
@Semantics.text: true
description as MltplSpecObjectText,
//Association
_Language,
_MltplSpecObject
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"TQMS2T"
],
"ASSOCIATED":
[
"I_LANGUAGE",
"I_MLTPLSPECOBJECT"
],
"BASE":
[],
"ANNO_REF":
[],
"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