SAP ABAP Class CL_UMR_RISK_VF (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_RISK_VF  
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 20020625   SAP 
Last change 20041006   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_UMR_RISK_VF has no forward declaration.
Interfaces
Class CL_UMR_RISK_VF has no interface implemented.
Friends
Class CL_UMR_RISK_VF has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MT_FACTORY Static Attribute Private Type reference (TYPE) YT_FACTORY 20020625
2 MT_RI118 Instance attribute Private Type reference (TYPE) YT_RI118ST 20020625
3 MT_VF Instance attribute Private Type reference (TYPE) YT_VF 20020625
4 M_APP Instance attribute Public Type reference (TYPE) UMC_Y_APPLICATION Application Key 20020625
5 M_APPKEY Instance attribute Public Type reference (TYPE) UMC_Y_APPKEY Application Identifier 20020625
6 M_MEAS Instance attribute Public Type reference (TYPE) UMK_Y_MEAS Measure 20020625
7 M_RISK Instance attribute Public Type reference (TYPE) UMR_Y_RISK Risk 20020625
Methods
# Method Level Visibility Method type Description Created on
1 CLEAN_UP_DB Static method Public Method Clean up record from DB e.g. after change of v.f. assignment 20020627
2 CONSTRUCTOR Instance method Public Constructor Constructor 20020625
3 COPY_VF Instance method Public Method Copy from existing v.f. 20020625
4 CREATE_RISK_VF Static method Private Method Get a value field of a value driver 20020626
5 DELETE Instance method Public Method Delete all v.f. for measure risk combination 20020625
6 DEL_VF Instance method Public Method Delete v.f. 20020625
7 EXIST_VF Instance method Public Method check if v.f. exists 20020626
8 GET_INSTANCE Static method Public Method Get Instance 20020625
9 GET_READ_ONLY Instance method Public Method Get editable flag 20020625
10 GET_VF Instance method Public Method Get reference to v.f. 20020625
11 INIT_FACTORY Static method Public Method Deletes Content of Whole Factory 20020625
12 IS_MODIFIED Instance method Public Method Check if Member Data are Modified 20020625
13 IS_MODIFIED_ALL Static method Public Method Check if Member Data are Modified for All Objects in Factory 20020625
14 LOAD_FROM_DB Instance method Public Method Load Data from Database 20020625
15 LOAD_FROM_DB_ALL Static method Public Method Load Data from Database for All Objects in Factory 20020625
16 NEW_VF Instance method Public Method Create new v.f. 20020625
17 SAVE_TO_DB Instance method Public Method Save Data to Database 20020625
18 SAVE_TO_DB_ALL Static method Public Method Save Data to Database for All Objects in Factory 20020625
19 SET_READ_ONLY Instance method Public Method Set editable flag 20020625
Events
Class CL_UMR_RISK_VF has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 YS_FACTORY Protected See coding 20020625
2 YS_RI118ST Protected See coding 20020625
3 YT_FACTORY Protected See coding 20020625
4 YT_RI118ST Protected See coding 20020625
5 YT_VF Protected See coding 20020625
Method Signatures

Method CLEAN_UP_DB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_COL Call by reference Type reference (TYPE) UMB_YT_COL Liste von Spalten 20020627
2 Importing IT_RACT Call by reference Type reference (TYPE) UMR_YT_RACTIVITY Risk activity 20020627

Method CLEAN_UP_DB on class CL_UMR_RISK_VF has no exception.

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 20020625
2 Importing I_APPKEY Call by reference Type reference (TYPE) UMC_Y_APPKEY Applikationsidentifikator 20020625
3 Importing I_MEAS Call by reference Type reference (TYPE) UMK_Y_MEAS Kennzahl 20020625
4 Importing I_RISK Call by reference Type reference (TYPE) UMR_Y_RISK Risiko 20020625

Method CONSTRUCTOR on class CL_UMR_RISK_VF has no exception.

Method COPY_VF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_VF_FROM Call by reference Object reference (TYPE REF TO) CL_UMR_VALUE_FIELD_RISK Valuefield for Measure-Risk 20020625
2 Importing I_COL Call by reference Type reference (TYPE) UMB_Y_COL Technischer Name eines Wertfeldes 20020625
3 Importing I_RACT Call by reference Type reference (TYPE) UMR_Y_RACTIVITY Kennzeichen für Risikomaßnahme 20020625

Method COPY_VF on class CL_UMR_RISK_VF has no exception.

Method CREATE_RISK_VF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ER_VF Value transfer Object reference (TYPE REF TO) CL_UMR_VALUE_FIELD_RISK Valuefield for Measure-Risk 20020626
2 Importing I_APP Call by reference Type reference (TYPE) UMC_Y_APPLICATION Anwendungskennung 20020626
3 Importing I_APPKEY Call by reference Type reference (TYPE) UMC_Y_APPKEY Technischer Name der Applikation(en) 20020626
4 Importing I_COL Call by reference Type reference (TYPE) UMB_Y_COL Technischer Name eines Wertfeldes 20020626
5 Importing I_MEAS Call by reference Type reference (TYPE) UMK_Y_MEAS Kennzahl 20020626
6 Importing I_RACT Call by reference Type reference (TYPE) UMR_Y_RACTIVITY Kennzeichen für Risikomaßnahme 20020626
7 Importing I_RISK Call by reference Type reference (TYPE) UMR_Y_RISK Risiko 20020626
# Exception Resumable Description Created on
1 NOT_FOUND Not found 20020626

Method DELETE Signature

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

Method DEL_VF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_COL Call by reference Type reference (TYPE) UMB_Y_COL 20020625
2 Importing I_RACT Call by reference Type reference (TYPE) UMR_Y_RACTIVITY 20020625

Method DEL_VF on class CL_UMR_RISK_VF has no exception.

Method EXIST_VF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning E_EXIST Value transfer Type reference (TYPE) AS4FLAG 20020626
2 Importing I_COL Call by reference Type reference (TYPE) UMB_Y_COL Technischer Name eines Wertfeldes 20020626
3 Importing I_RACT Call by reference Type reference (TYPE) UMR_Y_RACTIVITY Kennzeichen für Risikomaßnahme 20020626

Method EXIST_VF on class CL_UMR_RISK_VF has no exception.

Method GET_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ER_VF Value transfer Object reference (TYPE REF TO) CL_UMR_RISK_VF Risk V.f. 20020625
2 Importing I_APP Call by reference Type reference (TYPE) UMC_Y_APPLICATION Anwendungskennung 20020625
3 Importing I_APPKEY Call by reference Type reference (TYPE) UMC_Y_APPKEY Applikationsidentifikator 20020625
4 Importing I_MEAS Call by reference Type reference (TYPE) UMK_Y_MEAS Kennzahl 20020625
5 Importing I_RISK Call by reference Type reference (TYPE) UMR_Y_RISK Risiko 20020625

Method GET_INSTANCE on class CL_UMR_RISK_VF has no exception.

Method GET_READ_ONLY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning E_RO Value transfer Type reference (TYPE) AS4FLAG Flag (X oder Blank) 20020625
2 Importing I_COL Call by reference Type reference (TYPE) UMB_Y_COL Technischer Name eines Wertfeldes 20020625

Method GET_READ_ONLY on class CL_UMR_RISK_VF has no exception.

Method GET_VF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ER_VF Value transfer Object reference (TYPE REF TO) CL_UMR_VALUE_FIELD_RISK Valuefield for Measure-Risk 20020625
2 Importing I_COL Call by reference Type reference (TYPE) UMB_Y_COL Technischer Name eines Wertfeldes 20020625
3 Importing I_RACT Call by reference Type reference (TYPE) UMR_Y_RACTIVITY Kennzeichen für Risikomaßnahme 20020625

Method GET_VF on class CL_UMR_RISK_VF has no exception.

Method INIT_FACTORY Signature

Method INIT_FACTORY on class CL_UMR_RISK_VF has no parameter.
Method INIT_FACTORY on class CL_UMR_RISK_VF 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) 20020625

