I_CostComponentStructure
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)
| Source | Alias | Join Type |
|---|---|---|
| tckh4 | tckh4 | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..*] | I_CostComponentStructureText | _Text | $projection.CostComponentStructure = _Text.CostComponentStructure |
Annotations (18)
| Name | Value | Level | Field |
|---|---|---|---|
| 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)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| 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
}
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