A_ProdSpecListingCmpstnTypeTxt

DDL: A_PRODSPECLISTINGCMPSTNTYPETXT SQL: APRODSPECOMPLIT Type: view COMPOSITE Package: VDM_PLMB_SPC_API_OP

Listing Prod Spec Composition Type - Text

A_ProdSpecListingCmpstnTypeTxt is a Composite CDS View that provides data about "Listing 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. It is exposed through 1 OData service (API_PRODSPECCMPSTNCONFIGN). Part of development package VDM_PLMB_SPC_API_OP.

Data Sources (1)

SourceAliasJoin Type
I_SpecValAssgmtTypeText I_SpecValAssgmtTypeText from

Associations (1)

CardinalityTargetAliasCondition
[1..1] A_ProdSpecListingCmpstnType _ProdSpecListingCmpstnType $projection.ProdSpecCompositionType = _ProdSpecListingCmpstnType.ProdSpecCompositionType

Annotations (12)

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

OData Services (1)

ServiceBindingVersionContractRelease
API_PRODSPECCMPSTNCONFIGN API_PRODSPECCMPSTNCONFIGN V2 C2 C1

Fields (4)

KeyFieldSource TableSource FieldDescription
KEY ProdSpecCompositionType ProdSpecCompositionType
KEY Language
ProdSpecCmpstnTypeDesc
_ProdSpecListingCmpstnType _ProdSpecListingCmpstnType
@AbapCatalog.sqlViewName: 'APRODSPECOMPLIT'
@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: 'Listing Prod Spec Composition Type - Text'

define view A_ProdSpecListingCmpstnTypeTxt
  as select from I_SpecValAssgmtTypeText
    join         I_ProdSpecCompositionTypeAll on I_SpecValAssgmtTypeText.SpecValAssgmtType = I_ProdSpecCompositionTypeAll.ProdSpecCmpstnHdrValAssgmtType
  association [1..1] to A_ProdSpecListingCmpstnType as _ProdSpecListingCmpstnType on $projection.ProdSpecCompositionType = _ProdSpecListingCmpstnType.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,

      _ProdSpecListingCmpstnType
}
where
  ProdSpecCompositionCategory = 'LISTING_COMPOSITION'