SAP ABAP Class IF_SWLT_SQLM_SEL_FILTER (Selection Filter for SQL Monitor Selection)
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface composition (i COMPRISING i_ref)  IF_SWLT_SELECTION_FILTER Filter settings for Worklist Tool 20121128
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_SWLT_SELECTION_FILTER Selection Filter 20121128
Properties
Class IF_SWLT_SQLM_SEL_FILTER  
Short Description Selection Filter for SQL Monitor Selection    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20121128   SAP 
Last change 20140121   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class IF_SWLT_SQLM_SEL_FILTER has no forward declaration.
Interfaces
Class IF_SWLT_SQLM_SEL_FILTER has no interface implemented.
Friends
Class IF_SWLT_SQLM_SEL_FILTER has no friend class.
Attributes
Class IF_SWLT_SQLM_SEL_FILTER has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 GET_MAX_NUM_SQLM_RESULTS Instance method Public Method 20130110
2 GET_MIN_EXECUTIONS Instance method Public Method 20121218
3 GET_OBJNAME_RANGES Instance method Public Method 20121130
4 GET_OBJTYPE_RANGES Instance method Public Method 20130107
5 GET_PACKAGE_RANGES Instance method Public Method 20121128
6 GET_ROOTID_RANGES Instance method Public Method 20121128
7 GET_ROOTTYPE_RANGES Instance method Public Method 20121207
8 GET_SNAPSHOT_ID Instance method Public Method 20121129
9 GET_SQLM_TRUNCATION_MODE Instance method Public Method 20130110
10 GET_TABLE_RANGES Instance method Public Method 20121128
11 GET_WITH_TECHNICAL Instance method Public Method 20130814
12 IS_SQLM_ACTIVE Instance method Public Method 20130619
13 SET_MAX_NUM_SQLM_RESULTS Instance method Public Method 20130301
Events
Class IF_SWLT_SQLM_SEL_FILTER has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TYP_SNAPSHOT_ID Public Type reference (TYPE) SWLT_D_RTM_SNAPSHOT_ID 20121129
2 TYP_SQLM_TRUNC_MODE Public Type reference (TYPE) SWLT_D_SQLM_TRUNC_MODE 20130111
3 TYP_S_ROOTID_RANGES Public See coding 20121128 typ_s_rootid_ranges TYPE LINE OF typ_t_rootid_ranges
4 TYP_S_ROOTTYPE_RANGES Public See coding 20121207 typ_s_roottype_ranges TYPE LINE OF typ_t_roottype_ranges
5 TYP_S_TABLE_RANGES Public See coding 20121128 typ_s_table_ranges TYPE LINE OF typ_t_table_ranges
6 TYP_T_ROOTID_RANGES Public See coding 20121128 typ_t_rootid_ranges TYPE RANGE OF sqlmrootname
7 TYP_T_ROOTTYPE_RANGES Public See coding 20121207 typ_t_roottype_ranges TYPE RANGE OF sqlmroottype
8 TYP_T_TABLE_RANGES Public See coding 20121128 typ_t_table_ranges TYPE RANGE OF tabname
Method Signatures

Method GET_MAX_NUM_SQLM_RESULTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_MAX_NUM_SQLM_RESULTS Value transfer Type reference (TYPE) I 20130110

Method GET_MAX_NUM_SQLM_RESULTS on class IF_SWLT_SQLM_SEL_FILTER has no exception.

Method GET_MIN_EXECUTIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_MIN_EXECUTIONS Value transfer Type reference (TYPE) I 20121218

Method GET_MIN_EXECUTIONS on class IF_SWLT_SQLM_SEL_FILTER has no exception.

Method GET_OBJNAME_RANGES Signature

Method GET_OBJNAME_RANGES on class IF_SWLT_SQLM_SEL_FILTER has no parameter.
Method GET_OBJNAME_RANGES on class IF_SWLT_SQLM_SEL_FILTER has no exception.

Method GET_OBJTYPE_RANGES Signature

Method GET_OBJTYPE_RANGES on class IF_SWLT_SQLM_SEL_FILTER has no parameter.
Method GET_OBJTYPE_RANGES on class IF_SWLT_SQLM_SEL_FILTER has no exception.

Method GET_PACKAGE_RANGES Signature

Method GET_PACKAGE_RANGES on class IF_SWLT_SQLM_SEL_FILTER has no parameter.
Method GET_PACKAGE_RANGES on class IF_SWLT_SQLM_SEL_FILTER has no exception.

Method GET_ROOTID_RANGES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_ROOTID_RANGES Value transfer Type reference (TYPE) TYP_T_ROOTID_RANGES 20121128

Method GET_ROOTID_RANGES on class IF_SWLT_SQLM_SEL_FILTER has no exception.

Method GET_ROOTTYPE_RANGES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_ROOTTYPE_RANGES Value transfer Type reference (TYPE) TYP_T_ROOTTYPE_RANGES 20121207

Method GET_ROOTTYPE_RANGES on class IF_SWLT_SQLM_SEL_FILTER has no exception.

Method GET_SNAPSHOT_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_SNAPSHOT_ID Value transfer Type reference (TYPE) TYP_SNAPSHOT_ID 20121129

Method GET_SNAPSHOT_ID on class IF_SWLT_SQLM_SEL_FILTER has no exception.

Method GET_SQLM_TRUNCATION_MODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_SQLM_TRUNCATION_MODE Value transfer Type reference (TYPE) CHAR1 20130110

Method GET_SQLM_TRUNCATION_MODE on class IF_SWLT_SQLM_SEL_FILTER has no exception.

Method GET_TABLE_RANGES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_TABLE_RANGES Value transfer Type reference (TYPE) TYP_T_TABLE_RANGES 20121128

Method GET_TABLE_RANGES on class IF_SWLT_SQLM_SEL_FILTER has no exception.

Method GET_WITH_TECHNICAL Signature

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

Method GET_WITH_TECHNICAL on class IF_SWLT_SQLM_SEL_FILTER has no exception.

Method IS_SQLM_ACTIVE Signature

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

Method IS_SQLM_ACTIVE on class IF_SWLT_SQLM_SEL_FILTER has no exception.

Method SET_MAX_NUM_SQLM_RESULTS Signature

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

Method SET_MAX_NUM_SQLM_RESULTS on class IF_SWLT_SQLM_SEL_FILTER has no exception.
History
Last changed by/on SAP  20140121 
SAP Release Created in