SAP ABAP Class /PLMU/CL_FRW_TBL_HNDL (PLM Table Handler for WD tables)
Hierarchy
SAP_BS_FND (Software Component) SAP Business Suite Foundation
   CA-EPT-SPI-FSI (Application Component) FPM SPI Integration
     /PLMU/UI_FRW_INTERNAL (Package) UI Framework: Internal Usage
Properties
Class /PLMU/CL_FRW_TBL_HNDL  
Short Description PLM Table Handler for WD tables    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package /PLMU/UI_FRW_INTERNAL   UI Framework: Internal Usage 
Created 20071121   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 /PLMU/CL_FRW_TBL_HNDL Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
2 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
3 CL_SALV_EXPORT_TOOL Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
4 CL_WD_TABLE_COLUMN Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
Interfaces
Class /PLMU/CL_FRW_TBL_HNDL has no interface implemented.
Friends
Class /PLMU/CL_FRW_TBL_HNDL has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GC_LEFT Constant Private Type reference (TYPE) CHAR1 'L' Single-Character Indicator 20080111
2 GC_PERS_COMPONENT Constant Private Type reference (TYPE) STRING '/PLMU/WDC_FRW_PERS_POPUP' 20080111
3 GC_RIGHT Constant Private Type reference (TYPE) CHAR1 'R' Single-Character Indicator 20080111
4 MO_APPL_MODEL Instance attribute Private Object reference (TYPE REF TO) /PLMU/IF_FRW_APPL_MODEL 20080507
5 MO_COMPONENT Instance attribute Private Object reference (TYPE REF TO) IF_WD_COMPONENT Web Dynpro: Component 20071121
6 MO_CONTEXT Instance attribute Private Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Web Dynpro: Interface for Context Nodes 20071129
7 MO_EXPORT_TO_EXCEL_MENU_ITEM Instance attribute Private Object reference (TYPE REF TO) CL_WD_MENU_ACTION_ITEM 20130513
8 MO_FILTER_NODE Instance attribute Private Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Web Dynpro: Interface for Context Nodes 20071121
9 MO_TABLE Instance attribute Private Object reference (TYPE REF TO) CL_WD_TABLE Perforce change= / 20051117-120623 20071121
10 MO_VIEW_CONTROLLER Instance attribute Private Object reference (TYPE REF TO) IF_WD_VIEW_CONTROLLER Web Dynpro: View Controller 20071121
11 MS_DEACTIVATED_FUNCTIONS Instance attribute Private Type reference (TYPE) TS_DEACTIVATED_FUNCTIONS 20080207
12 MT_COLUMN_ATTRIBUTES Instance attribute Private Type reference (TYPE) TT_COLUMN_ATTRIBUTES Column attributes of webdynpro table 20100416
13 MT_FILTER_ATTRIBUTES Instance attribute Private Type reference (TYPE) TT_FILTER_ATTRIBUTES 20080222
14 MT_GENERATED_ELEMENTS Instance attribute Private Type reference (TYPE) TT_GEN_ELEMENTS Generated elements 20080111
15 MV_FILTER_ON Instance attribute Private Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20071121
16 MV_IGNORE_UPDATE_ERRORS Instance attribute Private Type reference (TYPE) BOOLE_D Ignore update error of framework 20100416
17 MV_NODE_GENERATED Instance attribute Private Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20080111
18 MV_SET_LEAD_SELECTION Instance attribute Private Type reference (TYPE) BOOLE_D Forced lead selection for filter 20090513
Methods
# Method Level Visibility Method type Description Created on
1 BUILD_PROP_MAP_TABLE Instance method Private Method Builds mapping table for field properties 20080624
2 BUILD_SELECT_OPTIONS Instance method Private Method Builds select options from filter criteria 20080403
3 CALL_PERS_POPUP Instance method Public Method Calls popup for personalization 20071121
4 CHECK_CONTEXT_CHANGES Instance method Public Method Checks if context has changed and table needs to be resorted 20080507
5 CLEANUP Instance method Public Method Cleans the leavings up 20071129
6 CONSTRUCTOR Instance method Public Constructor 20071121
7 CREATE_DATA Instance method Private Method Creates data statements for sort and filter 20080403
8 DEACTIVATE_SORT Instance method Private Method Deactivates the sort possibility in drop down columns 20100416
9 DELETE_FILTER Instance method Private Method Executes function 'Delete filter' 20080625
10 EXPORT_ADJUST_CFG_MODEL Instance method Private Method Adjust ALV Export Config Model according Table Defnition 20100416
11 EXPORT_ADJUST_DATA Instance method Private Method Delete invisible cells for export 20100416
12 EXPORT_TO_EXCEL Instance method Public Method Exports table data to MS Excel, data read from context node 20071213
13 EXPORT_TO_EXCEL_ALV Instance method Private Method Export to Excel via LV Service Tool 20100416
14 EXPORT_TO_EXCEL_TABLE Instance method Public Method Exports an internal table to excel 20080331
15 FILTER Instance method Public Method Filters without standard table handler 20080416
16 GET_ALL_COLUMNS Instance method Private Method Gets all columns of a table (including master column) 20080403
17 GET_ATTRIBUTE_OF_CELLEDITOR Instance method Private Method Gets bound property of the celleditor 20080416
18 GET_ATTRIBUTE_OF_COLUMN Instance method Private Method Gets corresponding data attribute of a column 20080403
19 GET_COLUMN_ATTRIBUTES Instance method Private Method Determines necessary attributes of table columns 20100416
20 GET_DATA_FROM_NODE_DYN Instance method Private Method Get Data from node without static attribute type 20120403
21 GET_SORTING_COLUMN Instance method Private Method Gets sorting column 20080403
22 GET_SORT_FILTER_STATE Instance method Public Method Gets current sort state and filter state of table 20080623
23 RESOLVE_COMPONENTS Instance method Private Method Resolves all includes in component tab 20080428
24 SET_EXPORT_TO_EXCEL_ENABLEMENT Instance method Private Method Update Export to Excel function visibility 20130513
25 SET_FILTER_CONTEXT Instance method Private Method Creates filter context and binds it to table columns 20071121
26 SET_TOOLBAR Instance method Private Method Sets toolbar of table 20071121
27 SORT Instance method Public Method Sorts without standard table handler 20080416
28 SWITCH_FILTER Instance method Public Method Changes the filter link in the table header 20071121
Events
Class /PLMU/CL_FRW_TBL_HNDL has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TS_COLUMN_ATTRIBUTES Public See coding 20100416 BEGIN OF ts_column_attributes, type_id TYPE guid, attribute TYPE string, path TYPE string, text_path TYPE string, fix_text TYPE string, header_txt TYPE string, is_drpdown TYPE boole_d, is_sortable TYPE wdy_boolean, is_filterable TYPE wdy_boolean, is_exportable TYPE wdy_boolean, END OF ts_column_attributes
2 TS_DEACTIVATED_FUNCTIONS Public See coding 20080207 BEGIN OF ts_deactivated_functions, filter TYPE boole_d, sort TYPE boole_d, settings TYPE boole_d, export TYPE boole_d, END OF ts_deactivated_functions
3 TS_FILTER_ATTRIBUTE Public See coding 20090422 BEGIN OF ts_filter_attribute, attribute TYPE string, END OF ts_filter_attribute
4 TS_GEN_ELEMENT Public See coding 20080111 BEGIN OF ts_gen_element, id TYPE string, position TYPE char1, END OF ts_gen_element
5 TS_INITIAL_ELEMENTS Public See coding 20080624 BEGIN OF ts_initial_elements, index TYPE i, END OF ts_initial_elements
6 TS_SELECT_OPTIONS Public See coding 20080403 BEGIN OF ts_select_options, attr_info TYPE wdr_context_attribute_info, internal_selopts TYPE STANDARD TABLE OF rsdsselopt WITH DEFAULT KEY, external_selopts TYPE STANDARD TABLE OF rsdsselopt WITH DEFAULT KEY, is_dropdown TYPE boole_d, path_string TYPE string, END OF ts_select_options
7 TT_COLUMN_ATTRIBUTES Public See coding 20100416 tt_column_attributes TYPE STANDARD TABLE OF ts_column_attributes
8 TT_FILTER_ATTRIBUTES Public See coding 20071121 tt_filter_attributes TYPE STANDARD TABLE OF ts_filter_attribute
9 TT_GEN_ELEMENTS Public See coding 20080111 tt_gen_elements TYPE STANDARD TABLE OF ts_gen_element
10 TT_INITIAL_ELEMENTS Public See coding 20080624 tt_initial_elements TYPE SORTED TABLE OF ts_initial_elements WITH UNIQUE KEY index
11 TT_SELECT_OPTIONS Public See coding 20080403 tt_select_options TYPE STANDARD TABLE OF ts_select_options
Method Signatures

