C_AllocationCycleStatusVH

DDL: C_ALLOCATIONCYCLESTATUSVH SQL: CALOCYCLESTTUSVH Type: view CONSUMPTION Package: ODATA_ALLOCATION_TAG_V2

Allocation Cycle Status

C_AllocationCycleStatusVH is a Consumption CDS View that provides data about "Allocation Cycle Status" 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_ALLOCATION_TAG_V2.

Data Sources (1)

SourceAliasJoin Type
I_AllocationStatus I_AllocationStatus from

Annotations (12)

NameValueLevelField
AbapCatalog.sqlViewName CALOCYCLESTTUSVH view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Allocation Cycle Status 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
AbapCatalog.preserveKey true view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY AllocationStatus AllocationStatus
AllocationStatusDescription
@AbapCatalog.sqlViewName: 'CALOCYCLESTTUSVH'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Allocation Cycle Status'
@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'
@AbapCatalog.preserveKey:true 

define view C_AllocationCycleStatusVH as 
select from I_AllocationStatus 
{
  //I_AllocationStatus 

  @ObjectModel.text.element: ['AllocationStatusDescription']
  key AllocationStatus, 
  _Text[1:Language = $session.system_language].AllocationStatusDescription
}