I_DFS_MeasureType
Organizational Measure Type customizing
I_DFS_MeasureType is a Basic CDS View that provides data about "Organizational Measure Type customizing" in SAP S/4HANA. It reads from 1 data source (/isdfps/corgm1) and exposes 3 fields with key field DfsOrglMeasureType. It has 1 association to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| /isdfps/corgm1 | _MeasureType | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..*] | I_DFS_MeasureTypeText | _Text | $projection.DfsOrglMeasureType = _Text.DfsOrglMeasureType |
Annotations (13)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | IORGMTYPE | view | |
| EndUserText.label | Organizational Measure Type customizing | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| AbapCatalog.buffering.status | #ACTIVE | view | |
| AbapCatalog.buffering.type | #FULL | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| VDM.viewType | #BASIC | view | |
| ObjectModel.representativeKey | DfsOrglMeasureType | view |
Fields (3)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | DfsOrglMeasureType | orgm_type | ||
| DfsIsUsedForDirectChange | individual_chng | |||
| _Text | _Text |
@AbapCatalog.sqlViewName: 'IORGMTYPE'
@EndUserText.label: 'Organizational Measure Type customizing'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AbapCatalog.buffering.status: #ACTIVE
@AbapCatalog.buffering.type: #FULL
@ClientHandling.algorithm: #SESSION_VARIABLE
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ObjectModel.usageType.dataClass: #CUSTOMIZING
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #S
@VDM.viewType: #BASIC
@ObjectModel.representativeKey: 'DfsOrglMeasureType'
define view I_DFS_MeasureType
as select from /isdfps/corgm1 as _MeasureType
association [0..*] to I_DFS_MeasureTypeText as _Text on $projection.DfsOrglMeasureType = _Text.DfsOrglMeasureType
{
@ObjectModel.text.association: '_Text'
key orgm_type as DfsOrglMeasureType,
individual_chng as DfsIsUsedForDirectChange,
_Text
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"/ISDFPS/CORGM1"
],
"ASSOCIATED":
[
"I_DFS_MEASURETYPETEXT"
],
"BASE":
[],
"ANNO_REF":
[],
"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