P_MatlStkRepProcUseInSubs

DDL: P_MATLSTKREPPROCUSEINSUBS Type: view_entity COMPOSITE

P_MatlStkRepProcUseInSubs is a Composite CDS View in SAP S/4HANA. It reads from 1 data source (I_MatlStkSubscrpnConsignment) and exposes 2 fields with key field MaterialStockReportProcedUUID.

Data Sources (1)

SourceAliasJoin Type
I_MatlStkSubscrpnConsignment _SubsForConsignment from

Annotations (7)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.usageType.serviceQuality #X view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #MIXED view
VDM.viewType #COMPOSITE view
VDM.private true view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY MaterialStockReportProcedUUID I_MatlStkSubscrpnConsignment MaterialStockReportProcedUUID
NumberOfEntries
@AbapCatalog.viewEnhancementCategory: [#NONE]
@AccessControl.authorizationCheck: #NOT_REQUIRED
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.usageType:{
  serviceQuality: #X,
  sizeCategory: #S,
  dataClass: #MIXED
}
@VDM:{
  viewType: #COMPOSITE,
  private:true
}

define view entity P_MatlStkRepProcUseInSubs
  as select from I_MatlStkSubscrpnConsignment as _SubsForConsignment
{
  key  _SubsForConsignment.MaterialStockReportProcedUUID as MaterialStockReportProcedUUID,
       count (*)                                         as NumberOfEntries
}
where
  _SubsForConsignment.IsMarkedForDeletion <> 'X'
group by
  MaterialStockReportProcedUUID
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_MATLSTKSUBSCRPNCONSIGNMENT"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/