Method IS_MODIFIED on class CL_UMR_RISK_VF 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) 20020625

Method IS_MODIFIED_ALL on class CL_UMR_RISK_VF has no exception.

Method LOAD_FROM_DB Signature

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

Method LOAD_FROM_DB_ALL Signature

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

Method NEW_VF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ER_VF Value transfer Object reference (TYPE REF TO) CL_UMR_VALUE_FIELD_RISK Valuefield for Measure-Risk 20020625
2 Importing I_COL Call by reference Type reference (TYPE) UMB_Y_COL Technischer Name eines Wertfeldes 20020625
3 Importing I_RACT Call by reference Type reference (TYPE) UMR_Y_RACTIVITY Kennzeichen für Risikomaßnahme 20020625

Method NEW_VF on class CL_UMR_RISK_VF has no exception.

Method SAVE_TO_DB Signature

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

Method SAVE_TO_DB_ALL Signature

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

Method SET_READ_ONLY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_COL Call by reference Type reference (TYPE) UMB_Y_COL Technischer Name eines Wertfeldes 20020625
2 Importing I_RO Call by reference Type reference (TYPE) AS4FLAG Flag (X oder Blank) 20020625

Method SET_READ_ONLY on class CL_UMR_RISK_VF has no exception.
History
Last changed by/on SAP  20041006 
SAP Release Created in 320