@AbapCatalog.sqlViewName: 'ALOCDRAFTLOCKV'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@AccessControl.personalData.blocking:#NOT_REQUIRED
//@EndUserText.label: 'Allocation cycle change'
@ObjectModel.usageType.dataClass: #CUSTOMIZING
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #S
@VDM.viewType: #BASIC
@VDM.private: true
define view P_AllocationCycleChange as
select from alocdraftlock
{
key tab as AllocationType,
key cycle as AllocationCycle,
key sdate as AllocationCycleStartDate,
lastchange as LastChangeTime
}