SAP ABAP Class CL_EAM_TL_QUERY (Query for task lists)
Hierarchy
EA-APPL (Software Component) SAP Enterprise Extension PLM, SCM, Financials
   PM-PRM-TL (Application Component) Maintenance Task Lists
     EAM_TL_API (Package) EAM Task List API
Properties
Class CL_EAM_TL_QUERY  
Short Description Query for task lists    
Super Class    
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status     
Category 0   
Package EAM_TL_API   EAM Task List API 
Created 20090825   SAP 
Last change 20100310   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_EAM_TL_QUERY has no forward declaration.
Interfaces
Class CL_EAM_TL_QUERY has no interface implemented.
Friends
Class CL_EAM_TL_QUERY has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GC_KIND_PARAMETER Constant Private Type reference (TYPE) RSSCR_KIND 'P' ABAP: Type of selection 20090827
2 GC_KIND_SEL_OPT Constant Private Type reference (TYPE) RSSCR_KIND 'S' ABAP: Type of selection 20090827
3 GC_OPTION_BETWEEN Constant Private Type reference (TYPE) TVARV_OPTI 'BT' ABAP: Selection option (EQ/BT/CP/...) 20090826
4 GC_OPTION_EQUAL Constant Private Type reference (TYPE) TVARV_OPTI 'EQ' ABAP: Selection option (EQ/BT/CP/...) 20090826
5 GC_OPTION_GENERIC Constant Private Type reference (TYPE) TVARV_OPTI 'CP' ABAP: Selection option (EQ/BT/CP/...) 20090826
6 GC_OPTION_GREATER Constant Private Type reference (TYPE) TVARV_OPTI 'GT' ABAP: Selection option (EQ/BT/CP/...) 20090826
7 GC_OPTION_GREATER_EQUAL Constant Private Type reference (TYPE) TVARV_OPTI 'GE' ABAP: Selection option (EQ/BT/CP/...) 20090826
8 GC_OPTION_LESS Constant Private Type reference (TYPE) TVARV_OPTI 'LT' ABAP: Selection option (EQ/BT/CP/...) 20090826
9 GC_OPTION_LESS_EQUAL Constant Private Type reference (TYPE) TVARV_OPTI 'LE' ABAP: Selection option (EQ/BT/CP/...) 20090826
10 GC_OPTION_NOT_EQUAL Constant Private Type reference (TYPE) TVARV_OPTI 'NE' ABAP: Selection option (EQ/BT/CP/...) 20090826
11 GC_REPORT_NAME_RIPLKO10 Constant Private Type reference (TYPE) SYREPID 'RIPLKO10' ABAP Program: Current Main Program 20090825
12 GC_SIGN_EXCLUDE Constant Private Type reference (TYPE) TVARV_SIGN 'E' ABAP: ID: I/E (include/exclude values) 20090826
13 GC_SIGN_INCLUDE Constant Private Type reference (TYPE) TVARV_SIGN 'I' ABAP: ID: I/E (include/exclude values) 20090826
14 GO_INSTANCE Static Attribute Private Object reference (TYPE REF TO) CL_EAM_TL_QUERY Query for task lists 20090825
15 GT_SELECTION_SCREEN_RIPLKO10 Static Attribute Private Type reference (TYPE) GTYPE_T_SELECTION_SCREEN Sorted table of elements of a selection screen 20090825
16 GV_CURRENT_LINE Instance attribute Private Type reference (TYPE) SYTABIX Index of current select option 20090826
Methods
# Method Level Visibility Method type Description Created on
1 CALL_REPORT Instance method Private Method Calls selection program 20090827
2 CHECK_DATA Instance method Private Method Checks data for validity 20090826
3 CHECK_SELECT_OPTIONS Instance method Private Method Checks if select options are valid 20090825
4 CHECK_SELECT_OPTION_TYPE Instance method Private Method Checks type of one select option 20090826
5 CLASS_CONSTRUCTOR Static method Public Constructor 20090825
6 GET_INSTANCE Static method Public Method Returns singleton instance 20090825
7 GET_TEMPLATE Instance method Public Method Gets template for select options 20090827
8 READ Instance method Public Method Reads task list for specified select options 20090825
Events
Class CL_EAM_TL_QUERY has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 GTYPE_T_SELECTION_SCREEN Private See coding Sorted table of elements of a selection screen 20090825 gtype_t_selection_screen TYPE SORTED TABLE OF rsel_info WITH UNIQUE KEY name
Method Signatures

Method CALL_REPORT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_RESULT Call by reference Type reference (TYPE) EAM_T_RIHPLKO task list API: table of task lists 20090827
2 Importing IT_RANGES_INT Call by reference Type reference (TYPE) RSPARAMS_TT rsparams Table 20090827
# Exception Resumable Description Created on
1 CX_EAM_TL_CONS_QUERY Exception class for tasklist query 20090827

Method CHECK_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ERROR_FIELD Call by reference Type reference (TYPE) FIELDNAME Field Name 20090929
2 Importing IV_FIELDNAME Call by reference Type reference (TYPE) RSSCR_NAME Field Name 20090826
3 Importing IV_TYPE Call by reference Type reference (TYPE) RSSCR_TYPE ABAP/4: Selection field type 20090826
4 Importing IV_VALUE Call by reference Type reference (TYPE) TVARV_VAL ABAP/4: Selection value (LOW or HIGH value, external format) 20090826
# Exception Resumable Description Created on
1 CX_EAM_TL_CONS_QUERY Exception class for tasklist query 20090827

Method CHECK_SELECT_OPTIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_RANGES_INT Call by reference Type reference (TYPE) RSPARAMS_TT rsparams Table 20090826
2 Importing IT_RANGES Call by reference Type reference (TYPE) EAM_T_TL_SELECT_OPTIONS Task list API: Table for select options 20090825
# Exception Resumable Description Created on
1 CX_EAM_TL_CONS_QUERY Exception class for tasklist query 20090827

Method CHECK_SELECT_OPTION_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_RANGE_INT Call by reference Type reference (TYPE) RSPARAMS ABAP: General Structure for PARAMETERS and SELECT-OPTIONS 20090826
2 Importing IS_RANGE Call by reference Type reference (TYPE) EAM_S_TL_SELECT_OPTIONS Task list API: Select Options 20090826
# Exception Resumable Description Created on
1 CX_EAM_TL_CONS_QUERY Exception class for tasklist query 20090827

Method CLASS_CONSTRUCTOR Signature

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

Method GET_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RO_INSTANCE Value transfer Object reference (TYPE REF TO) CL_EAM_TL_QUERY Query for Task lists 20090825

Method GET_INSTANCE on class CL_EAM_TL_QUERY has no exception.

Method GET_TEMPLATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_TEMPLATE Call by reference Type reference (TYPE) EAM_T_TL_SELECT_OPTIONS Task list API: Table for select options 20090827
# Exception Resumable Description Created on
1 CX_EAM_TL_CONS_QUERY Exception class for tasklist query 20090827

Method READ Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_RESULT Call by reference Type reference (TYPE) EAM_T_RIHPLKO task list API: table of task lists 20090827
2 Importing IT_RANGES Call by reference Type reference (TYPE) EAM_T_TL_SELECT_OPTIONS Task list API: Table for select options 20090825
# Exception Resumable Description Created on
1 CX_EAM_TL_CONS_QUERY Exception class for tasklist query 20090827
History
Last changed by/on SAP  20100310 
SAP Release Created in 605