P_CollectionStrategyUsage

DDL: P_COLLECTIONSTRATEGYUSAGE SQL: P_COLLSTRGYUSAGE Type: view BASIC

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

Data Sources (1)

SourceAliasJoin Type
udm_coll_grp udm_coll_grp from

Annotations (9)

NameValueLevelField
AbapCatalog.sqlViewName P_COLLSTRGYUSAGE 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
CollStrgyIsActiv
@AbapCatalog.sqlViewName: 'P_COLLSTRGYUSAGE'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #NOT_REQUIRED

//@EndUserText.label: 'Usage of collection strategies'


@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_CollectionStrategyUsage
  as select from udm_coll_grp
{
  key coll_strategy as CollectionStrategy,
      'X'           as CollStrgyIsActiv
}
group by
  coll_strategy
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"UDM_COLL_GRP"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0
}
}*/