C_AllocationStatusVH

DDL: C_ALLOCATIONSTATUSVH SQL: CALOSTATUSVH Type: view CONSUMPTION Package: ODATA_MANAGE_ALLOCATION

Allocation Status Value Help

C_AllocationStatusVH is a Consumption CDS View that provides data about "Allocation Status Value Help" in SAP S/4HANA. It reads from 1 data source (I_AllocationStatus) and exposes 2 fields with key field AllocationStatus. Part of development package ODATA_MANAGE_ALLOCATION.

Data Sources (1)

SourceAliasJoin Type
I_AllocationStatus I_AllocationStatus from

Annotations (11)

NameValueLevelField
AbapCatalog.sqlViewName CALOSTATUSVH view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Allocation Status Value Help view
VDM.viewType #CONSUMPTION view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.dataClass #MASTER view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.dataCategory #VALUE_HELP view
ObjectModel.representativeKey AllocationStatus view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY AllocationStatus AllocationStatus
AllocationStatusDescription
@AbapCatalog.sqlViewName: 'CALOSTATUSVH'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Allocation Status Value Help'
@VDM.viewType: #CONSUMPTION
@ObjectModel.usageType.sizeCategory: #S
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.dataClass: #MASTER
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.dataCategory: #VALUE_HELP
@ObjectModel.representativeKey: 'AllocationStatus'
//@VDM.private: true

define view C_AllocationStatusVH as 
select from I_AllocationStatus 
{
  //I_AllocationStatus 

  key AllocationStatus, 
  _Text[1:Language = $session.system_language].AllocationStatusDescription
}