I_CostBreakdownStructure
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)
| Source | Alias | Join Type |
|---|---|---|
| P_FUCBC_CC_STRUC | P_FUCBC_CC_STRUC | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..*] | I_CostBreakdownStructureText | _Text | $projection.CostBreakdownStructure = _Text.CostBreakdownStructure |
Annotations (11)
| Name | Value | Level | Field |
|---|---|---|---|
| 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)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| 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
}
Learn More
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- CDS View Annotations — A Complete Guide
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA