SAP ABAP Class CL_FIP_ALV_CONFIG (Wrap SALV_WD_TABLE table configuration)
Hierarchy
SAP_APPL (Software Component) Logistics and Accounting
   MM-PUR-FIP (Application Component) Perishables Procurement
     FIP_UI_MODEL (Package) User Interface Models for Fresh Item Procurement
Properties
Class CL_FIP_ALV_CONFIG  
Short Description Wrap SALV_WD_TABLE table configuration    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package FIP_UI_MODEL   User Interface Models for Fresh Item Procurement 
Created 20080130   SAP 
Last change 20100310   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_FIP_ALV_CONFIG Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
3 CL_WD_TABLE 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)
5 CL_WD_UIELEMENT Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
6 CO Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
7 IF_SALV_WD_C_DDIC_BINDING Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
8 IF_SALV_WD_C_TABLE_SETTINGS Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
Class CL_FIP_ALV_CONFIG has no interface implemented.
Friends
Class CL_FIP_ALV_CONFIG has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CO_CELL_EDITOR Constant Public See coding 20080130
2 CO_SETTING_POSITION Constant Public See coding 20080131
3 GC_FILTER_FNC_ID Constant Public Type reference (TYPE) STRING 'FIP_CFG_FILTER' filter function 20080131
4 GC_FILTER_ICON Constant Private Type reference (TYPE) STRING '~Icon/TbFilter' filter ICON 20080131
5 GC_SETTINGS_FNC_ID Constant Private Type reference (TYPE) STRING 'FIP_CFG_SETTINGS' filter function 20080212
6 GC_SETTINGS_ICON Constant Private Type reference (TYPE) STRING '~Icon/TbSettings' Settings ICON 20080212
7 GV_EDIT_MODE Instance attribute Private Type reference (TYPE) NUM2 2-Digit Numeric Value 20080219
8 MO_ALV_CPIFC Instance attribute Protected Object reference (TYPE REF TO) IWCI_SALV_WD_TABLE Web Dynpro Interface COMPONENTCONTROLLER 20080130
9 MO_ALV_MODEL Instance attribute Protected Object reference (TYPE REF TO) CL_SALV_WD_CONFIG_TABLE Configuration of the ALV Output 20080130
10 MO_NODE_DATA Instance attribute Protected Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Web Dynpro: Interface for Context Nodes 20080130
11 MT_COLUMNS Instance attribute Protected Type reference (TYPE) STRING_TABLE Table for Displayed Columns 20080130
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor 20080131
2 CREATE_BUTTON Instance method Public Method 20080130
3 CREATE_DROPDOWN_BY_KEY Instance method Public Method 20080131
4 CREATE_IMAGE_BUTTON Instance method Public Method 20080131
5 CREATE_INPUT_FIELD Instance method Public Method 20080131
6 CREATE_SEPARATOR Instance method Public Method 20080131
7 DATA_CHECK Instance method Public Method 20080313
8 DELETE_COLUMN Instance method Public Method 20080130
9 DELETE_COLUMNS Instance method Public Method 20080130
10 DISPLAY_COLUMN Instance method Public Method 20080130
11 DISPLAY_COLUMN_VARIANT Instance method Public Method 20080617
12 GET_MODEL Instance method Public Method 20080304
13 IS_FILTER_CHANGED Instance method Public Method 20080620
14 REFRESH Instance method Public Method 20080509
15 RESIZE_ALV_BY_PERC Instance method Public Method 20080602
16 SET_BUTTON_TEXT Instance method Public Method 20080130
17 SET_COLUMN_READ_ONLY Instance method Public Method Enable/Disable a column in ALV 20080616
18 SET_DATA Instance method Public Method 20080509
19 SET_DATA_CHECK Instance method Public Method 20080130
20 SET_DISPLAY_EMPTY_ROWS Instance method Public Method 20080219
21 SET_EXPORT_POSITION Instance method Public Method 20080611
22 SET_FILTER_BUTTON Instance method Public Method 20080131
23 SET_HEADER Instance method Public Method 20080130
24 SET_SETTINGS_BUTTON Instance method Public Method 20080212
25 SET_SIZE_BY_EX Instance method Public Method 20080703
26 SET_STD_FUNC Instance method Public Method set standard function -- basic features 20080130
27 SET_TABLE_FIXED_LAYOUT Instance method Public Method 20080131
28 SET_TABLE_READ_ONLY Instance method Public Method 20080130
29 SET_TABLE_SELECTION_MODE Instance method Public Method 20080131
30 SET_TOOLBAR_FUNCTION_VISIBLE Instance method Public Method 20080331
31 SET_VISIBLE_COLUMN_COUNT Instance method Public Method 20080130
32 SET_VISIBLE_ROW_COUNT Instance method Public Method 20080130
33 SET_WIDTH Instance method Public Method 20080515
34 SWITCH_FILTER_BUTTON_ON Instance method Public Method 20080131
Events
Class CL_FIP_ALV_CONFIG has no event.
Types
Class CL_FIP_ALV_CONFIG has no local type.
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_ALV_CPIFC Call by reference Object reference (TYPE REF TO) IWCI_SALV_WD_TABLE Web Dynpro Interface COMPONENTCONTROLLER 20080131
2 Importing IO_NODE_DATA Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Web Dynpro: Interface for Context Nodes 20080131
3 Importing IV_EXT_MODEL Call by reference Type reference (TYPE) WDY_BOOLEAN Supplement for True Boolean Type: 'X' == True '' == False 20080131

