C_AllocFldGrpExtnDataField

DDL: C_ALLOCFLDGRPEXTNDATAFIELD SQL: CALLOFLGRPEXT Type: view CONSUMPTION

Allocation Field Group Extension Fields

C_AllocFldGrpExtnDataField is a Consumption CDS View that provides data about "Allocation Field Group Extension Fields" in SAP S/4HANA. It reads from 1 data source (P_AllocFldGrpExtenFldInfo) and exposes 5 fields with key fields AllocationType, AllocationPostingType, AllocationActualPlanVariant, AllocationFieldName.

Data Sources (1)

SourceAliasJoin Type
P_AllocFldGrpExtenFldInfo P_AllocFldGrpExtenFldInfo from

Annotations (11)

NameValueLevelField
AbapCatalog.sqlViewName CALLOFLGRPEXT view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Allocation Field Group Extension Fields 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 (5)

KeyFieldSource TableSource FieldDescription
KEY AllocationType AllocationType
KEY AllocationPostingType AllocationPostingType
KEY AllocationActualPlanVariant AllocationActualPlanVariant
KEY AllocationFieldName AllocationFieldName
AllocFldGrpExtnDataFieldKey AllocFldGrpExtnDataFieldKey
@AbapCatalog.sqlViewName: 'CALLOFLGRPEXT'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Allocation Field Group Extension Fields'

@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_AllocFldGrpExtnDataField
  as select from P_AllocFldGrpExtenFldInfo
{
      //P_AllocFieldGroupInformation

  key AllocationType,
  key AllocationPostingType,
  key AllocationActualPlanVariant,
  key AllocationFieldName,

      AllocFldGrpExtnDataFieldKey
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"P_ALLOCFLDGRPEXTENFLDINFO"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/