I_DigitalVehClfnCharcBasic
Classification Characteristic Basic
I_DigitalVehClfnCharcBasic is a Basic CDS View that provides data about "Classification Characteristic Basic" in SAP S/4HANA. It reads from 1 data source (cabn) and exposes 7 fields with key fields CharcInternalID, TimeIntervalNumber.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| cabn | _Characteristic | from |
Annotations (5)
| Name | Value | Level | Field |
|---|---|---|---|
| EndUserText.label | Classification Characteristic Basic | view | |
| VDM.viewType | #BASIC | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.dataClass | #MASTER | view |
//@AccessControl.authorizationCheck: #CHECK
@EndUserText.label: 'Classification Characteristic Basic'
@VDM.viewType: #BASIC
@ObjectModel.usageType.sizeCategory: #S
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.dataClass: #MASTER
define view entity I_DigitalVehClfnCharcBasic
as select from cabn as _Characteristic
{
key cast ( _Characteristic.atinn as atinn_no_conv preserving type ) as CharcInternalID,
key _Characteristic.adzhl as TimeIntervalNumber,
_Characteristic.atnam as Characteristic,
_Characteristic.atfor as CharcDataType,
_Characteristic.unit as CharcValueUnit,
_Characteristic.currency as Currency,
_Characteristic.atauth as CharcMaintAuthGrp
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"CABN"
],
"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