Method CONSTRUCTOR on class CL_FIP_ALV_CONFIG has no exception.

Method CREATE_BUTTON Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_BUTTON_ID Call by reference Type reference (TYPE) STRING Button ID 20080130
2 Importing IV_ENABLED Call by reference Type reference (TYPE) WDY_BOOLEAN ABAP_TRUE Should the button be enabled or disabled when created 20080417
3 Importing IV_IMAGE_FIRST Call by reference Type reference (TYPE) WDY_BOOLEAN ABAP_TRUE should the image be before/after the text 20080130
4 Importing IV_IMAGE_SOURCE Call by reference Type reference (TYPE) STRING button image file 20080130
5 Importing IV_IS_OTR_ALIAS Call by reference Type reference (TYPE) WDY_BOOLEAN ABAP_TRUE is iv_text an OTR alias? 20080130
6 Importing IV_POSITION Call by reference Type reference (TYPE) STRING CL_FIP_ALV_CONFIG=>CO_SETTING_POSITION-LEFT Left or right in toolbar 20080131
7 Importing IV_TEXT Call by reference Type reference (TYPE) STRING Button Text 20080130
8 Importing IV_TOOLTIP Call by reference Type reference (TYPE) STRING Button Tooltip 20080130
9 Returning RO_BUTTON Value transfer Object reference (TYPE REF TO) CL_SALV_WD_FE_BUTTON Button in the toolbar 20080130

Method CREATE_BUTTON on class CL_FIP_ALV_CONFIG has no exception.

Method CREATE_DROPDOWN_BY_KEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_DROPDOWN_ID Call by reference Type reference (TYPE) STRING dropdown id 20080131
2 Importing IV_IS_OTR_ALIAS Call by reference Type reference (TYPE) WDY_BOOLEAN ABAP_TRUE is iv_text and iv_tooltip an otr alias 20080131
3 Importing IV_POSITION Call by reference Type reference (TYPE) STRING CL_FIP_ALV_CONFIG=>CO_SETTING_POSITION-LEFT Left or right in the table toolbar 20080131
4 Importing IV_SELECTED_KEY_ELEMENTNAME Call by reference Type reference (TYPE) STRING Context element name for the dropdown list 20080131
5 Importing IV_TEXT Call by reference Type reference (TYPE) STRING dropdown text 20080131
6 Importing IV_TOOLTIP Call by reference Type reference (TYPE) STRING dropdown tooltip 20080131
7 Returning RO_DROPDOWN Value transfer Object reference (TYPE REF TO) CL_SALV_WD_FE_DROPDOWN_BY_KEY Dropdown Listbox in Toolbar (KEY) 20080131

