A_ProdSpecCompComponentType
Component Type for Prod Spec Components
A_ProdSpecCompComponentType is a Composite CDS View that provides data about "Component Type for Prod Spec Components" in SAP S/4HANA. It reads from 1 data source (I_SpecComponentType) and exposes 3 fields with key field ProdSpecCompComponentType. It has 1 association to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_SpecComponentType | I_SpecComponentType | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..*] | A_ProdSpecCompComponentTypeT | _ProdSpecCompComponentTypeText | $projection.ProdSpecCompComponentType = _ProdSpecCompComponentTypeText.ProdSpecCompComponentType |
Annotations (12)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | APRODSPCMPCMPTY | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | 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 | Component Type for Prod Spec Components | view |
Fields (3)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | ProdSpecCompComponentType | |||
| ProdSpecCompComponentTypeDesc | ||||
| _ProdSpecCompComponentTypeText | _ProdSpecCompComponentTypeText |
@AbapCatalog.sqlViewName: 'APRODSPCMPCMPTY'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@Metadata.ignorePropagatedAnnotations: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@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: 'Component Type for Prod Spec Components'
define view A_ProdSpecCompComponentType
as select from I_SpecComponentType
association [0..*] to A_ProdSpecCompComponentTypeT as _ProdSpecCompComponentTypeText on $projection.ProdSpecCompComponentType = _ProdSpecCompComponentTypeText.ProdSpecCompComponentType
{
key cast(SpecificationComponentType as /plmb/spc_comp_comp_type preserving type ) as ProdSpecCompComponentType,
_ProdSpecCompComponentTypeText[1:Language = $session.system_language].ProdSpecCompComponentTypeDesc,
_ProdSpecCompComponentTypeText
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"A_PRODSPECCOMPCOMPONENTTYPET",
"I_SPECCOMPONENTTYPE"
],
"ASSOCIATED":
[
"A_PRODSPECCOMPCOMPONENTTYPET"
],
"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