SAP ABAP Class CL_GRRM_RISK_MENU_UTIL (Utility class to get risk menu)
Hierarchy
☛
GRCFND_A (Software Component) GRC Foundation ABAP
⤷
GRC-RM (Application Component) GRC Risk Management
⤷
GRRM_UTILITY (Package) Utility classes for Risk Management
⤷
⤷
Properties
| Class | CL_GRRM_RISK_MENU_UTIL | |
| Short Description | Utility class to get risk menu | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | GRRM_UTILITY | Utility classes for Risk Management |
| Created | 20110909 | SAP |
| Last change | 20141106 | |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_GRRM_RISK_MENU_UTIL has no forward declaration.
Interfaces
Class CL_GRRM_RISK_MENU_UTIL has no interface implemented.
Friends
Class CL_GRRM_RISK_MENU_UTIL has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | STRING | 'BTN_CREATE' | Button Create | 20110909 | ||
| 2 | Constant | Public | Type reference (TYPE) | STRING | 'BTN_CREATE_GRAPH' | Button Create Graphical | 20110909 | ||
| 3 | Constant | Public | Type reference (TYPE) | STRING | 'BTN_DELETE' | Button Delete | 20110909 | ||
| 4 | Constant | Public | Type reference (TYPE) | STRING | 'BTN_LOAD' | Button Data load | 20110912 | ||
| 5 | Constant | Public | Type reference (TYPE) | STRING | 'XX' | Separator between the choice ID and risk type | 20110909 | ||
| 6 | Constant | Public | Type reference (TYPE) | STRING | 'CHOICE_CREATE_OPP' | Choice Create Opportunity | 20110909 | ||
| 7 | Constant | Public | Type reference (TYPE) | STRING | 'CHOICE_CREATE_OPP_TEMPL' | Choice Create Opportunity With Template | 20110909 | ||
| 8 | Constant | Public | Type reference (TYPE) | STRING | 'CHOICE_CREATE_RISK' | Choice Create Risk | 20110909 | ||
| 9 | Constant | Public | Type reference (TYPE) | STRING | 'CHOICE_CREATE_RISK_GRAPH' | Choice Create Risk Via Graphical UI | 20110909 | ||
| 10 | Constant | Public | Type reference (TYPE) | STRING | 'CHOICE_CREATE_RISK_GRAPH_TEML' | Choice Create Risk From Template Via Graphical UI | 20110909 | ||
| 11 | Constant | Public | Type reference (TYPE) | STRING | 'CHOICE_CREATE_RISK_TEMPL' | Choice Create Risk With Template | 20110909 | ||
| 12 | Constant | Public | Type reference (TYPE) | STRING | 'CHOICE_DOWNLOAD' | Choice Download | 20110912 | ||
| 13 | Constant | Public | Type reference (TYPE) | STRING | 'CHOICE_UPLOAD' | Choice Upload | 20110912 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | Get list of buttons | 20110909 | |
| 2 | Static method | Public | Method | Get list of choices for certain button | 20110909 |
Events
Class CL_GRRM_RISK_MENU_UTIL has no event.
Types
Class CL_GRRM_RISK_MENU_UTIL has no local type.
Method Signatures
Method GET_BUTTON_LIST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RT_BUTTON | Value transfer | Type reference (TYPE) | GRRM_T_BUTTON | Button table | 20110909 |
Method GET_BUTTON_LIST on class CL_GRRM_RISK_MENU_UTIL has no exception.
Method GET_CHOICE_LIST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_BUTTON_ID | Call by reference | Type reference (TYPE) | STRING | 20110909 | ||||
| 2 | RT_CHOICE | Value transfer | Type reference (TYPE) | GRRM_T_CHOICE | Table of button choices | 20110909 |
Method GET_CHOICE_LIST on class CL_GRRM_RISK_MENU_UTIL has no exception.
History
| Last changed by/on | SAP | 20141106 |
| SAP Release Created in | V1100 |