SAP ABAP Interface IF_RSAWBN_NAVIGATOR (Access to AWB Navigator)
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-WHM-AWB (Application Component) Data Warehousing Workbench
⤷
RSAWBN_CORE (Package) CORE Components of Data Warehousing Workbench
⤷
⤷
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_RSAWBN_AWB | AWB main class | 20040504 |
Properties
| Interface | IF_RSAWBN_NAVIGATOR | |
| Short Description | Access to AWB Navigator |
General Data
| Package | RSAWBN_CORE | CORE Components of Data Warehousing Workbench |
| Created | 20040504 | SAP |
| Last changed | 20130531 | SAP |
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | RS | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
| 2 | RSAWC | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Interface IF_RSAWBN_NAVIGATOR has no interface.
Friends
Interface IF_RSAWBN_NAVIGATOR has no friend.
Attributes
Interface IF_RSAWBN_NAVIGATOR has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Add AWB Button to a Toolbar Reference | 20041118 | |
| 2 | Instance method | Public | Method | Triggers a Function Code Event for a Different Tool | 20080701 | |
| 3 | Instance method | Public | Method | Deletes Current Second Tool of Workbench | 20061107 | |
| 4 | Instance method | Public | Method | 20120523 | ||
| 5 | Instance method | Public | Method | 20091215 | ||
| 6 | Instance method | Public | Method | 20121123 | ||
| 7 | Instance method | Public | Method | access an awb request to call another transaction | 20040504 | |
| 8 | Instance method | Public | Method | process navigation events have to be called in dynpro pai | 20040504 | |
| 9 | Instance method | Public | Method | navigator pbo has to be called in dynpro pbo | 20040504 | |
| 10 | Instance method | Public | Method | Tree Is Refreshed (After Save, Activate, Call) | 20050804 | |
| 11 | Instance method | Public | Method | Update a node in the current request's tree | 20101207 | |
| 12 | Instance method | Public | Method | Selects the list of specified objects | 20090720 | |
| 13 | Instance method | Public | Method | Placing Second Tool in an Extra Container | 20060721 | |
| 14 | Instance method | Public | Method | Remove Controls from Dynpro (Call Another Dynpro) | 20051207 |
Events
| # | Event | Type | Visibility | Description | Created on |
|---|---|---|---|---|---|
| 1 | FCODE_FIRED | Instance Event (0) |
Public (2) |
Function Code Triggered by a Different Tool | 20080701 |
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_S_AWBOBJ_FCODE | Public | See coding | 20120523 | begin of TY_S_AWBOBJ_FCODE,
AWBOBJ Type RSAWBNOBJECT,
AWBSUBOBJ Type RSAWBNSUBOBJECT,
OBJNM Type RSAWBNOBJNM,
fcode type syucomm,
end of ty_s_awbobj_fcode
|
Method Signatures
Method ADD_AWB_TOOLBAR_BUTTONS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_R_TOOLBAR | Call by reference | Object reference (TYPE REF TO) | CL_GUI_TOOLBAR | Toolbar Control | 20041118 |
Method ADD_AWB_TOOLBAR_BUTTONS on Interface IF_RSAWBN_NAVIGATOR has no exception.
Method FIRE_FCODE_EVENT 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 | 20080701 | |||
| 2 | I_S_SENDER_AWBOBJ | Call by reference | Type reference (TYPE) | RSAWBN_S_AWBOBJECT | Schlüssel AWB Object | 20080701 |
Method FIRE_FCODE_EVENT on Interface IF_RSAWBN_NAVIGATOR has no exception.
Method FREE_SECOND_TOOL Signature
Method FREE_SECOND_TOOL on Interface IF_RSAWBN_NAVIGATOR has no parameter.
Method FREE_SECOND_TOOL on Interface IF_RSAWBN_NAVIGATOR has no exception.
Method GET_CURRENT_OBJECT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RE_S_AWBOBJ | Value transfer | Type reference (TYPE) | TY_S_AWBOBJ_FCODE | Schlüssel AWB Object | 20120523 |
Method GET_CURRENT_OBJECT on Interface IF_RSAWBN_NAVIGATOR has no exception.
Method GET_NEXT_OBJECT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RE_S_AWBOBJ | Value transfer | Type reference (TYPE) | TY_S_AWBOBJ_FCODE | Schlüssel AWB Object | 20091215 |
Method GET_NEXT_OBJECT on Interface IF_RSAWBN_NAVIGATOR has no exception.
Method GET_SELECTED_AWBOBJ Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RE_T_AWBOBJ | Value transfer | Type reference (TYPE) | RSAWBN_T_AWBOBJECT | AWB-Objekt | 20121123 |
Method GET_SELECTED_AWBOBJ on Interface IF_RSAWBN_NAVIGATOR has no exception.
Method NAVIGATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_EXIT | Call by reference | Type reference (TYPE) | RS_BOOL | eigne Transaktion schließen? | 20040504 | |||
| 2 | E_R_INTERNAL_REQUEST | Call by reference | Object reference (TYPE REF TO) | CL_RSAWBN_REQUEST | AWB Navigationsrequest | 20040504 | |||
| 3 | I_R_REQUEST | Call by reference | Object reference (TYPE REF TO) | CL_RSAWBN_REQUEST | AWB Navigationsrequest | 20040504 |
Method NAVIGATE on Interface IF_RSAWBN_NAVIGATOR has no exception.
Method PAI_DISPATCH Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_OKCODE | Value transfer | Type reference (TYPE) | SYUCOMM | interner Request, der vom Caller ausgeführt werden muss | 20040504 | |||
| 2 | E_EXIT | Call by reference | Type reference (TYPE) | RS_BOOL | eigene Transaktion schließen? | 20040504 | |||
| 3 | E_R_INTERNAL_REQUEST | Call by reference | Object reference (TYPE REF TO) | CL_RSAWBN_REQUEST | interner Request der vom eigenen Tool ausgeführt werden soll | 20040504 |
Method PAI_DISPATCH on Interface IF_RSAWBN_NAVIGATOR has no exception.
Method PBO Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_DYNNR | Value transfer | Type reference (TYPE) | SYDYNNR | SY-DYNNR | ABAP-Programm, Nummer des aktuellen Dynpros | 20040625 | ||
| 2 | I_REPID | Value transfer | Type reference (TYPE) | SYREPID | SY-REPID | ABAP-Programm, aktuelles Rahmenprogramm | 20040625 | ||
| 3 | I_R_TOOLBAR | Call by reference | Object reference (TYPE REF TO) | CL_GUI_TOOLBAR | Toolbar Control | 20041118 | |||
| 4 | I_STATUS | Value transfer | Type reference (TYPE) | SYPFKEY | SY-PFKEY | Bildschirmbilder, aktueller GUI-Status | 20040720 |
Method PBO on Interface IF_RSAWBN_NAVIGATOR has no exception.
Method REFRESH Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_EXPAND_PARENT | Call by reference | Type reference (TYPE) | RS_BOOL | RS_C_FALSE | Boolean | 20050824 |
Method REFRESH on Interface IF_RSAWBN_NAVIGATOR has no exception.
Method REFRESH_BY_AWBOBJ Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_S_AWBOBJ | Call by reference | Type reference (TYPE) | RSAWBN_S_AWBOBJECT | Schlüssel AWB Object | 20101207 |
Method REFRESH_BY_AWBOBJ on Interface IF_RSAWBN_NAVIGATOR has no exception.
Method SELECT_NODES_IN_TREE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_FIRST_DESELECT_ALL | Call by reference | Type reference (TYPE) | RS_BOOL | RS_C_TRUE | Boolean | 20090720 | ||
| 2 | I_TREENM | Call by reference | Type reference (TYPE) | RSAWBNTREENM | Zusammengesetzer Name aus Tree AWB-Objekt und evtl. Quellsys | 20090720 | |||
| 3 | I_T_AWBOBJ | Call by reference | Type reference (TYPE) | RSAWBN_T_AWBOBJECT | AWB-Objekt | 20090720 | |||
| 4 | I_T_NODEID | Call by reference | Type reference (TYPE) | RSSH_T_NODEID | Tabelle von NodeIDs | 20090720 |
Method SELECT_NODES_IN_TREE on Interface IF_RSAWBN_NAVIGATOR has no exception.
Method SET_SECOND_TOOL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_R_CONTAINER | Call by reference | Object reference (TYPE REF TO) | CL_GUI_CONTAINER | Abstracter Container fuer GUI Controls | 20060721 | |||
| 2 | I_R_SECOND_TOOL | Call by reference | Object reference (TYPE REF TO) | IF_RSAWBN_SECOND_TOOL | Zweites Tool ohne Dynpro das in der DWB aktiv ist | 20060721 |
Method SET_SECOND_TOOL on Interface IF_RSAWBN_NAVIGATOR has no exception.
Method UNDOCK_CONTROLS Signature
Method UNDOCK_CONTROLS on Interface IF_RSAWBN_NAVIGATOR has no parameter.
Method UNDOCK_CONTROLS on Interface IF_RSAWBN_NAVIGATOR has no exception.
Event Signatures
Event FCODE_FIRED Signature
| # | Parameter | Type | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | FCODE | Exporting | Value transfer | Type reference (TYPE) | SYUCOMM | Funktionscode, der PAI ausgelöst hat | 20080701 | ||
| 2 | S_SENDER_AWBOBJ | Exporting | Value transfer | Type reference (TYPE) | RSAWBN_S_AWBOBJECT | Schlüssel AWB Object | 20080701 |
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 400 |