A_ProdSpecCompositionTypeText
Composition Prod Spec Composition Type - Text
A_ProdSpecCompositionTypeText is a Composite CDS View that provides data about "Composition Prod Spec Composition Type - Text" in SAP S/4HANA. It reads from 1 data source (I_SpecValAssgmtTypeText) and exposes 4 fields with key fields ProdSpecCompositionType, Language. It has 1 association to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_SpecValAssgmtTypeText | I_SpecValAssgmtTypeText | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [1..1] | A_ProdSpecCompositionType | _ProdSpecCompositionType | $projection.ProdSpecCompositionType = _ProdSpecCompositionType.ProdSpecCompositionType |
Annotations (12)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | APRODSPECOMPTYPT | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| VDM.lifecycle.contract.type | #PUBLIC_REMOTE_API | view | |
| VDM.viewType | #COMPOSITE | view | |
| EndUserText.label | Composition Prod Spec Composition Type - Text | view |
Fields (4)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | ProdSpecCompositionType | ProdSpecCompositionType | ||
| KEY | Language | |||
| ProdSpecCmpstnTypeDesc | ||||
| _ProdSpecCompositionType | _ProdSpecCompositionType |
@AbapCatalog.sqlViewName: 'APRODSPECOMPTYPT'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@Metadata.ignorePropagatedAnnotations: true
@AccessControl.authorizationCheck: #CHECK
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.dataClass: #CUSTOMIZING
@ObjectModel.usageType.sizeCategory: #S
@VDM.lifecycle.contract.type: #PUBLIC_REMOTE_API
@VDM.viewType: #COMPOSITE
@EndUserText.label: 'Composition Prod Spec Composition Type - Text'
define view A_ProdSpecCompositionTypeText
as select from I_SpecValAssgmtTypeText
join I_ProdSpecCompositionTypeAll on I_SpecValAssgmtTypeText.SpecValAssgmtType = I_ProdSpecCompositionTypeAll.ProdSpecCmpstnHdrValAssgmtType
association [1..1] to A_ProdSpecCompositionType as _ProdSpecCompositionType on $projection.ProdSpecCompositionType = _ProdSpecCompositionType.ProdSpecCompositionType
{
key ProdSpecCompositionType,
key cast(Language as /plmb/spc_cmpstn_lang preserving type ) as Language,
cast(SpecValAssgmtTypeDescription as /plmb/spc_cmpstn_type_desc preserving type) as ProdSpecCmpstnTypeDesc,
_ProdSpecCompositionType
}
where
ProdSpecCompositionCategory = 'COMPOSITION'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_PRODSPECCOMPOSITIONTYPEALL",
"I_SPECVALASSGMTTYPETEXT"
],
"ASSOCIATED":
[
"A_PRODSPECCOMPOSITIONTYPE"
],
"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