Method CREATE_DROPDOWN_BY_KEY on class CL_FIP_ALV_CONFIG has no exception.

Method CREATE_IMAGE_BUTTON Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_BUTTON_ID Call by reference Type reference (TYPE) STRING Button ID 20080131
2 Importing IV_IMAGE_SOURCE Call by reference Type reference (TYPE) STRING button image file 20080131
3 Importing IV_IS_OTR_ALIAS Call by reference Type reference (TYPE) WDY_BOOLEAN ABAP_TRUE is iv_text an OTR alias? 20080131
4 Importing IV_POSITION Call by reference Type reference (TYPE) STRING CL_FIP_ALV_CONFIG=>CO_SETTING_POSITION-LEFT Left or right in the table toolbar 20080131
5 Importing IV_TOOLTIP Call by reference Type reference (TYPE) STRING Button Tooltip 20080131
6 Returning RO_BUTTON Value transfer Object reference (TYPE REF TO) CL_SALV_WD_FE_BUTTON Button in the toolbar 20080131

Method CREATE_IMAGE_BUTTON on class CL_FIP_ALV_CONFIG has no exception.

Method CREATE_INPUT_FIELD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_INPUT_FIELD_ID Call by reference Type reference (TYPE) STRING input field id 20080131
2 Importing IV_IS_OTR_ALIAS Call by reference Type reference (TYPE) WDY_BOOLEAN ABAP_TRUE is iv_text and iv_tooltip an otr alias 20080131
3 Importing IV_POSITION Call by reference Type reference (TYPE) STRING CL_FIP_ALV_CONFIG=>CO_SETTING_POSITION-LEFT Left or right in the table toolbar 20080131
4 Importing IV_TEXT Call by reference Type reference (TYPE) STRING input field text 20080131
5 Importing IV_TOOLTIP Call by reference Type reference (TYPE) STRING input field tooltip 20080131
6 Importing IV_VALUE_ELEMENTNAME Call by reference Type reference (TYPE) STRING Context element name for the dropdown list 20080131
7 Importing IV_WIDTH Call by reference Type reference (TYPE) STRING input field widht 20080131
8 Returning RO_INPUT_FIELD Value transfer Object reference (TYPE REF TO) CL_SALV_WD_FE_INPUT_FIELD input field in Toolbar (KEY) 20080131

Method CREATE_INPUT_FIELD on class CL_FIP_ALV_CONFIG has no exception.

Method CREATE_SEPARATOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_POSITION Call by reference Type reference (TYPE) STRING CL_FIP_ALV_CONFIG=>CO_SETTING_POSITION-LEFT Left or right in the table toolbar 20080131
2 Importing IV_SEPARATOR_ID Call by reference Type reference (TYPE) STRING seperator id 20080131
3 Returning RO_SEPARATOR Value transfer Object reference (TYPE REF TO) CL_SALV_WD_FE_SEPARATOR seperator in toolbar 20080131

Method CREATE_SEPARATOR on class CL_FIP_ALV_CONFIG has no exception.

Method DATA_CHECK Signature

Method DATA_CHECK on class CL_FIP_ALV_CONFIG has no parameter.
Method DATA_CHECK on class CL_FIP_ALV_CONFIG has no exception.

Method DELETE_COLUMN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_COL_ID Call by reference Type reference (TYPE) STRING Column ID 20080130

Method DELETE_COLUMN on class CL_FIP_ALV_CONFIG has no exception.

Method DELETE_COLUMNS Signature

