P_CollectionStrategyValuation

DDL: P_COLLECTIONSTRATEGYVALUATION SQL: P_CLSTRGYDFVALN Type: view BASIC

P_CollectionStrategyValuation is a Basic CDS View in SAP S/4HANA. It reads from 1 data source (udm_str_rule) and exposes 2 fields with key field CollectionStrategy.

Data Sources (1)

SourceAliasJoin Type
udm_str_rule udm_str_rule from

Annotations (9)

NameValueLevelField
AbapCatalog.sqlViewName P_CLSTRGYDFVALN view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #NOT_REQUIRED view
VDM.viewType #BASIC view
VDM.private true view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.usageType.serviceQuality #C view
ClientHandling.algorithm #SESSION_VARIABLE view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY CollectionStrategy coll_strategy
CollStrgyDefaultValuation
@AbapCatalog.sqlViewName: 'P_CLSTRGYDFVALN'
@AbapCatalog.compiler.compareFilter: true

@AccessControl.authorizationCheck: #NOT_REQUIRED

@VDM.viewType: #BASIC
@VDM.private: true

@ObjectModel.usageType.sizeCategory: #S
@ObjectModel.usageType.dataClass:  #CUSTOMIZING
@ObjectModel.usageType.serviceQuality: #C

@ClientHandling.algorithm: #SESSION_VARIABLE

define view P_CollectionStrategyValuation
  as select from udm_str_rule
{


  key coll_strategy  as CollectionStrategy,
      sum(valuation) as CollStrgyDefaultValuation
}

group by
  coll_strategy