SAP ABAP Class CL_UMR_MEAS (Measure Setting)
Hierarchy
SEM-BW (Software Component) SEM-BW: Strategic Enterprise Management
   FIN-SEM-CPM (Application Component) Corporate Performance Monitor
     UMR (Package) CPM: Risk Management
Properties
Class CL_UMR_MEAS  
Short Description Measure Setting    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package UMR   CPM: Risk Management 
Created 20011108   SAP 
Last change 20041006   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_UMR_MEAS has no forward declaration.
Interfaces
Class CL_UMR_MEAS has no interface implemented.
Friends
Class CL_UMR_MEAS has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MS_RI114 Instance attribute Private Type reference (TYPE) YS_RI114ST 20011109
2 MT_FACTORY Static Attribute Private Type reference (TYPE) YT_FACTORY 20011108
3 MT_RI115 Instance attribute Private Type reference (TYPE) YT_RI115ST 20011109
4 M_APP Instance attribute Public Type reference (TYPE) UMC_Y_APPLICATION Application Key 20011108
5 M_APPKEY Instance attribute Public Type reference (TYPE) UMC_Y_APPKEY Application Identifier 20011108
6 M_MEAS Instance attribute Public Type reference (TYPE) UMK_Y_MEAS Measure 20011108
7 M_USED Instance attribute Private Type reference (TYPE) AS4FLAG Is measure used in RMS? 20011109
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor Constructor 20011108
2 DELETE Instance method Public Method Delete all Entries for the Measure 20011109
3 GET_ARG Instance method Public Method Arguments of Formula 20011109
4 GET_DEVTYPE Instance method Public Method Type of Plan Deviation 20011109
5 GET_FORMULA Instance method Public Method Formula 20011109
6 GET_FORMULA_P Instance method Public Method Formula persistent clase 20011116
7 GET_INSTANCE Static method Public Method Get Instance 20011108
8 GET_MAP Instance method Public Method Assignment 20011109
9 GET_MAP_P Instance method Public Method Assignment persistent clase 20011116
10 GET_WEIGHTCOL Instance method Public Method Value Field 20011113
11 INIT_FACTORY Static method Public Method Deletes Content of Whole Factory 20011108
12 IS_MODIFIED Instance method Public Method Check if Member Data are Modified 20011108
13 IS_MODIFIED_ALL Static method Public Method Check if Member Data are Modified for All Objects in Factory 20011108
14 LOAD_FROM_DB Instance method Public Method Load Data from Database 20011108
15 LOAD_FROM_DB_ALL Static method Public Method Load Data from Database for All Objects in Factory 20011108
16 SAVE_TO_DB Instance method Public Method Save Data to Database 20011108
17 SAVE_TO_DB_ALL Static method Public Method Save Data to Database for All Objects in Factory 20011108
18 SET_ARG Instance method Public Method Arguments of Formula 20011109
19 SET_DEVTYPE Instance method Public Method Type of Plan Deviation 20011109
20 SET_FORMULA Instance method Public Method Formula 20011109
21 SET_MAP Instance method Public Method Assignment 20011109
22 SET_WEIGHTCOL Instance method Public Method Value Field 20011113
23 USED_IN_RMS Instance method Public Method Is the measure used in RMS (customizing available) 20011109
Events
Class CL_UMR_MEAS has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 YS_FACTORY Protected See coding 20011108
2 YS_RI114ST Protected See coding 20011109
3 YS_RI115ST Protected See coding 20011109
4 YT_FACTORY Protected See coding 20011108
5 YT_RI115ST Protected See coding 20011109
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_APP Call by reference Type reference (TYPE) UMC_Y_APPLICATION Anwendungskennung 20011108
2 Importing I_APPKEY Call by reference Type reference (TYPE) UMC_Y_APPKEY Applikationsidentifikator 20011108
3 Importing I_MEAS Call by reference Type reference (TYPE) UMK_Y_MEAS Kennzahl 20011108

Method CONSTRUCTOR on class CL_UMR_MEAS has no exception.

Method DELETE Signature

Method DELETE on class CL_UMR_MEAS has no parameter.
Method DELETE on class CL_UMR_MEAS has no exception.

Method GET_ARG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ET_ARG Value transfer Type reference (TYPE) UMR_YT_ARG Arguments of formula 20011109

Method GET_ARG on class CL_UMR_MEAS has no exception.

Method GET_DEVTYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning E_DEVTYPE Value transfer Type reference (TYPE) UMR_Y_DEV_TYPE Typ der Planabweichung 20011109

Method GET_DEVTYPE on class CL_UMR_MEAS has no exception.

