I_CollectionsGroupVH

DDL: I_COLLECTIONSGROUPVH Type: view COMPOSITE

Collections Group Value Help

I_CollectionsGroupVH is a Composite CDS View that provides data about "Collections Group Value Help" in SAP S/4HANA. It reads from 1 data source (I_CollectionGroup) and exposes 2 fields with key field CollectionGroup.

Data Sources (1)

SourceAliasJoin Type
I_CollectionGroup I_CollectionGroup from

Annotations (16)

NameValueLevelField
AbapCatalog.sqlViewName ICOLLGRPVH view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Collections Group Value Help view
ClientHandling.algorithm #SESSION_VARIABLE view
VDM.viewType #COMPOSITE view
VDM.lifecycle.contract.type #PUBLIC_LOCAL_API view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.dataCategory #VALUE_HELP view
ObjectModel.representativeKey CollectionGroup view
ObjectModel.resultSet.sizeCategory #XS view
Consumption.ranked true view
Search.searchable true view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY CollectionGroup CollectionGroup
_Text _Text
@AbapCatalog: { sqlViewName: 'ICOLLGRPVH',
                compiler: { compareFilter: true },
                preserveKey: true }
@AccessControl: { authorizationCheck: #NOT_REQUIRED}
@EndUserText: { label: 'Collections Group Value Help' }
@ClientHandling: { algorithm: #SESSION_VARIABLE }
@VDM: { viewType:  #COMPOSITE,
        lifecycle: { contract: { type: #PUBLIC_LOCAL_API } } }
@ObjectModel: { usageType: { serviceQuality: #A,
                             sizeCategory: #S,
                             dataClass: #CUSTOMIZING },
                dataCategory: #VALUE_HELP,
                semanticKey: [ 'CollectionGroup' ],
                representativeKey: 'CollectionGroup',
                resultSet: { sizeCategory: #XS } }
@Consumption: { ranked: true }
@Search: { searchable: true }

define view I_CollectionsGroupVH
  as select from I_CollectionGroup
{

      // VDM Fields

      @UI: { lineItem: [ { position: 10 } ] }
      @ObjectModel: { text: { association: '_Text' } }
      @Search: { defaultSearchElement: true,
                 fuzzinessThreshold:   0.8,
                 ranking:              #HIGH }
  key CollectionGroup,

      // Exposed associations

      _Text

}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_COLLECTIONGROUP"
],
"ASSOCIATED":
[
"I_COLLECTIONGROUPTEXT"
],
"BASE":
[
"I_COLLECTIONGROUP"
],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/