A_ProdSpecCmpstnReferenceValue

DDL: A_PRODSPECCMPSTNREFERENCEVALUE SQL: APRSPCMPSTREFV Type: view COMPOSITE Package: VDM_PLMB_SPC_API_OP

Composition Reference Value

A_ProdSpecCmpstnReferenceValue is a Composite CDS View that provides data about "Composition Reference Value" in SAP S/4HANA. It reads from 1 data source (I_SpecValAssgmtReferenceValue) and exposes 2 fields with key field ProdSpecCmpstnHdrRefValueCode. It is exposed through 1 OData service (API_PRODSPECCMPSTNCONFIGN). Part of development package VDM_PLMB_SPC_API_OP.

Data Sources (1)

SourceAliasJoin Type
I_SpecValAssgmtReferenceValue I_SpecValAssgmtReferenceValue from

Annotations (12)

NameValueLevelField
AbapCatalog.sqlViewName APRSPCMPSTREFV view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #NOT_REQUIRED 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 Composition Reference Value view

OData Services (1)

ServiceBindingVersionContractRelease
API_PRODSPECCMPSTNCONFIGN API_PRODSPECCMPSTNCONFIGN V2 C2 C1

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY ProdSpecCmpstnHdrRefValueCode
ProdSpecCmpstnHdrRefValueDim
@AbapCatalog.sqlViewName: 'APRSPCMPSTREFV'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true

@AccessControl.authorizationCheck: #NOT_REQUIRED

@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: 'Composition Reference Value'
define view A_ProdSpecCmpstnReferenceValue
  as select from I_SpecValAssgmtReferenceValue
{
  key cast(SpecValAssgmtRefValueCode as /plmb/spc_comp_hdr_ref_v_code preserving type )     as ProdSpecCmpstnHdrRefValueCode,
      cast(SpecValAssgmtRefValueDimension as /plmb/spc_comp_hdr_ref_v_dim preserving type ) as ProdSpecCmpstnHdrRefValueDim
}