P_TCKH3

CDS View

Private View - TCKH3

P_TCKH3 is a CDS View in S/4HANA. Private View - TCKH3. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
I_CostComponent view from BASIC Cost Component
@AbapCatalog.viewEnhancementCategory: [#NONE]
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Private View - TCKH3'
@Metadata.ignorePropagatedAnnotations: true
@VDM: {
  private: true,
  viewType: #BASIC
}
@ObjectModel.usageType:{
  serviceQuality: #A,
  sizeCategory: #S,
  dataClass: #CUSTOMIZING
}
define view entity P_TCKH3
  as select from tckh3
{
  key elehk as CostComponentStructure,
  key 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
}