SAP ABAP Class CL_FDT_WD_QUERY_MODEL (FDT WD: Model class for query)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-SRV-BR (Application Component) BRFplus - ABAP-Based Business Rules
     SFDT_WD_CORE_OBJECTS (Package) BRFplus: Core Objects for Web Dynpro UI
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_FDT_WD_MODEL FDT WD: Model for Web Dynpro (abstract) 20060725
Properties
Class CL_FDT_WD_QUERY_MODEL  
Short Description FDT WD: Model class for query    
Super Class CL_FDT_WD_MODEL FDT WD: Model for Web Dynpro (abstract) 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SFDT_WD_CORE_OBJECTS   BRFplus: Core Objects for Web Dynpro UI 
Created 20060725   SAP 
Last change 20140121   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 CL_FDT_SERVICES_INTERNAL Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
3 CL_FDT_WD_QUERY_MODEL Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
4 IF_FDT_ELEMENT Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
5 IF_FDT_QUERY Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
6 IF_FDT_TYPES Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
7 IF_FDT_WD_QUERY_ADVANCED Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
8 IF_FDT_WD_TYPES Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
Class CL_FDT_WD_QUERY_MODEL has no interface implemented.
Friends
Class CL_FDT_WD_QUERY_MODEL has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GC_FILTER_TYPE_ACCESS_LEVEL Constant Public Type reference (TYPE) FDTS_WD_QUERY_FILTER_TYPE 'ACL' Filter Type Access Level 20091203
2 GC_FILTER_TYPE_SPECIAL Constant Public Type reference (TYPE) FDTS_WD_QUERY_FILTER_TYPE 'INT' Filter Type Internal 20091218
3 GC_MAX_DISPLAY_DEFAULT Constant Public Type reference (TYPE) I 100 Default for maximum lines of display 20081114
4 GC_MAX_DISPLAY_MIN Constant Public Type reference (TYPE) I 10 Minimum value for max display 20081114
5 GC_OBJECTS_FILTERED_NODE Constant Public Type reference (TYPE) STRING 'OBJECTS_FILTERED' Filtered objects node 20110823
6 GC_OBJECT_C_TBL_NODE Constant Public Type reference (TYPE) STRING 'OBJECT_C_TBL' 20121014
7 GC_OBJECT_MODEL_NODE Constant Public Type reference (TYPE) STRING 'OBJECT' 20060728
8 GC_OBJECT_STATUS_ACTIVE Constant Public Type reference (TYPE) FDT_WD_QUERY_OBJECT_STATUS 'A' Value for query object status 'Active' 20100719
9 GC_OBJECT_STATUS_INACTIVE Constant Public Type reference (TYPE) FDT_WD_QUERY_OBJECT_STATUS 'I' Value for query object status 'Inactive' 20100719
10 GC_OBJECT_STATUS_MFD Constant Public Type reference (TYPE) FDT_WD_QUERY_OBJECT_STATUS 'M' Value for query object status 'Marked for Deletion' 20100719
11 GC_OBJECT_STATUS_OBSOLETE Constant Public Type reference (TYPE) FDT_WD_QUERY_OBJECT_STATUS 'O' Value for query object status 'Obsolete' 20100719
12 GC_OBJECT_TYPE_ACTION Constant Public Type reference (TYPE) STRING 'AC' Virtual Action Object Type 20090219
13 GC_OBJECT_TYPE_RULE Constant Public Type reference (TYPE) STRING 'RU' Virtual Rule Object Type 20090219
14 GC_OTHER_PARAMS_MODEL_NODE Static Attribute Private Type reference (TYPE) STRING 'OTHER_QUERY_PARAMS' 20100706
15 GC_PACKAGE_SIZE Static Attribute Private Type reference (TYPE) I 200 20100721
16 GC_QUERY_TYPE_ADVANCED Constant Public Type reference (TYPE) QUERY_TYPE 'A' Advanced Query 20081114
17 GC_QUERY_TYPE_CONTEXT Constant Public Type reference (TYPE) QUERY_TYPE 'C' Context Query 20081114
18 GC_QUERY_TYPE_CUSTOM Constant Public Type reference (TYPE) QUERY_TYPE 'Z' Custom Query 20100909
19 GC_QUERY_TYPE_ELEMENT Constant Public Type reference (TYPE) QUERY_TYPE 'E' Element Query 20081114
20 GC_QUERY_TYPE_OBJECT Constant Public Type reference (TYPE) QUERY_TYPE 'O' Object Query 20081114
21 GC_SELECT_PARAM_MODEL_NODE Static Attribute Private Type reference (TYPE) STRING 'SELECTION_PARAMETER' 20100714
22 GTS_RESULT_FIELD_DEFAULT Static Attribute Private Type reference (TYPE) IF_FDT_QUERY=>TS_QUERYFIELD 20081117
23 GT_FILTERED_OBJECT Static Attribute Private Type reference (TYPE) T_FILTERED_OBJS List of filtered obj with msg 20110823
24 MT_EXP_TREE_DATA Instance attribute Public Type reference (TYPE) CL_FDT_WD_QUERY_MODEL=>T_QUERY_OBJECT_TREE Table to contain all queried data unmatched also 20121212
25 MT_VALID_TREE_DATA Instance attribute Public Type reference (TYPE) CL_FDT_WD_QUERY_MODEL=>T_QUERY_OBJECT_TREE Tbl contains only valid query data matching the search crite 20121031
26 MV_DISPLAY_ENTIRE_STR Instance attribute Private Type reference (TYPE) ABAP_BOOL Has the user clicked on Display Entire Str Button 20121207
27 MV_IS_NODE_TOGGLED Instance attribute Private Type reference (TYPE) ABAP_BOOL Has the node been toggled : expanded or collapsed 20121227
28 MV_IS_SUB_OBJECT_QUERY Instance attribute Private Type reference (TYPE) ABAP_BOOL Is it a sub_object query call 20120329
29 MV_QUERY_MAX_ROW_IDX Instance attribute Public Type reference (TYPE) I Maximum Row index 20121030
30 MV_UNIQUE_IDX Instance attribute Public Type reference (TYPE) I Assign a Unique Key/Index to the rows of the table 20121217
Methods
# Method Level Visibility Method type Description Created on
1 ADD_RESULT_FIELD Static method Private Method Add the result field 20081117
2 ADD_USER_SELECTION Instance method Private Method To add selection to selection table 20100715
3 ADVANCED_QUERY Instance method Private Method Executes the advanced query 20100719
4 CLASS_CONSTRUCTOR Static method Public Constructor CLASS_CONSTRUCTOR 20081117
5 COMPRESS_ELEM_DO_LIST Instance method Private Method Remove data objects that are already deeply contained 20111011
6 CONTEXT_QUERY Instance method Private Method Does the context query 20100714
7 CREATE_DEF_RES_TABLE Instance method Private Method Creates a table with all the fields from t_query_object 20110330
8 CREATE_QUERY_SELECTION Instance method Private Method Creates the query selection from user inputs 20100714
9 ELEMENT_QUERY Instance method Private Method Executes the element query 20100719
10 EXECUTE_QUERY Instance method Private Method Executes the query to retrieve results 20100719
11 EXPAND_STR_TBL_HIERARCHY Instance method Private Method Expands the Structures or tables which are not expanded yet 20121204
12 FILL_ALL_ELEMENT_TYPES Static method Public Method Fills the element table 20101013
13 FILL_ALL_OBJECT_TYPES Static method Public Method Fills all the object types 20101013
14 FILL_ALL_QUERY_PARAMS Static method Public Method FIlls all the query parameters allowed 20101013
15 FILTER_QUERY_RESULTS Instance method Private Method Filters the query results 20100721
16 GET_CHILDREN Instance method Private Method gets the children of the parent 20121208
17 GET_DATA_TABLES Instance method Public Method Get the data tables 20121031
18 GET_HIERARCHICAL_ORDER Instance method Private Method Rearrange table data in parent-child hierarchy 20121204
19 GET_OBJECT_DETAILS Instance method Private Method Gets the object details 20100719
20 GET_SUB_OBJECTS Instance method Private Method Updates the model with the subobject info 20101214
21 OBJECT_QUERY Instance method Private Method Executes the Object Query 20100719
22 SET_PROPERTIES_FOR_QUERY_DATA Instance method Private Method Update the parent and other properties of the object 20121204
23 UPDATE_FILTERED_OBJECTS_TABLE Instance method Private Method Updates the filtered objects table 20110823
24 UPDATE_KEY_FIELDS Instance method Private Method Assign Unique Key/Index to the Table Data 20121217
25 UPDATE_SELECTABLE_ROW_NO Instance method Private Method update the row numbers which are selectable 20121029
26 UPDATE_SEL_FROM_FILTER_APPS Instance method Private Method Updates the selection table based on filter - apps 20100817
27 UPDATE_SEL_FROM_FILTER_TYPES Instance method Private Method Updates the selection table based on filter - types 20100817
Events
Class CL_FDT_WD_QUERY_MODEL has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 QUERY_TYPE Public Type reference (TYPE) CHAR1 Single-Character Flag 20081114
2 S_RESULT_QUERY Private See coding 20121204 BEGIN OF s_result_query, id TYPE fdt_uuid, application_id TYPE fdt_uuid, object_type TYPE fdt_object_type, object_subtype TYPE fdt_wd_object_subtype, object_subtype_descr TYPE string, name TYPE fdt_name, display_name TYPE fdt_wd_display_name, text TYPE fdt_text, short_text TYPE fdt_short_text, object_type_description TYPE string, appl_name TYPE string, expr_type_id TYPE string, element_id TYPE string, structure_id TYPE string, table_id TYPE string, cr_user TYPE string, cr_timestamp TYPE string, ch_user TYPE string, ch_timestamp TYPE string, state TYPE string, data_object_id_expr_rslt TYPE if_fdt_types=>id, result_dobj_id TYPE if_fdt_types=>id, END OF s_result_query
3 S_SEARCH_RESULT Public See coding Search Result 20121028 BEGIN OF s_search_result, row_no TYPE int4, END OF s_search_result
4 TS_FILTER_MESSAGE Public See coding 20091203 ts_filter_message TYPE SORTED TABLE OF fdts_wd_query_filter_message WITH UNIQUE KEY type id
5 TS_SEARCH_RESULT Public See coding 20121028 ts_search_result TYPE STANDARD TABLE OF s_search_result
6 T_FILTERED_OBJS Public See coding 20110823 t_filtered_objs TYPE STANDARD TABLE OF fdts_wd_query_obj_filter_msg
7 T_QUERY_OBJECT Private See coding Query Result objects 20081117 t_query_object TYPE STANDARD TABLE OF fdts_wd_query_object
8 T_QUERY_OBJECT_TREE Public See coding Tree structure of Query result 20121028 t_query_object_tree TYPE STANDARD TABLE OF fdts_wd_query_object
9 T_RESULT_QUERY Private See coding 20121204 t_result_query TYPE STANDARD TABLE OF s_result_query
10 T_SELECTION_PARAM Public See coding 20100712 t_selection_param TYPE STANDARD TABLE OF fdts_wd_query_advanced_params
11 T_VALUE_LIST Public See coding Value List table 20100712 t_value_list TYPE STANDARD TABLE OF wdr_context_attr_value
Method Signatures

