SAP ABAP Class CL_RSAWBN_NAVSTACK (CL_RSAWBN_NAVSTACK)
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-WHM-AWB (Application Component) Data Warehousing Workbench
⤷
RSAWBN (Package) Data Warehousing Workbench
⤷
⤷
Properties
| Class | CL_RSAWBN_NAVSTACK | |
| Short Description | ||
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | RSAWBN | |
| Program status | ||
| Category | 0 | |
| Package | RSAWBN | Data Warehousing Workbench |
| Created | 20040504 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_RSAWBN_NAVSTACK has no forward declaration.
Interfaces
Class CL_RSAWBN_NAVSTACK has no interface implemented.
Friends
Class CL_RSAWBN_NAVSTACK has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Object reference (TYPE REF TO) | DATA | Name of Last Changed Stack Table | 20040517 | |||
| 2 | Instance attribute | Private | Type reference (TYPE) | RSAWBN_S_REQUEST | Current DWB Navigation Request | 20040517 | |||
| 3 | Instance attribute | Private | Type reference (TYPE) | RSAWBN_S_REQUEST | Next Request | 20040517 | |||
| 4 | Instance attribute | Private | Type reference (TYPE) | RSAWBN_T_REQUEST | Backward Stack | 20040517 | |||
| 5 | Instance attribute | Private | Type reference (TYPE) | RSAWBN_T_REQUEST | Forward Stack | 20040517 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | clear all | 20040714 | |
| 2 | Instance method | Public | Method | Provides the actual tool request | 20040622 | |
| 3 | Instance method | Public | Method | Return the last request from the back stack | 20040713 | |
| 4 | Instance method | Public | Method | Return the first request from the forward stack | 20040713 | |
| 5 | Instance method | Public | Method | Deliver Navigation Options | 20040624 | |
| 6 | Instance method | Public | Method | provides the next request and sets the actual request | 20040517 | |
| 7 | Instance method | Public | Method | 20050112 | ||
| 8 | Instance method | Public | Method | 20090618 | ||
| 9 | Instance method | Public | Method | Navigate Backwards | 20040517 | |
| 10 | Instance method | Public | Method | Navigate Forwards | 20040517 | |
| 11 | Instance method | Public | Method | recovers the last request | 20040517 | |
| 12 | Instance method | Public | Method | Set next request to be processed | 20040517 |
Events
Class CL_RSAWBN_NAVSTACK has no event.
Types
Class CL_RSAWBN_NAVSTACK has no local type.
Method Signatures
Method FREE Signature
Method FREE on class CL_RSAWBN_NAVSTACK has no parameter.
Method FREE on class CL_RSAWBN_NAVSTACK has no exception.
Method GET_ACTUAL_REQUEST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RE_R_REQUEST | Value transfer | Object reference (TYPE REF TO) | CL_RSAWBN_TOOLREQ | Request und zugehöriges Tool | 20040622 |
Method GET_ACTUAL_REQUEST on class CL_RSAWBN_NAVSTACK has no exception.
Method GET_BACKWARD_REQUEST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_R_TOOLREQ | Value transfer | Object reference (TYPE REF TO) | CL_RSAWBN_TOOLREQ | Request und zugehöriges Tool | 20040713 |
Method GET_BACKWARD_REQUEST on class CL_RSAWBN_NAVSTACK has no exception.
Method GET_FORWARD_REQUEST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_R_TOOLREQ | Value transfer | Object reference (TYPE REF TO) | CL_RSAWBN_TOOLREQ | Request und zugehöriges Tool | 20040713 |
Method GET_FORWARD_REQUEST on class CL_RSAWBN_NAVSTACK has no exception.
Method GET_NAVIGATION_POSSIBILITY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_BACKWARD | Call by reference | Type reference (TYPE) | RS_BOOL | Boolean | 20040624 | |||
| 2 | E_FORWARD | Call by reference | Type reference (TYPE) | RS_BOOL | Boolean | 20040624 |
Method GET_NAVIGATION_POSSIBILITY on class CL_RSAWBN_NAVSTACK has no exception.
Method GET_NEXT_REQUEST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RE_R_REQUEST | Value transfer | Object reference (TYPE REF TO) | CL_RSAWBN_TOOLREQ | AWB Navigationsrequest | 20040517 |
Method GET_NEXT_REQUEST on class CL_RSAWBN_NAVSTACK has no exception.
Method IS_NEXT_REQUEST_FILLED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RE_IS_FILLED | Value transfer | Type reference (TYPE) | RS_BOOL | Boolean | 20050112 |
Method IS_NEXT_REQUEST_FILLED on class CL_RSAWBN_NAVSTACK has no exception.
Method IS_ROLLBACK_POSSIBLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RE_IS_POSSIBLE | Value transfer | Type reference (TYPE) | RS_BOOL | Boolean | 20090618 |
Method IS_ROLLBACK_POSSIBLE on class CL_RSAWBN_NAVSTACK has no exception.
Method NAVIGATE_BACKWARD Signature
Method NAVIGATE_BACKWARD on class CL_RSAWBN_NAVSTACK has no parameter.
Method NAVIGATE_BACKWARD on class CL_RSAWBN_NAVSTACK has no exception.
Method NAVIGATE_FORWARD Signature
Method NAVIGATE_FORWARD on class CL_RSAWBN_NAVSTACK has no parameter.
Method NAVIGATE_FORWARD on class CL_RSAWBN_NAVSTACK has no exception.
Method ROLLBACK_REQUEST Signature
Method ROLLBACK_REQUEST on class CL_RSAWBN_NAVSTACK has no parameter.
Method ROLLBACK_REQUEST on class CL_RSAWBN_NAVSTACK has no exception.
Method SET_NEXT_REQUEST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_R_REQUEST | Call by reference | Object reference (TYPE REF TO) | CL_RSAWBN_TOOLREQ | AWB Navigationsrequest | 20040517 |
Method SET_NEXT_REQUEST on class CL_RSAWBN_NAVSTACK has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 400 |