A_ProdSpecCompositionType
Composition Prod Spec Composition Type
A_ProdSpecCompositionType is a Composite CDS View that provides data about "Composition Prod Spec Composition Type" in SAP S/4HANA. It reads from 1 data source (I_ProdSpecCompositionTypeAll) and exposes 10 fields with key field ProdSpecCompositionType. It has 4 associations to related views. It is exposed through 1 OData service (API_PRODSPECCMPSTNCONFIGN).
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_ProdSpecCompositionTypeAll | I_ProdSpecCompositionTypeAll | from |
Associations (4)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..*] | A_ProdSpecCompositionTypeText | _ProdSpecCompositionTypeText | $projection.ProdSpecCompositionType = _ProdSpecCompositionTypeText.ProdSpecCompositionType |
| [0..*] | A_PrSpCompExcptnCodeByCmpstn | _ProdSpecCompExceptionCode | $projection.ProdSpecCompositionType = _ProdSpecCompExceptionCode.ProdSpecCompositionType |
| [0..*] | A_ProdSpecCompCompTypeByCmpstn | _ProdSpecCompComponentType | $projection.ProdSpecCompositionType = _ProdSpecCompComponentType.ProdSpecCompositionType |
| [0..*] | A_ProdSpecCmpstnTypeSpecType | _SpecificationType | $projection.ProdSpecCompositionType = _SpecificationType.ProdSpecCompositionType |
Annotations (12)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | APRODSPECOMPTYP | 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 | #B | 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 | view |
OData Services (1)
| Service | Binding | Version | Contract | Release |
|---|---|---|---|---|
| API_PRODSPECCMPSTNCONFIGN | API_PRODSPECCMPSTNCONFIGN | V2 | C2 | C1 |
Fields (10)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | ProdSpecCompositionType | ProdSpecCompositionType | ||
| ProdSpecCompositionCategory | ProdSpecCompositionCategory | |||
| ProdSpecCmpstnHdrValAssgmtType | ProdSpecCmpstnHdrValAssgmtType | |||
| ProdSpecCmpstnHdrRating | ProdSpecCmpstnHdrRating | |||
| ProdSpecCmpstnHdrValidityArea | ProdSpecCmpstnHdrValidityArea | |||
| ProdSpecCmpstnTypeDesc | ||||
| _ProdSpecCompositionTypeText | _ProdSpecCompositionTypeText | |||
| _ProdSpecCompExceptionCode | _ProdSpecCompExceptionCode | |||
| _ProdSpecCompComponentType | _ProdSpecCompComponentType | |||
| _SpecificationType | _SpecificationType |
@AbapCatalog.sqlViewName: 'APRODSPECOMPTYP'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@Metadata.ignorePropagatedAnnotations: true
@AccessControl.authorizationCheck: #CHECK
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.usageType.serviceQuality: #B
@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'
define view A_ProdSpecCompositionType
as select from I_ProdSpecCompositionTypeAll
association [0..*] to A_ProdSpecCompositionTypeText as _ProdSpecCompositionTypeText on $projection.ProdSpecCompositionType = _ProdSpecCompositionTypeText.ProdSpecCompositionType
association [0..*] to A_PrSpCompExcptnCodeByCmpstn as _ProdSpecCompExceptionCode on $projection.ProdSpecCompositionType = _ProdSpecCompExceptionCode.ProdSpecCompositionType
association [0..*] to A_ProdSpecCompCompTypeByCmpstn as _ProdSpecCompComponentType on $projection.ProdSpecCompositionType = _ProdSpecCompComponentType.ProdSpecCompositionType
association [0..*] to A_ProdSpecCmpstnTypeSpecType as _SpecificationType on $projection.ProdSpecCompositionType = _SpecificationType.ProdSpecCompositionType
{
key ProdSpecCompositionType,
ProdSpecCompositionCategory,
@Consumption.hidden: true
ProdSpecCmpstnHdrValAssgmtType,
@Consumption.hidden: true
ProdSpecCmpstnHdrRating,
@Consumption.hidden: true
ProdSpecCmpstnHdrValidityArea,
_ProdSpecCompositionTypeText[1:Language = $session.system_language].ProdSpecCmpstnTypeDesc,
_ProdSpecCompositionTypeText,
_ProdSpecCompExceptionCode,
_ProdSpecCompComponentType,
_SpecificationType
}
where
ProdSpecCompositionCategory = 'COMPOSITION'
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