SAP ABAP Class CL_GUI_COMBOBOX (Combobox control)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷ BC-FES-GUI (Application Component) Graphical User Interface
⤷ SCET (Package) Control Enabling Technology / Control Framework
⤷ BC-FES-GUI (Application Component) Graphical User Interface
⤷ SCET (Package) Control Enabling Technology / Control Framework
Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | CL_GUI_CONTROL | Proxy Class for Control in GUI | 20130410 |
Properties
Class | CL_GUI_COMBOBOX | |
Short Description | Combobox control | |
Super Class | CL_GUI_CONTROL | Proxy Class for Control in GUI |
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | SCET | Control Enabling Technology / Control Framework |
Created | 20130410 | SAP |
Last change | 20140121 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | VRM | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_GUI_COMBOBOX has no interface implemented.
Friends
Class CL_GUI_COMBOBOX has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | M_ID_SELECT | Constant | Public | Type reference (TYPE) | I | -600 | to pass the selected item | 20130424 | |
2 | SELECTED_ITEM | Instance attribute | Public | Type reference (TYPE) | VRM_VALUE-KEY | Selected key | 20130527 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ACTIVATE_SELECTION_EVENT | Instance method | Public | Method | Raise event SELECTED after selection | 20130410 |
2 | CONSTRUCTOR | Instance method | Public | Constructor | Konstruktor | 20130410 |
3 | GET_SELECTED_ITEM | Instance method | Public | Method | Get the selected item key | 20130411 |
4 | SET_ITEMS | Instance method | Public | Method | Set a table of entries (overwrite) | 20130410 |
5 | SET_LABEL | Instance method | Private | Method | Set a label for the listbox | 20130410 |
6 | SET_LABEL_WIDTH | Instance method | Private | Method | Set the width of Label/combobox (Unit - No. of chars) | 20130410 |
7 | SET_SELECTED_ITEM | Instance method | Public | Method | Set the default selected item by key | 20130412 |
Events
# | Event | Type | Visibility | Description | Created on |
---|---|---|---|---|---|
1 | SELECTED | Instance Event (0) |
Public (2) |
20130410 |
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | ITEMS | Public | See coding | 20130410 | ITEMS type table of string
|
Method Signatures
Method ACTIVATE_SELECTION_EVENT Signature
Method ACTIVATE_SELECTION_EVENT on class CL_GUI_COMBOBOX has no parameter.
Method ACTIVATE_SELECTION_EVENT on class CL_GUI_COMBOBOX has no exception.
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | LABEL_TEXT | Value transfer | Type reference (TYPE) | CSEQUENCE | t the label text | 20130422 | ||
2 | Importing | LABEL_WIDTH | Value transfer | Type reference (TYPE) | I | -1 | label width | 20130422 | |
3 | Importing | LIFETIME | Call by reference | Type reference (TYPE) | I | Lifetime | 20130410 | ||
4 | Importing | PARENT | Call by reference | Object reference (TYPE REF TO) | CL_GUI_CONTAINER | Name des Containers | 20130410 | ||
5 | Importing | SHELLSTYLE | Call by reference | Type reference (TYPE) | I | Shell Style | 20130410 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | CNTL_ERROR | Fehler in CFW Aufruf | 20130410 |
Method GET_SELECTED_ITEM Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Returning | KEY | Value transfer | Type reference (TYPE) | VRM_VALUE-KEY | 20130411 |
Method GET_SELECTED_ITEM on class CL_GUI_COMBOBOX has no exception.
Method SET_ITEMS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | ITEM_TAB | Call by reference | Type reference (TYPE) | VRM_VALUES | 20130410 |
Method SET_ITEMS on class CL_GUI_COMBOBOX has no exception.
Method SET_LABEL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | TEXT | Call by reference | Type reference (TYPE) | CSEQUENCE | 20130410 |
Method SET_LABEL on class CL_GUI_COMBOBOX has no exception.
Method SET_LABEL_WIDTH Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | WIDTH | Call by reference | Type reference (TYPE) | I | 20130410 |
Method SET_LABEL_WIDTH on class CL_GUI_COMBOBOX has no exception.
Method SET_SELECTED_ITEM Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | KEY | Call by reference | Type reference (TYPE) | VRM_VALUE-KEY | 20130412 |
Method SET_SELECTED_ITEM on class CL_GUI_COMBOBOX has no exception.
Event Signatures
Event SELECTED Signature
# | Parameter | Type | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | KEY | Exporting | Value transfer | Type reference (TYPE) | VRM_VALUE-KEY | key of selected entry in table | 20130516 |
History
Last changed by/on | SAP | 20140121 |
SAP Release Created in | 740 |