P_AllocationCycleGroupNode
Allocation Cycle Group Node
P_AllocationCycleGroupNode is a Consumption CDS View that provides data about "Allocation Cycle Group Node" in SAP S/4HANA. It reads from 1 data source (I_UniversalHierNode) and exposes 23 fields with key field UniversalHierNodeID. Part of development package ODATA_RUN_ALLOCATION.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_UniversalHierNode | I_UniversalHierNode | from |
Annotations (12)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.preserveKey | true | view | |
| AbapCatalog.sqlViewName | PALLOCCYCGRPNODE | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| AccessControl.personalData.blocking | #NOT_REQUIRED | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| EndUserText.label | Allocation Cycle Group Node | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #M | view | |
| VDM.viewType | #CONSUMPTION | view | |
| VDM.private | true | view |
Fields (23)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | UniversalHierNodeID | UniversalHierNodeID | Workflow Step | |
| UniversalHierarchyVersionID | UniversalHierarchyVersionID | Version ID | ||
| UniversalHierNodeParentID | UniversalHierNodeParentID | Node Parent ID | ||
| UniversalHierNodeRefID | UniversalHierNodeRefID | Reference Node ID | ||
| UniversalHierNodeType | UniversalHierNodeType | Type | ||
| UniversalHierNodeEntity | UniversalHierNodeEntity | Business Entity | ||
| UniversalHierNodeLevel | UniversalHierNodeLevel | Node Level | ||
| UniversalHierNodeSequence | UniversalHierNodeSequence | Sequence Number | ||
| UniversalHierNodeDisplayOrder | UniversalHierNodeDisplayOrder | UI Display Order | ||
| UniversalHierNodeSign | UniversalHierNodeSign | Node Value Sign | ||
| UniversalHierNodeValidFrom | UniversalHierNodeValidFrom | Node Valid From | ||
| UniversalHierNodeValidTo | UniversalHierNodeValidTo | Node Valid To | ||
| UniversalHierNodeLowValue | UniversalHierNodeLowValue | Node Low Value | ||
| UniversalHierNodeHighValue | UniversalHierNodeHighValue | Node High Value | ||
| UniversalHierNodeCreatedAt | UniversalHierNodeCreatedAt | Uploaded On | ||
| UniversalHierNodeCreatedBy | UniversalHierNodeCreatedBy | Version Created By | ||
| UniversalHierNodeUpdatedAt | UniversalHierNodeUpdatedAt | Version Update Time | ||
| UniversalHierNodeUpdatedBy | UniversalHierNodeUpdatedBy | Version Updated By | ||
| AllocationType | ||||
| Ledger | ||||
| AllocationCycleName | ||||
| AllocationCycleStartDate | ||||
| _Version | _Version |
Derived SQL interpretation, reconstructed from the parsed view metadata (data sources, associations, and field mappings). SAP annotations are omitted and the structure is reformulated as SQL — this is a functional approximation, not the verbatim SAP source.
-- Derived SQL interpretation of CDS view P_AllocationCycleGroupNode.
-- Reconstructed from parsed metadata (data sources, associations, fields).
-- SAP annotations are omitted and the structure is reformulated as SQL;
-- this is a functional approximation, not the verbatim SAP source. Some join
-- conditions may be unavailable and a few CDS constructs are kept as-is.
-- SQL view name: PALLOCCYCGRPNODE
CREATE VIEW P_AllocationCycleGroupNode AS
SELECT
UniversalHierNodeID,
UniversalHierarchyVersionID,
UniversalHierNodeParentID,
UniversalHierNodeRefID,
UniversalHierNodeType,
UniversalHierNodeEntity,
UniversalHierNodeLevel,
UniversalHierNodeSequence,
UniversalHierNodeDisplayOrder,
UniversalHierNodeSign,
UniversalHierNodeValidFrom,
UniversalHierNodeValidTo,
UniversalHierNodeLowValue,
UniversalHierNodeHighValue,
UniversalHierNodeCreatedAt,
UniversalHierNodeCreatedBy,
UniversalHierNodeUpdatedAt,
UniversalHierNodeUpdatedBy,
cast( _ClFdValue[1:UniversalHierClFldName = 'ALLOCATIONTYPE'].UniversalHierClFldLowValue as fco_allocation_context ) AS AllocationType,
cast( _ClFdValue[1:UniversalHierClFldName = 'LEDGER'].UniversalHierClFldLowValue as fis_rldnr ) AS Ledger,
cast(replace( UniversalHierNodeLowValue, right(UniversalHierNodeLowValue,9),'') as fco_alloc_cycle) AS AllocationCycleName,
cast(right(UniversalHierNodeLowValue, 8 ) as sdate ) AS AllocationCycleStartDate
FROM I_UniversalHierNode
;
Learn More
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- CDS View Annotations — A Complete Guide
- What Is a CDS View in SAP S/4HANA?
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- 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
- BSEG to ACDOCA: The Universal Journal Migration
- Business Partner Migration: KNA1/LFA1 to BUT000
- Material Document Migration: MSEG/MKPF to MATDOC
- How to Find the Right CDS View for an SAP Table
- BW Extractor to CDS View Migration Guide
- S/4HANA CDS View Deprecation: What You Need to Know
- ABAP CDS View Tutorial — From Basics to Real-World Examples
- RAP and CDS Views — Building Transactional Apps in SAP S/4HANA
- Sales Document Status Migration: VBUP/VBUK Removal in S/4HANA
- CO Tables in S/4HANA: COEP, COBK, COSS, COSP to ACDOCA