SAP ABAP Class CL_WFD_LOCAL_EVENTS (Component for Managing Local Events/Exceptions)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-BMT-WFM (Application Component) SAP Business Workflow
     SWD (Package) Business Workflow: Process Definition
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_WFD_COMPONENTS_BASE WF: Basis Class All Components (Commands) 20030922
Properties
Class CL_WFD_LOCAL_EVENTS  
Short Description Component for Managing Local Events/Exceptions    
Super Class CL_WFD_COMPONENTS_BASE WF: Basis Class All Components (Commands) 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SWD   Business Workflow: Process Definition 
Created 20030620   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_WFD_LOCAL_EVENTS has no forward declaration.
Interfaces
Class CL_WFD_LOCAL_EVENTS has no interface implemented.
Friends
Class CL_WFD_LOCAL_EVENTS has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 AC_EVENTS Instance attribute Protected Object reference (TYPE REF TO) CL_GUI_ALV_GRID Table of All Transactions 20030620
2 AT_FIELDCATALOG Instance attribute Protected Type reference (TYPE) LVC_T_FCAT Field Catalog 20030620
3 A_CHANGED Instance attribute Public Type reference (TYPE) XFELD Was data changed? 20030620
4 A_DISPLAY Instance attribute Protected Type reference (TYPE) XFELD Display Mode 20030620
5 A_LAYOUT Instance attribute Protected Type reference (TYPE) LVC_S_LAYO Layout 20030620
6 C_ACTIVE Constant Public Type reference (TYPE) SWD_LEVTSTATE '0001' 20030620
7 C_CATCH_ALL Constant Public Type reference (TYPE) SWD_LEVTSTATE '0011' 20030620
8 C_CATCH_ALL_DEF Constant Public Type reference (TYPE) SWD_LEVTSTATE '0010' 20030919
9 C_DEFINITION Constant Public Type reference (TYPE) SWD_LEVTSTATE '0000' 20030620
10 C_EXCEPTION Constant Public Type reference (TYPE) SWD_LEVTTYPID '0001' 20030620
11 C_HEAD_NODE Constant Public Type reference (TYPE) SWD_NODEID 1 Header Node 20030918
12 C_NAME_FIELDNAME Constant Protected Type reference (TYPE) NAME_KOMP 'LOCEVTNAM' Component Name 20030917
13 C_OK_DELETE Constant Protected Type reference (TYPE) SYUCOMM 'DEL' OKCODE Delete 20030908
14 C_OK_STATUS Constant Protected Type reference (TYPE) SYUCOMM 'STAT' OKCODE Status 20030701
15 C_STATUS_FIELDNAME Constant Protected Type reference (TYPE) NAME_KOMP 'STAT_ICON' Component Name 20030620
16 MT_DISABLED_CELLS Instance attribute Protected Type reference (TYPE) LVC_T_MODI Set Cells to Not-Editable 20031017
17 MT_DISPLAY_EVENTS Instance attribute Protected Type reference (TYPE) SWDTILOCEVT External Display for Events 20031014
18 MT_EVENTS Instance attribute Protected Type reference (TYPE) SWDTILOCEVT External Display for Events 20030620
19 MT_PARENT_EVENTS Instance attribute Protected Type reference (TYPE) SWDTILOCEVT External Display for Events 20031013
20 M_CATCH_ALL Instance attribute Protected Type reference (TYPE) SWD_LEVTNAM 20030919
21 M_CB_METHOD Instance attribute Public Type reference (TYPE) SEOCPDNAME Callback for Rename 20031021
22 M_CB_OBJECT Instance attribute Public Object reference (TYPE REF TO) OBJECT Callback for Rename 20031021
23 M_EDIT_AREA Instance attribute Protected Object reference (TYPE REF TO) CL_GUI_CONTAINER 20030919
24 M_NODEID Instance attribute Protected Type reference (TYPE) SWD_NODEID 20030701
25 M_PROT_AREA Instance attribute Protected Object reference (TYPE REF TO) CL_GUI_CONTAINER 20030919
26 M_PRT_HEIGHT Instance attribute Protected Type reference (TYPE) I 20030919
27 M_ROW_ID Instance attribute Protected Type reference (TYPE) I Last Selected Line 20030922
28 M_SPLITTER Instance attribute Protected Object reference (TYPE REF TO) CL_GUI_SPLITTER_CONTAINER 20030919
Methods
# Method Level Visibility Method type Description Created on
1 CHECK Instance method Public Method Testing All Entries 20030620
2 CHECK_EVENT Instance method Protected Method Tests Event 20030620
3 CONSTRUCTOR Instance method Public Constructor Constructor 20030620
4 DELETE_EVENT Instance method Public Method Delete Entry 20030922
5 DETAILS_PREPARE Instance method Protected Method Add Details to Table 20030620
6 DETAIL_PREPARE Instance method Protected Method Add Details to One Line in the Table 20030620
7 DISPLAY_SET Instance method Public Method Activate/Deactivate Display Mode 20030620
8 EDIT_STATUS Instance method Public Method Set Status 20030922
9 EVENTS_GET Instance method Public Method Retrieve Data 20030620
10 EVENTS_SET Instance method Public Method Transfer data 20030620
11 FIELDCATALOG_PREPARE Instance method Public Method Prepare Field Catalog 20030620
12 FIELDCATALOG_PREPARE_ICON Static method Protected Method Create Field Catalog ICON 20030620
13 FREE Instance method Public Method Destructor 20030620
14 GET_SELECTED_EVENT Instance method Public Method Gets Selected Event 20030922
15 GET_SELECTED_ROW Instance method Public Method Gets Selected Line 20030922
16 ON_BUTTON_CLICK Instance method Protected Event handling method Click on Button 20030620
17 ON_CTMENU_REQUESTED Instance method Protected Event handling method Context Menu Request 20030620
18 ON_DATA_CHANGED Instance method Protected Event handling method Data Entry 20030620
19 ON_DOUBLE_CLICK Instance method Protected Event handling method Double-Click 20030620
20 ON_TOOLBAR_SET Instance method Protected Event handling method Set Toolbar 20030620
21 ON_USER_COMMAND Instance method Protected Event handling method Execute command 20030620
22 P_IS_ACTIVE Instance method Private Method Checks Whether Exception Is Used 20030919
23 REFRESH_DISPLAY Instance method Protected Method Display-Update 20030620
Events
Class CL_WFD_LOCAL_EVENTS has no event.
Types
Class CL_WFD_LOCAL_EVENTS has no local type.
Method Signatures

