C_UnivAllocFieldDerivationTP
Allocation Field Derivation
C_UnivAllocFieldDerivationTP is a Consumption CDS View that provides data about "Allocation Field Derivation" in SAP S/4HANA. It reads from 1 data source (R_UnivAllocFieldDerivationTP) and exposes 7 fields with key fields AllocationType, AllocationCycle, AllocationCycleStartDate, AllocationSetType, AllocationFieldName. It is exposed through 1 OData service (UI_FCO_MANAGE_ALLOCATION). Part of development package ODATA_MANAGE_ALLOCATION_V2.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| R_UnivAllocFieldDerivationTP | R_UnivAllocFieldDerivationTP | projection |
Annotations (6)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #MANDATORY | view | |
| Metadata.allowExtensions | true | view | |
| ObjectModel.usageType.serviceQuality | #B | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view | |
| VDM.viewType | #CONSUMPTION | view |
OData Services (1)
| Service | Binding | Version | Contract | Release |
|---|---|---|---|---|
| UI_FCO_MANAGE_ALLOCATION | UI_FCOUA_MANAGE_ALLOCATION | V2 | C1 | NOT_RELEASED |
Fields (7)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | AllocationType | AllocationType | ||
| KEY | AllocationCycle | AllocationCycle | ||
| KEY | AllocationCycleStartDate | AllocationCycleStartDate | ||
| KEY | AllocationSetType | AllocationSetType | ||
| KEY | AllocationFieldName | AllocationFieldName | ||
| AllocationFieldIsDerived | AllocationFieldIsDerived | |||
| AllocationFieldLabel | AllocationFieldLabel |
@AbapCatalog.viewEnhancementCategory: [#NONE]
@AccessControl.authorizationCheck: #MANDATORY
@Metadata.allowExtensions: true
@ObjectModel.usageType:{
serviceQuality: #B,
sizeCategory: #L,
dataClass: #CUSTOMIZING }
@VDM: {
viewType: #CONSUMPTION,
usage.type:[#TRANSACTIONAL_PROCESSING_SERVICE] }
define view entity C_UnivAllocFieldDerivationTP
as projection on R_UnivAllocFieldDerivationTP
{
key AllocationType,
key AllocationCycle,
key AllocationCycleStartDate,
key AllocationSetType,
key AllocationFieldName,
AllocationFieldIsDerived,
@ObjectModel.virtualElementCalculatedBy: 'ABAP:CL_FCOUA_VIRTUAL_DERIV_CALC'
AllocationFieldLabel,
_Cycle : redirected to parent C_UniversalAllocationCycleTP
}
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