C_AllocationImportExcelTypeVH

DDL: C_ALLOCATIONIMPORTEXCELTYPEVH Type: view_entity CONSUMPTION Package: MANAGE_ALLOCATION_EXCEL

Allocation Type for Excel

C_AllocationImportExcelTypeVH is a Consumption CDS View that provides data about "Allocation Type for Excel" in SAP S/4HANA. It reads from 1 data source (C_AllocationContextVH) and exposes 3 fields with key fields AllocationPostingType, AllocationType. It has 1 association to related views. Part of development package MANAGE_ALLOCATION_EXCEL.

Data Sources (1)

SourceAliasJoin Type
C_AllocationContextVH _AllocContext inner

Associations (1)

CardinalityTargetAliasCondition
[1..1] I_AllocationPostingType _AllocPostingType _AllocPostingType.AllocationPostingType = _DistinctValues.AllocationPostingType

Annotations (8)

NameValueLevelField
AccessControl.authorizationCheck #CHECK view
ObjectModel.usageType.dataClass #MIXED view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #M view
ObjectModel.dataCategory #VALUE_HELP view
Search.searchable true view
EndUserText.label Allocation Type for Excel view
VDM.viewType #CONSUMPTION view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY AllocationPostingType _AllocPostingType AllocationPostingType
KEY AllocationType C_AllocationContextVH AllocationType
AllocationPostingTypeText
@AccessControl.authorizationCheck: #CHECK
@ObjectModel.usageType: { 
  dataClass: #MIXED,
  serviceQuality: #C,
  sizeCategory: #M }
@ObjectModel.dataCategory: #VALUE_HELP
@Search.searchable: true
@EndUserText.label: 'Allocation Type for Excel'
@VDM.viewType: #CONSUMPTION
define view entity C_AllocationImportExcelTypeVH
  as
  select distinct from P_AllocationFieldGroupDistc as _DistinctValues

    inner join         C_AllocationContextVH       as _AllocContext on _DistinctValues.AllocationType = _AllocContext.AllocationType

  association [1..1] to I_AllocationPostingType as _AllocPostingType on _AllocPostingType.AllocationPostingType = _DistinctValues.AllocationPostingType

{
      @ObjectModel.text.element: ['AllocationPostingTypeText']
  key _AllocPostingType.AllocationPostingType as AllocationPostingType,
      @UI.hidden: true
  key _AllocContext.AllocationType,
  
      _AllocPostingType._Text[1:Language = $session.system_language].AllocationPostingTypeText     
} 
  where _AllocPostingType.AllocationPostingType <> 'K'