SEPM_I_UnitOfMeasure
EPM Demo: Unit of Measure
SEPM_I_UnitOfMeasure is a CDS View of category Dimension that provides data about "EPM Demo: Unit of Measure" in SAP S/4HANA. It reads from 1 data source (t006) and exposes 4 fields with key field UnitOfMeasure. It has 1 association to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| t006 | t006 | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..*] | SEPM_I_UnitOfMeasureText | _Text | $projection.UnitOfMeasure = _Text.UnitOfMeasure |
Annotations (12)
| Name | Value | Level | Field |
|---|---|---|---|
| EndUserText.label | EPM Demo: Unit of Measure | view | |
| Analytics.dataCategory | #DIMENSION | view | |
| Analytics.dataExtraction.enabled | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| AbapCatalog.sqlViewName | SEPM_IUOM | view | |
| ObjectModel.representativeKey | UnitOfMeasure | view | |
| AbapCatalog.buffering.type | #GENERIC | view | |
| AbapCatalog.buffering.status | #ACTIVE | view | |
| AbapCatalog.buffering.numberOfKeyFields | 1 | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view |
Fields (4)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | UnitOfMeasure | msehi | ||
| UnitOfMeasureDimension | dimid | |||
| UnitOfMeasureISOCode | isocode | |||
| _Text | _Text |
@EndUserText.label: 'EPM Demo: Unit of Measure'
@Analytics:{ dataCategory: #DIMENSION, dataExtraction.enabled: true }
@AccessControl.authorizationCheck: #NOT_REQUIRED
//@VDM.viewType: #BASIC
@AbapCatalog.sqlViewName: 'SEPM_IUOM'
@ObjectModel.representativeKey: 'UnitOfMeasure'
@AbapCatalog.buffering.type: #GENERIC
@AbapCatalog.buffering.status:#ACTIVE
@AbapCatalog.buffering.numberOfKeyFields: 1
@ObjectModel.usageType.serviceQuality:#A
@ObjectModel.usageType.sizeCategory:#S
@ObjectModel.usageType.dataClass:#CUSTOMIZING
define view SEPM_I_UnitOfMeasure
as select from t006
association [0..*] to SEPM_I_UnitOfMeasureText as _Text on $projection.UnitOfMeasure = _Text.UnitOfMeasure
{
@Semantics.unitOfMeasure: true
@ObjectModel.text.association: '_Text'
key msehi as UnitOfMeasure,
//KZEX3
//KZEX6
//ANDEC
//KZKEH
//KZWOB
//KZ1EH
//KZ2EH
dimid as UnitOfMeasureDimension,
//ZAEHL
//NENNR
//EXP10
//ADDKO
//EXPON
//DECAN
isocode as UnitOfMeasureISOCode,
//PRIMARY
//TEMP_VALUE
//TEMP_UNIT
//FAMUNIT
//PRESS_VAL
//PRESS_UNIT
_Text
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"T006"
],
"ASSOCIATED":
[
"SEPM_I_UNITOFMEASURETEXT"
],
"BASE":
[],
"VERSION":0
}
}*/
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