Hierarchy
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_WB_MANAGER | Interface for Workbench Manager | 19981218 |
Properties
| Class | CL_WB_MANAGER | |
| 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 | 19981218 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 2 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) | |
| 3 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) | |
| 4 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... | |
| 5 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_WB_MANAGER | Interface for Workbench Manager | 19981218 |
Friends
Class CL_WB_MANAGER has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_WB_NAVIGATOR | Active Navigator | 19981218 | |||
| 2 | Instance attribute | Private | Type reference (TYPE) | SY-REPID | Active Program | 20000309 | |||
| 3 | Instance attribute | Private | Type reference (TYPE) | SY-DYNNR | Active Screen | 20000309 | |||
| 4 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_WB_MANAGER_FCODE_HANDLER | Central Function Code Handler | 19990609 | |||
| 5 | Static Attribute | Private | Object reference (TYPE REF TO) | CL_WB_MANAGER | Singleton Instance | 20090123 | |||
| 6 | Instance attribute | Private | Type reference (TYPE) | SEU_OBJKEY | Navigation Context | 19990713 | |||
| 7 | Instance attribute | Private | Type reference (TYPE) | WMNGR_OBJEVNT_TABLE | Data from Object Events | 19990322 | |||
| 8 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_WB_OBJTYPE_PROVIDER | Object Type Provider | 20100209 | |||
| 9 | Instance attribute | Private | Type reference (TYPE) | WMNGR_REQUEST_COLLECTION | Requests for Processing | 19981218 | |||
| 10 | Instance attribute | Public | Type reference (TYPE) | WB_REQUEST_LIST | Trace for all Processed Requests | 19990210 | |||
| 11 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_WB_TOOL_MANAGER | Tool Instance Management in Workbench Manager | 19981218 | |||
| 12 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_TOOL_REQUEST_LISTENER | 20100831 | ||||
| 13 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_WB_TOOL_RESOLUTION | Algorithm For Finding Tool | 19981218 | |||
| 14 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_WB_REQUEST | TODO Request for Tool | 19990610 | |||
| 15 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_WB_PROGRAM_STATE | TODO State for Tool | 19990610 | |||
| 16 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_WB_WINDOW_MANAGER | Algorithm for Determining Layout | 19981218 |
Methods
Events
| # | Event | Type | Visibility | Description | Created on |
|---|---|---|---|---|---|
| 1 | BROWSER_MODE_CHANGED | Instance Event (0) |
Public (2) |
Browser Mode Changed | 20040907 |
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | LTY_EUOBJEDIT_TAB | Private | See coding | 20090526 | LTY_EUOBJEDIT_TAB TYPE STANDARD TABLE OF euobjedit
|
||
| 2 | LTY_REQUEST_COLLECTION | Private | See coding | LTY_REQUEST_COLLECTION | 19981218 | lty_request_collection TYPE STANDARD TABLE OF lty_request_queue_entry
WITH NON-UNIQUE DEFAULT KEY
|
|
| 3 | LTY_REQUEST_QUEUE_ENTRY | Private | See coding | LTY_REQUEST_QUEUE_ENTRY | 19981218 | BEGIN OF lty_request_queue_entry,
wb_request_entry TYPE REF TO cl_wb_request_entry,
navigator TYPE REF TO cl_wb_navigator,
END OF lty_request_queue_entry
|
Method Signatures
Method ADD_PREVIOUS_REQUEST_TO_QUEUE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | P_WINDOW_ID | Call by reference | Type reference (TYPE) | WMNGR_WINDOW_ID | Fenster ID | 19990211 |
Method ADD_PREVIOUS_REQUEST_TO_QUEUE on class CL_WB_MANAGER has no exception.
Method ADD_REQUEST_TO_QUEUE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | P_ACTIVE_NAVIGATOR | Call by reference | Object reference (TYPE REF TO) | CL_WB_NAVIGATOR | Navigator für Request | 19981218 | |||
| 2 | P_WB_DATA_CONTAINER | Call by reference | Object reference (TYPE REF TO) | CL_WB_DATA_CONTAINER | Datencontainer | 19990630 | |||
| 3 | P_WB_PROGRAM_STATE | Call by reference | Object reference (TYPE REF TO) | IF_WB_PROGRAM_STATE | Programm Zustand | 19981218 | |||
| 4 | P_WB_REQUEST | Call by reference | Object reference (TYPE REF TO) | CL_WB_REQUEST | Request | 19981218 | |||
| 5 | P_WB_WINDOW_STATE | Call by reference | Object reference (TYPE REF TO) | CL_WB_WINDOW_STATE | Fenster Zustand | 19981218 |
Method ADD_REQUEST_TO_QUEUE on class CL_WB_MANAGER has no exception.
Method CHECK_CHANGE_EDIT_MODE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | P_ACTIVE_REQUEST | Call by reference | Object reference (TYPE REF TO) | CL_WB_REQUEST | Aktives Werkzeug | 19981218 | |||
| 2 | P_NEW_REQUEST | Call by reference | Object reference (TYPE REF TO) | CL_WB_REQUEST | Prüfen, ob bei int. Nav. Edit-Mode geändert werden muß | 19981218 |
Method CHECK_CHANGE_EDIT_MODE on class CL_WB_MANAGER has no exception.
Method CHECK_FINISH_INITIAL_TOOL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | P_FINISH_TOOL | Value transfer | Type reference (TYPE) | SEU_BOOL | Tool beenden? | 19990414 |
Method CHECK_FINISH_INITIAL_TOOL on class CL_WB_MANAGER has no exception.
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | FORCE_NEW_MANAGER_INSTANCE | Call by reference | Type reference (TYPE) | FLAG | SPACE | allgemeines flag | 20090204 | ||
| 2 | P_TOOL_RESOLUTION_AGENT | Call by reference | Object reference (TYPE REF TO) | IF_WB_TOOL_RESOLUTION | Algorithmus zur Toolbestimmung | 19981218 | |||
| 3 | P_WINDOW_MANAGER | Call by reference | Object reference (TYPE REF TO) | IF_WB_WINDOW_MANAGER | Algorithmus zur Layoutbestimmung | 19981218 |
Method CONSTRUCTOR on class CL_WB_MANAGER has no exception.
Method CONTROL_PBO Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | P_PROGRAM | Value transfer | Type reference (TYPE) | SY-REPID | aktives Programm | 19990610 | |||
| 2 | P_SCREEN | Value transfer | Type reference (TYPE) | SY-DYNNR | aktiver Screen | 19990610 |
Method CONTROL_PBO on class CL_WB_MANAGER has no exception.
Method DESTRUCT Signature
Method DESTRUCT on class CL_WB_MANAGER has no parameter.
Method DESTRUCT on class CL_WB_MANAGER has no exception.
Method ENSURE_INSTANTIATIONS Signature
Method ENSURE_INSTANTIATIONS on class CL_WB_MANAGER has no parameter.
Method ENSURE_INSTANTIATIONS on class CL_WB_MANAGER has no exception.
Method EVT_HANDLE_CONFIG_CHANGED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | P_NEW_CONFIGURATION | Value transfer | Attribute reference (LIKE) | 20000911 | |||||
| 2 | P_OLD_CONFIGURATION | Value transfer | Attribute reference (LIKE) | 20000911 |
Method EVT_HANDLE_CONFIG_CHANGED on class CL_WB_MANAGER has no exception.
Method EVT_HANDLE_FLUSH_ERROR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | DYNPRO_NUMBER | Value transfer | Attribute reference (LIKE) | 19990407 | |||||
| 2 | DYNPRO_PROGRAM | Value transfer | Attribute reference (LIKE) | 19990407 | |||||
| 3 | SITUATION | Value transfer | Attribute reference (LIKE) | 19990407 |
Method EVT_HANDLE_FLUSH_ERROR on class CL_WB_MANAGER has no exception.
Method EVT_HANDLE_OBJECT_ACTIVATED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | P_OBJECT_NAME | Value transfer | Attribute reference (LIKE) | 20010628 | |||||
| 2 | P_OBJECT_TYPE | Value transfer | Attribute reference (LIKE) | 20010628 |
Method EVT_HANDLE_OBJECT_ACTIVATED on class CL_WB_MANAGER has no exception.
Method EVT_HANDLE_OBJECT_CHANGED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | P_OBJECT_NAME | Value transfer | Attribute reference (LIKE) | 19991215 | |||||
| 2 | P_OBJECT_TYPE | Value transfer | Attribute reference (LIKE) | 19991215 |
Method EVT_HANDLE_OBJECT_CHANGED on class CL_WB_MANAGER has no exception.
Method EVT_HANDLE_OBJECT_DELETED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | P_OBJECT_NAME | Value transfer | Attribute reference (LIKE) | 19990211 | |||||
| 2 | P_OBJECT_TYPE | Value transfer | Attribute reference (LIKE) | 19990211 |
Method EVT_HANDLE_OBJECT_DELETED on class CL_WB_MANAGER has no exception.
Method EVT_HANDLE_OBJECT_RENAMED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | P_NEW_OBJECT_NAME | Value transfer | Attribute reference (LIKE) | 19990211 | |||||
| 2 | P_OBJECT_NAME | Value transfer | Attribute reference (LIKE) | 19990211 | |||||
| 3 | P_OBJECT_TYPE | Value transfer | Attribute reference (LIKE) | 19990211 |
Method EVT_HANDLE_OBJECT_RENAMED on class CL_WB_MANAGER has no exception.
Method EVT_HANDLE_STACK_CTMENU_REQ Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | P_CONTEXT_MENU_BACK | Value transfer | Attribute reference (LIKE) | 19991104 | |||||
| 2 | P_CONTEXT_MENU_FORWARD | Value transfer | Attribute reference (LIKE) | 19991104 | |||||
| 3 | P_WINDOW_ID | Value transfer | Attribute reference (LIKE) | 19991104 |
Method EVT_HANDLE_STACK_CTMENU_REQ on class CL_WB_MANAGER has no exception.
Method EVT_HANDLE_STACK_FUNCTION_REQ Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | P_FUNCTION | Value transfer | Attribute reference (LIKE) | 19991104 | |||||
| 2 | P_WINDOW_ID | Value transfer | Attribute reference (LIKE) | 19991104 |
Method EVT_HANDLE_STACK_FUNCTION_REQ on class CL_WB_MANAGER has no exception.
Method EVT_HANDLE_TOOL_FINISHED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | P_WINDOW_ID | Value transfer | Attribute reference (LIKE) | 19981218 | |||||
| 2 | SENDER | Value transfer | Attribute reference (LIKE) | 19981218 |
Method EVT_HANDLE_TOOL_FINISHED on class CL_WB_MANAGER has no exception.
Method EVT_HANDLE_WINDOW_ACTIVATED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | P_WINDOW_ID | Value transfer | Attribute reference (LIKE) | 20000816 |
Method EVT_HANDLE_WINDOW_ACTIVATED on class CL_WB_MANAGER has no exception.
Method EVT_HANDLE_WINDOW_CLOSED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | P_WINDOW_ID | Value transfer | Attribute reference (LIKE) | 19981218 |
Method EVT_HANDLE_WINDOW_CLOSED on class CL_WB_MANAGER has no exception.
Method GET_ACCESSOBJTYPE_TR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | P_OBJTYPE_TR | Call by reference | Type reference (TYPE) | TROBJTYPE | Transport-Objekttyp | 20090526 | |||
| 2 | P_OBJTYPE_WB | Call by reference | Type reference (TYPE) | SEU_OBJTYP | Workbench-Objekttyp | 20090526 | |||
| 3 | P_PGMID | Call by reference | Type reference (TYPE) | PGMID | Programm-ID in Aufträgen und Aufgaben | 20090526 | |||
| 4 | P_SUBTYPE | Call by reference | Type reference (TYPE) | SEU_OBJTYP | Unterobjekttyp | 20090526 | |||
| 5 | P_TOOLNAME | Call by reference | Type reference (TYPE) | SEOCLSNAME | Name der Tool-Klasse | 20090526 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20090526 | |||
| 2 | 20090526 |
Method GET_ACTIVE_SCREEN_REQUEST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | P_DESCRIPTION | Value transfer | Type reference (TYPE) | WBOBJLINE-DESCRIPT | Beschreibung | 19991014 | |||
| 2 | P_PROGRAM_STATE | Value transfer | Object reference (TYPE REF TO) | IF_WB_PROGRAM_STATE | Programmstatus | 19990211 | |||
| 3 | P_REQUEST | Value transfer | Object reference (TYPE REF TO) | CL_WB_REQUEST | aktiver Request | 19990211 | |||
| 4 | P_SEMANTIC_OBJECT_NAME | Value transfer | Type reference (TYPE) | TEXT80 | sprechender Objektname | 19991026 | |||
| 5 | P_WINDOW_ID | Value transfer | Type reference (TYPE) | WMNGR_WINDOW_ID | 0 | ID des Fensters für 'Zurück' | 19991028 |
Method GET_ACTIVE_SCREEN_REQUEST on class CL_WB_MANAGER has no exception.
Method GET_ALL_ACCESS_TOOLS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | P_TOOLS | Call by reference | Type reference (TYPE) | WBACCESS_TAB | Objekttypen und Access-Tools | 20090216 |
Method GET_ALL_ACCESS_TOOLS on class CL_WB_MANAGER has no exception.
Method GET_INSTANCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | INSTANCE_IS_NEW | Call by reference | Type reference (TYPE) | FLAG | 'X': Instanz des Workbench Manager wurde neu erzeugt | 20090123 | |||
| 2 | P_INSTANCE | Call by reference | Object reference (TYPE REF TO) | IF_WB_MANAGER | Workbench Manager | 20090123 | |||
| 3 | P_TOOL_RESOLUTION_AGENT | Call by reference | Object reference (TYPE REF TO) | IF_WB_TOOL_RESOLUTION | Tool für Request bestimmen | 20090123 | |||
| 4 | P_WINDOW_MANAGER | Call by reference | Object reference (TYPE REF TO) | IF_WB_WINDOW_MANAGER | Layout Manager | 20090123 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20090123 |
Method GET_NAVIGATOR_FOR_REQUEST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | P_DATA_CONTAINER | Call by reference | Object reference (TYPE REF TO) | CL_WB_DATA_CONTAINER | Datencontainer | 19990630 | |||
| 2 | P_LAYOUT | Call by reference | Type reference (TYPE) | WBTOOLTYPE | Toollayout | 19981218 | |||
| 3 | P_NAVIGATOR | Call by reference | Object reference (TYPE REF TO) | CL_WB_NAVIGATOR | Navigatorobjekt | 19981218 | |||
| 4 | P_ORIG_REQUEST | Call by reference | Object reference (TYPE REF TO) | CL_WB_REQUEST | ursprünglich gesendeter Request | 19990520 | |||
| 5 | P_PROGRAM_STATE | Call by reference | Object reference (TYPE REF TO) | IF_WB_PROGRAM_STATE | Zu verarbeitender Workbench Program State | 19990302 | |||
| 6 | P_REQUEST | Call by reference | Object reference (TYPE REF TO) | CL_WB_REQUEST | auszuführender Request | 19981218 | |||
| 7 | P_TOOLNAME | Call by reference | Type reference (TYPE) | SEOCLSNAME | Name des Tools | 19981218 | |||
| 8 | P_WITH_STACK_ENTRY | Call by reference | Type reference (TYPE) | SEU_BOOL | 'X' | Stapeleintrag bei Navigation schreiben? | 19990715 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Interner Fehler im WB Manager | 19981218 | ||
| 2 | Kein Layout für Tool gefunden | 19981218 |
Method GET_OBJTYPE_PROVIDER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | P_OBJTYPE_PROVIDER | Value transfer | Object reference (TYPE REF TO) | IF_WB_OBJTYPE_PROVIDER | WB: Object Type Provider | 20100209 |
Method GET_OBJTYPE_PROVIDER on class CL_WB_MANAGER has no exception.
Method GET_TOOL_IN_FOCUS_WINDOW Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | TOOL_NAME | Call by reference | Type reference (TYPE) | SEOCLSNAME | Objekttypname | 20061214 | |||
| 2 | TOOL_REF | Call by reference | Object reference (TYPE REF TO) | IF_WB_PROGRAM | Workbench: Programm | 20061214 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20061214 |
Method GET_TOOL_MANAGER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | P_TOOL_MANAGER | Value transfer | Object reference (TYPE REF TO) | CL_WB_TOOL_MANAGER | Verwaltung von Toolreferenzen | 20040119 |
Method GET_TOOL_MANAGER on class CL_WB_MANAGER has no exception.
Method GET_TROBJ_ACCESS_TOOL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | P_ACCESSTOOL_DATA | Call by reference | Type reference (TYPE) | WBACCESS_TOOL | Objekttyp und Access-Tool | 20091102 | |||
| 2 | P_ACCESSTOOL_REF | Call by reference | Object reference (TYPE REF TO) | IF_WB_ACCESS | Schnittstelle zu zentralen Workbench-Funktionen | 20091102 | |||
| 3 | P_CONTEXT | Call by reference | Type reference (TYPE) | SEU_ACTION | Kontext/Situation | 20091103 | |||
| 4 | P_OBJTYPE_TR | Call by reference | Type reference (TYPE) | TROBJTYPE | Transport-Objekttyp | 20091102 | |||
| 5 | P_SUBTYPE | Call by reference | Type reference (TYPE) | SEU_OBJTYP | Subtyp | 20100209 | |||
| 6 | P_WB_MANAGER | Call by reference | Object reference (TYPE REF TO) | CL_WB_MANAGER | Workbench Manager | 20091102 |
Method GET_TROBJ_ACCESS_TOOL on class CL_WB_MANAGER has no exception.
Method GET_WBOBJ_ACCESS_TOOL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | P_ACCESSTOOL_DATA | Call by reference | Type reference (TYPE) | WBACCESS_TOOL | Objekttyp und Access-Tool | 20091102 | |||
| 2 | P_ACCESSTOOL_REF | Call by reference | Object reference (TYPE REF TO) | IF_WB_ACCESS | Schnittstelle zu zentralen Workbench-Funktionen | 20091102 | |||
| 3 | P_CONTEXT | Call by reference | Type reference (TYPE) | SEU_ACTION | Kontext/Situation | 20091103 | |||
| 4 | P_OBJTYPE_WB | Call by reference | Type reference (TYPE) | SEU_OBJTYP | Workbench-Objekttyp | 20091102 | |||
| 5 | P_WB_MANAGER | Call by reference | Object reference (TYPE REF TO) | CL_WB_MANAGER | Workbench Manager | 20091102 |
Method GET_WBOBJ_ACCESS_TOOL on class CL_WB_MANAGER has no exception.
Method HANDLE_OBJECT_EVENTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | P_TODO_REQUEST | Value transfer | Object reference (TYPE REF TO) | CL_WB_REQUEST | Todo Request | 19990211 |
Method HANDLE_OBJECT_EVENTS on class CL_WB_MANAGER has no exception.
Method IS_RUNNING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_RUNNING | Value transfer | Type reference (TYPE) | ABAP_BOOL | true: WB Manager (and, thus, ABAP Workbench) is running | 20120221 |
Method IS_RUNNING on class CL_WB_MANAGER has no exception.
Method PREPARE_INITIAL_SCREEN Signature
Method PREPARE_INITIAL_SCREEN on class CL_WB_MANAGER has no parameter.
Method PREPARE_INITIAL_SCREEN on class CL_WB_MANAGER has no exception.
Method PROCESS_BACK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | P_NUMBER_OF_LEVELS | Value transfer | Type reference (TYPE) | I | 1 | Anzahl Schritte zurück | 19991029 | ||
| 2 | P_WB_TODO_REQUEST | Value transfer | Object reference (TYPE REF TO) | CL_WB_REQUEST | auszuführender Workbench Request | 19991029 | |||
| 3 | P_WB_TODO_STATE | Value transfer | Object reference (TYPE REF TO) | IF_WB_PROGRAM_STATE | herzustellender Programmzustand | 19991029 | |||
| 4 | P_WINDOW_ID | Value transfer | Type reference (TYPE) | WMNGR_WINDOW_ID | 0 | ID des Fensters für 'Zurück' | 19991029 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Aktion wurde abgebrochen | 19991029 | ||
| 2 | Navigationstack ist leer, kein 'Zurück' möglich | 19991029 |
Method PROCESS_FORWARD Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | P_NUMBER_OF_LEVELS | Value transfer | Type reference (TYPE) | I | 1 | Anzahl Schritte vorwärts | 19990609 | ||
| 2 | P_WB_TODO_REQUEST | Value transfer | Object reference (TYPE REF TO) | CL_WB_REQUEST | auszuführender Workbench Request | 19990609 | |||
| 3 | P_WB_TODO_STATE | Value transfer | Object reference (TYPE REF TO) | IF_WB_PROGRAM_STATE | herzustellender Programmzustand | 19990609 | |||
| 4 | P_WINDOW_ID | Value transfer | Type reference (TYPE) | WMNGR_WINDOW_ID | 0 | ID des Fensters für 'Vorwärts' | 19990609 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Aktion wurde abgebrochen | 19990609 | ||
| 2 | Navigationstack ist leer, kein 'Zurück' möglich | 19990609 |
Method PROCESS_REQUEST_QUEUE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | P_ERROR | Call by reference | Type reference (TYPE) | WBERROR | aufgetretener Fehler | 19990622 |
Method PROCESS_REQUEST_QUEUE on class CL_WB_MANAGER has no exception.
Method PROCESS_WB_REQUEST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | P_ACTIVE_NAVIGATOR | Call by reference | Object reference (TYPE REF TO) | CL_WB_NAVIGATOR | Aktiver Navigator für Request | 19981218 | |||
| 2 | P_ERROR | Call by reference | Type reference (TYPE) | WBERROR | aufgetretener Fehler | 19990622 | |||
| 3 | P_WB_DATA_CONTAINER | Call by reference | Object reference (TYPE REF TO) | CL_WB_DATA_CONTAINER | Datencontainer | 19990630 | |||
| 4 | P_WB_PROGRAM_STATE | Call by reference | Object reference (TYPE REF TO) | IF_WB_PROGRAM_STATE | Zu verarbeitender Workbench Program State | 19981218 | |||
| 5 | P_WB_REQUEST | Call by reference | Object reference (TYPE REF TO) | CL_WB_REQUEST | Zu verarbeitender Workbench Request | 19981218 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Aktion wurde abgebrochen | 19981218 | ||
| 2 | Interner Fehler im WB Manager aufgetreten | 19981218 | ||
| 3 | Kein Tool für Request gefunden | 19981218 |
Method REQUEST_TOOL_ACCESS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | P_ERROR | Call by reference | Type reference (TYPE) | WBERROR | aufgetretener Fehler | 19990622 | |||
| 2 | P_WB_DATA_CONTAINER | Call by reference | Object reference (TYPE REF TO) | CL_WB_DATA_CONTAINER | Datencontainer | 19990630 | |||
| 3 | P_WB_PROGRAM_STATE | Call by reference | Object reference (TYPE REF TO) | IF_WB_PROGRAM_STATE | Zu verarbeitender Workbench Program State | 19990504 | |||
| 4 | P_WB_REQUEST | Call by reference | Object reference (TYPE REF TO) | CL_WB_REQUEST | zu verarbeitender Workbench Request | 19990504 | |||
| 5 | P_WB_TODO_REQUEST | Call by reference | Object reference (TYPE REF TO) | CL_WB_REQUEST | auszuführender Request | 19990504 | |||
| 6 | P_WB_TODO_STATE | Call by reference | Object reference (TYPE REF TO) | IF_WB_PROGRAM_STATE | herzustellender Programmzustand | 19990504 | |||
| 7 | P_WITH_STACK_ENTRY | Call by reference | Type reference (TYPE) | SEU_BOOL | 'X' | Stapeleintrag bei Navigation schreiben? | 19990715 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Interner Fehler im WB Manager aufgetreten | 19990504 | ||
| 2 | Kein Tool für Operation gefunden | 19990504 |
Method SET_BROWSERWINDOW_VISIBILITY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | VISIBLE | Call by reference | Type reference (TYPE) | SEU_BOOL | SPACE | 'X': show Browser window, SPACE: don't show Browser window | 20050715 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20050715 | |||
| 2 | 20050715 |
Method SET_TOOL_REQUEST_LISTENER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | P_TOOL_REQUEST_LISTENER | Call by reference | Object reference (TYPE REF TO) | IF_TOOL_REQUEST_LISTENER | 20100831 |
Method SET_TOOL_REQUEST_LISTENER on class CL_WB_MANAGER has no exception.
Method SET_TOOL_TODO_REQUEST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | P_WB_TODO_REQUEST | Call by reference | Object reference (TYPE REF TO) | CL_WB_REQUEST | TODO-Request für das Tool | 19990610 |
Method SET_TOOL_TODO_REQUEST on class CL_WB_MANAGER has no exception.
Method SET_TOOL_TODO_STATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | P_WB_TODO_STATE | Call by reference | Object reference (TYPE REF TO) | IF_WB_PROGRAM_STATE | TODO-State für das Tool | 19990610 |
Method SET_TOOL_TODO_STATE on class CL_WB_MANAGER has no exception.
Event Signatures
Event BROWSER_MODE_CHANGED Signature
| # | Parameter | Type | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | P_NEW_BROWSER_MODE | Exporting | Value transfer | Type reference (TYPE) | SEU_OBJTYP | swbm_c_type_object_list oder swbm_c_type_wdy_text_browser | 20040907 |
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in |