SAP ABAP Class CL_GRFN_ASYNC_UPDATE (Asynchronous Update Infrastructure)
Hierarchy
☛
GRCFND_A (Software Component) GRC Foundation ABAP
⤷
GRC (Application Component) Governance, Risk and Compliance
⤷
GRFN_API_SERVICES (Package) GRC Foundation API Services
⤷
⤷
Properties
| Class | CL_GRFN_ASYNC_UPDATE | |
| Short Description | Asynchronous Update Infrastructure | |
| Super Class | ||
| Instantiability of a Class | 0 | Private |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | GRFN_API_SERVICES | GRC Foundation API Services |
| Created | 20120410 | SAP |
| Last change | 20141106 | |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_GRFN_ASYNC_UPDATE has no forward declaration.
Interfaces
Class CL_GRFN_ASYNC_UPDATE has no interface implemented.
Friends
Class CL_GRFN_ASYNC_UPDATE has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | GRFN_UPDATE_ACTION | 'ANALYSIS_KRI_UPDATE' | Update Action | 20120411 | ||
| 2 | Constant | Public | Type reference (TYPE) | GRFN_UPDATE_ACTION | 'KRI_FLAG_RISK' | Update Action | 20120410 | ||
| 3 | Static Attribute | Private | Type reference (TYPE) | T_ACTION | 20120411 | ||||
| 4 | Constant | Private | Type reference (TYPE) | SYMSGID | 'GRFN_ASYNC_UPDATE' | Message Class | 20120410 | ||
| 5 | Static Attribute | Private | Object reference (TYPE REF TO) | CL_GRFN_ASYNC_UPDATE | Asynchronous Update Infrastructure | 20120410 | |||
| 6 | Instance attribute | Private | Type reference (TYPE) | BALLOGHNDL | Application Log: Log Handle | 20120410 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Constructor | CLASS_CONSTRUCTOR | 20120411 | |
| 2 | Instance method | Private | Method | 20120410 | ||
| 3 | Static method | Public | Method | Enqueues an object for later processing | 20120410 | |
| 4 | Static method | Public | Method | 20120410 | ||
| 5 | Static method | Private | Method | 20120411 | ||
| 6 | Static method | Private | Method | 20120411 | ||
| 7 | Instance method | Private | Method | 20120410 | ||
| 8 | Instance method | Private | Method | 20120410 | ||
| 9 | Instance method | Private | Method | 20120410 | ||
| 10 | Static method | Private | Method | 20120410 | ||
| 11 | Instance method | Public | Method | 20120410 |
Events
Class CL_GRFN_ASYNC_UPDATE has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | S_ACTION | Private | See coding | 20120411 | BEGIN OF s_action,
action TYPE grfn_update_action,
action_label TYPE grfn_title,
class TYPE seoclsname,
END OF s_action
|
||
| 2 | T_ACTION | Private | See coding | 20120411 | t_action TYPE STANDARD TABLE OF s_action WITH KEY action
|
Method Signatures
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_GRFN_ASYNC_UPDATE has no parameter.
Method CLASS_CONSTRUCTOR on class CL_GRFN_ASYNC_UPDATE has no exception.
Method CLOSE_LOG Signature
Method CLOSE_LOG on class CL_GRFN_ASYNC_UPDATE has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Generic GRC API exception | 20120410 |
Method ENQUEUE_OBJECT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_ACTION | Call by reference | Type reference (TYPE) | GRFN_UPDATE_ACTION | Update Action | 20120410 | |||
| 2 | IV_OBJECT_ID | Call by reference | Type reference (TYPE) | GRFN_API_OBJECT_ID | Object ID | 20120410 | |||
| 3 | IV_PARAM_XML | Call by reference | Type reference (TYPE) | GRFN_XML | XML | 20120410 | |||
| 4 | IV_SESSION_DATE | Call by reference | Type reference (TYPE) | GRFN_DATE | Date | 20120410 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Generic GRC API exception | 20120410 |
Method GET Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RO_INSTANCE | Value transfer | Object reference (TYPE REF TO) | CL_GRFN_ASYNC_UPDATE | Asynchronous Update Infrastructure | 20120410 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Generic GRC API exception | 20120410 |
Method GET_ACTION_LABEL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_ACTION | Call by reference | Type reference (TYPE) | GRFN_UPDATE_ACTION | Update Action | 20120411 | |||
| 2 | RV_LABEL | Value transfer | Type reference (TYPE) | GRFN_TITLE | Title/Short Name | 20120411 |
Method GET_ACTION_LABEL on class CL_GRFN_ASYNC_UPDATE has no exception.
Method LOAD_ACTIONS Signature
Method LOAD_ACTIONS on class CL_GRFN_ASYNC_UPDATE has no parameter.
Method LOAD_ACTIONS on class CL_GRFN_ASYNC_UPDATE has no exception.
Method LOG_ERROR_AND_RAISE_EXCEPTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_EXCEPTION | Call by reference | Object reference (TYPE REF TO) | CX_GRFN_EXCEPTION | Generic GRC API exception | 20120410 | |||
| 2 | IV_NUMBER | Call by reference | Type reference (TYPE) | SYMSGNO | Message Number | 20120410 | |||
| 3 | IV_VAR1 | Call by reference | Type reference (TYPE) | CSEQUENCE | Message Variable | 20120410 | |||
| 4 | IV_VAR2 | Call by reference | Type reference (TYPE) | CSEQUENCE | Message Variable | 20120410 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Generic GRC API exception | 20120410 |
Method LOG_MESSAGE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_EXCEPTION | Call by reference | Object reference (TYPE REF TO) | CX_GRFN_EXCEPTION | Generic GRC API exception | 20120410 | |||
| 2 | IV_NUMBER | Call by reference | Type reference (TYPE) | SYMSGNO | Message Number | 20120410 | |||
| 3 | IV_TYPE | Call by reference | Type reference (TYPE) | SYMSGTY | Message Type | 20120410 | |||
| 4 | IV_VAR1 | Call by reference | Type reference (TYPE) | CSEQUENCE | Message Variable | 20120410 | |||
| 5 | IV_VAR2 | Call by reference | Type reference (TYPE) | CSEQUENCE | Message Variable | 20120410 |
Method LOG_MESSAGE on class CL_GRFN_ASYNC_UPDATE has no exception.
Method OPEN_LOG Signature
Method OPEN_LOG on class CL_GRFN_ASYNC_UPDATE has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Generic GRC API exception | 20120410 |
Method RAISE_EXCEPTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_NUMBER | Call by reference | Type reference (TYPE) | SYMSGNO | Message Number | 20120410 | |||
| 2 | IV_VAR1 | Call by reference | Type reference (TYPE) | CSEQUENCE | Message Variable | 20120410 | |||
| 3 | IV_VAR2 | Call by reference | Type reference (TYPE) | CSEQUENCE | Message Variable | 20120410 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Generic GRC API exception | 20120410 |
Method RUN Signature
Method RUN on class CL_GRFN_ASYNC_UPDATE has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Generic GRC API exception | 20120410 |
History
| Last changed by/on | SAP | 20141106 |
| SAP Release Created in | V1100 |