P_ALLOCATIONCYCLECHANGE

CDS View

P_ALLOCATIONCYCLECHANGE is a CDS View in S/4HANA. It contains 1 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
I_AllocationCycle view left_outer BASIC Allocation Cycle

Fields (1)

KeyField CDS FieldsUsed in Views
LastChangeTime LastChangeTime 1
@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  
}