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 CP_CANCEL_ICON Constant Private Type reference (TYPE) ICONNAME '@02@' Cancel Icon for Service 19990813
2 CP_CANCEL_SERVICE Constant Private Type reference (TYPE) UI_FUNC '%CANCEL_SERVICE' Cancel Service 19990813
3 CP_SIZE_BIG Constant Private Type reference (TYPE) SGS_FLAG 'X' Toolbox Size Large 19990812
4 CP_SIZE_SMALL Constant Private Type reference (TYPE) SGS_FLAG ' ' Toolbox Size Small 19990812
5 GO_DIALOGBOX Instance attribute Private Object reference (TYPE REF TO) CL_GUI_DIALOGBOX_CONTAINER Dialog Box 19990812
6 GO_SERVICE_CONTAINER Instance attribute Private Object reference (TYPE REF TO) CL_GUI_CONTAINER Container for Toolbar 19990812
7 GO_SPLITTER Instance attribute Private Object reference (TYPE REF TO) CL_GUI_SPLITTER_CONTAINER Splitter Within the Dialog Box 19990812
8 GO_TOOLBAR Instance attribute Private Object reference (TYPE REF TO) CL_GUI_TOOLBAR Toolbar 19990812
9 GO_TOOLBAR_CONTAINER Instance attribute Private Object reference (TYPE REF TO) CL_GUI_CONTAINER Container for Service 19990812
10 GP_BIG_HEIGHT Instance attribute Private Type reference (TYPE) I 300 Toolbox Large (Height) 19990812
11 GP_BIG_WIDTH Instance attribute Private Type reference (TYPE) I 600 Toolbox Large (Width) 19990812
12 GP_LEFT Instance attribute Private Type reference (TYPE) I 50 Position Left 19991028
13 GP_PROCESS_DYNPRO Instance attribute Private Type reference (TYPE) SYUCOMM Process Screen After Call Service 20011203
14 GP_SIZE Instance attribute Private Type reference (TYPE) SGS_FLAG Toolbox Size 19990812
15 GP_SMALL_HEIGHT Instance attribute Private Type reference (TYPE) I 35 Toolbox Small (Height) 19990812
16 GP_SMALL_WIDTH Instance attribute Private Type reference (TYPE) I 400 Toolbox Small (Width) 19990812
17 GP_TOP Instance attribute Private Type reference (TYPE) I 50 Position Above 19991028
Methods
# Method Level Visibility Method type Description Created on
1 ADD_BUTTONS_TO_TOOLBOX Instance method Private Method Insert Pushbutton in the Toolbar 19991124
2 CHANGE_SIZE Instance method Protected Method Change Size of Dialog Box 19990812
3 CREATE_MENU Instance method Protected Method Generate Menu 19990812
4 CREATE_TOOLBOX Instance method Public Method Generates a Toolbox Control 19990810
5 CREATE_TOOLBOX_INTERNAL Instance method Protected Method Generates a Toolbox Control (Internal) 19991029
6 GET_SUBMENU_OF_SERVICE Instance method Private Method Get Context Menu for a Menu Button 19991122
7 IS_SUBMENU_VISIBLE Instance method Private Method Checks context menu status 20111116
8 ON_CLOSE Instance method Protected Event handling method Dialog Window Closed 19990913
9 ON_DROPDOWN_CLICKED Instance method Protected Event handling method Menu Required 19990812
10 ON_FUNCTION_SELECTED 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 Importing 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 Importing 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 Exporting EO_MENU Call by reference Object reference (TYPE REF TO) CL_CTMENU Kontextmenüreferenz 19990812
2 Importing 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 Importing IO_CONTAINER Call by reference Object reference (TYPE REF TO) CL_GUI_CONTAINER GUI Container 19991029
2 Importing IP_PROCESS_DYNPRO Call by reference Type reference (TYPE) SYUCOMM Dynpro nach Dienstaufruf prozessieren 20011203
3 Importing 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 Importing IO_CONTAINER Call by reference Object reference (TYPE REF TO) CL_GUI_CONTAINER GUI Container 19991029
2 Importing IP_SERVICE Call by reference Type reference (TYPE) SGS_SRVNAM ControlfähigerDienst, der direkt gestartet werden soll 19991029
3 Importing 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 Exporting EO_MENU Call by reference Object reference (TYPE REF TO) CL_CTMENU Kontextmenü 19991122
2 Importing 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 Importing IS_SUBSERVICE Call by reference Type reference (TYPE) SGS_SRVSUB Untergeordneter Objektdienst in Menü und Toolbox 20111116
2 Returning 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 Importing FCODE Call by reference Type reference (TYPE) 19990812
2 Importing POSX Call by reference Type reference (TYPE) 19990812
3 Importing 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 Importing 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