SAP ABAP Class CL_GRAC_DT_MESSAGES (Message handler.)
Hierarchy
☛
GRCFND_A (Software Component) GRC Foundation ABAP
⤷
GRC-AC (Application Component) Access Control
⤷
GRAC_UI_UTILITIES (Package) Access Control GRC Various UI supporting infrastructures
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_HTTP_EXTENSION | HTTP Framework (iHTTP) HTTP Request Handler | 20121115 |
Properties
| Class | CL_GRAC_DT_MESSAGES | |
| Short Description | Message handler. | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | GRAC_UI_UTILITIES | Access Control GRC Various UI supporting infrastructures |
| Created | 20121115 | SAP |
| Last change | 20141106 | |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_GRAC_DT_MESSAGES has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_HTTP_EXTENSION | HTTP Framework (iHTTP) HTTP Request Handler | 20121115 |
Friends
Class CL_GRAC_DT_MESSAGES has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Protected | Type reference (TYPE) | SY-MSGTY | 'E' | Message Type | 20121127 | ||
| 2 | Constant | Protected | Type reference (TYPE) | SY-MSGID | 'GRAC_ROLE_MESSAGES' | Reference type | 20121127 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Private | Method | Create Message ID | 20121127 | |
| 2 | Static method | Private | Method | Get the message from db | 20121121 | |
| 3 | Static method | Private | Method | get list of workflow approvers list | 20121219 | |
| 4 | Static method | Private | Method | insert message to db records | 20121120 | |
| 5 | Static method | Private | Method | Remove empty values | 20121127 |
Events
Class CL_GRAC_DT_MESSAGES has no event.
Types
Class CL_GRAC_DT_MESSAGES has no local type.
Method Signatures
Method CREATE_MSG_ID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_GUID | Value transfer | Type reference (TYPE) | GRFN_GUID | UUID of the GRC object (char32) | 20121127 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Generic GRC API exception | 20121127 |
Method GET_MESSAGE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_MSG_OUT | Call by reference | Type reference (TYPE) | GRAC_S_DT_MSG_OUT | Messaging table | 20121121 | |||
| 2 | IV_REQID | Call by reference | Type reference (TYPE) | GRFN_API_OBJECT_ID | Object ID | 20121121 |
Method GET_MESSAGE on class CL_GRAC_DT_MESSAGES has no exception.
Method GET_WF_APPROVERS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_WF_APPROVERS | Call by reference | Type reference (TYPE) | GRFN_T_MSMP_LINEITEM_APPROVER | Table of MSMP Line Item Approvers | 20121220 | |||
| 2 | IV_REQUEST_ID | Call by reference | Type reference (TYPE) | GRFN_API_OBJECT_ID | Object ID | 20121219 |
Method GET_WF_APPROVERS on class CL_GRAC_DT_MESSAGES has no exception.
Method INSERT_MESSAGE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_MSG | Call by reference | Type reference (TYPE) | GRACDTMSG | Messaging table | 20121121 | |||
| 2 | IT_MSG_REC | Call by reference | Type reference (TYPE) | GRAC_T_DT_MSGREC | Message Receiver Dtls | 20121121 |
Method INSERT_MESSAGE on class CL_GRAC_DT_MESSAGES has no exception.
Method REMOVE_EMPTY_JSON Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | JSON | Value transfer | Type reference (TYPE) | STRING | 20121127 |
Method REMOVE_EMPTY_JSON on class CL_GRAC_DT_MESSAGES has no exception.
History
| Last changed by/on | SAP | 20141106 |
| SAP Release Created in | V1100 |