C_ALLOCATIONCONTEXTVH

CDS View

Allocation Context Value Help

C_ALLOCATIONCONTEXTVH is a CDS View in S/4HANA. Allocation Context Value Help. It contains 2 fields. 4 CDS views read from this table.

CDS Views using this table (4)

ViewTypeJoinVDMDescription
C_AllocationCycleVH view inner CONSUMPTION Allocation Cycle Value Help
C_AllocationImportExcelTypeVH view_entity inner CONSUMPTION Allocation Type for Excel
C_AllocationTypeVH view inner CONSUMPTION Allocation Type Value Help
P_DistinctAllocPostingType view inner CONSUMPTION

Fields (2)

KeyField CDS FieldsUsed in Views
KEY AllocationType AllocationType 2
AllocationContextTypeText AllocationContextTypeText 1
@AbapCatalog.sqlViewName: 'CALOCONTXVH'
@AbapCatalog.compiler.compareFilter: true
@Search.searchable: true
@AccessControl.authorizationCheck: #CHECK
@EndUserText.label: 'Allocation Context Value Help'
@VDM.viewType: #CONSUMPTION
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #M
@ObjectModel.usageType.dataClass: #CUSTOMIZING
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.dataCategory: #VALUE_HELP
@ObjectModel.representativeKey: 'AllocationType'
@ObjectModel.resultSet.sizeCategory: #XS
define view C_AllocationContextVH as 
//select from I_PlanningCategory

select from I_AllocationContextType                                                                 
{ 
  @ObjectModel.text.element: ['AllocationContextTypeText']
  @Search.defaultSearchElement: true
  @Search.fuzzinessThreshold: 0.8
  @Search.ranking: #HIGH
  key cast(AllocationType as fco_allocation_context) as AllocationType,  
  @Search.defaultSearchElement: true
  @Search.fuzzinessThreshold: 0.8
  @Search.ranking: #HIGH
  _Text[1:Language = $session.system_language].AllocationContextTypeText
}