Method CHECK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_RETCODE Value transfer Type reference (TYPE) SYSUBRC return code 20030620

Method CHECK on class CL_WFD_LOCAL_EVENTS has no exception.

Method CHECK_EVENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_EVENT Call by reference Type reference (TYPE) SWD_ILOCEVT 20030620
2 Importing IM_ROW Value transfer Type reference (TYPE) I 0 Zeile (0 kein dublicate test) 20030620
3 Returning RE_RETURN Value transfer Type reference (TYPE) SWF_RETURN retcode 20030917

Method CHECK_EVENT on class CL_WFD_LOCAL_EVENTS has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_DEFINITION Call by reference Type reference (TYPE) XFLAG SPACE Definitions Contol 20030702
2 Importing IM_PARENT Call by reference Object reference (TYPE REF TO) CL_GUI_CONTAINER Abstracter Container fuer GUI Controls 20030620
3 Importing IM_TITLE Call by reference Type reference (TYPE) C Überschrift 20030620

Method CONSTRUCTOR on class CL_WFD_LOCAL_EVENTS has no exception.

Method DELETE_EVENT Signature

Method DELETE_EVENT on class CL_WFD_LOCAL_EVENTS has no parameter.
Method DELETE_EVENT on class CL_WFD_LOCAL_EVENTS has no exception.

Method DETAILS_PREPARE Signature

Method DETAILS_PREPARE on class CL_WFD_LOCAL_EVENTS has no parameter.
Method DETAILS_PREPARE on class CL_WFD_LOCAL_EVENTS has no exception.

Method DETAIL_PREPARE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CH_ITEM Call by reference Type reference (TYPE) SWD_ILOCEVT Event Eintrag 20030620
2 Exporting EX_MODIFIED Call by reference Type reference (TYPE) XFLAG geändert 20030620

Method DETAIL_PREPARE on class CL_WFD_LOCAL_EVENTS has no exception.

Method DISPLAY_SET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_DISPLAY Call by reference Type reference (TYPE) XFELD Feld zum Ankreuzen 20030620

Method DISPLAY_SET on class CL_WFD_LOCAL_EVENTS has no exception.

Method EDIT_STATUS Signature

Method EDIT_STATUS on class CL_WFD_LOCAL_EVENTS has no parameter.
Method EDIT_STATUS on class CL_WFD_LOCAL_EVENTS has no exception.

