C_ActyTypeAllocCostElementVH

DDL: C_ACTYTYPEALLOCCOSTELEMENTVH SQL: CCCACTTYACEPVH Type: view CONSUMPTION

Allocation cost element value help

C_ActyTypeAllocCostElementVH is a Consumption CDS View that provides data about "Allocation cost element value help" in SAP S/4HANA. It reads from 1 data source (I_CostElement) and exposes 4 fields with key fields ControllingArea, CostElement.

Data Sources (1)

SourceAliasJoin Type
I_CostElement I_CostElement from

Annotations (13)

NameValueLevelField
AbapCatalog.sqlViewName CCCACTTYACEPVH view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #CHECK view
EndUserText.label Allocation cost element value help view
ClientHandling.algorithm #SESSION_VARIABLE view
Search.searchable true view
VDM.viewType #CONSUMPTION view
ObjectModel.representativeKey CostElement view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.dataClass #MIXED view
Consumption.ranked true view

Fields (4)

KeyFieldSource TableSource FieldDescription
KEY ControllingArea ControllingArea Controlling Area
KEY CostElement CostElement G/L Account
CostElementName
_ControllingArea _ControllingArea

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_ActyTypeAllocCostElementVH.
-- 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: CCCACTTYACEPVH

CREATE VIEW C_ActyTypeAllocCostElementVH AS
SELECT
  ControllingArea,
  CostElement,
  _Text[1:Language=$session.system_language].CostElementName AS CostElementName
FROM I_CostElement
;