C_AllocationCustGroupKeyVH

DDL: C_ALLOCATIONCUSTGROUPKEYVH SQL: CALOCUSTGRPKF Type: view CONSUMPTION Package: ODATA_MANAGE_ALLOCATION

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. It is exposed through 1 OData service (UI_FCO_MANAGE_ALLOCATION). Part of development package ODATA_MANAGE_ALLOCATION.

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

OData Services (1)

ServiceBindingVersionContractRelease
UI_FCO_MANAGE_ALLOCATION UI_FCOUA_MANAGE_ALLOCATION V2 C1 NOT_RELEASED

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
}