Method ADD_RESULT_FIELD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CTS_RESULT_FIELD Call by reference Type reference (TYPE) IF_FDT_QUERY=>TS_QUERYFIELD 20081117
2 Importing IV_QUERYFIELD Call by reference Type reference (TYPE) FIELDNAME Field Name 20081117

Method ADD_RESULT_FIELD on class CL_FDT_WD_QUERY_MODEL has no exception.

Method ADD_USER_SELECTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CTS_FIELD_SELECTION Call by reference Type reference (TYPE) IF_FDT_QUERY=>TS_SELECTION 20100715
2 Importing IV_HIGH_VALUE Call by reference Type reference (TYPE) DATA 20100715
3 Importing IV_LOW_VALUE Call by reference Type reference (TYPE) DATA 20100715
4 Importing IV_OPTION Call by reference Type reference (TYPE) IF_FDT_ELEMENT=>OPTION FDT: Option (OPTION component in the row type of ranges) 20100715
5 Importing IV_QUERYFIELD Call by reference Type reference (TYPE) FIELDNAME Field Name 20100715
6 Importing IV_SIGN Call by reference Type reference (TYPE) IF_FDT_ELEMENT=>SIGN Sign 20100715

Method ADD_USER_SELECTION on class CL_FDT_WD_QUERY_MODEL has no exception.

