A_ProdSpecCompCompTypeByCmpstn

DDL: A_PRODSPECCOMPCOMPTYPEBYCMPSTN SQL: APRSPCMPTYBYC Type: view COMPOSITE Package: VDM_PLMB_SPC_API_OP

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)

SourceAliasJoin Type
I_ProdSpecCompCompTypeByCmpstn I_ProdSpecCompCompTypeByCmpstn from

Associations (2)

CardinalityTargetAliasCondition
[1..1] A_ProdSpecCompositionTypeAll _ProdSpecCompositionTypeAll $projection.ProdSpecCompositionType = _ProdSpecCompositionTypeAll.ProdSpecCompositionType
[0..*] A_ProdSpecCompComponentTypeT _ProdSpecCompComponentTypeText $projection.ProdSpecCompComponentType = _ProdSpecCompComponentTypeText.ProdSpecCompComponentType

Annotations (12)

NameValueLevelField
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)

ServiceBindingVersionContractRelease
API_PRODSPECCMPSTNCONFIGN API_PRODSPECCMPSTNCONFIGN V2 C2 C1

Fields (4)

KeyFieldSource TableSource FieldDescription
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
}