C_AllocFieldGroupInformation
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)
| Source | Alias | Join Type |
|---|---|---|
| P_AllocFieldGroupInformation | P_AllocFieldGroupInformation | from |
Annotations (11)
| Name | Value | Level | Field |
|---|---|---|---|
| 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)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| 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":""
}
}*/
Learn More
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- CDS View Annotations — A Complete Guide
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA