SAP ABAP Class CL_SWL_ADM_SCREEN_HANDLER (Workflow: Docking Container for Administration Functions)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-BMT-WFM (Application Component) SAP Business Workflow
     SWL (Package) Business Workflow: Worklist Client
Properties
Class CL_SWL_ADM_SCREEN_HANDLER  
Short Description Workflow: Docking Container for Administration Functions    
Super Class    
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status P  SAP Standard Production Program 
Category 0   
Package SWL   Business Workflow: Worklist Client 
Created 20040105   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_SWL_ADM_SCREEN_HANDLER has no forward declaration.
Interfaces
Class CL_SWL_ADM_SCREEN_HANDLER has no interface implemented.
Friends
Class CL_SWL_ADM_SCREEN_HANDLER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 M_DOCKING Static Attribute Private Object reference (TYPE REF TO) CL_GUI_DOCKING_CONTAINER Docking Control Container 20040105
2 M_DYNNR Instance attribute Private Type reference (TYPE) SYDYNNR ABAP Program: Number of Current Screen 20040105
3 M_IS_VISIBLE Instance attribute Private Type reference (TYPE) XFELD Checkbox 20040105
4 M_REPID Instance attribute Private Type reference (TYPE) SYREPID ABAP Program: Current Main Program 20040105
5 M_SCREEN_HANDLER Static Attribute Private Object reference (TYPE REF TO) CL_SWL_ADM_SCREEN_HANDLER Singleton 20040105
6 M_SERVICES Instance attribute Private Type reference (TYPE) SWLTADMCMD Workflow: Table with Objects 20040106
7 M_SERVICE_NAMES Static Attribute Private Type reference (TYPE) SWFSTRTAB Admin Service Names 20040106
8 M_TREE Instance attribute Private Object reference (TYPE REF TO) CL_GUI_COLUMN_TREE Column Tree Control 20040105
9 M_WIID Instance attribute Private Type reference (TYPE) SWW_WIID Work Item ID 20040105
Methods
# Method Level Visibility Method type Description Created on
1 ADMIN_OFF Static method Public Method 20040105
2 ADMIN_ON Static method Public Method 20040105
3 CLASS_CONSTRUCTOR Static method Public Constructor CLASS_CONSTRUCTOR 20040106
4 CONSTRUCTOR Instance method Public Constructor Constructor 20040105
5 CREATE_DOCKING Instance method Private Method 20040105
6 CREATE_SCREEN Static method Public Method 20040105
7 CREATE_TREE Instance method Private Method 20040105
8 GET_SERVICES Instance method Private Method 20040105
9 HANDLE_BUTTON_CLICK Instance method Private Event handling method 20040105
10 INITIALIZE Instance method Private Method 20040105
11 IS_VISIBLE Static method Public Method 20040105
12 REFRESH Static method Public Method 20040106
13 REFRESH_NODES Instance method Private Method 20040106
14 SET_VISIBLE Instance method Private Method 20040105
15 SET_WIID Instance method Private Method 20040106
Events
Class CL_SWL_ADM_SCREEN_HANDLER has no event.
Types
Class CL_SWL_ADM_SCREEN_HANDLER has no local type.
Method Signatures

Method ADMIN_OFF Signature

Method ADMIN_OFF on class CL_SWL_ADM_SCREEN_HANDLER has no parameter.
# Exception Resumable Description Created on
1 CNTL_ERROR 20040105

Method ADMIN_ON Signature

Method ADMIN_ON on class CL_SWL_ADM_SCREEN_HANDLER has no parameter.
# Exception Resumable Description Created on
1 CNTL_ERROR 20040105

Method CLASS_CONSTRUCTOR Signature

Method CLASS_CONSTRUCTOR on class CL_SWL_ADM_SCREEN_HANDLER has no parameter.
Method CLASS_CONSTRUCTOR on class CL_SWL_ADM_SCREEN_HANDLER has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_DYNNR Call by reference Type reference (TYPE) SYDYNNR ABAP-Programm, Nummer des aktuellen Dynpros 20040105
2 Importing IM_REPID Call by reference Type reference (TYPE) SYREPID ABAP-Programm, aktuelles Rahmenprogramm 20040105
3 Importing IM_WIID Call by reference Type reference (TYPE) SWW_WIID Workitem-Kennung 20040105
# Exception Resumable Description Created on
1 CX_SWF_RUN_WIM Ausnahme im WIM 20040105

Method CREATE_DOCKING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_DOCKING Value transfer Object reference (TYPE REF TO) CL_GUI_DOCKING_CONTAINER Docking Control Container 20040105
# Exception Resumable Description Created on
1 CX_SWF_RUN_WIM Ausnahme im WIM 20040105

Method CREATE_SCREEN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_DYNNR Call by reference Type reference (TYPE) SYDYNNR SY-DYNNR ABAP-Programm, Nummer des aktuellen Dynpros 20040105
2 Importing IM_REPID Call by reference Type reference (TYPE) SYREPID SY-REPID ABAP-Programm, aktuelles Rahmenprogramm 20040105
3 Importing IM_WIID Call by reference Type reference (TYPE) SWW_WIID Workitem-Kennung 20040105
# Exception Resumable Description Created on
1 SYSTEM_ERROR Fehler beim Erzeugen des Screens 20040105

Method CREATE_TREE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_PARENT Call by reference Object reference (TYPE REF TO) CL_GUI_CONTAINER Abstracter Container fuer GUI Controls 20040105
2 Returning RE_TREE Value transfer Object reference (TYPE REF TO) CL_GUI_COLUMN_TREE Column Tree Control 20040105
# Exception Resumable Description Created on
1 CX_SWF_RUN_WIM Ausnahme im WIM 20040105

Method GET_SERVICES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_SERVICES Value transfer Type reference (TYPE) SWLTADMCMD Workflow: Tabelle mit Objekten 20040105

Method GET_SERVICES on class CL_SWL_ADM_SCREEN_HANDLER has no exception.

Method HANDLE_BUTTON_CLICK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ITEM_NAME Call by reference Attribute reference (LIKE) 20040105
2 Importing NODE_KEY Call by reference Attribute reference (LIKE) 20040105

Method HANDLE_BUTTON_CLICK on class CL_SWL_ADM_SCREEN_HANDLER has no exception.

Method INITIALIZE Signature

Method INITIALIZE on class CL_SWL_ADM_SCREEN_HANDLER has no parameter.
# Exception Resumable Description Created on
1 CX_SWF_RUN_WIM Ausnahme im WIM 20040105

Method IS_VISIBLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_IS_VISIBLE Value transfer Type reference (TYPE) XFELD Feld zum Ankreuzen 20040105

Method IS_VISIBLE on class CL_SWL_ADM_SCREEN_HANDLER has no exception.

Method REFRESH Signature

Method REFRESH on class CL_SWL_ADM_SCREEN_HANDLER has no parameter.
Method REFRESH on class CL_SWL_ADM_SCREEN_HANDLER has no exception.

Method REFRESH_NODES Signature

Method REFRESH_NODES on class CL_SWL_ADM_SCREEN_HANDLER has no parameter.
Method REFRESH_NODES on class CL_SWL_ADM_SCREEN_HANDLER has no exception.

Method SET_VISIBLE Signature

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

Method SET_VISIBLE on class CL_SWL_ADM_SCREEN_HANDLER has no exception.

Method SET_WIID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_WIID Call by reference Type reference (TYPE) SWW_WIID Workitem-Kennung 20040106

Method SET_WIID on class CL_SWL_ADM_SCREEN_HANDLER has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 640