Method BUILD_PROP_MAP_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_DATA_PROPS Call by reference Type reference (TYPE) WDR_CONTEXT_PROP_FOR_NODE_TAB WD ABAP: Context Attribute Properties 20080624
2 Exporting ET_MAP Call by reference Type reference (TYPE) TT_MAP 20080624

Method BUILD_PROP_MAP_TABLE on class /PLMU/CL_FRW_TBL_HNDL has no exception.

Method BUILD_SELECT_OPTIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_SELECT_OPTIONS Call by reference Type reference (TYPE) TT_SELECT_OPTIONS 20080403

Method BUILD_SELECT_OPTIONS on class /PLMU/CL_FRW_TBL_HNDL has no exception.

Method CALL_PERS_POPUP Signature

Method CALL_PERS_POPUP on class /PLMU/CL_FRW_TBL_HNDL has no parameter.
Method CALL_PERS_POPUP on class /PLMU/CL_FRW_TBL_HNDL has no exception.

Method CHECK_CONTEXT_CHANGES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_INITIAL_ELEMENTS Call by reference Type reference (TYPE) TT_INITIAL_ELEMENTS List of initial elements 20080625
2 Importing IV_REFRESH Call by reference Type reference (TYPE) WDY_BOOLEAN If true, table is resorted/refiltered 20080508