Method DELETE_COLUMNS on class CL_FIP_ALV_CONFIG has no parameter.
Method DELETE_COLUMNS on class CL_FIP_ALV_CONFIG has no exception.

Method DISPLAY_COLUMN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CELL_DESIGN Call by reference Type reference (TYPE) WDY_UIE_LIBRARY_ENUM_TYPE CL_WD_TABLE_COLUMN=>E_CELL_DESIGN-STANDARD 20080520
2 Importing IV_CELL_DESIGN_FIELDNAME Call by reference Type reference (TYPE) STRING 20080617
3 Importing IV_COLOR Call by reference Type reference (TYPE) WDY_UIE_LIBRARY_ENUM_TYPE CL_WD_TABLE_COLUMN=>E_CELL_DESIGN-STANDARD Color: CL_WD_TABLE_COLUMN=>CELL_DESIGN-... Only for TextView 20080130
4 Importing IV_COLUMN_TEXT Call by reference Type reference (TYPE) STRING 20080211
5 Importing IV_COLUMN_TOOLTIP Call by reference Type reference (TYPE) STRING 20080820
6 Importing IV_COL_ID Call by reference Type reference (TYPE) STRING 20080130
7 Importing IV_EDITOR_TYPE Call by reference Type reference (TYPE) STRING CO_CELL_EDITOR-TEXT_VIEW 20080130
8 Importing IV_ENABLED_FIELDNAME Call by reference Type reference (TYPE) STRING 20080424
9 Importing IV_HIERARCHY Call by reference Type reference (TYPE) WDY_BOOLEAN Set as Hierarchy Column 20080130
10 Importing IV_H_ALIGN Call by reference Attribute reference (LIKE) CL_WD_TABLE_COLUMN=>T_H_ALIGN horizontal alignment in the cell 20080131
11 Importing IV_IMAGE_FIELDNAME Call by reference Type reference (TYPE) STRING Fieldname which contains image names 20080130
12 Importing IV_IS_OTR_ALIAS Call by reference Type reference (TYPE) BOOLEAN ABAP_TRUE Boolean Variable (X=True, -=False, Space=Unknown) 20080211
13 Importing IV_POSITION Call by reference Type reference (TYPE) I Column Position (1 based) 20080130
14 Importing IV_READONLY_FIELDNAME Call by reference Type reference (TYPE) STRING Field name for setting a cell to read only (boolean) 20080327
15 Importing IV_READ_ONLY Call by reference Type reference (TYPE) WDY_BOOLEAN 20080130
16 Importing IV_SORT_FIELDNAME Call by reference Type reference (TYPE) STRING Field name which contains the sorting values 20080219
17 Importing IV_TOOLTIP_FIELDNAME Call by reference Type reference (TYPE) STRING 20080402
18 Importing IV_VALUESET_FIELDNAME Call by reference Type reference (TYPE) STRING Field name for valueset for dropdownbyindex 20080306
19 Importing IV_VISIBLE Call by reference Type reference (TYPE) WDY_UIE_LIBRARY_ENUM_TYPE CL_WD_UIELEMENT=>E_VISIBLE-VISIBLE Usage: CL_WD_UIELEMENT=>E_VISIBLE-VISIBLE/NONE 20080130
20 Importing IV_WIDTH Call by reference Type reference (TYPE) STRING Width 20080130
21 Returning RO_COLUMN Value transfer Object reference (TYPE REF TO) CL_SALV_WD_COLUMN Columns of the ALV Output 20080211

Method DISPLAY_COLUMN on class CL_FIP_ALV_CONFIG has no exception.

Method DISPLAY_COLUMN_VARIANT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CO_COLUMN Value transfer Object reference (TYPE REF TO) CL_SALV_WD_COLUMN Columns of the ALV Output 20080617
2 Importing IV_CELL_VARIANT Call by reference Type reference (TYPE) STRING 20080617
3 Importing IV_CELL_VARIANT_FIELDNAME Call by reference Type reference (TYPE) STRING 20080617
4 Importing IV_COL_ID Call by reference Type reference (TYPE) STRING 20080617
5 Importing IV_CV_EDITOR_TYPE Call by reference Type reference (TYPE) STRING CO_CELL_EDITOR-TEXT_VIEW 20080617
6 Importing IV_CV_KEY Call by reference Type reference (TYPE) STRING 20080617

