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 ABAP 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 _TH_VARIABLES_CACHE Static Attribute Private Type reference (TYPE) YTH_VARIABLES_CACHE Natural number 20110530
Methods
# Method Level Visibility Method type Description Created on
1 GET_EMAIL_RECIPIENTS_FROM_AGNT Static method Public Method Resolve Users/Emails from Agent Result Table 20101125
2 GET_NOT_VARS_AND_ATTACHMNTS Static method Private Method 20100728
3 NOTIFICATION_ALREADY_SENT Static method Private Method Send Notification 20100305
4 SEND_NOTIFICATION_FROM_STAGE Static method Public Method Send Notification 20100723
5 SEND_NOTIFICATION_GENERIC 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 Exporting ET_RECIPIENT_EMAIL Value transfer Type reference (TYPE) GRFN_T_RECIPIENT_EMAIL Recipients defined by e-mail-address 20101125
2 Exporting ET_RECIPIENT_USER Value transfer Type reference (TYPE) GRFN_T_RECIPIENT_USER Recipients defined by user name 20101125
3 Importing 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 Exporting ET_ATTACHMENTS Value transfer Type reference (TYPE) GRFNMW_T_ATTACHMENT MSMP Table of Attachments 20100728
2 Exporting ET_VARIABLES Value transfer Type reference (TYPE) GRFN_T_MSG_VARIABLE Variables used in notifications 20100728
3 Exporting EV_LANGUAGE Value transfer Type reference (TYPE) SY-LANGU Language Key of Current Text Environment 20100730
4 Exporting EV_SENDER Value transfer Type reference (TYPE) SY-UNAME User Name 20100730
5 Importing IS_MSMP_CONTEXT Call by reference Type reference (TYPE) GRFN_MW_S_EXECUTION_CONTEXT MSMP Execution Context for API and BWF 20100728
6 Importing IS_NOTIF_CONTEXT Call by reference Type reference (TYPE) GRFN_MW_S_NOTIFICATION_CONTEXT MSMP Notification Context 20100728
# Exception Resumable Description Created on
1 CX_GRFN_MSMP_CONFIGURATION_ERR MSMP Configuration Error 20100728

Method NOTIFICATION_ALREADY_SENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EV_ALREADY_SENT Value transfer Type reference (TYPE) ABAP_BOOL 20100305
2 Importing IS_MSMP_CONTEXT Call by reference Type reference (TYPE) GRFN_MW_S_EXECUTION_CONTEXT MSMP Execution Context for API and BWF 20100305
3 Importing 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 CX_GRFN_MSMP 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 Importing IS_MSMP_CONTEXT Value transfer Type reference (TYPE) GRFN_MW_S_EXECUTION_CONTEXT MSMP Execution Context for API and BWF 20100723
2 Importing IS_NOTIF_CONTEXT Value transfer Type reference (TYPE) GRFN_MW_S_NOTIFICATION_CONTEXT Result - Notification Agents Rule 20100723
3 Importing IT_APPROVERS Value transfer Type reference (TYPE) GRFN_MW_T_AGENT_ID Result Table - Agent Rule 20100723
4 Importing IV_DONT_COMMIT_WORK Value transfer Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20100723
# Exception Resumable Description Created on
1 CX_GRFN_MSMP Generic MSMP Exception 20100723

Method SEND_NOTIFICATION_GENERIC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_MSMP_CONTEXT Value transfer Type reference (TYPE) GRFN_MW_S_EXECUTION_CONTEXT MSMP Execution Context for API and BWF 20100805
2 Importing IS_NOTIF_CONTEXT Value transfer Type reference (TYPE) GRFN_MW_S_NOTIFICATION_CONTEXT Result - Notification Agents Rule 20100805
3 Importing IT_APPROVERS Value transfer Type reference (TYPE) GRFN_MW_T_AGENT_ID Result Table - Agent Rule 20100805
4 Importing IV_AGENTID Value transfer Type reference (TYPE) GRFN_MW_AGNT_ID Agent ID 20110529
5 Importing IV_AGENT_FLAG Value transfer Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20100805
6 Importing IV_DONT_COMMIT_WORK Value transfer Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20100805
# Exception Resumable Description Created on
1 CX_GRFN_MSMP Generic MSMP Exception 20100805
History
Last changed by/on SAP  20141106 
SAP Release Created in 600