Method CHECK_CONTEXT_CHANGES on class /PLMU/CL_FRW_TBL_HNDL has no exception.

Method CLEANUP Signature

Method CLEANUP on class /PLMU/CL_FRW_TBL_HNDL has no parameter.
Method CLEANUP on class /PLMU/CL_FRW_TBL_HNDL has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_APPL_MODEL Call by reference Object reference (TYPE REF TO) /PLMU/IF_FRW_APPL_MODEL 20080507
2 Importing IR_COMPONENT Call by reference Object reference (TYPE REF TO) IF_WD_COMPONENT 20080206
3 Importing IR_CONTEXT Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Web Dynpro: Interface for Context Nodes 20080206
4 Importing IR_TABLE Call by reference Object reference (TYPE REF TO) CL_WD_TABLE Perforce change= / 20051117-120623 20080206
5 Importing IR_VIEW_CONTROLLER Call by reference Object reference (TYPE REF TO) IF_WD_VIEW_CONTROLLER 20080206
6 Importing IT_FILTER_ATTRIBUTES Call by reference Type reference (TYPE) TT_FILTER_ATTRIBUTES List of column id's of the table columns 20080206
7 Importing IV_DEACTIVATED_FUNCTIONS Call by reference Type reference (TYPE) TS_DEACTIVATED_FUNCTIONS 20080207
8 Importing IV_IGNORE_UPDATE_ERRORS Call by reference Type reference (TYPE) BOOLE_D Update errors of framework are ignored 20100416

Method CONSTRUCTOR on class /PLMU/CL_FRW_TBL_HNDL has no exception.

Method CREATE_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ER_DATA_SORT_COLUMN Call by reference Object reference (TYPE REF TO) DATA 20080627
2 Exporting ER_DATA_STRUC Call by reference Object reference (TYPE REF TO) DATA 20080403
3 Exporting ER_DATA_STRUC_COMPL Call by reference Object reference (TYPE REF TO) DATA 20080513
4 Exporting ER_DATA_TAB Call by reference Object reference (TYPE REF TO) DATA 20080403
5 Exporting ER_SORT_STRUC Call by reference Object reference (TYPE REF TO) DATA 20080403
6 Exporting ER_SORT_TAB Call by reference Object reference (TYPE REF TO) DATA 20080403
7 Exporting EV_SORT_TYPE_KIND Call by reference Type reference (TYPE) CHAR1 Single-Character Flag 20080627
8 Importing IV_SORT_ATTRIBUTE Call by reference Type reference (TYPE) STRING 20080627

Method CREATE_DATA on class /PLMU/CL_FRW_TBL_HNDL has no exception.

Method DEACTIVATE_SORT Signature

Method DEACTIVATE_SORT on class /PLMU/CL_FRW_TBL_HNDL has no parameter.
Method DEACTIVATE_SORT on class /PLMU/CL_FRW_TBL_HNDL has no exception.

Method DELETE_FILTER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_INITIAL_ELEMENTS Call by reference Type reference (TYPE) TT_INITIAL_ELEMENTS 20080625

Method DELETE_FILTER on class /PLMU/CL_FRW_TBL_HNDL has no exception.

Method EXPORT_ADJUST_CFG_MODEL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_CONFIG_MODEL Call by reference Object reference (TYPE REF TO) IF_SALV_EXPORT_CONFIGURATION 20100416

Method EXPORT_ADJUST_CFG_MODEL on class /PLMU/CL_FRW_TBL_HNDL has no exception.

