I_CostComponentGroup
Cost Component Group
I_CostComponentGroup is a Basic CDS View (Dimension) that provides data about "Cost Component Group" in SAP S/4HANA. It has 1 association to related views. Part of development package FINS_PCP_CUST_VDM.
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [1..*] | I_CostComponentGroupText | _Text | $projection.CostComponentGroup = _Text.CostComponentGroup |
Annotations (15)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | IFICOSTCOMPGRP | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | 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 | CostComponentGroup | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #M | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| EndUserText.label | Cost Component Group | view |
Fields (2)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | CostComponentGroup | |||
| _Text | _Text |
@AbapCatalog: {
sqlViewName: 'IFICOSTCOMPGRP',
compiler.compareFilter: true,
preserveKey: true }
@ClientHandling: {
type: #CLIENT_DEPENDENT,
algorithm: #SESSION_VARIABLE }
@Analytics: {
dataCategory: #DIMENSION,
internalName: #LOCAL }
@AccessControl.authorizationCheck: #NOT_REQUIRED
@VDM.viewType: #BASIC
@ObjectModel: {
representativeKey: 'CostComponentGroup',
usageType: {
serviceQuality: #A,
sizeCategory: #M,
dataClass: #CUSTOMIZING } }
@Metadata.ignorePropagatedAnnotations: true
@EndUserText.label: 'Cost Component Group'
define view I_CostComponentGroup
as select distinct from tckh3
association [1..*] to I_CostComponentGroupText as _Text on $projection.CostComponentGroup = _Text.CostComponentGroup
{
@ObjectModel.text.association: '_Text'
key cast(egrup as fis_ck_el_grup preserving type ) as CostComponentGroup,
_Text
}
where
herko = 'X'
and egrup <> ''
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