Method ADVANCED_QUERY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_QUERY_OBJECT Call by reference Type reference (TYPE) T_QUERY_OBJECT 20100719
# Exception Resumable Description Created on
1 CX_FDT_INPUT FDT: Invalid Input 20100719

Method CLASS_CONSTRUCTOR Signature

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

Method COMPRESS_ELEM_DO_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_OBJECT Call by reference Type reference (TYPE) T_QUERY_OBJECT 20111011
# Exception Resumable Description Created on
1 CX_FDT_INPUT FDT: Invalid Input 20111011

Method CONTEXT_QUERY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_QUERY_OBJECT Call by reference Type reference (TYPE) T_QUERY_OBJECT 20100719
# Exception Resumable Description Created on
1 CX_FDT_INPUT FDT: Invalid Input 20100714

Method CREATE_DEF_RES_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RTS_RESULT_FIELDS_ALL Value transfer Type reference (TYPE) IF_FDT_QUERY=>TS_QUERYFIELD 20110330

Method CREATE_DEF_RES_TABLE on class CL_FDT_WD_QUERY_MODEL has no exception.

Method CREATE_QUERY_SELECTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_SELECTION Call by reference Type reference (TYPE) IF_FDT_QUERY=>TS_SELECTION 20100714
2 Exporting ETS_APPLICATION_ID Call by reference Type reference (TYPE) IF_FDT_TYPES=>TS_OBJECT_ID Object IDs as sorted table 20100715
3 Exporting EV_TYPE_FILTER_APPLIED Call by reference Type reference (TYPE) ABAP_BOOL 20100921
4 Importing IS_OBJECT_CATEGORY Call by reference Type reference (TYPE) IF_FDT_QUERY=>S_OBJECT_CATEGORY_SEL 20100917
5 Importing IT_USER_SELECTION_PARAM Call by reference Type reference (TYPE) T_SELECTION_PARAM 20100714
# Exception Resumable Description Created on
1 CX_FDT_INPUT FDT: Invalid Input 20111019

