C_UnivAllocationCycleUploadTP
Cycle data from Alloc Excel upload TP
C_UnivAllocationCycleUploadTP is a Consumption CDS View that provides data about "Cycle data from Alloc Excel upload TP" in SAP S/4HANA. It reads from 1 data source (R_UnivAllocationCycleUploadTP) and exposes 30 fields with key fields AllocationUploadRowUUID, UploadUUID. It is exposed through 1 OData service (UI_FCO_MANAGE_ALLOCATION). Part of development package ODATA_MANAGE_ALLOCATION_V2_XLS.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| R_UnivAllocationCycleUploadTP | R_UnivAllocationCycleUploadTP | projection |
Annotations (7)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #MANDATORY | view | |
| EndUserText.label | Cycle data from Alloc Excel upload TP | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #M | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| VDM.viewType | #CONSUMPTION | view | |
| Metadata.allowExtensions | true | view |
OData Services (1)
| Service | Binding | Version | Contract | Release |
|---|---|---|---|---|
| UI_FCO_MANAGE_ALLOCATION | UI_FCOUA_MANAGE_ALLOCATION | V2 | C1 | NOT_RELEASED |
Fields (30)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | AllocationUploadRowUUID | AllocationUploadRowUUID | ||
| KEY | UploadUUID | UploadUUID | ||
| AllocationCycle | AllocationCycle | |||
| AllocationCycleName | AllocationCycleName | |||
| AllocationType | AllocationType | |||
| Ledger | Ledger | |||
| AllocationCycleStartDate | AllocationCycleStartDate | |||
| RowIndex | RowIndex | |||
| AllocationCycleEndDate | AllocationCycleEndDate | |||
| AllocationCycleDescription | AllocationCycleDescription | |||
| CompanyCode | CompanyCode | |||
| ControllingArea | ControllingArea | |||
| AllocationPostingType | AllocationPostingType | |||
| AllocationActualPlanVariant | AllocationActualPlanVariant | |||
| AllocationCycleCategory | AllocationCycleCategory | |||
| AllocationIsVariableQuantity | AllocationIsVariableQuantity | |||
| AllocationIsInTransactionCrcy | AllocationIsInTransactionCrcy | |||
| AllocationCycleIsIterative | AllocationCycleIsIterative | |||
| CycleIsParallelLedgerEnabled | CycleIsParallelLedgerEnabled | |||
| AllocationIsCumulative | AllocationIsCumulative | |||
| UploadedByUser | UploadedByUser | |||
| UploadCreationDateTime | UploadCreationDateTime | |||
| AllocationCycleRunGroup | AllocationCycleRunGroup | |||
| AllocationContextTypeTextlocalized | ||||
| LedgerNamelocalized | ||||
| AllocationPostingTypeTextlocalized | ||||
| AllocActualPlanVariantTextlocalized | ||||
| AllocationCycleRunGroupTextlocalized | ||||
| CompanyCodeName | _CompanyCode | CompanyCodeName | ||
| ControllingAreaName | _ControllingArea | ControllingAreaName |
@AccessControl.authorizationCheck: #MANDATORY
@EndUserText.label: 'Cycle data from Alloc Excel upload TP'
@ObjectModel: { usageType:{
serviceQuality: #C,
sizeCategory: #M,
dataClass: #TRANSACTIONAL },
semanticKey: [ 'AllocationCycleName', 'Ledger', 'AllocationCycleStartDate', 'AllocationType' ]
}
@VDM: {
viewType: #CONSUMPTION
}
@Metadata: {
allowExtensions: true
}
define view entity C_UnivAllocationCycleUploadTP
as projection on R_UnivAllocationCycleUploadTP
{
key AllocationUploadRowUUID,
key UploadUUID,
AllocationCycle,
AllocationCycleName,
@ObjectModel.text.element: ['AllocationContextTypeText']
AllocationType,
@ObjectModel.text.element: ['LedgerName']
Ledger,
AllocationCycleStartDate,
RowIndex,
AllocationCycleEndDate,
AllocationCycleDescription,
@ObjectModel.text.element: ['CompanyCodeName']
CompanyCode,
@ObjectModel.text.element: ['ControllingAreaName']
ControllingArea,
@ObjectModel.text.element: ['AllocationPostingTypeText']
AllocationPostingType,
@ObjectModel.text.element: ['AllocActualPlanVariantText']
AllocationActualPlanVariant,
AllocationCycleCategory,
AllocationIsVariableQuantity,
AllocationIsInTransactionCrcy,
AllocationCycleIsIterative,
CycleIsParallelLedgerEnabled,
AllocationIsCumulative,
UploadedByUser,
UploadCreationDateTime,
@ObjectModel.text.element: ['AllocationCycleRunGroupText']
AllocationCycleRunGroup,
@UI.hidden: true
_Context._Text.AllocationContextTypeText : localized,
@UI.hidden: true
_LedgerText.LedgerName : localized,
@UI.hidden: true
_AllocationPostingTypeText.AllocationPostingTypeText : localized,
@UI.hidden: true
_ActualPlanVariant._Text.AllocActualPlanVariantText : localized,
@UI.hidden: true
_CycleRunGroup._Text.AllocationCycleRunGroupText : localized,
@UI.hidden: true
_CompanyCode.CompanyCodeName,
_ControllingArea.ControllingAreaName,
/* Associations */
_File : redirected to parent C_UnivAllocationFileUploadTP
}
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