SAP ABAP Class CL_DBA_NAV_HISTORY (DBA Cockpit:Navigation History in Framework)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DB (Application Component) Database Interface, Database Platforms
     SDBA_RUNTIME (Package) DBA Cockpit: Runtime
Properties
Class CL_DBA_NAV_HISTORY  
Short Description DBA Cockpit:Navigation History in Framework    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SDBA_RUNTIME   DBA Cockpit: Runtime 
Created 20070525   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_DBA_NAV_HISTORY has no interface implemented.
Friends
Class CL_DBA_NAV_HISTORY has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CURRENT_INDEX Instance attribute Public Type reference (TYPE) I 20070525
2 DEFAULT_SIZE Constant Private Type reference (TYPE) I 30 20070525
3 HISTORY_SIZE Instance attribute Private Type reference (TYPE) I 20070525
4 NAV_HISTORY Instance attribute Private Type reference (TYPE) NAV_HISTORY_LIST 20070525
5 NAV_REF Instance attribute Private Object reference (TYPE REF TO) CL_DB6_TREE_NAVIGATOR CL_DB6_TREE_NAVIGATOR 20070525
Methods
# Method Level Visibility Method type Description Created on
1 APPEND Instance method Public Method 20070525
2 BACK Instance method Public Method 20070525
3 CHANGE_SYSTEM Instance method Public Method 20110713
4 CLEAR Instance method Public Method 20070525
5 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20070525
6 EXCHANGE_CURRENT_ACTION Instance method Public Method 20100811
7 FORWARD Instance method Public Method 20070525
8 GET_ACTION_BY_INDEX Instance method Public Method 20070525
9 GET_VIEW Instance method Public Method 20070525
10 GOTO Instance method Public Method 20070525
11 IS_BACK_ACTIVE Instance method Public Method 20091113
12 IS_FORWARD_ACTIVE Instance method Public Method 20091113
13 REMOVE_DETAIL_ACTION Instance method Public Method 20100317
14 SET_DETAIL_1 Instance method Public Method 20091116
15 SET_DETAIL_2 Instance method Public Method 20091116
16 SET_SIZE Instance method Public Method 20070525
Events
Class CL_DBA_NAV_HISTORY has no event.
Types
Class CL_DBA_NAV_HISTORY has no local type.
Method Signatures

Method APPEND Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ACTION_ID Call by reference Type reference (TYPE) I 20070525
2 Importing TEXT Call by reference Type reference (TYPE) STRING 20070525

Method APPEND on class CL_DBA_NAV_HISTORY has no exception.

Method BACK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ACTION_ID Value transfer Type reference (TYPE) I 20070525
2 Exporting DETAIL1_ACTION_ID Call by reference Type reference (TYPE) I 20100316
3 Exporting DETAIL2_ACTION_ID Call by reference Type reference (TYPE) I 20100316

Method BACK on class CL_DBA_NAV_HISTORY has no exception.

Method CHANGE_SYSTEM Signature

Method CHANGE_SYSTEM on class CL_DBA_NAV_HISTORY has no parameter.
Method CHANGE_SYSTEM on class CL_DBA_NAV_HISTORY has no exception.

Method CLEAR Signature

Method CLEAR on class CL_DBA_NAV_HISTORY has no parameter.
Method CLEAR on class CL_DBA_NAV_HISTORY has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NAV_REF Value transfer Object reference (TYPE REF TO) CL_DB6_TREE_NAVIGATOR 20070525

Method CONSTRUCTOR on class CL_DBA_NAV_HISTORY has no exception.

Method EXCHANGE_CURRENT_ACTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ACTION_ID Call by reference Type reference (TYPE) I 20100811

Method EXCHANGE_CURRENT_ACTION on class CL_DBA_NAV_HISTORY has no exception.

Method FORWARD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ACTION_ID Value transfer Type reference (TYPE) I 20070525
2 Exporting DETAIL1_ACTION_ID Call by reference Type reference (TYPE) I 20100316
3 Exporting DETAIL2_ACTION_ID Call by reference Type reference (TYPE) I 20100316

Method FORWARD on class CL_DBA_NAV_HISTORY has no exception.

Method GET_ACTION_BY_INDEX Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ACTION_ID Value transfer Type reference (TYPE) I 20070525
2 Importing HISTORY_INDEX Call by reference Type reference (TYPE) I 20070525

Method GET_ACTION_BY_INDEX on class CL_DBA_NAV_HISTORY has no exception.

Method GET_VIEW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning HISTORY Value transfer Type reference (TYPE) DBA_STRING_TAB DBA Cockpit: Table of DBA_STRING_STRUC 20070525

Method GET_VIEW on class CL_DBA_NAV_HISTORY has no exception.

Method GOTO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ACTION_ID Value transfer Type reference (TYPE) I 20070525
2 Importing HISTORY_INDEX Call by reference Type reference (TYPE) I 20070525

Method GOTO on class CL_DBA_NAV_HISTORY has no exception.

Method IS_BACK_ACTIVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ACTIVE Value transfer Type reference (TYPE) ABAP_BOOL 20091113

Method IS_BACK_ACTIVE on class CL_DBA_NAV_HISTORY has no exception.

Method IS_FORWARD_ACTIVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ACTIVE Value transfer Type reference (TYPE) ABAP_BOOL 20091113

Method IS_FORWARD_ACTIVE on class CL_DBA_NAV_HISTORY has no exception.

Method REMOVE_DETAIL_ACTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ACTION_ID Call by reference Type reference (TYPE) I 20100317

Method REMOVE_DETAIL_ACTION on class CL_DBA_NAV_HISTORY has no exception.

Method SET_DETAIL_1 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ACTION_ID Call by reference Type reference (TYPE) I 20091116

Method SET_DETAIL_1 on class CL_DBA_NAV_HISTORY has no exception.

Method SET_DETAIL_2 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ACTION_ID Call by reference Type reference (TYPE) I 20091116

Method SET_DETAIL_2 on class CL_DBA_NAV_HISTORY has no exception.

Method SET_SIZE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing SIZE Call by reference Type reference (TYPE) I 20070525

Method SET_SIZE on class CL_DBA_NAV_HISTORY has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 710