SAP ABAP Class CL_GUI_EVENT (Event for Gui Controls)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-FES-GUI (Application Component) Graphical User Interface
     SCET (Package) Control Enabling Technology / Control Framework
Properties
Class CL_GUI_EVENT  
Short Description Event for Gui Controls    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status S  System Program 
Category 0   
Package SCET   Control Enabling Technology / Control Framework 
Created 19990503   SAP 
Last change 19990621   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 CNTL Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_GUI_EVENT has no interface implemented.
Friends
Class CL_GUI_EVENT has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 EVENTID Instance attribute Public Type reference (TYPE) I Event ID of Event 19990503
2 EVENT_SRC Instance attribute Public Object reference (TYPE REF TO) CL_GUI_CONTROL Event Src Obj 19990503
3 M_PARAMS Instance attribute Private Type reference (TYPE) CNTL_EVENT_PARAM_TAB Event Parameter 19990503
4 M_SHELLID Instance attribute Private Type reference (TYPE) I Shell ID of EventSrc 19990503
5 SHELL_EVENT Instance attribute Public Type reference (TYPE) CHAR01 ShellEvent? 19990503
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor Initialize Event Object 19990503
2 GET_EVENT_PARAM Instance method Public Method Returns an Event Parameter 19990503
Events
Class CL_GUI_EVENT has no event.
Types
Class CL_GUI_EVENT has no local type.
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_SHELL_EVENT Call by reference Type reference (TYPE) CHAR01 ShellEvent ? 19990503
2 Importing PARAMS Call by reference Type reference (TYPE) CNTL_EVENT_PARAM_TAB Parameter 19990503
3 Importing THEEVENTID Call by reference Type reference (TYPE) I EventID des events 19990503
4 Importing THESHELLID Call by reference Type reference (TYPE) I ShellID des EventSrc 19990503
# Exception Resumable Description Created on
1 NO_PROXY Das Porxy zur angegebenen ShellID existiert nicht 19990503

Method GET_EVENT_PARAM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PID Call by reference Type reference (TYPE) I Index beginnend bei 1 19990503
2 Exporting VALUE Call by reference Type reference (TYPE) STRING Wert des Parameters 19990503

Method GET_EVENT_PARAM on class CL_GUI_EVENT has no exception.
History
Last changed by/on SAP  19990621 
SAP Release Created in