SAP ABAP Class CL_WB_MANAGER_FCODE_HANDLER (Workbench Manager)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DWB-UTL-BRR (Application Component) Repository Browser
     SWBM_INTERNAL (Package) Internal Objects within SWBM
Properties
Class CL_WB_MANAGER_FCODE_HANDLER  
Short Description Workbench Manager    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SWBM_INTERNAL   Internal Objects within SWBM 
Created 19990609   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 CL_EXITHANDLER Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
2 CL_GUI_CFW Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
3 CL_WB_INFO_CHANNEL Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
4 CL_WB_WINDOW_EVENTS Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
5 IF_WB_CONTROL_TOOL Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
6 SMET9 Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
7 WMNGR Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_WB_MANAGER_FCODE_HANDLER has no interface implemented.
Friends
Class CL_WB_MANAGER_FCODE_HANDLER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 DISABLED_FUNCTIONS Instance attribute Private Type reference (TYPE) UI_FUNCTIONS Inactive Functions Supported by Manager 19990609
2 ENABLED_FUNCTIONS Instance attribute Private Type reference (TYPE) UI_FUNCTIONS Active Functions Supported by Manager 19990609
3 EXIT_PROCESS_FCODE Instance attribute Private Object reference (TYPE REF TO) IF_EX_WB_PROCESS_FCODE Reference for Exit 19991026
4 TOOL_MANAGER Instance attribute Private Object reference (TYPE REF TO) CL_WB_TOOL_MANAGER Tool Instance Management in Workbench Manager 19990609
5 WB_MANAGER Instance attribute Private Object reference (TYPE REF TO) CL_WB_MANAGER Workbench Manager 19990609
6 WINDOW_MANAGER Instance attribute Private Object reference (TYPE REF TO) IF_WB_WINDOW_MANAGER Algorithm for Determining Layout 19990609
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor Constructor 19990609
2 DESTRUCT Instance method Public Method Destructor 19990609
3 DISPATCH Instance method Public Method Evaluate Function Codes 19990609
4 FC_BACK Instance method Private Method Function: Back 19990609
5 FC_CHECK_GENLIMITS Instance method Private Method Function: Check Generation Limits 19991215
6 FC_END Instance method Private Method Function: Exit 19990705
7 FC_FORWARD Instance method Private Method Function: Forwards 19990609
8 FC_INFO_CHANNEL Instance method Private Method Function: Display Info Channel 19991026
9 FC_MODULE_TEST Instance method Private Method Function: Check Generation Limits 20031031
10 FC_NAVSTACK_EDIT Instance method Private Method Edit Navigation Stack 19990609
11 FC_ONLINE_MANUAL Instance method Private Method Function: Display Tool Documentation 20000911
12 FC_OTHER_OBJECT Instance method Private Method Function: Edit Other Object 19990609
13 FC_SET_INVISIBLE Instance method Private Method Function: Make All Docked Windows Invisible 19991008
14 FC_SET_VISIBLE Instance method Private Method Function: Make All Docked Windows Visible 19991008
15 FC_SHOW_INACTIVE_OBJECTS Instance method Private Method Function: Display Inactive Objects 20010803
16 FC_SHOW_INFOSYSTEM Instance method Private Method Function: Display Infosystem Browser 20000818
17 FC_SHOW_MIME_REPOSITORY Instance method Private Method Function: Display MIME Repository 20001103
18 FC_SHOW_OBJECT_LIST Instance method Private Method Function: Display Current Object List 19990609
19 FC_SHOW_PROXY_EDITOR Instance method Private Method 20090128
20 FC_SHOW_REQUEST_TRACE Instance method Private Method Function: Display Request Trace 19990609
21 FC_SHOW_TAG_LIBRARY Instance method Private Method Function: Display Tag Library 20010112
22 FC_SHOW_TESTWORKBENCH Instance method Private Method Function: Display Infosystem Browser 20021023
23 FC_SHOW_TRANSPORT_ORGANIZER Instance method Private Method Function: Display Transport Organizer 20000818
24 FC_SHOW_WCF_CONTROLS Instance method Private Method Function: Display Control Browser 20010112
25 FC_TOGGLE_VISIBILITY Instance method Private Method Function: Make All Docked Windows Visible/Invisible 19991011
26 FC_UML_GENERATE Instance method Private Method Function: Display UML Class Diagram 20090123
27 FC_VERSION_OVERVIEW Instance method Private Method Function: Version management 19990609
28 FC_WORKLIST_ADD_OBJECT Instance method Private Method Function: Insert Object in Work List 19990812
29 FC_WORKLIST_SHOW Instance method Private Method Function: Display Work List 19990812
30 GET_STATUS Instance method Public Method Get All Manager Functions 19990609
31 SAVE_ACTIVE_TOOL Instance method Private Method Save Active Tool 19990609
Events
Class CL_WB_MANAGER_FCODE_HANDLER has no event.
Types
Class CL_WB_MANAGER_FCODE_HANDLER 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 P_TOOL_MANAGER Call by reference Object reference (TYPE REF TO) CL_WB_TOOL_MANAGER Verwaltung der Toolinstanzen im WB Manager 19990609
2 Importing P_WB_MANAGER Call by reference Object reference (TYPE REF TO) CL_WB_MANAGER Workbench Manager 19990609
3 Importing P_WINDOW_MANAGER Call by reference Object reference (TYPE REF TO) IF_WB_WINDOW_MANAGER Algorithmus zur Layoutbestimmung 19990609

Method CONSTRUCTOR on class CL_WB_MANAGER_FCODE_HANDLER has no exception.

Method DESTRUCT Signature

Method DESTRUCT on class CL_WB_MANAGER_FCODE_HANDLER has no parameter.
Method DESTRUCT on class CL_WB_MANAGER_FCODE_HANDLER has no exception.

Method DISPATCH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing P_OK_CODE Call by reference Type reference (TYPE) SY-UCOMM FCODE 19990609
2 Exporting P_WB_TODO_REQUEST Call by reference Object reference (TYPE REF TO) CL_WB_REQUEST auszuführender Request 19990609
3 Exporting P_WB_TODO_STATE Call by reference Object reference (TYPE REF TO) IF_WB_PROGRAM_STATE herzustellender Programmzustand 19990609

Method DISPATCH on class CL_WB_MANAGER_FCODE_HANDLER has no exception.

Method FC_BACK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting P_WB_TODO_REQUEST Call by reference Object reference (TYPE REF TO) CL_WB_REQUEST auszuführender Request 19990609
2 Exporting P_WB_TODO_STATE Call by reference Object reference (TYPE REF TO) IF_WB_PROGRAM_STATE herzustellender Programmzustand 19990609

Method FC_BACK on class CL_WB_MANAGER_FCODE_HANDLER has no exception.

Method FC_CHECK_GENLIMITS Signature

Method FC_CHECK_GENLIMITS on class CL_WB_MANAGER_FCODE_HANDLER has no parameter.
# Exception Resumable Description Created on
1 NOT_EXECUTED Operation wurde nicht ausgeführt 19991215

Method FC_END Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing P_OK_CODE Call by reference Type reference (TYPE) SY-UCOMM OK-Code 19990705
2 Exporting P_WB_TODO_REQUEST Call by reference Object reference (TYPE REF TO) CL_WB_REQUEST auszuführender Request 19990705
3 Exporting P_WB_TODO_STATE Call by reference Object reference (TYPE REF TO) IF_WB_PROGRAM_STATE herzustellender Programmzustand 19990705

Method FC_END on class CL_WB_MANAGER_FCODE_HANDLER has no exception.

Method FC_FORWARD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting P_WB_TODO_REQUEST Call by reference Object reference (TYPE REF TO) CL_WB_REQUEST auszuführender Request 19990609
2 Exporting P_WB_TODO_STATE Call by reference Object reference (TYPE REF TO) IF_WB_PROGRAM_STATE herzustellender Programmzustand 19990609

Method FC_FORWARD on class CL_WB_MANAGER_FCODE_HANDLER has no exception.

Method FC_INFO_CHANNEL Signature

Method FC_INFO_CHANNEL on class CL_WB_MANAGER_FCODE_HANDLER has no parameter.
Method FC_INFO_CHANNEL on class CL_WB_MANAGER_FCODE_HANDLER has no exception.

Method FC_MODULE_TEST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing FCODE Call by reference Type reference (TYPE) SY-UCOMM Bildschirmbilder, Funktionscode, der PAI ausgelöst hat 20031031
# Exception Resumable Description Created on
1 NOT_EXECUTED Operation wurde nicht ausgeführt 20031031

Method FC_NAVSTACK_EDIT Signature

Method FC_NAVSTACK_EDIT on class CL_WB_MANAGER_FCODE_HANDLER has no parameter.
Method FC_NAVSTACK_EDIT on class CL_WB_MANAGER_FCODE_HANDLER has no exception.

Method FC_ONLINE_MANUAL Signature

Method FC_ONLINE_MANUAL on class CL_WB_MANAGER_FCODE_HANDLER has no parameter.
Method FC_ONLINE_MANUAL on class CL_WB_MANAGER_FCODE_HANDLER has no exception.

Method FC_OTHER_OBJECT Signature

Method FC_OTHER_OBJECT on class CL_WB_MANAGER_FCODE_HANDLER has no parameter.
Method FC_OTHER_OBJECT on class CL_WB_MANAGER_FCODE_HANDLER has no exception.

Method FC_SET_INVISIBLE Signature

Method FC_SET_INVISIBLE on class CL_WB_MANAGER_FCODE_HANDLER has no parameter.
Method FC_SET_INVISIBLE on class CL_WB_MANAGER_FCODE_HANDLER has no exception.

Method FC_SET_VISIBLE Signature

Method FC_SET_VISIBLE on class CL_WB_MANAGER_FCODE_HANDLER has no parameter.
Method FC_SET_VISIBLE on class CL_WB_MANAGER_FCODE_HANDLER has no exception.

Method FC_SHOW_INACTIVE_OBJECTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning P_NAVIGATION_DONE Value transfer Type reference (TYPE) SEU_BOOL Navigation wurde durchgeführt 20010803

Method FC_SHOW_INACTIVE_OBJECTS on class CL_WB_MANAGER_FCODE_HANDLER has no exception.

Method FC_SHOW_INFOSYSTEM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning P_NAVIGATION_DONE Value transfer Type reference (TYPE) SEU_BOOL Navigation wurde durchgeführt 20000818

Method FC_SHOW_INFOSYSTEM on class CL_WB_MANAGER_FCODE_HANDLER has no exception.

Method FC_SHOW_MIME_REPOSITORY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning P_NAVIGATION_DONE Value transfer Type reference (TYPE) SEU_BOOL Navigation wurde durchgeführt 20001103

Method FC_SHOW_MIME_REPOSITORY on class CL_WB_MANAGER_FCODE_HANDLER has no exception.

Method FC_SHOW_OBJECT_LIST Signature

Method FC_SHOW_OBJECT_LIST on class CL_WB_MANAGER_FCODE_HANDLER has no parameter.
Method FC_SHOW_OBJECT_LIST on class CL_WB_MANAGER_FCODE_HANDLER has no exception.

Method FC_SHOW_PROXY_EDITOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning P_NAVIGATION_DONE Value transfer Type reference (TYPE) SEU_BOOL Navigation wurde durchgeführt 20090128

Method FC_SHOW_PROXY_EDITOR on class CL_WB_MANAGER_FCODE_HANDLER has no exception.

Method FC_SHOW_REQUEST_TRACE Signature

Method FC_SHOW_REQUEST_TRACE on class CL_WB_MANAGER_FCODE_HANDLER has no parameter.
Method FC_SHOW_REQUEST_TRACE on class CL_WB_MANAGER_FCODE_HANDLER has no exception.

Method FC_SHOW_TAG_LIBRARY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning P_NAVIGATION_DONE Value transfer Type reference (TYPE) SEU_BOOL Navigation wurde durchgeführt 20010112

Method FC_SHOW_TAG_LIBRARY on class CL_WB_MANAGER_FCODE_HANDLER has no exception.

Method FC_SHOW_TESTWORKBENCH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning P_NAVIGATION_DONE Value transfer Type reference (TYPE) SEU_BOOL Navigation wurde durchgeführt 20021023

Method FC_SHOW_TESTWORKBENCH on class CL_WB_MANAGER_FCODE_HANDLER has no exception.

Method FC_SHOW_TRANSPORT_ORGANIZER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning P_NAVIGATION_DONE Value transfer Type reference (TYPE) SEU_BOOL Navigation wurde durchgeführt 20000818

Method FC_SHOW_TRANSPORT_ORGANIZER on class CL_WB_MANAGER_FCODE_HANDLER has no exception.

Method FC_SHOW_WCF_CONTROLS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning P_NAVIGATION_DONE Value transfer Type reference (TYPE) SEU_BOOL Navigation wurde durchgeführt 20010112

Method FC_SHOW_WCF_CONTROLS on class CL_WB_MANAGER_FCODE_HANDLER has no exception.

Method FC_TOGGLE_VISIBILITY Signature

Method FC_TOGGLE_VISIBILITY on class CL_WB_MANAGER_FCODE_HANDLER has no parameter.
Method FC_TOGGLE_VISIBILITY on class CL_WB_MANAGER_FCODE_HANDLER has no exception.

Method FC_UML_GENERATE Signature

Method FC_UML_GENERATE on class CL_WB_MANAGER_FCODE_HANDLER has no parameter.
# Exception Resumable Description Created on
1 NOT_EXECUTED Operation wurde nicht ausgeführt 20090123

Method FC_VERSION_OVERVIEW Signature

Method FC_VERSION_OVERVIEW on class CL_WB_MANAGER_FCODE_HANDLER has no parameter.
# Exception Resumable Description Created on
1 NOT_EXECUTED Operation wurde nicht ausgeführt 19990609

Method FC_WORKLIST_ADD_OBJECT Signature

Method FC_WORKLIST_ADD_OBJECT on class CL_WB_MANAGER_FCODE_HANDLER has no parameter.
Method FC_WORKLIST_ADD_OBJECT on class CL_WB_MANAGER_FCODE_HANDLER has no exception.

Method FC_WORKLIST_SHOW Signature

Method FC_WORKLIST_SHOW on class CL_WB_MANAGER_FCODE_HANDLER has no parameter.
Method FC_WORKLIST_SHOW on class CL_WB_MANAGER_FCODE_HANDLER has no exception.

Method GET_STATUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting P_DISABLED_FUNCTIONS Call by reference Type reference (TYPE) UI_FUNCTIONS inaktive Funktionen 19990609
2 Exporting P_ENABLED_FUNCTIONS Call by reference Type reference (TYPE) UI_FUNCTIONS aktive Funktionen 19990609
3 Importing P_WINDOW_ID Call by reference Type reference (TYPE) WMNGR_WINDOW_ID 0 Id des Fensters 19990609

Method GET_STATUS on class CL_WB_MANAGER_FCODE_HANDLER has no exception.

Method SAVE_ACTIVE_TOOL Signature

Method SAVE_ACTIVE_TOOL on class CL_WB_MANAGER_FCODE_HANDLER has no parameter.
# Exception Resumable Description Created on
1 ACTION_CANCELLED Aktion wurde abgebrochen 19990609
History
Last changed by/on SAP  20130531 
SAP Release Created in