C_AllocFieldGroupInformation

DDL: C_ALLOCFIELDGROUPINFORMATION SQL: CALLOCFLGRPINF Type: view CONSUMPTION

Allocation Field Group Information

C_AllocFieldGroupInformation is a Consumption CDS View that provides data about "Allocation Field Group Information" in SAP S/4HANA. It reads from 1 data source (P_AllocFieldGroupInformation) and exposes 26 fields with key fields AllocationType, AllocationPostingType, AllocationActualPlanVariant, AllocationFieldGroup.

Data Sources (1)

SourceAliasJoin Type
P_AllocFieldGroupInformation P_AllocFieldGroupInformation from

Annotations (11)

NameValueLevelField
AbapCatalog.sqlViewName CALLOCFLGRPINF view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Allocation Field Group Information view
AccessControl.personalData.blocking #NOT_REQUIRED view
ClientHandling.algorithm #SESSION_VARIABLE view
AbapCatalog.preserveKey true view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #S view
VDM.viewType #CONSUMPTION view

Fields (26)

KeyFieldSource TableSource FieldDescription
KEY AllocationType AllocationType
KEY AllocationPostingType AllocationPostingType
KEY AllocationActualPlanVariant AllocationActualPlanVariant
KEY AllocationFieldGroup AllocationFieldGroup
AllocVariablePortingType AllocVariablePortingType
AllocFldActlPlnVarValue AllocFldActlPlnVarValue
AllocationDataFieldName1 AllocationDataFieldName1
AllocationDataFieldName2 AllocationDataFieldName2
AllocationDataFieldName3 AllocationDataFieldName3
AllocationDataFieldName4 AllocationDataFieldName4
AllocationDataFieldName5 AllocationDataFieldName5
AllocationDataFieldName6 AllocationDataFieldName6
AllocationDataFieldName7 AllocationDataFieldName7
AllocationDataFieldName8 AllocationDataFieldName8
AllocationDataFieldName9 AllocationDataFieldName9
AllocationDataFieldName10 AllocationDataFieldName10
AllocFieldGroupDataFieldKey1 AllocFieldGroupDataFieldKey1
AllocFieldGroupDataFieldKey2 AllocFieldGroupDataFieldKey2
AllocFieldGroupDataFieldKey3 AllocFieldGroupDataFieldKey3
AllocFieldGroupDataFieldKey4 AllocFieldGroupDataFieldKey4
AllocFieldGroupDataFieldKey5 AllocFieldGroupDataFieldKey5
AllocFieldGroupDataFieldKey6 AllocFieldGroupDataFieldKey6
AllocFieldGroupDataFieldKey7 AllocFieldGroupDataFieldKey7
AllocFieldGroupDataFieldKey8 AllocFieldGroupDataFieldKey8
AllocFieldGroupDataFieldKey9 AllocFieldGroupDataFieldKey9
AllocFieldGroupDataFieldKey10 AllocFieldGroupDataFieldKey10
@AbapCatalog.sqlViewName: 'CALLOCFLGRPINF'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Allocation Field Group Information'

@AccessControl.personalData.blocking:#NOT_REQUIRED
@ClientHandling.algorithm: #SESSION_VARIABLE
@AbapCatalog.preserveKey:true
@ObjectModel.usageType.dataClass: #CUSTOMIZING
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.sizeCategory: #S

@VDM.viewType: #CONSUMPTION
define view C_AllocFieldGroupInformation
  as select from P_AllocFieldGroupInformation
{
      //P_AllocFieldGroupInformation

  key AllocationType,
  key AllocationPostingType,
  key AllocationActualPlanVariant,
  key AllocationFieldGroup,
      AllocVariablePortingType,
      AllocFldActlPlnVarValue,

      AllocationDataFieldName1,
      AllocationDataFieldName2,
      AllocationDataFieldName3,
      AllocationDataFieldName4,
      AllocationDataFieldName5,
      AllocationDataFieldName6,
      AllocationDataFieldName7,
      AllocationDataFieldName8,
      AllocationDataFieldName9,
      AllocationDataFieldName10,

      AllocFieldGroupDataFieldKey1,
      AllocFieldGroupDataFieldKey2,
      AllocFieldGroupDataFieldKey3,
      AllocFieldGroupDataFieldKey4,
      AllocFieldGroupDataFieldKey5,
      AllocFieldGroupDataFieldKey6,
      AllocFieldGroupDataFieldKey7,
      AllocFieldGroupDataFieldKey8,
      AllocFieldGroupDataFieldKey9,
      AllocFieldGroupDataFieldKey10
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"P_ALLOCFIELDGROUPINFORMATION"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/