I_CostBreakdownStructure

DDL: I_COSTBREAKDOWNSTRUCTURE Type: view_entity BASIC Package: FINS_UCB_CUST

Cost Breakdown Structure

I_CostBreakdownStructure is a Basic CDS View (Dimension) that provides data about "Cost Breakdown Structure" in SAP S/4HANA. It reads from 1 data source (P_FUCBC_CC_STRUC) and exposes 3 fields with key field CostBreakdownStructure. It has 1 association to related views. Part of development package FINS_UCB_CUST.

Data Sources (1)

SourceAliasJoin Type
P_FUCBC_CC_STRUC P_FUCBC_CC_STRUC from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_CostBreakdownStructureText _Text $projection.CostBreakdownStructure = _Text.CostBreakdownStructure

Annotations (11)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
Analytics.dataCategory #DIMENSION view
Analytics.internalName #LOCAL view
EndUserText.label Cost Breakdown Structure view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.modelingPattern #NONE view
ObjectModel.representativeKey CostBreakdownStructure view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #CUSTOMIZING view
VDM.viewType #BASIC view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY CostBreakdownStructure CostBreakdownStructure
CostBreakdownType CostBreakdownType
_Text _Text
@AbapCatalog.viewEnhancementCategory: [#NONE]

@AccessControl.authorizationCheck: #NOT_REQUIRED

@Analytics.dataCategory: #DIMENSION
@Analytics.internalName: #LOCAL

@EndUserText.label: 'Cost Breakdown Structure'

@Metadata.ignorePropagatedAnnotations: true

@ObjectModel: {
    modelingPattern: #NONE,
    representativeKey: 'CostBreakdownStructure',
    usageType: {
        serviceQuality: #A,
        sizeCategory: #S,
        dataClass: #CUSTOMIZING
    },
    supportedCapabilities: [
        #ANALYTICAL_DIMENSION,
        #CDS_MODELING_ASSOCIATION_TARGET,
        #CDS_MODELING_DATA_SOURCE,
        #SQL_DATA_SOURCE ]
}

@VDM.viewType: #BASIC

define view entity I_CostBreakdownStructure
  as select from P_FUCBC_CC_STRUC

  association [0..*] to I_CostBreakdownStructureText as _Text on $projection.CostBreakdownStructure = _Text.CostBreakdownStructure
{
      @ObjectModel.text.association: '_Text'
  key CostBreakdownStructure,
  
      CostBreakdownType,

      _Text
}