Method ELEMENT_QUERY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_QUERY_OBJECT Call by reference Type reference (TYPE) T_QUERY_OBJECT 20100719
# Exception Resumable Description Created on
1 CX_FDT_INPUT FDT: Invalid Input 20100719

Method EXECUTE_QUERY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_QUERY_OBJECT Call by reference Type reference (TYPE) T_QUERY_OBJECT 20100719
# Exception Resumable Description Created on
1 CX_FDT_INPUT FDT: Invalid Input 20100719

Method EXPAND_STR_TBL_HIERARCHY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_QUERY_OBJECT Call by reference Type reference (TYPE) CL_FDT_WD_QUERY_MODEL=>T_QUERY_OBJECT 20121204

Method EXPAND_STR_TBL_HIERARCHY on class CL_FDT_WD_QUERY_MODEL has no exception.

Method FILL_ALL_ELEMENT_TYPES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_ELEMENT_TYPES Value transfer Type reference (TYPE) IF_FDT_WD_QUERY_ADVANCED=>TS_ELEMENT_TYPE 20101013

Method FILL_ALL_ELEMENT_TYPES on class CL_FDT_WD_QUERY_MODEL has no exception.

Method FILL_ALL_OBJECT_TYPES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_OBJECT_TYPES Value transfer Type reference (TYPE) IF_FDT_WD_TYPES=>T_OBJECT_TYPE_EXTENDED List of Extended Object Types 20101013

Method FILL_ALL_OBJECT_TYPES on class CL_FDT_WD_QUERY_MODEL has no exception.

Method FILL_ALL_QUERY_PARAMS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_QUERY_PARAMS Value transfer Type reference (TYPE) IF_FDT_WD_QUERY_ADVANCED=>TS_QUERY_PARAMETER 20101013

Method FILL_ALL_QUERY_PARAMS on class CL_FDT_WD_QUERY_MODEL has no exception.

Method FILTER_QUERY_RESULTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_QUERY_OBJECT Call by reference Type reference (TYPE) T_QUERY_OBJECT 20100721
2 Exporting EV_MAX_REACHED Call by reference Type reference (TYPE) ABAP_BOOL 20100721
3 Importing IT_QUERY_OBJECT Call by reference Type reference (TYPE) T_QUERY_OBJECT 20100721
4 Importing IV_PERFORM_ACCESS_CHECK Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20100721
# Exception Resumable Description Created on
1 CX_FDT_INPUT FDT: Invalid Input 20100721

Method GET_CHILDREN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_TREE_QUERY_OBJECT Call by reference Type reference (TYPE) CL_FDT_WD_QUERY_MODEL=>T_QUERY_OBJECT 20121208
2 Importing IT_QUERY_OBJECT Call by reference Type reference (TYPE) CL_FDT_WD_QUERY_MODEL=>T_QUERY_OBJECT 20121208
3 Importing IV_PARENT_ID Call by reference Type reference (TYPE) FDT_UUID FDT: Universal Unique Identifier 20121208
4 Importing IV_PARENT_UNIQUE_KEY Call by reference Type reference (TYPE) C Natural number 20121217

Method GET_CHILDREN on class CL_FDT_WD_QUERY_MODEL has no exception.

Method GET_DATA_TABLES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_TREE_DATA Value transfer Type reference (TYPE) CL_FDT_WD_QUERY_MODEL=>T_QUERY_OBJECT_TREE 20121101
2 Importing IV_BUTTON_TEXT Call by reference Type reference (TYPE) STRING BRFplus Text 20121101

