P_AllocationCostCenterVH

DDL: P_ALLOCATIONCOSTCENTERVH SQL: PALOCOSTELEM Type: view COMPOSITE

P_AllocationCostCenterVH is a Composite CDS View in SAP S/4HANA. It reads from 1 data source (I_AllocationKeyField) and exposes 11 fields with key fields AllocationType, AllocationCycle, AllocationCycleStartDate, AllocationCycleSegment, AllocationSetType.

Data Sources (1)

SourceAliasJoin Type
I_AllocationKeyField I_AllocationKeyField from

Annotations (9)

NameValueLevelField
AbapCatalog.sqlViewName PALOCOSTELEM view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #CHECK view
VDM.private true view
VDM.viewType #COMPOSITE view
ObjectModel.usageType.serviceQuality #B view
ObjectModel.usageType.sizeCategory #M view
ObjectModel.usageType.dataClass #MASTER view
ClientHandling.algorithm #SESSION_VARIABLE view

Fields (11)

KeyFieldSource TableSource FieldDescription
KEY AllocationType AllocationType
KEY AllocationCycle AllocationCycle
KEY AllocationCycleStartDate AllocationCycleStartDate
KEY AllocationCycleSegment AllocationCycleSegment
KEY AllocationSetType AllocationSetType
KEY AllocDocumentSequenceNumber AllocDocumentSequenceNumber
AllocationFieldName AllocationFieldName
AllocationSetName AllocationSetName
AllocationFieldMinimumValue AllocationFieldMinimumValue
AllocationFieldMaximumValue AllocationFieldMaximumValue
AllocationSetId AllocationSetId
@AbapCatalog.sqlViewName: 'PALOCOSTELEM'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #CHECK
//@EndUserText.label: 'Allocation Cost Center'

@VDM.private: true
@VDM.viewType: #COMPOSITE
@ObjectModel.usageType.serviceQuality: #B
@ObjectModel.usageType.sizeCategory: #M
@ObjectModel.usageType.dataClass: #MASTER
@ClientHandling.algorithm: #SESSION_VARIABLE
//@ObjectModel.dataCategory: #VALUE_HELP

define view P_AllocationCostCenterVH as 
select from I_AllocationKeyField
{
  //I_AllocationKeyField 

  @UI.hidden: true
  key AllocationType,
  @UI.hidden: true 
  key AllocationCycle,
  @UI.hidden: true 
  key AllocationCycleStartDate,
  @UI.hidden: true 
  key AllocationCycleSegment,
  @UI.hidden: true 
  key AllocationSetType,
  @UI.hidden: true 
  key AllocDocumentSequenceNumber, 
  AllocationFieldName,
  @UI.hidden: true 
  AllocationSetName, 
  AllocationFieldMinimumValue, 
  AllocationFieldMaximumValue,
  @UI.hidden: true 
  AllocationSetId
}
where AllocationFieldName = 'RACCT'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_ALLOCATIONKEYFIELD"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0
}
}*/