I_DigitalVehIBaseConditionChar
I_DigitalVehIBaseConditionChar is a Basic CDS View in SAP S/4HANA. It reads from 1 data source (ibinvalues) and exposes 8 fields with key fields InstalledBaseComponentRecordNo, InstalledBaseSegmentVal.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| ibinvalues | ibinvalues | from |
Annotations (5)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| VDM.viewType | #BASIC | view |
Fields (8)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | InstalledBaseComponentRecordNo | in_recno | ||
| KEY | InstalledBaseSegmentVal | in_segmcnt | ||
| InstalledBaseSymbolIdentifier | symbol_id | |||
| CharcFromDecimalValue | dec_value_from | |||
| CharcFromDate | date_from | |||
| CharcFromTime | time_from | |||
| CharcFromAmount | curr_value_from | |||
| CharacteristicCurrency | currency |
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ObjectModel.usageType.sizeCategory: #L
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.dataClass: #TRANSACTIONAL
@VDM.viewType: #BASIC
define view entity I_DigitalVehIBaseConditionChar
as select from ibinvalues
{
key in_recno as InstalledBaseComponentRecordNo,
key in_segmcnt as InstalledBaseSegmentVal,
symbol_id as InstalledBaseSymbolIdentifier,
dec_value_from as CharcFromDecimalValue,
date_from as CharcFromDate,
time_from as CharcFromTime,
@Semantics.amount.currencyCode: 'CharacteristicCurrency'
curr_value_from as CharcFromAmount,
currency as CharacteristicCurrency
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"IBINVALUES"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/
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