SAP ABAP Class CL_GOS_TOOLBOX (Publication for Generic Object Services)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-SRV-GBT-GOS (Application Component) Generic Object Services
⤷
SGOS (Package) Generic Object Services
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_GOS_TOOLBOX_VIEW | Publication for Generic Object Services | 19990810 |
Properties
| Class | CL_GOS_TOOLBOX | |
| Short Description | Publication for Generic Object Services | |
| Super Class | CL_GOS_TOOLBOX_VIEW | Publication for Generic Object Services |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SGOS | Generic Object Services |
| Created | 19990810 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_GOS_TOOLBOX has no forward declaration.
Interfaces
Class CL_GOS_TOOLBOX has no interface implemented.
Friends
Class CL_GOS_TOOLBOX has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Private | Type reference (TYPE) | ICONNAME | '@02@' | Cancel Icon for Service | 19990813 | ||
| 2 | Constant | Private | Type reference (TYPE) | UI_FUNC | '%CANCEL_SERVICE' | Cancel Service | 19990813 | ||
| 3 | Constant | Private | Type reference (TYPE) | SGS_FLAG | 'X' | Toolbox Size Large | 19990812 | ||
| 4 | Constant | Private | Type reference (TYPE) | SGS_FLAG | ' ' | Toolbox Size Small | 19990812 | ||
| 5 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_GUI_DIALOGBOX_CONTAINER | Dialog Box | 19990812 | |||
| 6 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_GUI_CONTAINER | Container for Toolbar | 19990812 | |||
| 7 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_GUI_SPLITTER_CONTAINER | Splitter Within the Dialog Box | 19990812 | |||
| 8 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_GUI_TOOLBAR | Toolbar | 19990812 | |||
| 9 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_GUI_CONTAINER | Container for Service | 19990812 | |||
| 10 | Instance attribute | Private | Type reference (TYPE) | I | 300 | Toolbox Large (Height) | 19990812 | ||
| 11 | Instance attribute | Private | Type reference (TYPE) | I | 600 | Toolbox Large (Width) | 19990812 | ||
| 12 | Instance attribute | Private | Type reference (TYPE) | I | 50 | Position Left | 19991028 | ||
| 13 | Instance attribute | Private | Type reference (TYPE) | SYUCOMM | Process Screen After Call Service | 20011203 | |||
| 14 | Instance attribute | Private | Type reference (TYPE) | SGS_FLAG | Toolbox Size | 19990812 | |||
| 15 | Instance attribute | Private | Type reference (TYPE) | I | 35 | Toolbox Small (Height) | 19990812 | ||
| 16 | Instance attribute | Private | Type reference (TYPE) | I | 400 | Toolbox Small (Width) | 19990812 | ||
| 17 | Instance attribute | Private | Type reference (TYPE) | I | 50 | Position Above | 19991028 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Private | Method | Insert Pushbutton in the Toolbar | 19991124 | |
| 2 | Instance method | Protected | Method | Change Size of Dialog Box | 19990812 | |
| 3 | Instance method | Protected | Method | Generate Menu | 19990812 | |
| 4 | Instance method | Public | Method | Generates a Toolbox Control | 19990810 | |
| 5 | Instance method | Protected | Method | Generates a Toolbox Control (Internal) | 19991029 | |
| 6 | Instance method | Private | Method | Get Context Menu for a Menu Button | 19991122 | |
| 7 | Instance method | Private | Method | Checks context menu status | 20111116 | |
| 8 | Instance method | Protected | Event handling method | Dialog Window Closed | 19990913 | |
| 9 | Instance method | Protected | Event handling method | Menu Required | 19990812 | |
| 10 | Instance method | Protected | Event handling method | Function Selected | 19990812 |
Events
Class CL_GOS_TOOLBOX has no event.
Types
Class CL_GOS_TOOLBOX has no local type.
Method Signatures
Method ADD_BUTTONS_TO_TOOLBOX Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_SERVICE_LIST | Call by reference | Type reference (TYPE) | TGOS_MODL | Modelldaten für Dienste | 19991124 |
Method ADD_BUTTONS_TO_TOOLBOX on class CL_GOS_TOOLBOX has no exception.
Method CHANGE_SIZE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IP_SIZE | Call by reference | Type reference (TYPE) | SGS_FLAG | 'X' = groß / space = klein | 19990812 |
Method CHANGE_SIZE on class CL_GOS_TOOLBOX has no exception.
Method CREATE_MENU Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EO_MENU | Call by reference | Object reference (TYPE REF TO) | CL_CTMENU | Kontextmenüreferenz | 19990812 | |||
| 2 | IT_SERVICE_LIST | Call by reference | Type reference (TYPE) | TGOS_MODL | Modelliste für Menü | 19990812 |
Method CREATE_MENU on class CL_GOS_TOOLBOX has no exception.
Method CREATE_TOOLBOX Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_CONTAINER | Call by reference | Object reference (TYPE REF TO) | CL_GUI_CONTAINER | GUI Container | 19991029 | |||
| 2 | IP_PROCESS_DYNPRO | Call by reference | Type reference (TYPE) | SYUCOMM | Dynpro nach Dienstaufruf prozessieren | 20011203 | |||
| 3 | IP_SERVICE | Call by reference | Type reference (TYPE) | SGS_SRVNAM | ControlfähigerDienst, der direkt gestartet werden soll | 19991029 |
Method CREATE_TOOLBOX on class CL_GOS_TOOLBOX has no exception.
Method CREATE_TOOLBOX_INTERNAL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_CONTAINER | Call by reference | Object reference (TYPE REF TO) | CL_GUI_CONTAINER | GUI Container | 19991029 | |||
| 2 | IP_SERVICE | Call by reference | Type reference (TYPE) | SGS_SRVNAM | ControlfähigerDienst, der direkt gestartet werden soll | 19991029 | |||
| 3 | IP_SPLIT_CONTAINER | Call by reference | Type reference (TYPE) | SGS_FLAG | Container mit zwei Bereichen | 19991029 |
Method CREATE_TOOLBOX_INTERNAL on class CL_GOS_TOOLBOX has no exception.
Method GET_SUBMENU_OF_SERVICE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EO_MENU | Call by reference | Object reference (TYPE REF TO) | CL_CTMENU | Kontextmenü | 19991122 | |||
| 2 | IP_SERVICE_NAME | Call by reference | Type reference (TYPE) | SGS_SRVNAM | Name des Dienstes | 19991122 |
Method GET_SUBMENU_OF_SERVICE on class CL_GOS_TOOLBOX has no exception.
Method IS_SUBMENU_VISIBLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_SUBSERVICE | Call by reference | Type reference (TYPE) | SGS_SRVSUB | Untergeordneter Objektdienst in Menü und Toolbox | 20111116 | |||
| 2 | RV_STATUS | Value transfer | Type reference (TYPE) | FLAG | allgemeines flag | 20111116 |
Method IS_SUBMENU_VISIBLE on class CL_GOS_TOOLBOX has no exception.
Method ON_CLOSE Signature
Method ON_CLOSE on class CL_GOS_TOOLBOX has no parameter.
Method ON_CLOSE on class CL_GOS_TOOLBOX has no exception.
Method ON_DROPDOWN_CLICKED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | FCODE | Call by reference | Type reference (TYPE) | 19990812 | |||||
| 2 | POSX | Call by reference | Type reference (TYPE) | 19990812 | |||||
| 3 | POSY | Call by reference | Type reference (TYPE) | 19990812 |
Method ON_DROPDOWN_CLICKED on class CL_GOS_TOOLBOX has no exception.
Method ON_FUNCTION_SELECTED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | FCODE | Call by reference | Type reference (TYPE) | 19990812 |
Method ON_FUNCTION_SELECTED on class CL_GOS_TOOLBOX has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in |