Method DISPLAY_COLUMN_VARIANT on class CL_FIP_ALV_CONFIG has no exception.

Method GET_MODEL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RO_MODEL Value transfer Object reference (TYPE REF TO) CL_SALV_WD_CONFIG_TABLE Configuration of the ALV Output 20080304

Method GET_MODEL on class CL_FIP_ALV_CONFIG has no exception.

Method IS_FILTER_CHANGED Signature

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

Method IS_FILTER_CHANGED on class CL_FIP_ALV_CONFIG has no exception.

Method REFRESH Signature

Method REFRESH on class CL_FIP_ALV_CONFIG has no parameter.
Method REFRESH on class CL_FIP_ALV_CONFIG has no exception.

Method RESIZE_ALV_BY_PERC Signature

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

Method RESIZE_ALV_BY_PERC on class CL_FIP_ALV_CONFIG has no exception.

Method SET_BUTTON_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_BUTTON_ID Call by reference Type reference (TYPE) STRING Button ID 20080130
2 Importing IV_IS_OTR_ALIAS Call by reference Type reference (TYPE) WDY_BOOLEAN ABAP_TRUE is iv_text an OTR alias 20080130
3 Importing IV_TEXT Call by reference Type reference (TYPE) STRING Button Text 20080130

Method SET_BUTTON_TEXT on class CL_FIP_ALV_CONFIG has no exception.

Method SET_COLUMN_READ_ONLY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_COL_ID Call by reference Type reference (TYPE) STRING 20080616
2 Importing IV_READ_ONLY Call by reference Type reference (TYPE) WDY_BOOLEAN Supplement for True Boolean Type: 'X' == True '' == False 20080616

Method SET_COLUMN_READ_ONLY on class CL_FIP_ALV_CONFIG has no exception.

Method SET_DATA Signature

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

Method SET_DATA on class CL_FIP_ALV_CONFIG has no exception.

Method SET_DATA_CHECK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_DATA_CHECK Call by reference Attribute reference (LIKE) IF_SALV_WD_C_TABLE_SETTINGS=>DATA_CHECK IF_SALV_WD_C_TABLE_SETTINGS=>DATA_CHECK_ON_CELL_EVENT 20080130

Method SET_DATA_CHECK on class CL_FIP_ALV_CONFIG has no exception.

Method SET_DISPLAY_EMPTY_ROWS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_DISPLAY_EMPTY_ROW Call by reference Type reference (TYPE) WDY_BOOLEAN ABAP_TRUE Supplement for True Boolean Type: 'X' == True '' == False 20080219

Method SET_DISPLAY_EMPTY_ROWS on class CL_FIP_ALV_CONFIG has no exception.

Method SET_EXPORT_POSITION Signature

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

Method SET_EXPORT_POSITION on class CL_FIP_ALV_CONFIG has no exception.

Method SET_FILTER_BUTTON Signature

Method SET_FILTER_BUTTON on class CL_FIP_ALV_CONFIG has no parameter.
Method SET_FILTER_BUTTON on class CL_FIP_ALV_CONFIG has no exception.

Method SET_HEADER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_IS_OTR_ALIAS Call by reference Type reference (TYPE) WDY_BOOLEAN ABAP_TRUE Is iv_text an OTR text 20080130
2 Importing IV_TEXT Call by reference Type reference (TYPE) STRING Header Text 20080130

Method SET_HEADER on class CL_FIP_ALV_CONFIG has no exception.

Method SET_SETTINGS_BUTTON Signature

