I_ALLOCATIONCYCLEFIELDGROUP
Allocation Cycle Field Group
I_ALLOCATIONCYCLEFIELDGROUP is a CDS View in S/4HANA. Allocation Cycle Field Group. 2 CDS views read from this table.
CDS Views using this table (2)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| I_AllocationCycleFieldGroupTP | view | from | TRANSACTIONAL | Allocation Cycle Field Group |
| P_UnivAllocFieldGroupVersion | view_entity | union_all | CONSUMPTION | Universal Allocation Field Group |
@AbapCatalog.sqlViewName: 'ALLOCCYCFLDGRP'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #CHECK
@AccessControl.personalData.blocking:#NOT_REQUIRED
@EndUserText.label: 'Allocation Cycle Field Group'
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.usageType.dataClass: #CUSTOMIZING
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #M
@VDM.viewType: #BASIC
define view I_AllocationCycleFieldGroup as
select from t811g
{
//t811g
key tab as AllocationType,
key cycle as AllocationCycle,
key sdate as AllocationCycleStartDate,
key pos as AllocationFieldDisplayPosition,
fgroup as AllocationFieldGroup
}