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
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CS_RECORDMODE Instance attribute Private Attribute reference (LIKE) 20101202
2 CS_RECORDMODE_ADDITIVE_IMAGE Instance attribute Private Attribute reference (LIKE) 20101202
3 CS_RECORDMODE_AFTER_IMAGE Instance attribute Private Attribute reference (LIKE) 20101202
4 CS_RECORDMODE_BEFORE_IMAGE Instance attribute Private Attribute reference (LIKE) 20101202
5 CS_RECORDMODE_DELETE_IMAGE Instance attribute Private Attribute reference (LIKE) 20101202
6 CS_RECORDMODE_NEW_IMAGE Instance attribute Private Attribute reference (LIKE) 20101202
7 CS_RECORDMODE_REVERSE_IMAGE Instance attribute Private Attribute reference (LIKE) 20101202
8 CS_RECORDMODE_UNKNOWN_IMAGE Instance attribute Private Attribute reference (LIKE) 20101202
9 C_BOOLEAN Instance attribute Private Attribute reference (LIKE) 20101202
10 C_CHANGEMODE Instance attribute Private Attribute reference (LIKE) 20101202
11 C_DATAFORMAT Instance attribute Private Attribute reference (LIKE) 20101202
12 C_EXTRACTION_MODE Instance attribute Private Attribute reference (LIKE) 20101202
13 C_STATUS_ICON Instance attribute Private Attribute reference (LIKE) 20101202
14 C_SUBSCRIPTION_MODE Instance attribute Private Attribute reference (LIKE) 20101202
15 OT_STEPS Instance attribute Protected Type reference (TYPE) TT_NAVIGATION_STEPS Navigation Steps 20101202
16 O_STEP Instance attribute Protected Type reference (TYPE) INT4 Last Step 20101202
Methods
# Method Level Visibility Method type Description Created on
1 ADD_STEP Instance method Public Method Insert Step 20101202
2 CAN_STEP_BACKWARD Instance method Public Method Step Backwards Possible? 20101202
3 CAN_STEP_FORWARD Instance method Public Method Step Forwards Possible? 20101202
4 SAVE_STEP Instance method Protected Method Save Step 20101202
5 STEP_BACKWARD Instance method Public Method Step Backwards 20101202
6 STEP_FORWARD 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 Importing IS_PRESELECTION Call by reference Type reference (TYPE) ODQ_S_MONITOR_PRESELECTION Vorauswahl für Monitordaten 20101202
2 Importing 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 Returning 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 Returning 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 Importing IS_PRESELECTION Call by reference Type reference (TYPE) ODQ_S_MONITOR_PRESELECTION Vorauswahl für Monitordaten 20101202
2 Importing 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 Changing CS_PRESELECTION Call by reference Type reference (TYPE) ODQ_S_MONITOR_PRESELECTION Vorauswahl für Monitordaten 20101202
2 Changing 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 Changing CS_PRESELECTION Call by reference Type reference (TYPE) ODQ_S_MONITOR_PRESELECTION Vorauswahl für Monitordaten 20101202
2 Changing 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