Method EXPORT_ADJUST_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ER_DATA Call by reference Object reference (TYPE REF TO) DATA 20100416
2 Importing IT_INITIAL_ELEMENTS Call by reference Type reference (TYPE) TT_INITIAL_ELEMENTS 20100416

Method EXPORT_ADJUST_DATA on class /PLMU/CL_FRW_TBL_HNDL has no exception.

Method EXPORT_TO_EXCEL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_INITIAL_ELEMENTS Call by reference Type reference (TYPE) TT_INITIAL_ELEMENTS Index of initial elements 20080627
# Exception Resumable Description Created on
1 INTERNAL_ERROR internal error 20080425
2 NO_ATTRIBUTES context node has no attributes 20080425
3 NO_DATA no data in context 20080425
4 NO_VISIBLE_COLUMNS no visible columns in data table 20080428

Method EXPORT_TO_EXCEL_ALV Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_INITIAL_ELEMENTS Call by reference Type reference (TYPE) TT_INITIAL_ELEMENTS 20100416

Method EXPORT_TO_EXCEL_ALV on class /PLMU/CL_FRW_TBL_HNDL has no exception.

Method EXPORT_TO_EXCEL_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_DATA_TABLE Call by reference Type reference (TYPE) STANDARD TABLE Data table for export 20080331
2 Importing IT_VISIBLE_COLUMNS Call by reference Type reference (TYPE) STRING_TABLE Table with visible columns (UPPER CASE!) 20080505
# Exception Resumable Description Created on
1 INTERNAL_ERROR internal error 20080425
2 NO_DATA table contains no data for export 20080425

Method FILTER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_INITIAL_ELEMENTS Call by reference Type reference (TYPE) TT_INITIAL_ELEMENTS 20080625
2 Importing IV_SET_LEAD_SELECTION Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE Set Lead Selection on first row 20080416

Method FILTER on class /PLMU/CL_FRW_TBL_HNDL has no exception.

Method GET_ALL_COLUMNS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EO_MASTER_COLUMN Call by reference Object reference (TYPE REF TO) CL_WD_ABSTR_MASTER_TABLE_COL 20080428
2 Exporting ET_COLUMNS Call by reference Type reference (TYPE) CL_WD_TABLE_COLUMN=>TT_TABLE_COLUMN 20080403

Method GET_ALL_COLUMNS on class /PLMU/CL_FRW_TBL_HNDL has no exception.

Method GET_ATTRIBUTE_OF_CELLEDITOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_FIX_TEXT Call by reference Type reference (TYPE) STRING 20100416
2 Exporting EV_IS_DROPDOWN Call by reference Type reference (TYPE) WDY_BOOLEAN Supplement for True Boolean Type: 'X' == True '' == False 20080723
3 Exporting EV_IS_EXPORTABLE Call by reference Type reference (TYPE) WDY_BOOLEAN Supplement for True Boolean Type: 'X' == True '' == False 20100416
4 Exporting EV_IS_FILTERABLE Call by reference Type reference (TYPE) WDY_BOOLEAN Supplement for True Boolean Type: 'X' == True '' == False 20100416
5 Exporting EV_IS_SORTABLE Call by reference Type reference (TYPE) WDY_BOOLEAN Supplement for True Boolean Type: 'X' == True '' == False 20100416
6 Exporting EV_PATH Call by reference Type reference (TYPE) STRING 20080416
7 Exporting EV_TEXT_PATH Call by reference Type reference (TYPE) STRING 20100416
8 Exporting EV_TYPE_ID Call by reference Type reference (TYPE) GUID Globally Unique Identifier 20080416
9 Importing IO_UIELEMENT Call by reference Object reference (TYPE REF TO) CL_WD_UIELEMENT Perforce change= / 20051117-125541 20080416

Method GET_ATTRIBUTE_OF_CELLEDITOR on class /PLMU/CL_FRW_TBL_HNDL has no exception.

