SAP ABAP Class CL_RECA_WB_NAVIGATOR (Navigation Area)
Hierarchy
☛
EA-FIN (Software Component) EA-FIN
⤷
RE-FX (Application Component) Flexible Real Estate Management
⤷
RE_CA_WB (Package) RE: Workbench (Object Manager)
⤷
⤷
Properties
| Class | CL_RECA_WB_NAVIGATOR | |
| Short Description | Navigation Area | |
| Super Class | ||
| Instantiability of a Class | 0 | Private |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | RE_CA_WB | RE: Workbench (Object Manager) |
| Created | 20021104 | SAP |
| Last change | 20100310 | 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) | |
| 2 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 3 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_RECA_WB_NAVIGATOR has no interface implemented.
Friends
Class CL_RECA_WB_NAVIGATOR has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Static Attribute | Protected | Type reference (TYPE) | RECAWBTOOLID | 'BROW' | WB Tool to Be Set to Active | 20030408 | ||
| 2 | Static Attribute | Protected | Type reference (TYPE) | SYDYNNR | Screen for Navigation Docking | 20021104 | |||
| 3 | Static Attribute | Protected | Type reference (TYPE) | SYREPID | RepID for Navigation Dock | 20021104 | |||
| 4 | Static Attribute | Protected | Object reference (TYPE REF TO) | CL_GUI_CONTAINER_BAR_XT | Control: Vertical Tabstrip | 20021104 | |||
| 5 | Static Attribute | Protected | Object reference (TYPE REF TO) | CL_RECA_DATA_CONTAINER | Container with Data (Value Transfer) | 20070510 | |||
| 6 | Static Attribute | Protected | Object reference (TYPE REF TO) | CL_RECA_WB_WINDOW | Window of Navigator | 20021108 | |||
| 7 | Static Attribute | Protected | Type reference (TYPE) | RECA_GUI_SETTINGS | REWB: Settings | 20021104 | |||
| 8 | Static Attribute | Protected | Type reference (TYPE) | RECA_GUI_SETTINGS_USR | REWB: Settings (User) | 20021203 | |||
| 9 | Static Attribute | Protected | Type reference (TYPE) | MTYPE_T_CONTAINER | Container Bar Buffer | 20021106 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | Link Navigator to Screen | 20021106 | |
| 2 | Static method | Public | Constructor | CLASS_CONSTRUCTOR | 20021106 | |
| 3 | Static method | Protected | Method | Generate Navigation (Docked) | 20021104 | |
| 4 | Static method | Public | Method | Gets Possible Navigation Data for Individual Navigators | 20070510 | |
| 5 | Static method | Protected | Method | Read Personal Data | 20021104 | |
| 6 | Static method | Protected | Event handling method | Handler for Opening of Container Bar | 20021106 | |
| 7 | Static method | Public | Method | Switch Navigation Off | 20021104 | |
| 8 | Static method | Public | Method | Saving of Personal Data | 20021104 | |
| 9 | Static method | Public | Method | Switch Navigation On | 20021104 | |
| 10 | Static method | Public | Method | Switch Navigation On/Off | 20021104 | |
| 11 | Static method | Private | Method | Refresh Visibility | 20030408 |
Events
Class CL_RECA_WB_NAVIGATOR has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | MTYPE_S_CONTAINER | Protected | See coding | Container Buffer | 20031002 | BEGIN OF mtype_s_container,
id type i,
wbtoolclass type recawbtoolclass,
wbtoolid type recawbtoolid,
initialized type abap_bool,
end of mtype_s_container
|
|
| 2 | MTYPE_T_CONTAINER | Protected | See coding | Container Buffer | 20031002 | mtype_t_container TYPE SORTED TABLE OF mtype_s_container
WITH UNIQUE KEY id
|
Method Signatures
Method BIND_TO_DYNPRO Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ID_DYNNR | Value transfer | Type reference (TYPE) | SYDYNNR | Dynpro zum Docken | 20021106 | |||
| 2 | ID_REPID | Value transfer | Type reference (TYPE) | SYREPID | Rahmenprogramm des Dynpro zum Docken | 20021106 |
Method BIND_TO_DYNPRO on class CL_RECA_WB_NAVIGATOR has no exception.
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_RECA_WB_NAVIGATOR has no parameter.
Method CLASS_CONSTRUCTOR on class CL_RECA_WB_NAVIGATOR has no exception.
Method CREATE_NAVIGATION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ID_DYNNR | Call by reference | Type reference (TYPE) | SYDYNNR | Dynpro zum Docken | 20021104 | |||
| 2 | ID_REPID | Call by reference | Type reference (TYPE) | SYREPID | Rahmenprogramm des Dynpro zum Docken | 20021104 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Control Fehler beim Initialisieren | 20021104 |
Method GET_NAV_DATA_CONTAINER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RO_NAV_DATA_CONTAINER | Value transfer | Object reference (TYPE REF TO) | CL_RECA_DATA_CONTAINER | Container mit Daten (Wertübergabe) | 20070510 |
Method GET_NAV_DATA_CONTAINER on class CL_RECA_WB_NAVIGATOR has no exception.
Method GET_PERS_DATA Signature
Method GET_PERS_DATA on class CL_RECA_WB_NAVIGATOR has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler beim Lesen der Einstellungen | 20021112 |
Method HANDLE_CONTAINER_BAR_CLICK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CONTAINER | Value transfer | Attribute reference (LIKE) | 20021106 | |||||
| 2 | ID | Value transfer | Attribute reference (LIKE) | 20021106 |
Method HANDLE_CONTAINER_BAR_CLICK on class CL_RECA_WB_NAVIGATOR has no exception.
Method HIDE Signature
Method HIDE on class CL_RECA_WB_NAVIGATOR has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Control Fehler beim Initialisieren | 20021104 |
Method SAVE_PERS_DATA Signature
Method SAVE_PERS_DATA on class CL_RECA_WB_NAVIGATOR has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler beim Sichern der Einstellungen aufgetreten | 20021112 |
Method SHOW Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ID_WBTOOLID | Call by reference | Type reference (TYPE) | RECAWBTOOLID | SPACE | ID eines Container-Tools der Workbench | 20030120 | ||
| 2 | IF_DEFAULT_SIZE | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | Defaultgröße? | 20050525 | ||
| 3 | IF_MAXIMIZE | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | Maximieren der Breite? | 20040507 | ||
| 4 | IO_NAV_DATA_CONTAINER | Call by reference | Object reference (TYPE REF TO) | CL_RECA_DATA_CONTAINER | Container mit Daten (Wertübergabe) | 20070510 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Control Fehler beim Initialisieren | 20021104 |
Method SWITCH_VISIBILITY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_NAV_DATA_CONTAINER | Call by reference | Object reference (TYPE REF TO) | CL_RECA_DATA_CONTAINER | Container mit Daten (Wertübergabe) | 20070510 |
Method SWITCH_VISIBILITY on class CL_RECA_WB_NAVIGATOR has no exception.
Method _REFRESH_VISIBILITY Signature
Method _REFRESH_VISIBILITY on class CL_RECA_WB_NAVIGATOR has no parameter.
Method _REFRESH_VISIBILITY on class CL_RECA_WB_NAVIGATOR has no exception.
History
| Last changed by/on | SAP | 20100310 |
| SAP Release Created in | 200 |