Method GET_DATA_TABLES on class CL_FDT_WD_QUERY_MODEL has no exception.

Method GET_HIERARCHICAL_ORDER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_TREE_QUERY_OBJECT Call by reference Type reference (TYPE) T_QUERY_OBJECT 20121204
2 Importing IT_QUERY_OBJECT Call by reference Type reference (TYPE) T_QUERY_OBJECT 20121204

Method GET_HIERARCHICAL_ORDER on class CL_FDT_WD_QUERY_MODEL has no exception.

Method GET_OBJECT_DETAILS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_QUERY_OBJECT Call by reference Type reference (TYPE) T_QUERY_OBJECT 20100719

Method GET_OBJECT_DETAILS on class CL_FDT_WD_QUERY_MODEL has no exception.

Method GET_SUB_OBJECTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_QUERY_OBJECT Call by reference Type reference (TYPE) T_QUERY_OBJECT 20101214
2 Importing IO_QUERY_ELEMENT Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT Web Dynpro: Interface for Node Element 20101214
3 Importing IO_QUERY_NODE Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Web Dynpro: Interface for Context Nodes 20101214
# Exception Resumable Description Created on
1 CX_FDT_INPUT FDT: Invalid Input 20111012

Method OBJECT_QUERY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_QUERY_OBJECT Call by reference Type reference (TYPE) T_QUERY_OBJECT 20100719
# Exception Resumable Description Created on
1 CX_FDT_INPUT FDT: Invalid Input 20100719

Method SET_PROPERTIES_FOR_QUERY_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_QUERY_OBJECT Call by reference Type reference (TYPE) CL_FDT_WD_QUERY_MODEL=>T_QUERY_OBJECT 20121204
2 Importing ES_STR_OBJ Call by reference Type reference (TYPE) CL_FDT_WD_QUERY_MODEL=>S_RESULT_QUERY 20121204
3 Importing EV_QUERY_TYPE Call by reference Type reference (TYPE) CL_FDT_WD_QUERY_MODEL=>QUERY_TYPE Single-Character Flag 20121204

Method SET_PROPERTIES_FOR_QUERY_DATA on class CL_FDT_WD_QUERY_MODEL has no exception.

Method UPDATE_FILTERED_OBJECTS_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_MESSAGE_FOR_ID Call by reference Type reference (TYPE) CL_FDT_SERVICES_INTERNAL=>S_NOT_ACCESSIBLE 20110823
2 Importing IS_QUERY_OBJECT Call by reference Type reference (TYPE) FDTS_WD_QUERY_OBJECT FDT_WD: Structure for Query results 20110823

Method UPDATE_FILTERED_OBJECTS_TABLE on class CL_FDT_WD_QUERY_MODEL has no exception.

Method UPDATE_KEY_FIELDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_QUERY_OBJECT Call by reference Type reference (TYPE) CL_FDT_WD_QUERY_MODEL=>T_QUERY_OBJECT 20121217

Method UPDATE_KEY_FIELDS on class CL_FDT_WD_QUERY_MODEL has no exception.

Method UPDATE_SELECTABLE_ROW_NO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_TREE_QUERY_OBJECT Call by reference Type reference (TYPE) T_QUERY_OBJECT 20121029

Method UPDATE_SELECTABLE_ROW_NO on class CL_FDT_WD_QUERY_MODEL has no exception.

Method UPDATE_SEL_FROM_FILTER_APPS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_APPLICATION_ID Call by reference Type reference (TYPE) IF_FDT_TYPES=>TS_OBJECT_ID Object IDs as sorted table 20100817
2 Importing IS_OBJECT_CATEGORY Call by reference Type reference (TYPE) IF_FDT_QUERY=>S_OBJECT_CATEGORY_SEL 20100920
3 Importing ITS_APPLICATION_SELECTION Call by reference Type reference (TYPE) IF_FDT_QUERY=>TS_SELECTION 20100921
# Exception Resumable Description Created on
1 CX_FDT_INPUT FDT: Invalid Input 20111019

Method UPDATE_SEL_FROM_FILTER_TYPES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CTS_SELECTION Call by reference Type reference (TYPE) IF_FDT_QUERY=>TS_SELECTION 20100831
2 Exporting EV_TYPE_FILTER_APPLIED Call by reference Type reference (TYPE) ABAP_BOOL 20100921
# Exception Resumable Description Created on
1 CX_FDT_INPUT FDT: Invalid Input 20111019
History
Last changed by/on SAP  20140121 
SAP Release Created in 710