SAP ABAP Class CL_GRFN_CONFIRMATION_REQ (Requests an end-user confirmation (e.g. data loss warning))
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_CONFIRMATION_REQ | |
Short Description | Requests an end-user confirmation (e.g. data loss warning) | |
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 | 20100817 | SAP |
Last change | 20141106 | |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_GRFN_CONFIRMATION_REQ has no interface implemented.
Friends
Class CL_GRFN_CONFIRMATION_REQ has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Static Attribute | Public | Object reference (TYPE REF TO) | CL_GRFN_CONFIRMATION_REQ | Requests a data-loss confirmation | 20100817 | ||
2 | ![]() |
Instance attribute | Public | Type reference (TYPE) | STRING_TABLE | The actual confirmation text | 20100817 | ||
3 | ![]() |
Instance attribute | Public | Type reference (TYPE) | STRING | The text of the button which approves the confirmation | 20100817 | ||
4 | ![]() |
Instance attribute | Public | Type reference (TYPE) | STRING | The text of the button which rejects the confirmation | 20100817 | ||
5 | ![]() |
Instance attribute | Public | Type reference (TYPE) | STRING | The window title if the confirmation is displayed in a popup | 20100817 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Static method | Public | Constructor | CLASS_CONSTRUCTOR | 20100817 |
2 | ![]() |
Instance method | Public | Constructor | CONSTRUCTOR | 20100817 |
3 | ![]() |
Instance method | Public | Method | Compares to confirmation requests | 20100817 |
Events
Class CL_GRFN_CONFIRMATION_REQ has no event.
Types
Class CL_GRFN_CONFIRMATION_REQ has no local type.
Method Signatures
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_GRFN_CONFIRMATION_REQ has no parameter.
Method CLASS_CONSTRUCTOR on class CL_GRFN_CONFIRMATION_REQ has no exception.
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_CONFIRMATION_TEXT | Call by reference | Type reference (TYPE) | STRING_TABLE | The actual confirmation text | 20100817 | ||
2 | ![]() |
IV_BUTTON_TEXT_APPROVE | Call by reference | Type reference (TYPE) | STRING | The text of the button which approves the confirmation | 20100817 | ||
3 | ![]() |
IV_BUTTON_TEXT_REJECT | Call by reference | Type reference (TYPE) | STRING | The text of the button which rejects the confirmation | 20100817 | ||
4 | ![]() |
IV_WINDOW_TITLE | Call by reference | Type reference (TYPE) | STRING | The window title if the confirmation is displayed in a popup | 20100817 |
Method CONSTRUCTOR on class CL_GRFN_CONFIRMATION_REQ has no exception.
Method EQUALS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
OTHER_REQUEST | Call by reference | Object reference (TYPE REF TO) | CL_FPM_CONFIRMATION_REQUEST | Confirmation request to be compared | 20100817 | ||
2 | ![]() |
RV_EQUALS | Value transfer | Type reference (TYPE) | BOOLE_D | Result of comparison | 20100817 |
Method EQUALS on class CL_GRFN_CONFIRMATION_REQ has no exception.
History
Last changed by/on | SAP | 20141106 |
SAP Release Created in | V1000 |