SAP ABAP Class CL_FP_FB_FORM_CONTEXT_TABSTRIP (Form Builder: Form Context Properties Tabstrip)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-SRV-FP (Application Component) Forms Processing
⤷
SAFPUI (Package) SAP Form Processing (UI)

⤷

⤷

Properties
Class | CL_FP_FB_FORM_CONTEXT_TABSTRIP | |
Short Description | Form Builder: Form Context Properties Tabstrip | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | SAFPUI | SAP Form Processing (UI) |
Created | 20030903 | 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) |
Interfaces
Class CL_FP_FB_FORM_CONTEXT_TABSTRIP has no interface implemented.
Friends
Class CL_FP_FB_FORM_CONTEXT_TABSTRIP has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | UI_FUNC | 'ACOND' | FCode: Alternative Conditions | 20030904 | |
2 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | UI_FUNC | 'CODING' | FCode: Program Lines | 20030910 | |
3 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | UI_FUNC | 'COND' | FCode: Conditions | 20030904 | |
4 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | UI_FUNC | 'CONTROL' | FCode: Control Levels | 20041215 | |
5 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | UI_FUNC | 'PROP' | FCode: Properties | 20030904 | |
6 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | UI_FUNC | 'SCOND' | FCode: Where Conditions | 20040921 | |
7 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | UI_FUNC | 'URL' | FCode: URL | 20030910 | |
8 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | UI_FUNC | 'WCOND' | FCode: Where Conditions | 20030904 | |
9 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | SYTABIX | Active Tab | 20030904 | ||
10 | ![]() |
Instance attribute | Protected | Object reference (TYPE REF TO) | IF_FP_FB_FORM | Form Builder: Form | 20030903 | ||
11 | ![]() |
Instance attribute | Protected | Object reference (TYPE REF TO) | IF_FP_NODE | Nodes | 20030903 | ||
12 | ![]() |
Instance attribute | Protected | Object reference (TYPE REF TO) | CL_GUI_SPLITTER_CONTAINER | Splitter Container | 20030903 | ||
13 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | T_TABS | Tabs | 20030904 | ||
14 | ![]() |
Instance attribute | Protected | Object reference (TYPE REF TO) | CL_GUI_SPLITTER_CONTAINER | Splitter Container | 20030904 | ||
15 | ![]() |
Instance attribute | Protected | Object reference (TYPE REF TO) | CL_GUI_TOOLBAR | Toolbar | 20030903 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Constructor | Constructor | 20030903 |
2 | ![]() |
Instance method | Protected | Method | Create Toolbar Buttons | 20030903 |
3 | ![]() |
Instance method | Public | Method | Destructor | 20111222 |
4 | ![]() |
Instance method | Public | Method | Get Active Tabstrip | 20030904 |
5 | ![]() |
Instance method | Protected | Event handling method | if a Pushbutton or a Menu Entry is Selected | 20030903 |
6 | ![]() |
Instance method | Public | Method | Handle Changes | 20030903 |
7 | ![]() |
Instance method | Public | Event handling method | Double-Click Node | 20030903 |
8 | ![]() |
Instance method | Public | Method | Set Active Tabstrip | 20030904 |
9 | ![]() |
Instance method | Public | Method | Refresh | 20030903 |
Events
Class CL_FP_FB_FORM_CONTEXT_TABSTRIP has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | T_TAB | Protected | See coding | Table | 20030904 | BEGIN OF t_tab ,
fcode type ui_func ,
class type string ,
par type string ,
ctrl type ref to cl_fp_fb_form_context_tab ,
END OF t_tab
|
|
2 | T_TABS | Protected | See coding | Tabs | 20030904 | t_tabs TYPE STANDARD TABLE OF t_tab
|
Method Signatures
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_FB_FORM | Call by reference | Object reference (TYPE REF TO) | IF_FP_FB_FORM | Form Builder: Formular | 20030903 | ||
2 | ![]() |
I_PARENT | Call by reference | Object reference (TYPE REF TO) | CL_GUI_CONTAINER | Parent-Container | 20030903 |
Method CONSTRUCTOR on class CL_FP_FB_FORM_CONTEXT_TABSTRIP has no exception.
Method CREATE_TOOLBAR_BUTTONS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_NODE | Call by reference | Object reference (TYPE REF TO) | IF_FP_NODE | Knoten | 20030903 |
Method CREATE_TOOLBAR_BUTTONS on class CL_FP_FB_FORM_CONTEXT_TABSTRIP has no exception.
Method FREE Signature
Method FREE on class CL_FP_FB_FORM_CONTEXT_TABSTRIP has no parameter.
Method FREE on class CL_FP_FB_FORM_CONTEXT_TABSTRIP has no exception.
Method GET_ACTIVE_TAB Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_ACTIVE_TAB | Value transfer | Type reference (TYPE) | SYTABIX | Aktiver Tab | 20030904 |
Method GET_ACTIVE_TAB on class CL_FP_FB_FORM_CONTEXT_TABSTRIP has no exception.
Method HANDLE_FUNCTION_SELECTED Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
FCODE | Value transfer | Attribute reference (LIKE) | 20030903 |
Method HANDLE_FUNCTION_SELECTED on class CL_FP_FB_FORM_CONTEXT_TABSTRIP has no exception.
Method HANDLE_MODIFICATIONS Signature
Method HANDLE_MODIFICATIONS on class CL_FP_FB_FORM_CONTEXT_TABSTRIP has no parameter.
Method HANDLE_MODIFICATIONS on class CL_FP_FB_FORM_CONTEXT_TABSTRIP has no exception.
Method HANDLE_NODE_DOUBLE_CLICK Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_NODE | Call by reference | Attribute reference (LIKE) | 20030903 |
Method HANDLE_NODE_DOUBLE_CLICK on class CL_FP_FB_FORM_CONTEXT_TABSTRIP has no exception.
Method SET_ACTIVE_TAB Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_ACTIVE_TAB | Call by reference | Type reference (TYPE) | SYTABIX | Aktiver Tab | 20030904 |
Method SET_ACTIVE_TAB on class CL_FP_FB_FORM_CONTEXT_TABSTRIP has no exception.
Method UPDATE Signature
Method UPDATE on class CL_FP_FB_FORM_CONTEXT_TABSTRIP has no parameter.
Method UPDATE on class CL_FP_FB_FORM_CONTEXT_TABSTRIP has no exception.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 640 |