A_ProdSpecCompCompTypeByCmpstn
Component Type for Components by Cmpstn
A_ProdSpecCompCompTypeByCmpstn is a Composite CDS View that provides data about "Component Type for Components by Cmpstn" in SAP S/4HANA. It reads from 1 data source (I_ProdSpecCompCompTypeByCmpstn) and exposes 4 fields with key fields ProdSpecCompositionType, ProdSpecCompComponentType. It has 2 associations to related views. It is exposed through 1 OData service (API_PRODSPECCMPSTNCONFIGN). Part of development package VDM_PLMB_SPC_API_OP.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_ProdSpecCompCompTypeByCmpstn | I_ProdSpecCompCompTypeByCmpstn | from |
Associations (2)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [1..1] | A_ProdSpecCompositionTypeAll | _ProdSpecCompositionTypeAll | $projection.ProdSpecCompositionType = _ProdSpecCompositionTypeAll.ProdSpecCompositionType |
| [0..*] | A_ProdSpecCompComponentTypeT | _ProdSpecCompComponentTypeText | $projection.ProdSpecCompComponentType = _ProdSpecCompComponentTypeText.ProdSpecCompComponentType |
Annotations (12)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | APRSPCMPTYBYC | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.serviceQuality | #B | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view | |
| VDM.lifecycle.contract.type | #PUBLIC_REMOTE_API | view | |
| VDM.viewType | #COMPOSITE | view | |
| EndUserText.label | Component Type for Components by Cmpstn | view |
OData Services (1)
| Service | Binding | Version | Contract | Release |
|---|---|---|---|---|
| API_PRODSPECCMPSTNCONFIGN | API_PRODSPECCMPSTNCONFIGN | V2 | C2 | C1 |
Fields (4)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | ProdSpecCompositionType | ProdSpecCompositionType | ||
| KEY | ProdSpecCompComponentType | ProdSpecCompComponentType | ||
| _ProdSpecCompositionTypeAll | _ProdSpecCompositionTypeAll | |||
| _ProdSpecCompComponentTypeText | _ProdSpecCompComponentTypeText |
@AbapCatalog.sqlViewName: 'APRSPCMPTYBYC'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #CHECK
@ClientHandling.algorithm: #SESSION_VARIABLE
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.usageType.sizeCategory: #S
@ObjectModel.usageType.serviceQuality: #B
@ObjectModel.usageType.dataClass: #CUSTOMIZING
@VDM.lifecycle.contract.type: #PUBLIC_REMOTE_API
@VDM.viewType: #COMPOSITE
@EndUserText.label: 'Component Type for Components by Cmpstn'
define view A_ProdSpecCompCompTypeByCmpstn
as select from I_ProdSpecCompCompTypeByCmpstn
association [1..1] to A_ProdSpecCompositionTypeAll as _ProdSpecCompositionTypeAll on $projection.ProdSpecCompositionType = _ProdSpecCompositionTypeAll.ProdSpecCompositionType
association [0..*] to A_ProdSpecCompComponentTypeT as _ProdSpecCompComponentTypeText on $projection.ProdSpecCompComponentType = _ProdSpecCompComponentTypeText.ProdSpecCompComponentType
{
key ProdSpecCompositionType,
key ProdSpecCompComponentType,
_ProdSpecCompositionTypeAll,
_ProdSpecCompComponentTypeText
}
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