A_ProdSpecCompComponentType

DDL: A_PRODSPECCOMPCOMPONENTTYPE SQL: APRODSPCMPCMPTY Type: view COMPOSITE

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)

SourceAliasJoin Type
I_SpecComponentType I_SpecComponentType from

Associations (1)

CardinalityTargetAliasCondition
[0..*] A_ProdSpecCompComponentTypeT _ProdSpecCompComponentTypeText $projection.ProdSpecCompComponentType = _ProdSpecCompComponentTypeText.ProdSpecCompComponentType

Annotations (12)

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

KeyFieldSource TableSource FieldDescription
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":""
}
}*/