SAP ABAP Class CL_GUI_CONTAINER_BAR_2 (Vertical Tabstrip for Controls)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-BMT-WFM (Application Component) SAP Business Workflow
⤷
SBPT_GUI (Package) GUI Components
⤷
⤷
Properties
| Class | CL_GUI_CONTAINER_BAR_2 | |
| Short Description | Vertical Tabstrip for Controls | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | P | SAP Standard Production Program |
| Category | 0 | |
| Package | SBPT_GUI | GUI Components |
| Created | 20020108 | SAP |
| Last change | 20050218 | 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) |
Interfaces
Class CL_GUI_CONTAINER_BAR_2 has no interface implemented.
Friends
Class CL_GUI_CONTAINER_BAR_2 has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Protected | Object reference (TYPE REF TO) | CL_CTMENU | 20030804 | ||||
| 2 | Instance attribute | Protected | Object reference (TYPE REF TO) | CL_GUI_SPLITTER_CONTAINER | 20020108 | ||||
| 3 | Instance attribute | Protected | Object reference (TYPE REF TO) | CL_GUI_SPLITTER_CONTAINER | 20020108 | ||||
| 4 | Instance attribute | Protected | Object reference (TYPE REF TO) | CL_GUI_SPLITTER_CONTAINER | 20020108 | ||||
| 5 | Instance attribute | Protected | Object reference (TYPE REF TO) | CL_GUI_TOOLBAR | Bottom Toolbar | 20020108 | |||
| 6 | Instance attribute | Protected | Object reference (TYPE REF TO) | CL_GUI_TOOLBAR | Bottom Toolbar | 20020108 | |||
| 7 | Instance attribute | Protected | Object reference (TYPE REF TO) | CL_GUI_TOOLBAR | Top Toolbar | 20020108 | |||
| 8 | Instance attribute | Protected | Object reference (TYPE REF TO) | CL_GUI_TOOLBAR | Top Toolbar | 20020108 | |||
| 9 | Instance attribute | Protected | Type reference (TYPE) | SBPTCINFOS | Information on Cell State | 20020108 | |||
| 10 | Instance attribute | Protected | Type reference (TYPE) | SBPTCLOSE | Close Pushbuttons | 20020108 | |||
| 11 | Instance attribute | Protected | Type reference (TYPE) | SBPTSTYLE | 'O' | Visualization Type (Outlook, Pushbutton Stable) | 20020108 | ||
| 12 | Constant | Protected | Type reference (TYPE) | I | 14 | Maximum Fields | 20020108 | ||
| 13 | Constant | Public | Type reference (TYPE) | SBPTSTYLE | 'F' | Visualization Type Pushbuttons Stable | 20020108 | ||
| 14 | Constant | Public | Type reference (TYPE) | SBPTSTYLE | 'O' | Visualization Type Outlook | 20020108 | ||
| 15 | Constant | Public | Type reference (TYPE) | SBPTSTYLE | 'T' | Visualization Type Pushbuttons Stable | 20030804 | ||
| 16 | Constant | Protected | Type reference (TYPE) | I | 24 | Height of Toolbar | 20020108 |
Methods
Events
| # | Event | Type | Visibility | Description | Created on |
|---|---|---|---|---|---|
| 1 | CLICKED | Instance Event (0) |
Public (2) |
Open Cell | 20020108 |
| 2 | CLOSED | Instance Event (0) |
Public (2) |
Remove Cell | 20020108 |
| 3 | EMPTY | Instance Event (0) |
Public (2) |
No Cell | 20020108 |
Types
Class CL_GUI_CONTAINER_BAR_2 has no local type.
Method Signatures
Method ADAPT_TOOLBARS Signature
Method ADAPT_TOOLBARS on class CL_GUI_CONTAINER_BAR_2 has no parameter.
Method ADAPT_TOOLBARS on class CL_GUI_CONTAINER_BAR_2 has no exception.
Method ADD_CELL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CAPTION | Value transfer | Type reference (TYPE) | SBPTCAPTN | Überschrift des Fachs | 20020108 | |||
| 2 | ID | Value transfer | Type reference (TYPE) | I | ID des Fachs | 20020108 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Nur, wenn Id mitgegeben: Fach bereits gefüllt | 20020108 | ||
| 2 | Nur, wenn Id mitgegeben: Fachnummer unzulässig | 20020108 | ||
| 3 | Maximale Anzahl (8 z.Zt.) der 'Schubladen' überschritten | 20020108 |
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ACTIVE_ID | Call by reference | Type reference (TYPE) | I | Aktive Schublade bei der Instanziierung setzen | 20020108 | |||
| 2 | CAPTIONS | Call by reference | Type reference (TYPE) | SBPTCAPTNS | Überschrifteigenschaften und Anzahl der Schabladen | 20020108 | |||
| 3 | CLOSE_BUTTONS | Call by reference | Type reference (TYPE) | SBPTCLOSE | SPACE | Drucktasten zum Schließen der Fächer | 20020108 | ||
| 4 | PARENT | Call by reference | Object reference (TYPE REF TO) | CL_GUI_CONTAINER | Parent Container | 20020108 | |||
| 5 | STYLE | Call by reference | Type reference (TYPE) | SBPTSTYLE | C_STYLE_OUTLOOK | Visualisierungsart | 20020108 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Ungültige Visualisierungsart | 20020108 | ||
| 2 | Maximale Anzahl (8 z.Zt.) der 'Schubladen' überschritten | 20020108 |
Method CREATE_TOOLBAR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | PARENT | Call by reference | Object reference (TYPE REF TO) | CL_GUI_CONTAINER | Abstracter Container fuer GUI Controls | 20020108 | |||
| 2 | SPLITTER | Call by reference | Object reference (TYPE REF TO) | CL_GUI_SPLITTER_CONTAINER | Splitter Control | 20020108 | |||
| 3 | TOOLBAR | Call by reference | Object reference (TYPE REF TO) | CL_GUI_TOOLBAR | Toolbar Control | 20020108 | |||
| 4 | TOOLBAR_CLOSE | Call by reference | Object reference (TYPE REF TO) | CL_GUI_TOOLBAR | Toolbar Control | 20020108 |
Method CREATE_TOOLBAR on class CL_GUI_CONTAINER_BAR_2 has no exception.
Method FREE Signature
Method FREE on class CL_GUI_CONTAINER_BAR_2 has no parameter.
Method FREE on class CL_GUI_CONTAINER_BAR_2 has no exception.
Method GET_ACTIVE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ID | Value transfer | Type reference (TYPE) | I | Aktive Schublade ermitteln | 20020108 | |||
| 2 | NAME | Value transfer | Type reference (TYPE) | C | Text 30 Stellen | 20030815 |
Method GET_ACTIVE on class CL_GUI_CONTAINER_BAR_2 has no exception.
Method GET_CONTAINER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CONTAINER | Value transfer | Object reference (TYPE REF TO) | CL_GUI_CONTAINER | Container der Schublade | 20020108 | |||
| 2 | ID | Value transfer | Type reference (TYPE) | I | Nummer der Schublade | 20020108 | |||
| 3 | NAME | Value transfer | Type reference (TYPE) | C | 20030815 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fach existiert nicht | 20020108 |
Method GET_ID_TO_NAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ID | Value transfer | Type reference (TYPE) | I | 20020417 | ||||
| 2 | NAME | Value transfer | Type reference (TYPE) | C | Text 30 Stellen | 20020417 |
Method GET_ID_TO_NAME on class CL_GUI_CONTAINER_BAR_2 has no exception.
Method GET_NAME_TO_ID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ID | Call by reference | Type reference (TYPE) | I | 20020417 | ||||
| 2 | NAME | Value transfer | Type reference (TYPE) | TEXT30 | Text 30 Stellen | 20020417 |
Method GET_NAME_TO_ID on class CL_GUI_CONTAINER_BAR_2 has no exception.
Method GET_NEW_ACTIVE_CELL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ACT_ID | Value transfer | Type reference (TYPE) | I | Bisher aktives Fach | 20020108 | |||
| 2 | NEW_ID | Value transfer | Type reference (TYPE) | I | Neue aktives Fach | 20020108 |
Method GET_NEW_ACTIVE_CELL on class CL_GUI_CONTAINER_BAR_2 has no exception.
Method ON_CLICK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | FCODE | Value transfer | Attribute reference (LIKE) | 20020108 |
Method ON_CLICK on class CL_GUI_CONTAINER_BAR_2 has no exception.
Method ON_CLOSE_CLICK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | FCODE | Value transfer | Attribute reference (LIKE) | 20020108 |
Method ON_CLOSE_CLICK on class CL_GUI_CONTAINER_BAR_2 has no exception.
Method REMOVE_CELL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ID | Value transfer | Type reference (TYPE) | I | Zu entfernendes Fach | 20020108 | |||
| 2 | NAME | Value transfer | Type reference (TYPE) | C | 20030815 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fach existiert nicht | 20020108 |
Method SET_ACTIVE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ID | Value transfer | Type reference (TYPE) | I | Nummer der Schublade | 20020108 | |||
| 2 | NAME | Value transfer | Type reference (TYPE) | C | Text 30 Stellen | 20030815 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fach existiert nicht | 20020108 |
Method SET_CELL_CAPTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CAPTION | Value transfer | Type reference (TYPE) | SBPTCAPTN | Fachüberschrift | 20020108 | |||
| 2 | ID | Value transfer | Type reference (TYPE) | I | ID des Faches | 20020108 | |||
| 3 | NAME | Value transfer | Type reference (TYPE) | C | 20030815 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fach existiert nicht | 20020108 |
Method SET_CELL_VISIBLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ID | Value transfer | Type reference (TYPE) | I | Fach | 20020108 | |||
| 2 | NAME | Value transfer | Type reference (TYPE) | C | Text 30 Stellen | 20020417 | |||
| 3 | VISIBLE | Value transfer | Type reference (TYPE) | C | Sichtbar (X), Unsichtbar | 20020108 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fach existiert nicht | 20020108 |
Event Signatures
Event CLICKED Signature
| # | Parameter | Type | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CONTAINER | Exporting | Value transfer | Object reference (TYPE REF TO) | CL_GUI_CONTAINER | Container | 20020108 | ||
| 2 | ID | Exporting | Value transfer | Type reference (TYPE) | I | Schublade | 20020108 | ||
| 3 | NAME | Exporting | Value transfer | Type reference (TYPE) | TEXT30 | Text 30 Stellen | 20020114 |
Event CLOSED Signature
| # | Parameter | Type | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ID | Exporting | Value transfer | Type reference (TYPE) | I | zu schließendes Fach | 20020108 | ||
| 2 | NAME | Exporting | Value transfer | Type reference (TYPE) | TEXT30 | Text 30 Stellen | 20020114 |
Event EMPTY Signature
Event EMPTY on class CL_GUI_CONTAINER_BAR_2 has no parameter.
History
| Last changed by/on | SAP | 20050218 |
| SAP Release Created in | 620 |