SAP ABAP Interface IF_WB_REPBROWSER_VIS (Repository Browser - Visualization)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-DWB-UTL-BRR (Application Component) Repository Browser
⤷
SWB_REPOSITORY_BROWSER (Package) Repository Browser

⤷

⤷

Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_WB_AU_REP_BROWSER_VIS | "leere" Visualisierung des Repository Browser | 20071205 |
2 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_WB_REP_BROWSER_VIS_RADA | Repository Browser Visualization | 20000929 |
Properties
Interface | IF_WB_REPBROWSER_VIS | |
Short Description | Repository Browser - Visualization |
General Data
Package | SWB_REPOSITORY_BROWSER | Repository Browser |
Created | 19990719 | SAP |
Last changed | 00000000 | SAP |
Unicode checks active |
Forward declarations
Interface IF_WB_REPBROWSER_VIS has no forward declaration.
Interfaces
Interface IF_WB_REPBROWSER_VIS has no interface.
Friends
Interface IF_WB_REPBROWSER_VIS has no friend.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | EXP_MAX_NUM_NODES_LOCAL | Constant | Public | Type reference (TYPE) | I | 500 | Maximum Number of Nodes to be Expanded | 20000929 | |
2 | EXP_MAX_NUM_NODES_WAN | Constant | Public | Type reference (TYPE) | I | 100 | Maximum Number of Nodes to be Expanded | 20000929 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Destroy Visualization | 20000929 |
2 | ![]() |
Instance method | Public | Method | IDs that Fill Selected Nodes in the Control Tree | 20010329 |
3 | ![]() |
Instance method | Public | Method | Read State of Tree | 20000929 |
4 | ![]() |
Instance method | Public | Method | Update Visualization | 20000929 |
5 | ![]() |
Instance method | Public | Method | Display Visualization | 20000929 |
Events
# | Event | Type | Visibility | Description | Created on |
---|---|---|---|---|---|
1 | EVT_FUNCTION_REQUESTED | Instance Event (0) |
Public (2) |
Function Triggered by User | 20000929 |
2 | EVT_MULTI_FUNCTION_REQUESTED | Instance Event (0) |
Public (2) |
Set Operation Requested by User | 20000929 |
3 | EVT_STACK_CTMENU_REQUESTED | Instance Event (0) |
Public (2) |
Context Menu for Stack Requested | 20000929 |
Types
Interface IF_WB_REPBROWSER_VIS has no local type.
Method Signatures
Method DESTRUCT Signature
Method DESTRUCT on Interface IF_WB_REPBROWSER_VIS has no parameter.
Method DESTRUCT on Interface IF_WB_REPBROWSER_VIS has no exception.
Method GET_SELECTED_NODES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
P_CONCERNED_ROOTNODES | Call by reference | Type reference (TYPE) | SNODE_TAB | Wurzelknoten der 'gleichgeordneten' Bäume | 20010815 | ||
2 | ![]() |
P_CONCERNED_TREENAMES | Call by reference | Type reference (TYPE) | TNAME_TAB | Namen der 'gleichgeordneten' Baume | 20010329 | ||
3 | ![]() |
P_NODE_KEY_TABLE | Call by reference | Type reference (TYPE) | TREEMNOTAB | selektierte (markierte) Knoten | 20010329 |
Method GET_SELECTED_NODES on Interface IF_WB_REPBROWSER_VIS has no exception.
Method GET_TREE_STATE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
P_REP_BROWSER_STATE | Value transfer | Object reference (TYPE REF TO) | IF_WB_PROGRAM_STATE | Zustand des Baumes | 20000929 |
Method GET_TREE_STATE on Interface IF_WB_REPBROWSER_VIS has no exception.
Method REFRESH Signature
Method REFRESH on Interface IF_WB_REPBROWSER_VIS has no parameter.
Method REFRESH on Interface IF_WB_REPBROWSER_VIS has no exception.
Method SHOW Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
P_DISABLED_FUNCTIONS | Call by reference | Type reference (TYPE) | UI_FUNCTIONS | deaktivierte Managerfunktionen | 20000929 | ||
2 | ![]() |
P_TREE | Call by reference | Object reference (TYPE REF TO) | CL_WB_OBJECT_TREE_RADA | Objektbaum | 20000929 | ||
3 | ![]() |
P_TREE_STATE | Call by reference | Object reference (TYPE REF TO) | CL_WB_REP_BROWSER_STATE_RADA | Zustand des Baumes | 20000929 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Fehler im Baum | 20000929 |
Event Signatures
Event EVT_FUNCTION_REQUESTED Signature
# | Parameter | Type | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | P_FUNCTION_CODE | Exporting | Value transfer | Type reference (TYPE) | SY-UCOMM | Funktionscode (aus Typgruppe SWBM) | 20000929 | ||
2 | P_IN_NEW_WINDOW | Exporting | Value transfer | Type reference (TYPE) | SEU_BOOL | space | in neuem Fenster ausführen? | 20000929 | |
3 | P_SELECTED_NODE | Exporting | Value transfer | Type reference (TYPE) | REPITEM | ausgewählter Knoten | 20000929 | ||
4 | P_SELECTED_TREE | Exporting | Value transfer | Type reference (TYPE) | EU_T_NAME | Baumname | 20010817 |
Event EVT_MULTI_FUNCTION_REQUESTED Signature
# | Parameter | Type | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | P_FUNCTION_CODE | Exporting | Value transfer | Type reference (TYPE) | SY-UCOMM | Funktionscode (aus Typgruppe SWBM) | 20000929 | ||
2 | P_IN_NEW_WINDOW | Exporting | Value transfer | Type reference (TYPE) | SEU_BOOL | space | in neuem Fenster ausführen? | 20000929 | |
3 | P_SELECTED_NODES | Exporting | Value transfer | Type reference (TYPE) | REPITEMS | ausgewählte Knoten | 20000929 |
Event EVT_STACK_CTMENU_REQUESTED Signature
# | Parameter | Type | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | P_CONTEXT_MENU_BACK | Exporting | Value transfer | Object reference (TYPE REF TO) | CL_CTMENU | Kontextmenü für Rückwärtsnavigation | 20000929 | ||
2 | P_CONTEXT_MENU_FORWARD | Exporting | Value transfer | Object reference (TYPE REF TO) | CL_CTMENU | Kontextmenü für Vorwärtsnavigation | 20000929 |
History
Last changed by/on | SAP | 00000000 |
SAP Release Created in | 610 |