I_CostComponentStructure

DDL: I_COSTCOMPONENTSTRUCTURE Type: view BASIC Package: FINS_PCP_CUST_VDM

Cost Component Structure

I_CostComponentStructure is a Basic CDS View (Dimension) that provides data about "Cost Component Structure" in SAP S/4HANA. It reads from 1 data source (tckh4) and exposes 2 fields with key field CostComponentStructure. It has 1 association to related views. Part of development package FINS_PCP_CUST_VDM.

Data Sources (1)

SourceAliasJoin Type
tckh4 tckh4 from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_CostComponentStructureText _Text $projection.CostComponentStructure = _Text.CostComponentStructure

Annotations (18)

NameValueLevelField
AbapCatalog.sqlViewName ICOSTCOMPSTRUC view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AbapCatalog.buffering.type #GENERIC view
AbapCatalog.buffering.numberOfKeyFields 1 view
AbapCatalog.buffering.status #ACTIVE view
ClientHandling.type #CLIENT_DEPENDENT view
ClientHandling.algorithm #SESSION_VARIABLE view
Analytics.dataCategory #DIMENSION view
Analytics.internalName #LOCAL view
AccessControl.authorizationCheck #NOT_REQUIRED view
VDM.viewType #BASIC view
ObjectModel.representativeKey CostComponentStructure view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #M view
ObjectModel.usageType.dataClass #CUSTOMIZING view
Metadata.ignorePropagatedAnnotations true view
EndUserText.label Cost Component Structure view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY CostComponentStructure elehk
_Text _Text
@AbapCatalog: {
  sqlViewName: 'ICOSTCOMPSTRUC',
  compiler.compareFilter: true,
  preserveKey: true,
  buffering: {
    type: #GENERIC,
    numberOfKeyFields: 1,
    status: #ACTIVE } }
@ClientHandling: {
  type: #CLIENT_DEPENDENT,
  algorithm: #SESSION_VARIABLE }
@Analytics: {
  dataCategory: #DIMENSION,
  internalName: #LOCAL }
@AccessControl.authorizationCheck: #NOT_REQUIRED
@VDM.viewType: #BASIC
@ObjectModel: {
  representativeKey: 'CostComponentStructure',
  usageType: {
    serviceQuality: #A,
    sizeCategory: #M,
    dataClass: #CUSTOMIZING } }
@Metadata.ignorePropagatedAnnotations: true
@EndUserText.label: 'Cost Component Structure'

define view I_CostComponentStructure
  as select from tckh4
  association [0..*] to I_CostComponentStructureText as _Text on $projection.CostComponentStructure = _Text.CostComponentStructure
{
      @ObjectModel.text.association: '_Text'
  key elehk as CostComponentStructure,

      _Text

}