C_StatKeyFigCostAllocSgmt
Cost Allocation Segments
C_StatKeyFigCostAllocSgmt is a Consumption CDS View that provides data about "Cost Allocation Segments" in SAP S/4HANA. It is exposed through 1 OData service (ASQL_F4078). Part of development package ODATA_WHERE_USED_STAT_KEY_FIG.
Annotations (11)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | CWUSKFCAS | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| EndUserText.label | Cost Allocation Segments | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.dataClass | #MIXED | view | |
| VDM.viewType | #CONSUMPTION | view | |
| Metadata.allowExtensions | true | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view |
OData Services (1)
| Service | Binding | Version | Contract | Release |
|---|---|---|---|---|
| ASQL_F4078 | ASQL_F4078 | C2 | NOT_RELEASED |
Fields (22)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | StatKeyFigWhereUsedObjType | |||
| KEY | StatisticalKeyFigure | StatisticalKeyFigure | Statistical Key Figure | |
| KEY | AllocationCycle | AllocationCycle | Cycle | |
| KEY | AllocationCycleSegment | AllocationCycleSegment | Segment Number | |
| AllocationCycleName | AllocationCycleName | Allocation Cycle | ||
| SegmentName | SegmentName | Segment Name | ||
| AllocationPostingType | AllocationPostingType | Posting Type | ||
| AllocationSegmentIsLocked | AllocationSegmentIsLocked | Lock indicator | ||
| AllocationCycleNameText | AllocationCycleNameText | Cycle Description | ||
| AllocationType | Table | |||
| AssessmentCostElement | Overhead Allocation Account | |||
| AllocationReceiverRule | AllocationReceiverRule | Receiver Rule | ||
| AllocationCycleStartDate | Valid From | |||
| AllocationCycleEndDate | Valid To | |||
| ControllingArea | _StatisticalKeyFigure | ControllingArea | Controlling Area | |
| ControllingAreaName | ||||
| StatisticalKeyFigureName | ||||
| AllocationPostingTypeText | _AllocationPostingType | AllocationPostingTypeText | Allocation Posting Type Text | |
| AllocationContextTypeText | _AllocationContextTypeText | AllocationContextTypeText | Allocation Context Type Text | |
| AllocationReceiverRuleText | _AllocationReceiverRuleText | AllocationReceiverRuleText | Allocation Receiver Rule Text | |
| ValidityStartDate | AllocationCycleStartDate | Valid From | ||
| ValidityEndDate | AllocationCycleEndDate | Valid To |
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 C_StatKeyFigCostAllocSgmt.
-- 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: CWUSKFCAS
CREATE VIEW C_StatKeyFigCostAllocSgmt AS
SELECT
cast ('4CAS' as statkeyfigwhereusedobjtypevh) AS StatKeyFigWhereUsedObjType,
StatisticalKeyFigure,
AllocationCycle,
AllocationCycleSegment,
AllocationCycleName,
SegmentName,
AllocationPostingType,
AllocationSegmentIsLocked,
AllocationCycleNameText,
cast (AllocationType as fco_allocation_context preserving type) AS AllocationType,
cast (AssessmentCostElement as fco_assessment_cost_element preserving type) AS AssessmentCostElement,
AllocationReceiverRule,
cast (AllocationCycleStartDate as fco_alloc_valid_from preserving type) AS AllocationCycleStartDate,
cast (AllocationCycleEndDate as fco_alloc_valid_to preserving type) AS AllocationCycleEndDate,
_StatisticalKeyFigure.ControllingArea AS ControllingArea,
_StatisticalKeyFigure._ControllingArea.ControllingAreaName AS ControllingAreaName,
_StatisticalKeyFigure._Text[1: Language = $session.system_language ].StatisticalKeyFigureName AS StatisticalKeyFigureName,
_AllocationPostingType.AllocationPostingTypeText AS AllocationPostingTypeText,
_AllocationContextTypeText.AllocationContextTypeText AS AllocationContextTypeText,
_AllocationReceiverRuleText.AllocationReceiverRuleText AS AllocationReceiverRuleText,
AllocationCycleStartDate AS ValidityStartDate,
AllocationCycleEndDate AS ValidityEndDate
;
Learn More
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- OData Services in SAP S/4HANA Explained
- Service Bindings and Service Definitions in SAP S/4HANA
- 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