I_REServiceChargeKey
Service Charge Key
I_REServiceChargeKey is a Basic CDS View that provides data about "Service Charge Key" in SAP S/4HANA. It reads from 1 data source (tivscsckey) and exposes 14 fields with key field REServiceChargeKey. It has 1 association to related views. Part of development package VDM_RE_SC.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| tivscsckey | tivscsckey | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..*] | I_REServiceChargeKeyText | _Text | $projection.REServiceChargeKey = _Text.REServiceChargeKey |
Annotations (10)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | IRESERVSCKEY | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| EndUserText.label | Service Charge Key | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #M | view | |
| VDM.viewType | #BASIC | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| AbapCatalog.preserveKey | true | view |
Fields (14)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | REServiceChargeKey | |||
| REIsOperatingCost | cost_indicator | |||
| REIsApportionable | is_apportionable | |||
| REIsOnlyCommercial | only_commercial | |||
| REAreHeatingDaysUsed | use_heatdays | |||
| REDirectPostCostType | directcostid | |||
| RECreditAcctSymbol | creditglaccsymb | |||
| REMeasurementType | meas | |||
| RESettlementVariant | settlvariant | |||
| REHowToDistribute | how_distribute | |||
| RESettlmtProcType | sckeyprocind | |||
| RESrvcChargeKeyGroup | sckeygrp | |||
| REIsExclForNewAssgmt | cuexcludeassign | |||
| _Text | _Text |
@AbapCatalog.sqlViewName: 'IRESERVSCKEY'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Service Charge Key'
@ObjectModel.usageType.dataClass: #MASTER
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.sizeCategory: #M
@ObjectModel.representativeKey: ['REServiceChargeKey']
@ObjectModel.semanticKey: ['REServiceChargeKey']
//@ClientDependent: true
@VDM.viewType: #BASIC
//@Search.searchable: true
@ClientHandling.algorithm: #SESSION_VARIABLE
@AbapCatalog.preserveKey:true
define view I_REServiceChargeKey
as select from tivscsckey
association [0..*] to I_REServiceChargeKeyText as _Text on $projection.REServiceChargeKey = _Text.REServiceChargeKey
{
@ObjectModel.text.association: '_Text'
key cast(snksl as rescvdmsckey preserving type ) as REServiceChargeKey,
cost_indicator as REIsOperatingCost,
is_apportionable as REIsApportionable,
only_commercial as REIsOnlyCommercial,
use_heatdays as REAreHeatingDaysUsed,
directcostid as REDirectPostCostType,
creditglaccsymb as RECreditAcctSymbol,
meas as REMeasurementType,
settlvariant as RESettlementVariant,
how_distribute as REHowToDistribute,
sckeyprocind as RESettlmtProcType,
sckeygrp as RESrvcChargeKeyGroup,
cuexcludeassign as REIsExclForNewAssgmt,
_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