Method GET_ATTRIBUTE_OF_COLUMN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_ATTRIBUTE Call by reference Type reference (TYPE) STRING 20080403
2 Exporting EV_FIX_TEXT Call by reference Type reference (TYPE) STRING 20100416
3 Exporting EV_IS_DROPDOWN Call by reference Type reference (TYPE) WDY_BOOLEAN Supplement for True Boolean Type: 'X' == True '' == False 20080723
4 Exporting EV_IS_EXPORTABLE Call by reference Type reference (TYPE) WDY_BOOLEAN Supplement for True Boolean Type: 'X' == True '' == False 20100416
5 Exporting EV_IS_FILTERABLE Call by reference Type reference (TYPE) WDY_BOOLEAN Supplement for True Boolean Type: 'X' == True '' == False 20100416
6 Exporting EV_IS_SORTABLE Call by reference Type reference (TYPE) WDY_BOOLEAN Supplement for True Boolean Type: 'X' == True '' == False 20100416
7 Exporting EV_PATH Call by reference Type reference (TYPE) STRING 20080416
8 Exporting EV_TEXT_PATH Call by reference Type reference (TYPE) STRING 20100416
9 Exporting EV_TYPE_ID Call by reference Type reference (TYPE) GUID Globally Unique Identifier 20080416
10 Importing IO_COLUMN Call by reference Object reference (TYPE REF TO) CL_WD_TABLE_COLUMN Perforce change= / 20051117-120623 20080403
11 Importing IO_MASTER_COLUMN Call by reference Object reference (TYPE REF TO) CL_WD_ABSTR_MASTER_TABLE_COL Perforce change= / 20051117-120623 20080428

Method GET_ATTRIBUTE_OF_COLUMN on class /PLMU/CL_FRW_TBL_HNDL has no exception.

Method GET_COLUMN_ATTRIBUTES Signature

Method GET_COLUMN_ATTRIBUTES on class /PLMU/CL_FRW_TBL_HNDL has no parameter.
Method GET_COLUMN_ATTRIBUTES on class /PLMU/CL_FRW_TBL_HNDL has no exception.

Method GET_DATA_FROM_NODE_DYN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_NODE_DATA Call by reference Type reference (TYPE) STANDARD TABLE 20120403
2 Importing IR_NODE Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Web Dynpro: Interface for Context Nodes 20120403

Method GET_DATA_FROM_NODE_DYN on class /PLMU/CL_FRW_TBL_HNDL has no exception.

Method GET_SORTING_COLUMN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EO_SORTING_COLUMN Call by reference Object reference (TYPE REF TO) CL_WD_TABLE_COLUMN Perforce change= / 20051117-120623 20080403

Method GET_SORTING_COLUMN on class /PLMU/CL_FRW_TBL_HNDL has no exception.

Method GET_SORT_FILTER_STATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_FILTER_ACTIVE Call by reference Type reference (TYPE) WDY_BOOLEAN Select options for filtering is open 20080623
2 Exporting EV_SORT_ACTIVE Call by reference Type reference (TYPE) WDY_BOOLEAN At least on column is sorted 20080623

Method GET_SORT_FILTER_STATE on class /PLMU/CL_FRW_TBL_HNDL has no exception.

Method RESOLVE_COMPONENTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_COMPONENTS Call by reference Type reference (TYPE) ABAP_COMPONENT_TAB 20080428
2 Importing IT_COMPONENTS Call by reference Type reference (TYPE) ABAP_COMPONENT_TAB 20080428

Method RESOLVE_COMPONENTS on class /PLMU/CL_FRW_TBL_HNDL has no exception.

Method SET_EXPORT_TO_EXCEL_ENABLEMENT Signature

Method SET_EXPORT_TO_EXCEL_ENABLEMENT on class /PLMU/CL_FRW_TBL_HNDL has no parameter.
Method SET_EXPORT_TO_EXCEL_ENABLEMENT on class /PLMU/CL_FRW_TBL_HNDL has no exception.

Method SET_FILTER_CONTEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_CONTEXT Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Web Dynpro: Interface for Context Nodes 20071121
2 Importing IT_FILTER_ATTRIBUTES Call by reference Type reference (TYPE) TT_FILTER_ATTRIBUTES 20071121

Method SET_FILTER_CONTEXT on class /PLMU/CL_FRW_TBL_HNDL has no exception.

Method SET_TOOLBAR Signature

Method SET_TOOLBAR on class /PLMU/CL_FRW_TBL_HNDL has no parameter.
Method SET_TOOLBAR on class /PLMU/CL_FRW_TBL_HNDL has no exception.

Method SORT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_INITIAL_ELEMENTS Call by reference Type reference (TYPE) TT_INITIAL_ELEMENTS Index of initial elements 20080624
2 Importing IV_KEEP_LEAD_SELECTION_VIS Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20080416

Method SORT on class /PLMU/CL_FRW_TBL_HNDL has no exception.

Method SWITCH_FILTER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_INITIAL_ELEMENTS Call by reference Type reference (TYPE) TT_INITIAL_ELEMENTS list of initial elements 20080625

Method SWITCH_FILTER on class /PLMU/CL_FRW_TBL_HNDL has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 100