I_DFS_MeasureType

DDL: I_DFS_MEASURETYPE SQL: IORGMTYPE Type: view BASIC

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)

SourceAliasJoin Type
/isdfps/corgm1 _MeasureType from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_DFS_MeasureTypeText _Text $projection.DfsOrglMeasureType = _Text.DfsOrglMeasureType

Annotations (13)

NameValueLevelField
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)

KeyFieldSource TableSource FieldDescription
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
}
}*/