SAP ABAP Class CL_GRFN_UI_PARAMETER (UI Paramters)
Hierarchy
☛
GRCFND_A (Software Component) GRC Foundation ABAP
⤷
GRC (Application Component) Governance, Risk and Compliance
⤷
GRFN_WD_REUSE (Package) GRC Common Layer Reusable UI Components
⤷
⤷
Properties
| Class | CL_GRFN_UI_PARAMETER | |
| Short Description | UI Paramters | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | GRFN_WD_REUSE | GRC Common Layer Reusable UI Components |
| Created | 20100809 | SAP |
| Last change | 20141106 | |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_GRFN_UI_PARAMETER has no forward declaration.
Interfaces
Class CL_GRFN_UI_PARAMETER has no interface implemented.
Friends
Class CL_GRFN_UI_PARAMETER 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) | T_PARAMETER | 20100809 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | CONSTRUCTOR | 20100809 | |
| 2 | Instance method | Public | Method | 20100809 | ||
| 3 | Instance method | Public | Method | 20100809 | ||
| 4 | Instance method | Public | Method | 20100809 | ||
| 5 | Instance method | Public | Method | 20100809 |
Events
Class CL_GRFN_UI_PARAMETER has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | S_PARAMETER | Private | See coding | 20100809 | BEGIN OF s_parameter,
key TYPE string,
value TYPE REF TO data,
END OF s_parameter
|
||
| 2 | T_KEYS | Public | See coding | 20100809 | T_KEYS type standard table of string with default key
|
||
| 3 | T_PARAMETER | Private | See coding | 20100809 | t_parameter TYPE HASHED TABLE OF s_parameter WITH UNIQUE KEY KEY
|
Method Signatures
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class CL_GRFN_UI_PARAMETER has no parameter.
Method CONSTRUCTOR on class CL_GRFN_UI_PARAMETER has no exception.
Method DELETE_VALUE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_KEY | Call by reference | Type reference (TYPE) | STRING | 20100809 |
Method DELETE_VALUE on class CL_GRFN_UI_PARAMETER has no exception.
Method GET_KEYS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RT_KEYS | Value transfer | Type reference (TYPE) | T_KEYS | 20100809 |
Method GET_KEYS on class CL_GRFN_UI_PARAMETER has no exception.
Method GET_VALUE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ER_VALUE | Call by reference | Object reference (TYPE REF TO) | DATA | 20100809 | ||||
| 2 | EV_VALUE | Call by reference | Type reference (TYPE) | ANY | 20100809 | ||||
| 3 | IV_KEY | Call by reference | Type reference (TYPE) | STRING | 20100809 |
Method GET_VALUE on class CL_GRFN_UI_PARAMETER has no exception.
Method SET_VALUE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_VALUE | Call by reference | Object reference (TYPE REF TO) | DATA | 20100809 | ||||
| 2 | IV_KEY | Call by reference | Type reference (TYPE) | STRING | 20100809 | ||||
| 3 | IV_VALUE | Call by reference | Type reference (TYPE) | ANY | 20100809 |
Method SET_VALUE on class CL_GRFN_UI_PARAMETER has no exception.
History
| Last changed by/on | SAP | 20141106 |
| SAP Release Created in | V1000 |