R_EvtBsdProdnCostRefProcess

DDL: R_EVTBSDPRODNCOSTREFPROCESS SQL: REBPCREFPROC Type: view BASIC Package: ODATA_EB_PRODN_COST_ERROR

EBPC Reference Process

R_EvtBsdProdnCostRefProcess is a Basic CDS View (Dimension) that provides data about "EBPC Reference Process" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 3 fields with key field EventBasedProdnCostRefProcess. It has 1 association to related views. Part of development package ODATA_EB_PRODN_COST_ERROR.

Data Sources (1)

SourceAliasJoin Type
dd07l l from

Associations (1)

CardinalityTargetAliasCondition
[0..*] R_EvtBsdProdnCostRefProcTxt _Text $projection.EventBasedProdnCostRefProcess = _Text.EventBasedProdnCostRefProcess

Annotations (20)

NameValueLevelField
AbapCatalog.sqlViewName REBPCREFPROC view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #NOT_REQUIRED view
Analytics.dataCategory #DIMENSION view
ClientHandling.algorithm #SESSION_VARIABLE view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.dataCategory #VALUE_HELP view
ObjectModel.modelingPattern #ANALYTICAL_DIMENSION view
Analytics.dataExtraction.enabled true view
ObjectModel.representativeKey EventBasedProdnCostRefProcess view
ObjectModel.resultSet.sizeCategory #XS view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #META view
VDM.lifecycle.contract.type #SAP_INTERNAL_API view
Search.searchable true view
VDM.viewType #BASIC view
EndUserText.label EBPC Reference Process view
Analytics.internalName #LOCAL view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY EventBasedProdnCostRefProcess
DomainValue dd07l domvalue_l
_Text _Text
@AbapCatalog.sqlViewName: 'REBPCREFPROC'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@Analytics.dataCategory: #DIMENSION
@ClientHandling.algorithm: #SESSION_VARIABLE
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.dataCategory: #VALUE_HELP
@ObjectModel.modelingPattern: #ANALYTICAL_DIMENSION
@Analytics.dataExtraction.enabled: true
@ObjectModel.supportedCapabilities: [#ANALYTICAL_DIMENSION, 
                                     #CDS_MODELING_ASSOCIATION_TARGET, 
                                     #CDS_MODELING_DATA_SOURCE,
                                     #EXTRACTION_DATA_SOURCE,
                                     #SEARCHABLE_ENTITY,
                                     #SQL_DATA_SOURCE, 
                                     #VALUE_HELP_PROVIDER]
@ObjectModel.representativeKey: 'EventBasedProdnCostRefProcess'
@ObjectModel.resultSet.sizeCategory: #XS
@ObjectModel.usageType: {serviceQuality: #A, sizeCategory: #S, dataClass: #META}
@VDM.lifecycle.contract.type: #SAP_INTERNAL_API
@Search.searchable: true
@VDM.viewType: #BASIC
@EndUserText.label: 'EBPC Reference Process'
@Analytics.internalName:#LOCAL  

define view R_EvtBsdProdnCostRefProcess
  as select from dd07l as l
  association [0..*] to R_EvtBsdProdnCostRefProcTxt as _Text on  $projection.EventBasedProdnCostRefProcess = _Text.EventBasedProdnCostRefProcess
{
      @ObjectModel.text.association: '_Text'
      @Search.ranking: #LOW
  key cast( substring(l.domvalue_l, 1, 5) as fco_eb_ref_process preserving type ) as EventBasedProdnCostRefProcess,
      
      @Analytics.hidden: true
      @Consumption.hidden: true
      @Search.defaultSearchElement: true
      @Search.ranking: #HIGH
      l.domvalue_l as DomainValue,
      // Associations

      @Search.ranking: #LOW
      _Text
}
  where l.domname  = 'FCO_EB_REF_PROCESS'
  and   l.as4local = 'A'
  and l.as4vers  = '0000'