SAP ABAP Class CL_GRFN_EVENT (Event Class)
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_EVENT  
Short Description Event Class    
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 20090820   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
Class CL_GRFN_EVENT has no interface implemented.
Friends
Class CL_GRFN_EVENT has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MT_EVENT_PARAMETER Instance attribute Public Type reference (TYPE) T_EVENT_PARAMETER Event Parameters 20090820
2 MV_EVENT_ID Instance attribute Public Type reference (TYPE) GRFN_UI_EVENT_ID Event ID 20090820
3 MV_RESULT Instance attribute Public Type reference (TYPE) GRFN_UI_RESULT UI Result 20100927
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20090820
2 CREATE_BY_ID Static method Public Method Create Event Instance by ID 20090820
3 GET_EVENT_PARAMETER Instance method Public Method Get Event Parameter by Key 20090820
4 GET_EVENT_PARAMETERS Instance method Public Method Get Event Parameters 20090820
5 GET_ID Instance method Public Method Get Event ID 20090822
6 SET_EVENT_PARAMETER Instance method Public Method Set Event Parameter 20090820
7 SET_WDEVENT_PARAMETERS Instance method Public Method Set Event Parameters from WDEVENT 20090820
Events
Class CL_GRFN_EVENT has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 S_EVENT_PARAMETER Public See coding 20090820 BEGIN OF s_event_parameter, key TYPE string, value TYPE REF TO data, object TYPE REF TO object, END OF s_event_parameter
2 T_EVENT_PARAMETER Public See coding 20090820 t_event_parameter TYPE HASHED TABLE OF s_event_parameter WITH UNIQUE KEY key
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_EVENT_ID Call by reference Type reference (TYPE) GRFN_UI_EVENT_ID Event ID 20090820

Method CONSTRUCTOR on class CL_GRFN_EVENT has no exception.

Method CREATE_BY_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_EVENT_ID Call by reference Type reference (TYPE) GRFN_UI_EVENT_ID Event ID 20090820
2 Returning RO_EVENT Value transfer Object reference (TYPE REF TO) CL_GRFN_EVENT Event 20090820

Method CREATE_BY_ID on class CL_GRFN_EVENT has no exception.

Method GET_EVENT_PARAMETER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EO_OBJECT Call by reference Object reference (TYPE REF TO) OBJECT 20100113
2 Exporting ER_VALUE Call by reference Object reference (TYPE REF TO) DATA 20090821
3 Exporting EV_VALUE Call by reference Type reference (TYPE) DATA 20100114
4 Importing IV_KEY Call by reference Type reference (TYPE) STRING 20090820

Method GET_EVENT_PARAMETER on class CL_GRFN_EVENT has no exception.

Method GET_EVENT_PARAMETERS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_EVENT_PARAMETER Value transfer Type reference (TYPE) T_EVENT_PARAMETER 20090820

Method GET_EVENT_PARAMETERS on class CL_GRFN_EVENT has no exception.

Method GET_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_ID Value transfer Type reference (TYPE) GRFN_UI_EVENT_ID Event ID 20090822

Method GET_ID on class CL_GRFN_EVENT has no exception.

Method SET_EVENT_PARAMETER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_OBJECT Call by reference Object reference (TYPE REF TO) OBJECT 20100113
2 Importing IR_VALUE Call by reference Object reference (TYPE REF TO) DATA 20090821
3 Importing IV_KEY Call by reference Type reference (TYPE) STRING 20090820
4 Importing IV_VALUE Call by reference Type reference (TYPE) ANY 20090820

Method SET_EVENT_PARAMETER on class CL_GRFN_EVENT has no exception.

Method SET_WDEVENT_PARAMETERS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_EVENT Call by reference Object reference (TYPE REF TO) CL_WD_CUSTOM_EVENT Application-Defined Event 20090820

Method SET_WDEVENT_PARAMETERS on class CL_GRFN_EVENT has no exception.
History
Last changed by/on SAP  20141106 
SAP Release Created in 600