SAP ABAP Class CL_GRFN_MSMP_NOTIFICATION (MSMP Notification Handler)
Hierarchy
☛
GRCFND_A (Software Component) GRC Foundation ABAP
⤷
GRC (Application Component) Governance, Risk and Compliance
⤷
GRFN_MSMP_WORKFLOW (Package) GRC Shared MSMP Engine
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_INBOUND_EXIT_BCS | BCS: Exit for Inbound Processing | 20100812 |
Properties
| Class | CL_GRFN_MSMP_NOTIFICATION | |
| Short Description | MSMP Notification Handler | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | GRFN_MSMP_WORKFLOW | GRC Shared MSMP Engine |
| Created | 20100301 | 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
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_INBOUND_EXIT_BCS | BCS: Exit for Inbound Processing | 20100812 |
Friends
Class CL_GRFN_MSMP_NOTIFICATION has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Static Attribute | Private | Type reference (TYPE) | YTH_VARIABLES_CACHE | Natural number | 20110530 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | Resolve Users/Emails from Agent Result Table | 20101125 | |
| 2 | Static method | Private | Method | 20100728 | ||
| 3 | Static method | Private | Method | Send Notification | 20100305 | |
| 4 | Static method | Public | Method | Send Notification | 20100723 | |
| 5 | Static method | Public | Method | Send Notification called from Batch Email Program | 20100805 |
Events
Class CL_GRFN_MSMP_NOTIFICATION has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | YS_VARIABLES_CACHE | Private | See coding | 20110530 | BEGIN OF ys_variables_cache,
s_context TYPE grfn_mw_s_execution_context,
context_li_index TYPE string,
t_variables TYPE grfn_t_msg_variable,
t_attachments TYPE grfnmw_t_attachment,
sender TYPE sy-uname,
language TYPE sy-langu,
END OF ys_variables_cache
|
||
| 2 | YTH_VARIABLES_CACHE | Private | See coding | 20110530 | yth_variables_cache TYPE SORTED TABLE OF ys_variables_cache WITH UNIQUE KEY
s_context-task_id
s_context-process_id
s_context-external_key
s_context-external_key_dis
s_context-version
s_context-stage_type
s_context-instance_id
s_context-path_id
s_context-path_seq
s_context-stage_seqnr
s_context-stage_exec_seqnr
s_context-stage_config_id
s_context-line_item_key
s_context-cancellationtype
context_li_index
|
Method Signatures
Method GET_EMAIL_RECIPIENTS_FROM_AGNT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_RECIPIENT_EMAIL | Value transfer | Type reference (TYPE) | GRFN_T_RECIPIENT_EMAIL | Recipients defined by e-mail-address | 20101125 | |||
| 2 | ET_RECIPIENT_USER | Value transfer | Type reference (TYPE) | GRFN_T_RECIPIENT_USER | Recipients defined by user name | 20101125 | |||
| 3 | IT_APPROVERS | Call by reference | Type reference (TYPE) | GRFN_MW_T_AGENT_ID | Result Table - Agent Rule | 20101125 |
Method GET_EMAIL_RECIPIENTS_FROM_AGNT on class CL_GRFN_MSMP_NOTIFICATION has no exception.
Method GET_NOT_VARS_AND_ATTACHMNTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_ATTACHMENTS | Value transfer | Type reference (TYPE) | GRFNMW_T_ATTACHMENT | MSMP Table of Attachments | 20100728 | |||
| 2 | ET_VARIABLES | Value transfer | Type reference (TYPE) | GRFN_T_MSG_VARIABLE | Variables used in notifications | 20100728 | |||
| 3 | EV_LANGUAGE | Value transfer | Type reference (TYPE) | SY-LANGU | Language Key of Current Text Environment | 20100730 | |||
| 4 | EV_SENDER | Value transfer | Type reference (TYPE) | SY-UNAME | User Name | 20100730 | |||
| 5 | IS_MSMP_CONTEXT | Call by reference | Type reference (TYPE) | GRFN_MW_S_EXECUTION_CONTEXT | MSMP Execution Context for API and BWF | 20100728 | |||
| 6 | IS_NOTIF_CONTEXT | Call by reference | Type reference (TYPE) | GRFN_MW_S_NOTIFICATION_CONTEXT | MSMP Notification Context | 20100728 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | MSMP Configuration Error | 20100728 |
Method NOTIFICATION_ALREADY_SENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_ALREADY_SENT | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20100305 | ||||
| 2 | IS_MSMP_CONTEXT | Call by reference | Type reference (TYPE) | GRFN_MW_S_EXECUTION_CONTEXT | MSMP Execution Context for API and BWF | 20100305 | |||
| 3 | IS_NOTIF_CONTEXT | Call by reference | Type reference (TYPE) | GRFN_MW_S_NOTIFICATION_CONTEXT | Result - Notification Agents Rule | 20100305 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Generic MSMP Exception | 20100305 |
Method SEND_NOTIFICATION_FROM_STAGE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_MSMP_CONTEXT | Value transfer | Type reference (TYPE) | GRFN_MW_S_EXECUTION_CONTEXT | MSMP Execution Context for API and BWF | 20100723 | |||
| 2 | IS_NOTIF_CONTEXT | Value transfer | Type reference (TYPE) | GRFN_MW_S_NOTIFICATION_CONTEXT | Result - Notification Agents Rule | 20100723 | |||
| 3 | IT_APPROVERS | Value transfer | Type reference (TYPE) | GRFN_MW_T_AGENT_ID | Result Table - Agent Rule | 20100723 | |||
| 4 | IV_DONT_COMMIT_WORK | Value transfer | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20100723 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Generic MSMP Exception | 20100723 |
Method SEND_NOTIFICATION_GENERIC Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_MSMP_CONTEXT | Value transfer | Type reference (TYPE) | GRFN_MW_S_EXECUTION_CONTEXT | MSMP Execution Context for API and BWF | 20100805 | |||
| 2 | IS_NOTIF_CONTEXT | Value transfer | Type reference (TYPE) | GRFN_MW_S_NOTIFICATION_CONTEXT | Result - Notification Agents Rule | 20100805 | |||
| 3 | IT_APPROVERS | Value transfer | Type reference (TYPE) | GRFN_MW_T_AGENT_ID | Result Table - Agent Rule | 20100805 | |||
| 4 | IV_AGENTID | Value transfer | Type reference (TYPE) | GRFN_MW_AGNT_ID | Agent ID | 20110529 | |||
| 5 | IV_AGENT_FLAG | Value transfer | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20100805 | |||
| 6 | IV_DONT_COMMIT_WORK | Value transfer | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20100805 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Generic MSMP Exception | 20100805 |
History
| Last changed by/on | SAP | 20141106 |
| SAP Release Created in | 600 |