I_ALLOCATIONCYCLEFIELDGROUPTP

CDS View

Allocation Cycle Field Group

I_ALLOCATIONCYCLEFIELDGROUPTP is a CDS View in S/4HANA. Allocation Cycle Field Group. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
C_AllocationCycleFieldGroupTP view from CONSUMPTION Allocation Cycle Field Group
@AbapCatalog.sqlViewName: 'ALLOCCYCFLDGRPTP'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #CHECK
@AccessControl.personalData.blocking:#NOT_REQUIRED
@ClientHandling.algorithm: #SESSION_VARIABLE
@EndUserText.label: 'Allocation Cycle Field Group'

@ObjectModel.usageType.dataClass: #CUSTOMIZING
@ObjectModel.usageType.serviceQuality: #B
@ObjectModel.usageType.sizeCategory: #M

@VDM.viewType: #TRANSACTIONAL

@ObjectModel:
{
  transactionalProcessingEnabled:true,
  writeDraftPersistence: 'ALOCYCFLDGRPD',
  semanticKey: ['AllocationType', 'AllocationCycle', 'AllocationCycleStartDate', 'AllocationFieldDisplayPosition' ],
  createEnabled: true,
  updateEnabled: true,
  deleteEnabled: true
//  entityChangeStateId: 'LastChangeTime'

}
define view I_AllocationCycleFieldGroupTP as 
select from I_AllocationCycleFieldGroup

  association [1..1] to I_AllocationCycleTP as _Cycle    on  $projection.AllocationType           = _Cycle.AllocationType
                                                         and $projection.AllocationCycle          = _Cycle.AllocationCycle
                                                         and $projection.AllocationCycleStartDate = _Cycle.AllocationCycleStartDate
{
  //I_AllocationCycleFieldGroup 

  key AllocationType, 
  key AllocationCycle, 
  key AllocationCycleStartDate, 
  key AllocationFieldDisplayPosition, 
  AllocationFieldGroup,
  
  @ObjectModel.readOnly: true
  cast('X' as boolean) as AllocationFieldActive,
  
  @ObjectModel.readOnly: true
  cast('' as rowtext ) as AllocationFieldLabel,
  
  @ObjectModel.association.type:  [ #TO_COMPOSITION_ROOT, #TO_COMPOSITION_PARENT ]
  _Cycle
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_ALLOCATIONCYCLEFIELDGROUP"
],
"ASSOCIATED":
[
"I_ALLOCATIONCYCLETP"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/