P_TCKH3

DDL: P_TCKH3 Type: view_entity BASIC Package: FINS_PCP_CUST_VDM

Private View - TCKH3

P_TCKH3 is a Basic CDS View that provides data about "Private View - TCKH3" in SAP S/4HANA. It reads from 1 data source (tckh3) and exposes 16 fields with key fields CostComponentStructure, CostComponent. Part of development package FINS_PCP_CUST_VDM.

Data Sources (1)

SourceAliasJoin Type
tckh3 tckh3 from

Annotations (8)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Private View - TCKH3 view
Metadata.ignorePropagatedAnnotations true view
VDM.private true view
VDM.viewType #BASIC view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #CUSTOMIZING view

Fields (16)

KeyFieldSource TableSource FieldDescription
KEY CostComponentStructure elehk Reserve
KEY CostComponent elemt Cost Component
el_hv el_hv Full Costs
el_hf el_hf Fixed Costs
CostComponentGroup egrup Equity group
CostCompIsForInitialCostSplit zusch Status key
CostCompIsForSalesAndAdminCost vv_gk S+A Costs
CostCompIsForCOGM herko Cost of Goods Mfd
CostCompIsForInvtryValuation besbw Inventory Valuat.
CostCompIsForInvtryOnCommlLaw invhr Commercial Inventory
CostCompIsForInvtryOnTaxLaw invsr Tax Inventory
CostCompIsForTransfPrSurcharge gewzs TransPrice Sur.
CostComponentIsRolledUp waelz Roll Up CComp.
InterCoCodeProfitIsIncluded gewbk DeltaProf CCode
InterPrftCtrProfitIsIncluded gewpc Delta Profit ProfCtr
egrup_2 egrup_2 Cost Comp. Grp

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_TCKH3.
-- 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_TCKH3 AS
SELECT
  elehk AS CostComponentStructure,
  elemt AS CostComponent,
  el_hv,
  el_hf,
  egrup AS CostComponentGroup,
  zusch AS CostCompIsForInitialCostSplit,
  vv_gk AS CostCompIsForSalesAndAdminCost,
  herko AS CostCompIsForCOGM,
  besbw AS CostCompIsForInvtryValuation,
  invhr AS CostCompIsForInvtryOnCommlLaw,
  invsr AS CostCompIsForInvtryOnTaxLaw,
  gewzs AS CostCompIsForTransfPrSurcharge,
  waelz AS CostComponentIsRolledUp,
  gewbk AS InterCoCodeProfitIsIncluded,
  gewpc AS InterPrftCtrProfitIsIncluded,
  egrup_2
FROM tckh3
;