I_UtilsSampleDeviceStatus
Sample Device Status
I_UtilsSampleDeviceStatus is a Basic CDS View (Dimension) that provides data about "Sample Device Status" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 2 fields with key field SampleUtilsDeviceStatus. It has 1 association to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| dd07l | dd07l | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..*] | I_UtilsSampleDeviceStatusText | _UtilsSampleDeviceStatusText | $projection.SampleUtilsDeviceStatus = _UtilsSampleDeviceStatusText.SampleUtilsDeviceStatus |
Annotations (16)
| Name | Value | Level | Field |
|---|---|---|---|
| EndUserText.label | Sample Device Status | view | |
| Analytics.dataCategory | #DIMENSION | view | |
| Analytics.internalName | #LOCAL | view | |
| Analytics.dataExtraction.enabled | true | view | |
| VDM.viewType | #BASIC | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| AbapCatalog.sqlViewName | IESAMPLEDVCESTS | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ObjectModel.usageType.dataClass | #META | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| ObjectModel.modelingPattern | #ANALYTICAL_DIMENSION | view | |
| ObjectModel.representativeKey | SampleUtilsDeviceStatus | view | |
| ObjectModel.sapObjectNodeType.name | UtilsSampleDeviceStatus | view |
Fields (2)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | SampleUtilsDeviceStatus | |||
| _UtilsSampleDeviceStatusText | _UtilsSampleDeviceStatusText |
@EndUserText.label: 'Sample Device Status'
@Analytics: { dataCategory: #DIMENSION,
internalName:#LOCAL,
dataExtraction: { enabled: true } }
@VDM.viewType: #BASIC
@AccessControl.authorizationCheck: #NOT_REQUIRED
@AbapCatalog.sqlViewName: 'IESAMPLEDVCESTS'
@ClientHandling.algorithm: #SESSION_VARIABLE
@AbapCatalog.compiler.compareFilter:true
//@AbapCatalog.preserveKey:true
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel: { usageType: { dataClass: #META,
serviceQuality: #A,
sizeCategory: #L },
supportedCapabilities: [ #SQL_DATA_SOURCE, #ANALYTICAL_DIMENSION, #CDS_MODELING_ASSOCIATION_TARGET, #CDS_MODELING_DATA_SOURCE, #EXTRACTION_DATA_SOURCE ],
modelingPattern: #ANALYTICAL_DIMENSION,
representativeKey: 'SampleUtilsDeviceStatus',
sapObjectNodeType: { name: 'UtilsSampleDeviceStatus' }
}
define view I_UtilsSampleDeviceStatus
as select from dd07l
association [0..*] to I_UtilsSampleDeviceStatusText as _UtilsSampleDeviceStatusText on $projection.SampleUtilsDeviceStatus = _UtilsSampleDeviceStatusText.SampleUtilsDeviceStatus
{
@ObjectModel.text.association: '_UtilsSampleDeviceStatusText'
//key domvalue_l as SampleUtilsDeviceStatus,
key cast ( cast ( substring( domvalue_l, 1, 1 ) as abap.char( 1 ) ) as kzstich ) as SampleUtilsDeviceStatus,
_UtilsSampleDeviceStatusText
}
where
dd07l.domname = 'KZSTICH'
and dd07l.as4local = 'A'
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