SAP ABAP Class IF_RSO_TLOGO_UI_NAVIGATION (Navigation interface for TLOGO UI Controls)
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_RSO_TLOGO_HISTORY_DETAIL | View Class for Details of a Historic TLOGO Version | 20100311 |
Properties
| Class | IF_RSO_TLOGO_UI_NAVIGATION | |
| Short Description | Navigation interface for TLOGO UI Controls | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| Created | 20100308 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class IF_RSO_TLOGO_UI_NAVIGATION has no forward declaration.
Interfaces
Class IF_RSO_TLOGO_UI_NAVIGATION has no interface implemented.
Friends
Class IF_RSO_TLOGO_UI_NAVIGATION has no friend class.
Attributes
Class IF_RSO_TLOGO_UI_NAVIGATION has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Defines additional application-specific navigation context | 20100308 | |
| 2 | Instance method | Public | Method | Returns the GUI container set before | 20100308 | |
| 3 | Instance method | Public | Method | Returns the direct child of the application container | 20100310 | |
| 4 | Instance method | Public | Method | Processes separate navigation context items | 20100308 | |
| 5 | Instance method | Public | Method | Refresh | 20100308 | |
| 6 | Instance method | Public | Method | Connects the internal mdoel to the application container | 20100308 |
Events
Class IF_RSO_TLOGO_UI_NAVIGATION has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | GT_S_NAVCONTEXT | Public | See coding | Context menu entry for user interface | 20100308 | BEGIN OF gt_s_navcontext,
fcode TYPE ui_func,
text TYPE gui_text,
icon TYPE icon_d,
ftype TYPE cua_ftyp,
disabled TYPE cua_active,
hidden TYPE cua_active,
checked TYPE cua_active,
accelerator TYPE cua_path,
END OF gt_s_navcontext
|
|
| 2 | GT_T_NAVCONTEXT | Public | See coding | User-specific context menu | 20100308 | gt_t_navcontext TYPE STANDARD TABLE OF gt_s_navcontext WITH NON-UNIQUE KEY fcode
|
Method Signatures
Method GET_ADDITIONAL_NAV_CONTEXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_CONTEXT_MENU | Value transfer | Type reference (TYPE) | GT_T_NAVCONTEXT | Eigenes Kontextmenu | 20100308 |
Method GET_ADDITIONAL_NAV_CONTEXT on class IF_RSO_TLOGO_UI_NAVIGATION has no exception.
Method GET_CONTAINER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_CONTAINER | Value transfer | Object reference (TYPE REF TO) | CL_GUI_CONTAINER | Aktueller Applikationscontainer | 20100308 |
Method GET_CONTAINER on class IF_RSO_TLOGO_UI_NAVIGATION has no exception.
Method GET_CONTROL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_CONTROL | Value transfer | Object reference (TYPE REF TO) | CL_GUI_CONTROL | Top GUI-Control des implementierenden Views | 20100310 |
Method GET_CONTROL on class IF_RSO_TLOGO_UI_NAVIGATION has no exception.
Method HANDLE_CONTEXT_MENU_SELECT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_FCODE | Call by reference | Type reference (TYPE) | SYUCOMM | Funktionscode der ausgewählten Kontext-Menuzeile | 20100308 |
Method HANDLE_CONTEXT_MENU_SELECT on class IF_RSO_TLOGO_UI_NAVIGATION has no exception.
Method REFRESH Signature
Method REFRESH on class IF_RSO_TLOGO_UI_NAVIGATION has no parameter.
Method REFRESH on class IF_RSO_TLOGO_UI_NAVIGATION has no exception.
Method SET_CONTAINER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_CONTAINER | Value transfer | Object reference (TYPE REF TO) | CL_GUI_CONTAINER | Applikationscontainer zum Andocken | 20100308 |
Method SET_CONTAINER on class IF_RSO_TLOGO_UI_NAVIGATION has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in |