SAP ABAP Class CL_ODQ_MONITOR_NAVI (Navigation in the Delta Queue Monitor)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-BW-SRV (Application Component) BW Generation Tool and Set Object
⤷
SODQS (Package) Operational Delta Queue Services
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_ODQ_CONSTANTS | Constants for Operational Delta Queue | 20101202 |
Properties
| Class | CL_ODQ_MONITOR_NAVI | |
| Short Description | Navigation in the Delta Queue Monitor | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SODQS | Operational Delta Queue Services |
| Created | 20101202 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_ODQ_MONITOR_NAVI has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_ODQ_CONSTANTS | Constants for Operational Delta Queue | 20101202 |
Friends
Class CL_ODQ_MONITOR_NAVI has no friend class.
Attributes
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Insert Step | 20101202 | |
| 2 | Instance method | Public | Method | Step Backwards Possible? | 20101202 | |
| 3 | Instance method | Public | Method | Step Forwards Possible? | 20101202 | |
| 4 | Instance method | Protected | Method | Save Step | 20101202 | |
| 5 | Instance method | Public | Method | Step Backwards | 20101202 | |
| 6 | Instance method | Public | Method | Step Forwards | 20101202 |
Events
Class CL_ODQ_MONITOR_NAVI has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TS_NAVIGATION_STEP | Protected | See coding | Navigation Step | 20101202 | BEGIN OF ts_navigation_step,
step TYPE int4,
structure TYPE tabname,
preselection TYPE odq_s_monitor_preselection,
END OF ts_navigation_step
|
|
| 2 | TS_RECORDMODE | Private | Attribute reference (LIKE) | 20101202 | |
||
| 3 | TT_NAVIGATION_STEPS | Protected | See coding | Navigation Steps | 20101202 | tt_navigation_steps TYPE SORTED TABLE OF ts_navigation_step
WITH UNIQUE KEY step
|
|
| 4 | T_BOOLEAN | Private | Attribute reference (LIKE) | 20101202 | |
||
| 5 | T_CHANGEMODE | Private | Attribute reference (LIKE) | 20101202 | |
||
| 6 | T_DATAFORMAT | Private | Attribute reference (LIKE) | 20101202 | |
||
| 7 | T_ENTITYCNTR | Private | Attribute reference (LIKE) | 20101202 | |
||
| 8 | T_EXTRACTION_MODE | Private | Attribute reference (LIKE) | 20101202 | |
||
| 9 | T_SUBSCRIPTION_MODE | Private | Attribute reference (LIKE) | 20101202 | |
Method Signatures
Method ADD_STEP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_PRESELECTION | Call by reference | Type reference (TYPE) | ODQ_S_MONITOR_PRESELECTION | Vorauswahl für Monitordaten | 20101202 | |||
| 2 | I_STRUCTURE | Call by reference | Type reference (TYPE) | TABNAME | Monitorstruktur | 20101202 |
Method ADD_STEP on class CL_ODQ_MONITOR_NAVI has no exception.
Method CAN_STEP_BACKWARD Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_POSSIBLE | Value transfer | Type reference (TYPE) | ODQ_BOOLEAN | Schritt rückwärts möglich? | 20101202 |
Method CAN_STEP_BACKWARD on class CL_ODQ_MONITOR_NAVI has no exception.
Method CAN_STEP_FORWARD Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_POSSIBLE | Value transfer | Type reference (TYPE) | ODQ_BOOLEAN | Schritt vorwärts möglich? | 20101202 |
Method CAN_STEP_FORWARD on class CL_ODQ_MONITOR_NAVI has no exception.
Method SAVE_STEP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_PRESELECTION | Call by reference | Type reference (TYPE) | ODQ_S_MONITOR_PRESELECTION | Vorauswahl für Monitordaten | 20101202 | |||
| 2 | I_STRUCTURE | Call by reference | Type reference (TYPE) | TABNAME | Monitorstruktur | 20101202 |
Method SAVE_STEP on class CL_ODQ_MONITOR_NAVI has no exception.
Method STEP_BACKWARD Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CS_PRESELECTION | Call by reference | Type reference (TYPE) | ODQ_S_MONITOR_PRESELECTION | Vorauswahl für Monitordaten | 20101202 | |||
| 2 | C_STRUCTURE | Call by reference | Type reference (TYPE) | TABNAME | Monitorstruktur | 20101202 |
Method STEP_BACKWARD on class CL_ODQ_MONITOR_NAVI has no exception.
Method STEP_FORWARD Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CS_PRESELECTION | Call by reference | Type reference (TYPE) | ODQ_S_MONITOR_PRESELECTION | Vorauswahl für Monitordaten | 20101202 | |||
| 2 | C_STRUCTURE | Call by reference | Type reference (TYPE) | TABNAME | Monitorstruktur | 20101202 |
Method STEP_FORWARD on class CL_ODQ_MONITOR_NAVI has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 703 |