Method GET_FORMULA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning E_FORMULA Value transfer Type reference (TYPE) UMC_Y_FORMULA Formel 20011109

Method GET_FORMULA on class CL_UMR_MEAS has no exception.

Method GET_FORMULA_P Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ER_FORMULA Value transfer Object reference (TYPE REF TO) CL_UMC_FORMULA_P 20011116

Method GET_FORMULA_P on class CL_UMR_MEAS has no exception.

Method GET_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ER_MEAS Value transfer Object reference (TYPE REF TO) CL_UMR_MEAS Measure 20011108
2 Importing I_APP Call by reference Type reference (TYPE) UMC_Y_APPLICATION Anwendungskennung 20011108
3 Importing I_APPKEY Call by reference Type reference (TYPE) UMC_Y_APPKEY Applikationsidentifikator 20011108
4 Importing I_MEAS Call by reference Type reference (TYPE) UMK_Y_MEAS Kennzahl 20011108

Method GET_INSTANCE on class CL_UMR_MEAS has no exception.

Method GET_MAP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning E_MAP Value transfer Type reference (TYPE) UMC_Y_MAP Zuordnung 20011109

Method GET_MAP on class CL_UMR_MEAS has no exception.

Method GET_MAP_P Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ER_MAP Value transfer Object reference (TYPE REF TO) CL_UMC_MAPPING_P Zuordnung 20011116

Method GET_MAP_P on class CL_UMR_MEAS has no exception.

Method GET_WEIGHTCOL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning E_WEIGHTCOL Value transfer Type reference (TYPE) UMB_Y_COL Wertfeld 20011113

Method GET_WEIGHTCOL on class CL_UMR_MEAS has no exception.

Method INIT_FACTORY Signature

Method INIT_FACTORY on class CL_UMR_MEAS has no parameter.
Method INIT_FACTORY on class CL_UMR_MEAS has no exception.

Method IS_MODIFIED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_MODIF Value transfer Type reference (TYPE) AS4FLAG Flag (X oder Blank) 20011108

Method IS_MODIFIED on class CL_UMR_MEAS has no exception.

Method IS_MODIFIED_ALL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_MODIF Value transfer Type reference (TYPE) AS4FLAG Flag (X oder Blank) 20011108

Method IS_MODIFIED_ALL on class CL_UMR_MEAS has no exception.

Method LOAD_FROM_DB Signature

Method LOAD_FROM_DB on class CL_UMR_MEAS has no parameter.
Method LOAD_FROM_DB on class CL_UMR_MEAS has no exception.

Method LOAD_FROM_DB_ALL Signature

Method LOAD_FROM_DB_ALL on class CL_UMR_MEAS has no parameter.
Method LOAD_FROM_DB_ALL on class CL_UMR_MEAS has no exception.

Method SAVE_TO_DB Signature

Method SAVE_TO_DB on class CL_UMR_MEAS has no parameter.
Method SAVE_TO_DB on class CL_UMR_MEAS has no exception.

Method SAVE_TO_DB_ALL Signature

Method SAVE_TO_DB_ALL on class CL_UMR_MEAS has no parameter.
Method SAVE_TO_DB_ALL on class CL_UMR_MEAS has no exception.

Method SET_ARG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_ARG Value transfer Type reference (TYPE) UMR_YT_ARG Arguments of formula 20011109

Method SET_ARG on class CL_UMR_MEAS has no exception.

Method SET_DEVTYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DEVTYPE Call by reference Type reference (TYPE) UMR_Y_DEV_TYPE Typ der Planabweichung 20011109

Method SET_DEVTYPE on class CL_UMR_MEAS has no exception.

Method SET_FORMULA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_FORMULA Call by reference Type reference (TYPE) UMC_Y_FORMULA Formel 20011109

Method SET_FORMULA on class CL_UMR_MEAS has no exception.

Method SET_MAP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_MAP Call by reference Type reference (TYPE) UMC_Y_MAP Zuordnung 20011109

Method SET_MAP on class CL_UMR_MEAS has no exception.

Method SET_WEIGHTCOL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_WEIGHTCOL Call by reference Type reference (TYPE) UMB_Y_COL Wertfeld 20011113

Method SET_WEIGHTCOL on class CL_UMR_MEAS has no exception.

Method USED_IN_RMS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning E_USED Value transfer Type reference (TYPE) AS4FLAG Flag (X oder Blank) 20011109

Method USED_IN_RMS on class CL_UMR_MEAS has no exception.
History
Last changed by/on SAP  20041006 
SAP Release Created in 3.1B