C_AllocationCustGroupKeyVH

DDL: C_ALLOCATIONCUSTGROUPKEYVH SQL: CALOCUSTGRPKF Type: view CONSUMPTION

Allocation Customer Group Key

C_AllocationCustGroupKeyVH is a Consumption CDS View that provides data about "Allocation Customer Group Key" in SAP S/4HANA. It reads from 1 data source (P_AllocCustGroupKeyVH) and exposes 1 field with key field CustomerCorporateGroup.

Data Sources (1)

SourceAliasJoin Type
P_AllocCustGroupKeyVH P_AllocCustGroupKeyVH from

Annotations (13)

NameValueLevelField
AbapCatalog.sqlViewName CALOCUSTGRPKF view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #CHECK view
AccessControl.personalData.blocking #BLOCKED_DATA_EXCLUDED view
ObjectModel.usageType.dataClass #MASTER view
ObjectModel.usageType.serviceQuality #D view
ObjectModel.usageType.sizeCategory #XL view
ObjectModel.dataCategory #VALUE_HELP view
Consumption.ranked true view
ClientHandling.algorithm #SESSION_VARIABLE view
VDM.viewType #CONSUMPTION view
Search.searchable true view
EndUserText.label Allocation Customer Group Key view

Fields (1)

KeyFieldSource TableSource FieldDescription
KEY CustomerCorporateGroup CustomerCorporateGroup
@AbapCatalog.sqlViewName: 'CALOCUSTGRPKF'

@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #CHECK
@AccessControl.personalData.blocking:#BLOCKED_DATA_EXCLUDED

@ObjectModel.usageType.dataClass: #MASTER
@ObjectModel.usageType.serviceQuality: #D
@ObjectModel.usageType.sizeCategory: #XL
@ObjectModel.dataCategory: #VALUE_HELP
@Consumption.ranked: true
@ClientHandling.algorithm: #SESSION_VARIABLE
@VDM.viewType: #CONSUMPTION
@Search.searchable: true
@EndUserText.label: 'Allocation Customer Group Key'
define view C_AllocationCustGroupKeyVH as 
select from P_AllocCustGroupKeyVH 
{
    @Search.defaultSearchElement: true
    @Search.ranking: #HIGH
    @Search.fuzzinessThreshold: 0.8
    key CustomerCorporateGroup  
}