Method EVENTS_GET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_CHANGED Call by reference Type reference (TYPE) XFLAG lokale Events geändert 20031013
2 Exporting EX_EVENTS Call by reference Type reference (TYPE) SWDTILOCEVT Rückgabe alle lokalen Events 20030918

Method EVENTS_GET on class CL_WFD_LOCAL_EVENTS has no exception.

Method EVENTS_SET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_EVENTS Call by reference Type reference (TYPE) SWDTILOCEVT Liste der Events/Ausnahmen 20030908
2 Importing IM_PARENT_EVENTS Call by reference Type reference (TYPE) SWDTILOCEVT Liste der Events/Ausnahmen 20031013
3 Importing IM_STEP Call by reference Type reference (TYPE) SWD_NODEID 20030620

Method EVENTS_SET on class CL_WFD_LOCAL_EVENTS has no exception.

Method FIELDCATALOG_PREPARE Signature

Method FIELDCATALOG_PREPARE on class CL_WFD_LOCAL_EVENTS has no parameter.
Method FIELDCATALOG_PREPARE on class CL_WFD_LOCAL_EVENTS has no exception.

Method FIELDCATALOG_PREPARE_ICON Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CH_FLDCAT Call by reference Type reference (TYPE) LVC_S_FCAT Feldkatalog Eintrag 20030620
2 Importing IM_HEADER Call by reference Type reference (TYPE) C Überschrift 20030620
3 Importing IM_TOOLTIP Call by reference Type reference (TYPE) C tooltip 20030620

Method FIELDCATALOG_PREPARE_ICON on class CL_WFD_LOCAL_EVENTS has no exception.

Method FREE Signature

Method FREE on class CL_WFD_LOCAL_EVENTS has no parameter.
Method FREE on class CL_WFD_LOCAL_EVENTS has no exception.

Method GET_SELECTED_EVENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EVENT Value transfer Type reference (TYPE) SWD_ALOCEVT 20030922

Method GET_SELECTED_EVENT on class CL_WFD_LOCAL_EVENTS has no exception.

Method GET_SELECTED_ROW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ROW_ID Value transfer Type reference (TYPE) I Zeilen-Id 20030922

Method GET_SELECTED_ROW on class CL_WFD_LOCAL_EVENTS has no exception.

Method ON_BUTTON_CLICK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ES_COL_ID Value transfer Attribute reference (LIKE) 20030620
2 Importing ES_ROW_NO Value transfer Attribute reference (LIKE) 20030620

Method ON_BUTTON_CLICK on class CL_WFD_LOCAL_EVENTS has no exception.

Method ON_CTMENU_REQUESTED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing E_OBJECT Value transfer Attribute reference (LIKE) 20030620

Method ON_CTMENU_REQUESTED on class CL_WFD_LOCAL_EVENTS has no exception.

Method ON_DATA_CHANGED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ER_DATA_CHANGED Value transfer Attribute reference (LIKE) 20030620
2 Importing E_ONF4 Value transfer Attribute reference (LIKE) 20030620

Method ON_DATA_CHANGED on class CL_WFD_LOCAL_EVENTS has no exception.

Method ON_DOUBLE_CLICK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ES_ROW_NO Value transfer Attribute reference (LIKE) 20030620
2 Importing E_COLUMN Value transfer Attribute reference (LIKE) 20030620
3 Importing E_ROW Value transfer Attribute reference (LIKE) 20030620

Method ON_DOUBLE_CLICK on class CL_WFD_LOCAL_EVENTS has no exception.

Method ON_TOOLBAR_SET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing E_INTERACTIVE Value transfer Attribute reference (LIKE) 20030620
2 Importing E_OBJECT Value transfer Attribute reference (LIKE) 20030620

Method ON_TOOLBAR_SET on class CL_WFD_LOCAL_EVENTS has no exception.

Method ON_USER_COMMAND Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing E_UCOMM Value transfer Attribute reference (LIKE) 20030620

Method ON_USER_COMMAND on class CL_WFD_LOCAL_EVENTS has no exception.

Method P_IS_ACTIVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ACTIVE Value transfer Type reference (TYPE) XFLAG 20031022
2 Importing NAME Call by reference Type reference (TYPE) C 20030919

Method P_IS_ACTIVE on class CL_WFD_LOCAL_EVENTS has no exception.

Method REFRESH_DISPLAY Signature

Method REFRESH_DISPLAY on class CL_WFD_LOCAL_EVENTS has no parameter.
Method REFRESH_DISPLAY on class CL_WFD_LOCAL_EVENTS has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 640