I_CostBreakdownStructureText
Cost Breakdown Structure - Text
I_CostBreakdownStructureText is a Basic CDS View that provides data about "Cost Breakdown Structure - Text" in SAP S/4HANA. It reads from 1 data source (fucbc_cc_struct) and exposes 5 fields with key fields Language, CostBreakdownStructure. It has 2 associations to related views. Part of development package FINS_UCB_CUST.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| fucbc_cc_struct | fucbc_cc_struct | from |
Associations (2)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..1] | I_CostBreakdownStructure | _CostBreakdownStructure | $projection.CostBreakdownStructure = _CostBreakdownStructure.CostBreakdownStructure |
| [0..1] | I_Language | _Language | $projection.Language = _Language.Language |
Annotations (11)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| EndUserText.label | Cost Breakdown Structure - Text | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ObjectModel.dataCategory | #TEXT | view | |
| ObjectModel.modelingPattern | #NONE | view | |
| ObjectModel.representativeKey | CostBreakdownStructure | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view | |
| Search.searchable | true | view | |
| VDM.viewType | #BASIC | view |
Fields (5)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | Language | langu | ||
| KEY | CostBreakdownStructure | cost_comp_struc | ||
| CostBreakdownStructureName | name | |||
| _CostBreakdownStructure | _CostBreakdownStructure | |||
| _Language | _Language |
@AbapCatalog.viewEnhancementCategory: [#NONE]
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Cost Breakdown Structure - Text'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel: {
dataCategory: #TEXT,
modelingPattern: #NONE,
representativeKey: 'CostBreakdownStructure',
usageType: {
serviceQuality: #A,
sizeCategory: #S,
dataClass: #CUSTOMIZING
},
supportedCapabilities: [
#CDS_MODELING_ASSOCIATION_TARGET,
#LANGUAGE_DEPENDENT_TEXT ]
}
@Search.searchable: true
@VDM.viewType: #BASIC
define view entity I_CostBreakdownStructureText
as select from fucbc_cc_struct
association [0..1] to I_CostBreakdownStructure as _CostBreakdownStructure on $projection.CostBreakdownStructure = _CostBreakdownStructure.CostBreakdownStructure
association [0..1] to I_Language as _Language on $projection.Language = _Language.Language
{
@Semantics.language: true
@ObjectModel.foreignKey.association: '_Language'
key langu as Language,
@ObjectModel.foreignKey.association: '_CostBreakdownStructure'
@ObjectModel.text.element:['CostBreakdownStructureName']
@Search.ranking:#LOW
key cost_comp_struc as CostBreakdownStructure,
@Search.defaultSearchElement: true
@Search.fuzzinessThreshold: 0.8
@Search.ranking:#HIGH
@Semantics.text: true
name as CostBreakdownStructureName,
_CostBreakdownStructure,
_Language
}
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