SAP ABAP Class CL_RSDU_SQL_EDITOR (RSDU SQL Editor)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-BEX-OT (Application Component) OLAP Technology
     RSDRU (Package) Data Manager Database Utilities
Properties
Class CL_RSDU_SQL_EDITOR  
Short Description RSDU SQL Editor    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package RSDRU   Data Manager Database Utilities 
Created 20060309   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)
2 RS Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
3 RSD Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
4 RSDRS Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_RSDU_SQL_EDITOR has no interface implemented.
Friends
Class CL_RSDU_SQL_EDITOR has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 N_SX_QUERY Instance attribute Public Type reference (TYPE) RSDRS_SX_QUERY Sx Query 20060313
2 N_TREX_CALL Instance attribute Public Type reference (TYPE) RS_BOOL TREX Call Pseudo SQL 20070115
3 O_CURRENT_EDITOR Instance attribute Protected Object reference (TYPE REF TO) CL_GUI_TEXTEDIT CURRENT_EDITOR 20060309
4 O_STATUS_LINE Instance attribute Protected Type reference (TYPE) CHAR200 Status Bar 20060309
5 O_T_TEXT Instance attribute Protected Type reference (TYPE) RSDRS_T_ABAPSOURCE 20060309
6 PS_SEL_TEXT Static Attribute Private Type reference (TYPE) STRING 20060309
7 P_CURRENT_CONTAINER Instance attribute Private Object reference (TYPE REF TO) CL_GUI_CUSTOM_CONTAINER CURRENT_CONTAINER 20060309
8 P_TASK Instance attribute Private Type reference (TYPE) NUMC5 TASK Number 20060310
Methods
# Method Level Visibility Method type Description Created on
1 CLEAR_CONTENT Instance method Public Method CLEAR_DIRECTORY 20060309
2 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20060309
3 DISPLAY_CONTENT Instance method Public Method 20060309
4 DISPLAY_DB_TABLE Instance method Private Method 20070115
5 DISPLAY_TABLE Instance method Public Method 20060313
6 DISPLAY_TREX_TMPINDEX Instance method Private Method 20070115
7 EXPLAIN Instance method Public Method 20060427
8 FREE Instance method Public Method FREE 20060309
9 GET_CONTENT Instance method Public Method 20060309
10 GET_FILTER Instance method Private Method Get Filter Conditions for Table 20060313
11 GET_TABLENAME Instance method Private Method 20060313
12 HANDLE_DOUBLECLICK Instance method Public Event handling method 20060309
13 SET_CONTENT Instance method Public Method 20060309
14 VISUALIZE Instance method Public Method 20060522
Events
Class CL_RSDU_SQL_EDITOR has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 PT_T_SELTAB Private See coding 20060313 PT_T_SELTAB type standard table of rsparams with default key initial size 0
Method Signatures

Method CLEAR_CONTENT Signature

Method CLEAR_CONTENT on class CL_RSDU_SQL_EDITOR has no parameter.
Method CLEAR_CONTENT on class CL_RSDU_SQL_EDITOR has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CONTAINER_NAME Call by reference Type reference (TYPE) C CONTAINER_NAME 20060309
2 Importing I_DISPLAY_ONLY Call by reference Type reference (TYPE) RS_BOOL Display mode 20060309
3 Importing I_SX_QUERY Call by reference Type reference (TYPE) RSDRS_SX_QUERY internal sql statement representation 20060313
4 Importing I_TREX_CALL Call by reference Type reference (TYPE) RS_BOOL RS_C_FALSE TREX call pseudo SQL 20070115

Method CONSTRUCTOR on class CL_RSDU_SQL_EDITOR has no exception.

Method DISPLAY_CONTENT Signature

Method DISPLAY_CONTENT on class CL_RSDU_SQL_EDITOR has no parameter.
Method DISPLAY_CONTENT on class CL_RSDU_SQL_EDITOR has no exception.

Method DISPLAY_DB_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_TABLENAME Call by reference Type reference (TYPE) RSD_TABLNM 20070115
2 Importing I_WITH_FILTER Call by reference Type reference (TYPE) RS_BOOL Boolean 20070115

Method DISPLAY_DB_TABLE on class CL_RSDU_SQL_EDITOR has no exception.

Method DISPLAY_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_R_SENDER Value transfer Object reference (TYPE REF TO) CL_GUI_TEXTEDIT SAP TextEdit Control 20060313
2 Importing I_WITH_FILTER Value transfer Type reference (TYPE) RS_BOOL RS_C_TRUE Display table with filter values 20060313

Method DISPLAY_TABLE on class CL_RSDU_SQL_EDITOR has no exception.

Method DISPLAY_TREX_TMPINDEX Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_TABLENAME Call by reference Type reference (TYPE) RSD_TABLNM 20070115
2 Importing I_WITH_FILTER Call by reference Type reference (TYPE) RS_BOOL Show table without filter panel 20081202

Method DISPLAY_TREX_TMPINDEX on class CL_RSDU_SQL_EDITOR has no exception.

Method EXPLAIN Signature

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

Method FREE Signature

Method FREE on class CL_RSDU_SQL_EDITOR has no parameter.
Method FREE on class CL_RSDU_SQL_EDITOR has no exception.

Method GET_CONTENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_T_SQL_STMT Value transfer Type reference (TYPE) RSDRS_T_ABAPSOURCE 20060309

Method GET_CONTENT on class CL_RSDU_SQL_EDITOR has no exception.

Method GET_FILTER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_TABLENAME Call by reference Type reference (TYPE) RSD_TABLNM 20060313
2 Returning R_T_SELTAB Value transfer Type reference (TYPE) PT_T_SELTAB 20060313

Method GET_FILTER on class CL_RSDU_SQL_EDITOR has no exception.

Method GET_TABLENAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_R_SENDER Call by reference Object reference (TYPE REF TO) CL_GUI_TEXTEDIT SAP TextEdit Control 20060313
2 Returning R_TABLENAME Value transfer Type reference (TYPE) RSD_TABLNM Name of Table 20060313

Method GET_TABLENAME on class CL_RSDU_SQL_EDITOR has no exception.

Method HANDLE_DOUBLECLICK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing SENDER Call by reference Attribute reference (LIKE) 20060309

Method HANDLE_DOUBLECLICK on class CL_RSDU_SQL_EDITOR has no exception.

Method SET_CONTENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_T_TEXT Call by reference Type reference (TYPE) RSDRS_T_ABAPSOURCE 20060309
2 Importing I_XML Call by reference Type reference (TYPE) XSTRING 20100325

Method SET_CONTENT on class CL_RSDU_SQL_EDITOR has no exception.

Method VISUALIZE Signature

Method VISUALIZE on class CL_RSDU_SQL_EDITOR has no parameter.
Method VISUALIZE on class CL_RSDU_SQL_EDITOR has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 710