I_ALLOCATIONCYCLENOTE
Allocation cycle note
I_ALLOCATIONCYCLENOTE is a CDS View in S/4HANA. Allocation cycle note. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| I_AllocationCycleNoteTP | view | from | TRANSACTIONAL | Allocation cycle note |
@AbapCatalog.sqlViewName: 'ALLOCNTCYC'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #CHECK
@AccessControl.personalData.blocking:#NOT_REQUIRED
@ClientHandling.algorithm: #SESSION_VARIABLE
@EndUserText.label: 'Allocation cycle note'
@ObjectModel.usageType.dataClass: #CUSTOMIZING
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #M
@VDM.viewType: #BASIC
define view I_AllocationCycleNote as
select from allo_cycle_note
{
key tab as AllocationType,
key cycle as AllocationCycle,
key sdate as AllocationCycleStartDate,
note as NoteText
}