SAP ABAP Class CL_RSQVT_MODEL (Query Model)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-SYS-DB (Application Component) BW Database platforms
     RSQVT (Package) SAP Query Analysis Tool
Properties
Class CL_RSQVT_MODEL  
Short Description Query Model    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package RSQVT   SAP Query Analysis Tool 
Created 20060509   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 RSD Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 RSDRS Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_RSQVT_MODEL has no interface implemented.
Friends
Class CL_RSQVT_MODEL has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 EXPLAININFO Instance attribute Private Object reference (TYPE REF TO) CL_RSQVT_EXPLAININFO Explain Interface 20070118
2 QUERYBLOCKS Instance attribute Private See coding 20060509
3 QUERYBUILDER Instance attribute Private Object reference (TYPE REF TO) CL_RSQVT_QUERYBUILDER 20060619
4 QUERYEXECUTOR Instance attribute Private Object reference (TYPE REF TO) CL_RSQVT_QUERYEXECUTOR 20060509
5 TABLES Instance attribute Private See coding 20060509
6 VIEWS Instance attribute Private See coding 20060509
Methods
# Method Level Visibility Method type Description Created on
1 ADD_QUERYBLOCK Instance method Public Method 20060530
2 ADD_TABINFO Instance method Public Method 20060509
3 ADD_VIEWINFO Instance method Public Method 20060509
4 BUILD_FROM_SQL Instance method Private Method 20060509
5 BUILD_FROM_SX_QUERY Instance method Private Method 20060509
6 CLEANUP Instance method Public Method 20070119
7 CONSTRUCTOR Instance method Public Constructor Creates Table Model from SX_Query Structure 20060509
8 GET_EXPLAININFO Instance method Public Method 20070119
9 GET_QUERYBLOCKS Instance method Public Method Returns List of Table Info 20060509
10 GET_QUERYBLOCK_BY_ID Instance method Public Method 20060530
11 GET_QUERYBUILDER Instance method Public Method 20060619
12 GET_QUERYEXECUTOR Instance method Public Method 20060509
13 GET_TABINFO_BY_NAME Instance method Public Method 20060509
14 GET_TABLES Instance method Public Method Returns List of Table Info 20060509
15 GET_VIEWINFO_BY_NAME Instance method Public Method 20060509
16 GET_VIEWS Instance method Public Method Returns List of Table Info 20060509
Events
Class CL_RSQVT_MODEL has no event.
Types
Class CL_RSQVT_MODEL has no local type.
Method Signatures

Method ADD_QUERYBLOCK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ID Call by reference Type reference (TYPE) I 20060530
2 Importing I_QUERYBLOCK Call by reference Object reference (TYPE REF TO) CL_RSQVT_QUERYBLOCK 20060530

Method ADD_QUERYBLOCK on class CL_RSQVT_MODEL has no exception.

Method ADD_TABINFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_TABINFO Call by reference Object reference (TYPE REF TO) CL_RSQVT_TABLEINFO SQLVIS Query Model Informationen zu Tabelle 20060509

Method ADD_TABINFO on class CL_RSQVT_MODEL has no exception.

Method ADD_VIEWINFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_VIEWINFO Call by reference Object reference (TYPE REF TO) CL_RSQVT_VIEWINFO SQLVIS Query Model Informationen zu Tabelle 20060509

Method ADD_VIEWINFO on class CL_RSQVT_MODEL has no exception.

Method BUILD_FROM_SQL Signature

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

Method BUILD_FROM_SQL on class CL_RSQVT_MODEL has no exception.

Method BUILD_FROM_SX_QUERY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_SX_QUERY Call by reference Type reference (TYPE) RSDRS_SX_QUERY 20060509
# Exception Resumable Description Created on
1 CX_RSQVT_MODEL_ERROR 20060621
2 CX_RSQVT_PARSE_ERROR 20060621
3 CX_SQL_EXCEPTION Ausnahmeklasse für SQL Fehler 20070207

Method CLEANUP Signature

Method CLEANUP on class CL_RSQVT_MODEL has no parameter.
Method CLEANUP on class CL_RSQVT_MODEL has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_INPUT Call by reference Type reference (TYPE) DATA 20060509
# Exception Resumable Description Created on
1 CX_RSQVT_MODEL_ERROR 20060621
2 CX_RSQVT_PARSE_ERROR 20060621
3 CX_SQL_EXCEPTION Ausnahmeklasse für SQL Fehler 20070119

Method GET_EXPLAININFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_EXPLAININFO Value transfer Object reference (TYPE REF TO) CL_RSQVT_EXPLAININFO Explain Interface 20070119

Method GET_EXPLAININFO on class CL_RSQVT_MODEL has no exception.

Method GET_QUERYBLOCKS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_TABLES Value transfer Type reference (TYPE) TABLE 20060509

Method GET_QUERYBLOCKS on class CL_RSQVT_MODEL has no exception.

Method GET_QUERYBLOCK_BY_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ID Call by reference Type reference (TYPE) I 20060530
2 Returning R_QUERYBLOCK Value transfer Object reference (TYPE REF TO) CL_RSQVT_QUERYBLOCK 20060530

Method GET_QUERYBLOCK_BY_ID on class CL_RSQVT_MODEL has no exception.

Method GET_QUERYBUILDER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_QUERYBUILDER Value transfer Object reference (TYPE REF TO) CL_RSQVT_QUERYBUILDER 20060619

Method GET_QUERYBUILDER on class CL_RSQVT_MODEL has no exception.

Method GET_QUERYEXECUTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_REF Value transfer Object reference (TYPE REF TO) CL_RSQVT_QUERYEXECUTOR 20060509

Method GET_QUERYEXECUTOR on class CL_RSQVT_MODEL has no exception.

Method GET_TABINFO_BY_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_TABNAME Call by reference Type reference (TYPE) RSD_TABLNM 20060509
2 Returning R_TABINFO Value transfer Object reference (TYPE REF TO) CL_RSQVT_TABLEINFO SQLVIS Query Model Informationen zu Tabelle 20060509

Method GET_TABINFO_BY_NAME on class CL_RSQVT_MODEL has no exception.

Method GET_TABLES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_TABLES Value transfer Type reference (TYPE) TABLE 20060509

Method GET_TABLES on class CL_RSQVT_MODEL has no exception.

Method GET_VIEWINFO_BY_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_VIEWNAME Call by reference Type reference (TYPE) RSD_TABLNM 20060509
2 Returning R_VIEWINFO Value transfer Object reference (TYPE REF TO) CL_RSQVT_VIEWINFO SQLVIS Query Model Informationen zu Tabelle 20060509

Method GET_VIEWINFO_BY_NAME on class CL_RSQVT_MODEL has no exception.

Method GET_VIEWS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_TABLES Value transfer Type reference (TYPE) TABLE 20060509

Method GET_VIEWS on class CL_RSQVT_MODEL has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 350