P_AllocationStatusVH

DDL: P_ALLOCATIONSTATUSVH SQL: PALOSTATUSVH Type: view CONSUMPTION Package: ODATA_MANAGE_ALLOCATION

Allocation Status Value Help

P_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 (10)

NameValueLevelField
AbapCatalog.sqlViewName PALOSTATUSVH view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #CHECK 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
VDM.private true view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY AllocationStatus AllocationStatus
AllocationStatusDescription
@AbapCatalog.sqlViewName: 'PALOSTATUSVH'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #CHECK
@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: 'AllocationCycle'

@VDM.private: true
define view P_AllocationStatusVH as 
select from I_AllocationStatus 
{
  //I_AllocationStatus 

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