A_ProdSpecCompositionTypeText

DDL: A_PRODSPECCOMPOSITIONTYPETEXT SQL: APRODSPECOMPTYPT Type: view COMPOSITE

Composition Prod Spec Composition Type - Text

A_ProdSpecCompositionTypeText is a Composite CDS View that provides data about "Composition Prod Spec Composition Type - Text" in SAP S/4HANA. It reads from 1 data source (I_SpecValAssgmtTypeText) and exposes 4 fields with key fields ProdSpecCompositionType, Language. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
I_SpecValAssgmtTypeText I_SpecValAssgmtTypeText from

Associations (1)

CardinalityTargetAliasCondition
[1..1] A_ProdSpecCompositionType _ProdSpecCompositionType $projection.ProdSpecCompositionType = _ProdSpecCompositionType.ProdSpecCompositionType

Annotations (12)

NameValueLevelField
AbapCatalog.sqlViewName APRODSPECOMPTYPT 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 #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 Composition Prod Spec Composition Type - Text view

Fields (4)

KeyFieldSource TableSource FieldDescription
KEY ProdSpecCompositionType ProdSpecCompositionType
KEY Language
ProdSpecCmpstnTypeDesc
_ProdSpecCompositionType _ProdSpecCompositionType
@AbapCatalog.sqlViewName: 'APRODSPECOMPTYPT'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@Metadata.ignorePropagatedAnnotations: true

@AccessControl.authorizationCheck: #CHECK
@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: 'Composition Prod Spec Composition Type - Text'

define view A_ProdSpecCompositionTypeText
  as select from I_SpecValAssgmtTypeText
    join         I_ProdSpecCompositionTypeAll on I_SpecValAssgmtTypeText.SpecValAssgmtType = I_ProdSpecCompositionTypeAll.ProdSpecCmpstnHdrValAssgmtType
  association [1..1] to A_ProdSpecCompositionType as _ProdSpecCompositionType on $projection.ProdSpecCompositionType = _ProdSpecCompositionType.ProdSpecCompositionType
{
  key ProdSpecCompositionType,
  key cast(Language as /plmb/spc_cmpstn_lang preserving type )                         as Language,
      cast(SpecValAssgmtTypeDescription as /plmb/spc_cmpstn_type_desc preserving type) as ProdSpecCmpstnTypeDesc,

      _ProdSpecCompositionType
}
where
  ProdSpecCompositionCategory = 'COMPOSITION'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_PRODSPECCOMPOSITIONTYPEALL",
"I_SPECVALASSGMTTYPETEXT"
],
"ASSOCIATED":
[
"A_PRODSPECCOMPOSITIONTYPE"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/