Method SET_SETTINGS_BUTTON on class CL_FIP_ALV_CONFIG has no parameter.
Method SET_SETTINGS_BUTTON on class CL_FIP_ALV_CONFIG has no exception.

Method SET_SIZE_BY_EX Signature

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

Method SET_SIZE_BY_EX on class CL_FIP_ALV_CONFIG has no exception.

Method SET_STD_FUNC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_AGGREGATION_ALLOWED Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE Shows/Hides "Calculation" Tab Page 20080130
2 Importing IV_APPEND_ROW_ALLOWED Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20080130
3 Importing IV_CHECK_AVAILABLE Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE check_available 20080130
4 Importing IV_COUNT_RECORDS_ALLOWED Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE Shows/Hides "Count Table Entries" Checkbox 20080130
5 Importing IV_DELETE_ROW_ALLOWED Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20080130
6 Importing IV_DIALOG_SETTINGS_ALLOWED Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE Shows or Hides Pushbutton "Settings" 20080130
7 Importing IV_EXPORT_ALLOWED Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE Shows/Hides "Excel" Pushbutton 20080130
8 Importing IV_FILTER_ALLOWED Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20080229
9 Importing IV_HIERARCHY_ALLOWED Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20080130
10 Importing IV_INSERT_ROW_ALLOWED Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20080130
11 Importing IV_PDF_ALLOWED Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20080130
12 Importing IV_SORT_ALLOWED Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20080130
13 Importing IV_VIEW_LIST_ALLOWED Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20080130

Method SET_STD_FUNC on class CL_FIP_ALV_CONFIG has no exception.

Method SET_TABLE_FIXED_LAYOUT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_FIXED_LAYOUT Call by reference Type reference (TYPE) ABAP_BOOL 20080131

Method SET_TABLE_FIXED_LAYOUT on class CL_FIP_ALV_CONFIG has no exception.

Method SET_TABLE_READ_ONLY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_READ_ONLY Call by reference Type reference (TYPE) WDY_BOOLEAN ABAP_TRUE Supplement for True Boolean Type: 'X' == True '' == False 20080130

Method SET_TABLE_READ_ONLY on class CL_FIP_ALV_CONFIG has no exception.

Method SET_TABLE_SELECTION_MODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_SELECTION_MODE Call by reference Attribute reference (LIKE) CL_WD_TABLE=>T_SELECTION_MODE CL_WD_TABLE=>E_SELECTION_MODE-AUTO 20080131

Method SET_TABLE_SELECTION_MODE on class CL_FIP_ALV_CONFIG has no exception.

Method SET_TOOLBAR_FUNCTION_VISIBLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ID Call by reference Type reference (TYPE) STRING 20080331
2 Importing IV_VISIBLE Call by reference Attribute reference (LIKE) CL_WD_UIELEMENT=>T_VISIBLE CL_WD_UIELEMENT=>E_VISIBLE-VISIBLE Supplement for True Boolean Type: 'X' == True '' == False 20080331

Method SET_TOOLBAR_FUNCTION_VISIBLE on class CL_FIP_ALV_CONFIG has no exception.

Method SET_VISIBLE_COLUMN_COUNT Signature

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

Method SET_VISIBLE_COLUMN_COUNT on class CL_FIP_ALV_CONFIG has no exception.

Method SET_VISIBLE_ROW_COUNT Signature

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

Method SET_VISIBLE_ROW_COUNT on class CL_FIP_ALV_CONFIG has no exception.

Method SET_WIDTH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing VALUE Call by reference Type reference (TYPE) STRING 20080515

Method SET_WIDTH on class CL_FIP_ALV_CONFIG has no exception.

Method SWITCH_FILTER_BUTTON_ON Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ID Call by reference Type reference (TYPE) STRING 20080131

Method SWITCH_FILTER_BUTTON_ON on class CL_FIP_ALV_CONFIG has no exception.
History
Last changed by/on SAP  20100310 
SAP Release Created in 604