SAP ABAP Class CL_GRRM_POWL_OVS_RISK_CAT (POWL OVS for Risk Category)
Hierarchy
☛
GRCFND_A (Software Component) GRC Foundation ABAP
⤷
GRC-RM (Application Component) GRC Risk Management
⤷
GRRM_OB_WD (Package) Operational Risk Management for Banks: Web Dynpro Components
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_POWL_OVS | Interface providing callback methods for using OVS with POWL | 20110224 |
Properties
| Class | CL_GRRM_POWL_OVS_RISK_CAT | |
| Short Description | POWL OVS for Risk Category | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | GRRM_OB_WD | Operational Risk Management for Banks: Web Dynpro Components |
| Created | 20110224 | SAP |
| Last change | 20141106 | |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_GRRM_POWL_OVS_RISK_CAT has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_POWL_OVS | Interface providing callback methods for using OVS with POWL | 20110224 |
Friends
Class CL_GRRM_POWL_OVS_RISK_CAT has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Type reference (TYPE) | LTY_STRU_INPUT | Search input | 20110224 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Private | Method | Check node If it's parent too. | 20110615 |
Events
Class CL_GRRM_POWL_OVS_RISK_CAT has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | LTY_STRU_INPUT | Public | See coding | 20110224 | BEGIN OF lty_stru_input,
" add fields for the display of your search input here
search_input TYPE grfn_api_search_pattern,
END OF lty_stru_input
|
||
| 2 | LTY_STRU_LIST | Public | See coding | 20110224 | BEGIN OF lty_stru_list,
" add fields for the selection list here
risk_cat_title TYPE grfn_title,
risk_cat_id TYPE grfn_api_object_id,
END OF lty_stru_list
|
||
| 3 | LTY_TABL_LIST | Public | See coding | 20110224 | lty_tabl_list TYPE STANDARD TABLE OF lty_stru_list
|
Method Signatures
Method IS_PARENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ALL_CRGROUP | Call by reference | Type reference (TYPE) | GRRM_T_API_CRGROUP_LIST | Table type for common risk group list | 20110615 | |||
| 2 | CHECK_NODE | Call by reference | Type reference (TYPE) | GRRM_S_API_CRGROUP_LIST | Common Risk List | 20110615 | |||
| 3 | CHILDS | Call by reference | Type reference (TYPE) | GRRM_T_API_CRGROUP_LIST | Table type for common risk group list | 20110615 |
Method IS_PARENT on class CL_GRRM_POWL_OVS_RISK_CAT has no exception.
History
| Last changed by/on | SAP | 20141106 |
| SAP Release Created in | V1000 |