P_ALLOCATIONCYCLECHANGE
Allocation cycle change
P_ALLOCATIONCYCLECHANGE is a CDS View in S/4HANA. Allocation cycle change. It contains 1 fields. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| I_AllocationCycle | view | left_outer | BASIC | Allocation Cycle |
Fields (1)
| Key | Field | CDS Fields | Used 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
}