SAP ABAP Class CL_DBA_GUI_STATEMENT_VIEWER (DBA: GUI Statement Viewer)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DB (Application Component) Database Interface, Database Platforms
     SDBA_RUNTIME (Package) DBA Cockpit: Runtime
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IWCI_DBA_STMT_VIEWER WebDynpro Interface COMPONENTCONTROLLER 20131007
Properties
Class CL_DBA_GUI_STATEMENT_VIEWER  
Short Description DBA: GUI Statement Viewer    
Super Class    
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SDBA_RUNTIME   DBA Cockpit: Runtime 
Created 20131007   SAP 
Last change 20141121    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_DBA_GUI_STATEMENT_VIEWER has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IWCI_DBA_STMT_VIEWER WebDynpro Interface COMPONENTCONTROLLER 20131007
Friends
Class CL_DBA_GUI_STATEMENT_VIEWER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GR_INSTANCE Static Attribute Private Object reference (TYPE REF TO) CL_DBA_GUI_STATEMENT_VIEWER DBA: GUI Statement Viewer 20131011
2 MR_TREE_NAV Instance attribute Private Object reference (TYPE REF TO) CL_DB6_TREE_NAVIGATOR 20131007
3 MT_BIND_VALUES Instance attribute Private Type reference (TYPE) DB6_BIND_VALUE_TAB 20131007
4 MV_ENABLE_EXPLAIN_BUTTON Instance attribute Private Type reference (TYPE) BOOLEAN ABAP_FALSE 20131007
5 MV_ENABLE_EXPLAIN_F_CACHE_BUT Instance attribute Private Type reference (TYPE) BOOLEAN 20131007
6 MV_ENABLE_SOURCE_BUTTON Instance attribute Private Type reference (TYPE) BOOLEAN 20131007
7 MV_EXPLAIN_BY_ID Instance attribute Private Type reference (TYPE) BOOLEAN 20131007
8 MV_ORG_STMT_TEXT Instance attribute Private Type reference (TYPE) STRING 20131007
9 MV_PANEL_HEIGHT Instance attribute Private Type reference (TYPE) STRING 20131007
10 MV_PLAN_VERSION_ID Instance attribute Private Type reference (TYPE) STRING 20131007
11 MV_SHOW_BIND_VALUES Instance attribute Private Type reference (TYPE) BOOLEAN 20131007
12 MV_SHOW_EXPLAIN_BUTTON Instance attribute Private Type reference (TYPE) BOOLEAN ABAP_TRUE 20131007
13 MV_SHOW_SOURCE_BUTTON Instance attribute Private Type reference (TYPE) BOOLEAN ABAP_TRUE 20131007
14 MV_SOURCE_OFFSET Instance attribute Private Type reference (TYPE) I 20131007
15 MV_SOURCE_PROGRAM Instance attribute Private Type reference (TYPE) PROGRAMM 20131007
16 MV_STMT_TEXT Instance attribute Private Type reference (TYPE) STRING 20131007
17 MV_TITLE Instance attribute Private Type reference (TYPE) STRING 20131007
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Private Constructor 20131007
2 ENCODE_STMT_WDY Instance method Private Method 20131007
3 EXPLAIN Instance method Public Method 20131008
4 EXPLAIN_FROM_CACHE Instance method Public Method 20131008
5 GET_BIND_VALUES Instance method Public Method 20131007
6 GET_ENABLE_EXPLAIN_BUTTON Instance method Public Method 20131011
7 GET_ENABLE_SOURCE_BUTTON Instance method Public Method 20131008
8 GET_REF Static method Public Method 20131007
9 GET_STMT_TEXT Instance method Public Method 20131007
10 SHOW_SOURCE_LOCATION Instance method Private Method 20131008
11 SHOW_SRC_VIA_SAPGUI Instance method Public Method 20131008
Events
Class CL_DBA_GUI_STATEMENT_VIEWER has no event.
Types
Class CL_DBA_GUI_STATEMENT_VIEWER has no local type.
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_NAV Call by reference Object reference (TYPE REF TO) CL_DB6_TREE_NAVIGATOR CL_DB6_TREE_NAVIGATOR 20131007

Method CONSTRUCTOR on class CL_DBA_GUI_STATEMENT_VIEWER has no exception.

Method ENCODE_STMT_WDY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning FORMATTED_STATEMENT Value transfer Type reference (TYPE) STRING 20131007
2 Importing STMT_TEXT Call by reference Type reference (TYPE) STRING 20131007

Method ENCODE_STMT_WDY on class CL_DBA_GUI_STATEMENT_VIEWER has no exception.

Method EXPLAIN Signature

Method EXPLAIN on class CL_DBA_GUI_STATEMENT_VIEWER has no parameter.
Method EXPLAIN on class CL_DBA_GUI_STATEMENT_VIEWER has no exception.

Method EXPLAIN_FROM_CACHE Signature

Method EXPLAIN_FROM_CACHE on class CL_DBA_GUI_STATEMENT_VIEWER has no parameter.
Method EXPLAIN_FROM_CACHE on class CL_DBA_GUI_STATEMENT_VIEWER has no exception.

Method GET_BIND_VALUES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_RESULT Value transfer Type reference (TYPE) DB6_BIND_VALUE_TAB DB6: Bind Values 20131007

Method GET_BIND_VALUES on class CL_DBA_GUI_STATEMENT_VIEWER has no exception.

Method GET_ENABLE_EXPLAIN_BUTTON Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_RESULT Value transfer Type reference (TYPE) BOOLEAN 20131011

Method GET_ENABLE_EXPLAIN_BUTTON on class CL_DBA_GUI_STATEMENT_VIEWER has no exception.

Method GET_ENABLE_SOURCE_BUTTON Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_RESULT Value transfer Type reference (TYPE) BOOLEAN 20131008

Method GET_ENABLE_SOURCE_BUTTON on class CL_DBA_GUI_STATEMENT_VIEWER has no exception.

Method GET_REF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_NAV Call by reference Object reference (TYPE REF TO) CL_DB6_TREE_NAVIGATOR DBA: GUI Statement Viewer 20131007
2 Returning RR_RESULT Value transfer Object reference (TYPE REF TO) CL_DBA_GUI_STATEMENT_VIEWER DBA: GUI Statement Viewer 20131007

Method GET_REF on class CL_DBA_GUI_STATEMENT_VIEWER has no exception.

Method GET_STMT_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning MT_RESULT Value transfer Type reference (TYPE) DB6_EDITOR_LIST 20131008

Method GET_STMT_TEXT on class CL_DBA_GUI_STATEMENT_VIEWER has no exception.

Method SHOW_SOURCE_LOCATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_SELECTED_UI Call by reference Type reference (TYPE) STRING 20131008

Method SHOW_SOURCE_LOCATION on class CL_DBA_GUI_STATEMENT_VIEWER has no exception.

Method SHOW_SRC_VIA_SAPGUI Signature

Method SHOW_SRC_VIA_SAPGUI on class CL_DBA_GUI_STATEMENT_VIEWER has no parameter.
Method SHOW_SRC_VIA_SAPGUI on class CL_DBA_GUI_STATEMENT_VIEWER has no exception.
History
Last changed by/on SAP  20141121 
SAP Release Created in 740