I_MltplSpecObjectTypeText
Multiple Specification Obj Type - Text
I_MltplSpecObjectTypeText is a Basic CDS View that provides data about "Multiple Specification Obj Type - Text" in SAP S/4HANA. It reads from 1 data source (tqms1t) and exposes 5 fields with key fields MultipleSpecificationObjType, Language. It has 2 associations to related views. Part of development package VDM_QM_PLANNING.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| tqms1t | tqms1t | from |
Associations (2)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..1] | I_MltplSpecObjectType | _MltplSpecObjectType | $projection.MultipleSpecificationObjType = _MltplSpecObjectType.MultipleSpecificationObjType |
| [0..1] | I_Language | _Language | $projection.Language = _Language.Language |
Annotations (10)
| Name | Value | Level | Field |
|---|---|---|---|
| EndUserText.label | Multiple Specification Obj Type - Text | view | |
| VDM.viewType | #BASIC | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| ObjectModel.representativeKey | MultipleSpecificationObjType | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ObjectModel.dataCategory | #TEXT | view | |
| Analytics.technicalName | IMLTPLSPECOBTYPT | view |
Fields (5)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | MultipleSpecificationObjType | objecttype | ||
| KEY | Language | langu | ||
| MltplSpecObjectTypeText | description | |||
| _Language | _Language | |||
| _MltplSpecObjectType | _MltplSpecObjectType |
@EndUserText.label: 'Multiple Specification Obj Type - Text'
@VDM.viewType: #BASIC
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ObjectModel.representativeKey: 'MultipleSpecificationObjType'
@ObjectModel.usageType: { serviceQuality: #A, sizeCategory: #S, dataClass: #CUSTOMIZING }
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.dataCategory: #TEXT
@Analytics.technicalName: 'IMLTPLSPECOBTYPT'
define view entity I_MltplSpecObjectTypeText
as select from tqms1t
association [0..1] to I_MltplSpecObjectType as _MltplSpecObjectType on $projection.MultipleSpecificationObjType = _MltplSpecObjectType.MultipleSpecificationObjType
association [0..1] to I_Language as _Language on $projection.Language = _Language.Language
{
key objecttype as MultipleSpecificationObjType,
@Semantics.language: true
key langu as Language,
@Semantics.text: true
description as MltplSpecObjectTypeText,
//Association
_Language,
_MltplSpecObjectType
}
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