SAP ABAP Class CL_SQLM_DATAITERATOR (Provider for SQLM Records)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DWB-TOO-RTA (Application Component) Runtime Analysis
     SQLM_CORE (Package) SQL Monitor Core
Properties
Class CL_SQLM_DATAITERATOR  
Short Description Provider for SQLM Records    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SQLM_CORE   SQL Monitor Core 
Created 20130927   SAP 
Last change 20140121   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_SQLM_DATAITERATOR has no forward declaration.
Interfaces
Class CL_SQLM_DATAITERATOR has no interface implemented.
Friends
Class CL_SQLM_DATAITERATOR has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 RECORD_ORDER Static Attribute Private Type reference (TYPE) ABAP_SORTORDER_TAB 20130927
2 WHERE_LAST_STATEMENT Static Attribute Private Type reference (TYPE) STRING 20130927
Methods
# Method Level Visibility Method type Description Created on
1 CLASS_CONSTRUCTOR Static method Public Constructor 20130927
2 CREATE_INSTANCE Static method Public Method 20130927
3 FETCH_NEXT_RECORDS Instance method Public Method 20130927
4 GET_FILTER_CLAUSE Instance method Private Method 20130927
5 GET_WHERE_PARTITIONING Instance method Private Method 20130927
Events
Class CL_SQLM_DATAITERATOR has no event.
Types
Class CL_SQLM_DATAITERATOR has no local type.
Method Signatures

Method CLASS_CONSTRUCTOR Signature

Method CLASS_CONSTRUCTOR on class CL_SQLM_DATAITERATOR has no parameter.
Method CLASS_CONSTRUCTOR on class CL_SQLM_DATAITERATOR has no exception.

Method CREATE_INSTANCE Signature

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

Method CREATE_INSTANCE on class CL_SQLM_DATAITERATOR has no exception.

Method FETCH_NEXT_RECORDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing BLOCK_SIZE Call by reference Type reference (TYPE) I 20130927
2 Importing DEVCLASSES Call by reference Type reference (TYPE) SQLMDEVCLASSESRANGE 20130927
3 Importing FILTER Call by reference Type reference (TYPE) SQLMDATASELECTFILTER 20130927
4 Exporting HAS_MORE_RECORDS Call by reference Type reference (TYPE) FLAG 20130927
5 Exporting NUMBER_OF_RECORDS Call by reference Type reference (TYPE) I 20130927
6 Importing OBJNAMES Call by reference Type reference (TYPE) SQLMOBJNAMESRANGE 20130927
7 Importing OBJTYPES Call by reference Type reference (TYPE) SQLMOBJTYPESRANGE 20130927
8 Exporting RECORDS Call by reference Type reference (TYPE) STANDARD TABLE 20130927
9 Importing STARTING_RECORD Call by reference Type reference (TYPE) ANY 20130927
10 Importing TOP_STMT_KEYS Call by reference Type reference (TYPE) SQLMKEYS 20130927
# Exception Resumable Description Created on
1 FAILURE 20130927

Method GET_FILTER_CLAUSE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing FILTER Call by reference Type reference (TYPE) SQLMDATASELECTFILTER 20130927
2 Changing FILTER_CLAUSE Call by reference Type reference (TYPE) STRING 20130927

Method GET_FILTER_CLAUSE on class CL_SQLM_DATAITERATOR has no exception.

Method GET_WHERE_PARTITIONING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing WHERE Call by reference Type reference (TYPE) STRING 20130927

Method GET_WHERE_PARTITIONING on class CL_SQLM_DATAITERATOR has no exception.
History
Last changed by/on SAP  20140121 
SAP Release Created in 740