C_AllocFldGrpExtnDataField

DDL: C_ALLOCFLDGRPEXTNDATAFIELD SQL: CALLOFLGRPEXT Type: view CONSUMPTION Package: ODATA_MANAGE_ALLOCATION

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. It is exposed through 1 OData service (UI_FCO_MANAGE_ALLOCATION). Part of development package ODATA_MANAGE_ALLOCATION.

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

OData Services (1)

ServiceBindingVersionContractRelease
UI_FCO_MANAGE_ALLOCATION UI_FCOUA_MANAGE_ALLOCATION V2 C1 NOT_RELEASED

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
}