P_ActCostRateCalcSpltI

DDL: P_ACTCOSTRATECALCSPLTI Type: view_entity BASIC Package: FINS_CO_UTIL_EXC

Actual Cost Rate Calculation Splitting Item

P_ActCostRateCalcSpltI is a Basic CDS View that provides data about "Actual Cost Rate Calculation Splitting Item" in SAP S/4HANA. It reads from 1 data source (fcot_ksii_splt_i) and exposes 20 fields with key field Uuid. Part of development package FINS_CO_UTIL_EXC.

Data Sources (1)

SourceAliasJoin Type
fcot_ksii_splt_i fcot_ksii_splt_i from

Annotations (7)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
Metadata.ignorePropagatedAnnotations true view
VDM.viewType #BASIC view
VDM.private true view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.dataClass #TRANSACTIONAL view

Fields (20)

KeyFieldSource TableSource FieldDescription
KEY Uuid uuid Waste Partner UUID
HeaderUuid header_uuid UUID
RunUuid run_uuid Scheduling Worklist Run UUID
Gjahr gjahr Settlement Year
Poper poper Posting periods
Rbukrs rbukrs Company Code
Kostl kostl Substitute CC
Lstar lstar Activity Type
TargetObjnr target_objnr Object number
Lilbtr lilbtr Actual Activity
Leinh leinh Unit
Wkgbtr wkgbtr WKGBTR
Wkfbtr wkfbtr WKFBTR
Kwaer kwaer Global Currency
Whgbtr whgbtr Value/LC
Whfbtr whfbtr
Hwaer hwaer Local Currency
Wagbtr wagbtr Value/1Currency
Wafbtr wafbtr
Awaer awaer Free Defined Crcy 1

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_ActCostRateCalcSpltI.
-- 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.

CREATE VIEW P_ActCostRateCalcSpltI AS
SELECT
  Uuid,
  header_uuid AS HeaderUuid,
  run_uuid AS RunUuid,
  Gjahr,
  Poper,
  Rbukrs,
  Kostl,
  Lstar,
  target_objnr AS TargetObjnr,
  Lilbtr,
  Leinh,
  Wkgbtr,
  Wkfbtr,
  Kwaer,
  Whgbtr,
  Whfbtr,
  Hwaer,
  Wagbtr,
  Wafbtr,
  Awaer
FROM fcot_ksii_splt_i
;