SAP ABAP Class CL_UPARM_ALV_CONFIG (ALV Config)
Hierarchy
BI_CONT (Software Component) Business Intelligence Content
   BW-BCT-PLA-RAP (Application Component) Retail Assortment Planning
     UPARM (Package) Retail MAP Master Data Maintenance
Properties
Class CL_UPARM_ALV_CONFIG  
Short Description ALV Config    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package UPARM   Retail MAP Master Data Maintenance 
Created 20081113   SAP 
Last change 20141101    
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_UPARM_CONTEXT_MANAGER Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
3 CL_WD_ABSTRACT_INPUT_FIELD Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
4 CL_WD_TABLE Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
5 CL_WD_TABLE_COLUMN Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
6 CL_WD_UIELEMENT Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
7 IF_SALV_WD_C_TABLE_SETTINGS Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
Class CL_UPARM_ALV_CONFIG has no interface implemented.
Friends
Class CL_UPARM_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 20081113
2 CO_SETTING_POSITION Constant Public See coding 20081113
3 GC_FILTER_FNC_ID Constant Public Type reference (TYPE) STRING 'CFG_FILTER' filter function 20081113
4 GC_SETTINGS_FNC_ID Constant Private Type reference (TYPE) STRING 'CFG_SETTINGS' filter function 20081113
5 GC_SETTINGS_ICON Constant Private Type reference (TYPE) STRING '~Icon/TbSettings' Settings ICON 20081113
6 GV_EDIT_MODE Instance attribute Private Type reference (TYPE) NUM2 2-Digit Numeric Value 20081113
7 MO_ALV_CPIFC Instance attribute Protected Object reference (TYPE REF TO) IWCI_SALV_WD_TABLE Web Dynpro Interface COMPONENTCONTROLLER 20081113
8 MO_ALV_MODEL Instance attribute Protected Object reference (TYPE REF TO) CL_SALV_WD_CONFIG_TABLE Configuration of the ALV Output 20081113
9 MO_NODE_DATA Instance attribute Protected Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Web Dynpro: Interface for Context Nodes 20081113
10 MT_BUTTONS Instance attribute Private Type reference (TYPE) BUTTON_ELEMENT_YT 20081211
11 MT_BUTTONS_CHOICE Instance attribute Private Type reference (TYPE) YT_BUTTON_CHOICE_ELEMENT 20090417
12 MT_COLUMNS Instance attribute Protected Type reference (TYPE) STRING_TABLE Table for Displayed Columns 20081113
Methods
# Method Level Visibility Method type Description Created on
1 ADD_COLUMN_FILTER Instance method Public Method Add column filter 20090129
2 CLEAR_ALL_COLUMN_FILTERS Instance method Public Method Clear column filter 20090129
3 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20081113
4 CREATE_BUTTON Instance method Public Method 20081113
5 CREATE_BUTTON_CHOICE Instance method Public Method 20090417
6 CREATE_DROPDOWN_BY_KEY Instance method Public Method 20081113
7 CREATE_IMAGE_BUTTON Instance method Public Method 20081113
8 CREATE_INPUT_FIELD Instance method Public Method 20081113
9 CREATE_SEPARATOR Instance method Public Method 20081113
10 CREATE_TOGGLE_BUTTON Instance method Public Method 20090413
11 DATA_CHECK Instance method Public Method 20081113
12 DELETE_COLUMN Instance method Public Method 20081113
13 DELETE_COLUMNS Instance method Public Method 20081113
14 DISPLAY_COLUMN Instance method Public Method 20081113
15 DISPLAY_COLUMN_VARIANT Instance method Public Method 20081113
16 GET_COLUMN Instance method Public Method 20090205
17 GET_COLUMNS Instance method Public Method 20090205
18 GET_COLUMN_HEADER Instance method Public Method 20090205
19 GET_MODEL Instance method Public Method 20081113
20 IS_BUTTON_EXIST Instance method Public Method Does button exist or not 20100303
21 REFRESH Instance method Public Method 20081113
22 RESIZE_ALV_BY_PERC Instance method Public Method 20081113
23 SET_ALL_BUTTONS_STATE Instance method Public Method Set button state for all buttons 20090213
24 SET_BUTTON_CHOICE_STATE Instance method Public Method Sets the button state to enable or disable. 20090417
25 SET_BUTTON_STATE Instance method Public Method Sets the button state to enable or disable. 20081211
26 SET_BUTTON_TEXT Instance method Public Method 20081113
27 SET_COLUMN_HEADER_TEXT Instance method Public Method Enable/Disable a column in ALV 20090128
28 SET_COLUMN_READ_ONLY Instance method Public Method Enable/Disable a column in ALV 20081113
29 SET_DATA Instance method Public Method 20081113
30 SET_DATA_CHECK Instance method Public Method 20081113
31 SET_EXPORT_POSITION Instance method Public Method 20081113
32 SET_HEADER Instance method Public Method 20081113
33 SET_SETTINGS_BUTTON Instance method Public Method 20081113
34 SET_SIZE_BY_EX Instance method Public Method 20081113
35 SET_TABLE_FUNCTIONS Instance method Public Method Set Table Functions (what is offered in Settings menu) 20081118
36 SET_TABLE_LAYOUT Instance method Public Method Set Apparance of Table 20081118
37 SET_TABLE_READ_ONLY Instance method Public Method 20081113
38 SET_TOOLBAR_FUNCTION_VISIBLE Instance method Public Method 20081113
39 SET_VISIBILITY Instance method Public Method Sets the visiblity of a column 20090127
40 SORT_TABLE Instance method Public Method Sort the table using the specified sorting expression 20090126
Events
Class CL_UPARM_ALV_CONFIG has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 BUTTON_ELEMENT_YS Public See coding 20081211 BEGIN OF button_element_ys, button_id TYPE string, element TYPE REF TO cl_salv_wd_fe_button, END OF button_element_ys
2 BUTTON_ELEMENT_YT Public See coding 20081211 button_element_yt TYPE STANDARD TABLE OF button_element_ys
3 YS_BUTTON_CHOICE_ELEMENT Public See coding 20090417 BEGIN OF ys_button_choice_element, button_id TYPE string, element TYPE REF TO cl_salv_wd_fe_button_choice, END OF ys_button_choice_element
4 YT_BUTTON_CHOICE_ELEMENT Public See coding 20090417 yt_button_choice_element TYPE STANDARD TABLE OF ys_button_choice_element
Method Signatures

Method ADD_COLUMN_FILTER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_COLUMN_ID Call by reference Type reference (TYPE) STRING 20090129
2 Importing I_HIGH_VALUE Call by reference Type reference (TYPE) UPARM_Y_ATTR_VALUE Info object Attribute Value 20090129
3 Importing I_INCLUDED Call by reference Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20090129
4 Importing I_LOW_VALUE Call by reference Type reference (TYPE) UPARM_Y_ATTR_VALUE Info object Attribute Value 20090129
5 Importing I_OPERATOR Call by reference Type reference (TYPE) SALV_WD_FILTER_OPERATOR Operator in a Filter Condition 20090129

Method ADD_COLUMN_FILTER on class CL_UPARM_ALV_CONFIG has no exception.

Method CLEAR_ALL_COLUMN_FILTERS Signature

Method CLEAR_ALL_COLUMN_FILTERS on class CL_UPARM_ALV_CONFIG has no parameter.
Method CLEAR_ALL_COLUMN_FILTERS on class CL_UPARM_ALV_CONFIG has no exception.

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 20081113
2 Importing IO_NODE_DATA Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Web Dynpro: Interface for Context Nodes 20081113
3 Importing IS_TBL_SE Call by reference Type reference (TYPE) UPARM_TC_TBL_SE MDP - Table Settings 20121218
4 Importing IV_EXT_MODEL Call by reference Type reference (TYPE) WDY_BOOLEAN Supplement for True Boolean Type: 'X' == True '' == False 20081113
5 Importing I_VISIBLE_ROWS Call by reference Type reference (TYPE) I Number of visible rows 20081128

Method CONSTRUCTOR on class CL_UPARM_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 20081113
2 Importing IV_ENABLED Call by reference Type reference (TYPE) WDY_BOOLEAN ABAP_TRUE Should the button be enabled or disabled when created 20081113
3 Importing IV_IMAGE_FIRST Call by reference Type reference (TYPE) WDY_BOOLEAN ABAP_TRUE should the image be before/after the text 20081113
4 Importing IV_IMAGE_SOURCE Call by reference Type reference (TYPE) STRING button image file 20081113
5 Importing IV_IS_OTR_ALIAS Call by reference Type reference (TYPE) WDY_BOOLEAN ABAP_FALSE is iv_text an OTR alias? 20081113
6 Importing IV_POSITION Call by reference Type reference (TYPE) STRING CL_UPARM_ALV_CONFIG=>CO_SETTING_POSITION-LEFT Left or right in toolbar 20081113
7 Importing IV_TEXT Call by reference Type reference (TYPE) STRING Button Text 20081113
8 Importing IV_TOOLTIP Call by reference Type reference (TYPE) STRING Button Tooltip 20081113
9 Returning RO_BUTTON Value transfer Object reference (TYPE REF TO) CL_SALV_WD_FE_BUTTON Button in the toolbar 20081113

Method CREATE_BUTTON on class CL_UPARM_ALV_CONFIG has no exception.

Method CREATE_BUTTON_CHOICE 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 20090417
2 Importing IV_ENABLED Call by reference Type reference (TYPE) WDY_BOOLEAN ABAP_TRUE 20090417
3 Importing IV_IMAGE_SOURCE Call by reference Type reference (TYPE) STRING 20090417
4 Importing IV_IS_OTR_ALIAS Call by reference Type reference (TYPE) WDY_BOOLEAN ABAP_FALSE 20090417
5 Importing IV_POSITION Call by reference Type reference (TYPE) STRING CL_UPARM_ALV_CONFIG=>CO_SETTING_POSITION-LEFT 20090417
6 Importing IV_TEXT Call by reference Type reference (TYPE) STRING 20090417
7 Importing IV_TOOLTIP Call by reference Type reference (TYPE) STRING 20090417
8 Returning RO_BUTTON Value transfer Object reference (TYPE REF TO) CL_SALV_WD_FE_BUTTON_CHOICE 20090417

Method CREATE_BUTTON_CHOICE on class CL_UPARM_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 20081113
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 20081113
3 Importing IV_POSITION Call by reference Type reference (TYPE) STRING CL_UPARM_ALV_CONFIG=>CO_SETTING_POSITION-LEFT Left or right in the table toolbar 20081113
4 Importing IV_SELECTED_KEY_ELEMENTNAME Call by reference Type reference (TYPE) STRING Context element name for the dropdown list 20081113
5 Importing IV_TEXT Call by reference Type reference (TYPE) STRING dropdown text 20081113
6 Importing IV_TOOLTIP Call by reference Type reference (TYPE) STRING dropdown tooltip 20081113
7 Returning RO_DROPDOWN Value transfer Object reference (TYPE REF TO) CL_SALV_WD_FE_DROPDOWN_BY_KEY Dropdown Listbox in Toolbar (KEY) 20081113

Method CREATE_DROPDOWN_BY_KEY on class CL_UPARM_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 20081113
2 Importing IV_IMAGE_SOURCE Call by reference Type reference (TYPE) STRING button image file 20081113
3 Importing IV_IS_OTR_ALIAS Call by reference Type reference (TYPE) WDY_BOOLEAN ABAP_TRUE is iv_text an OTR alias? 20081113
4 Importing IV_POSITION Call by reference Type reference (TYPE) STRING CL_UPARM_ALV_CONFIG=>CO_SETTING_POSITION-LEFT Left or right in the table toolbar 20081113
5 Importing IV_TOOLTIP Call by reference Type reference (TYPE) STRING Button Tooltip 20081113
6 Returning RO_BUTTON Value transfer Object reference (TYPE REF TO) CL_SALV_WD_FE_BUTTON Button in the toolbar 20081113

Method CREATE_IMAGE_BUTTON on class CL_UPARM_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 20081113
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 20081113
3 Importing IV_POSITION Call by reference Type reference (TYPE) STRING CL_UPARM_ALV_CONFIG=>CO_SETTING_POSITION-LEFT Left or right in the table toolbar 20081113
4 Importing IV_TEXT Call by reference Type reference (TYPE) STRING input field text 20081113
5 Importing IV_TOOLTIP Call by reference Type reference (TYPE) STRING input field tooltip 20081113
6 Importing IV_VALUE_ELEMENTNAME Call by reference Type reference (TYPE) STRING Context element name for the dropdown list 20081113
7 Importing IV_WIDTH Call by reference Type reference (TYPE) STRING input field widht 20081113
8 Returning RO_INPUT_FIELD Value transfer Object reference (TYPE REF TO) CL_SALV_WD_FE_INPUT_FIELD input field in Toolbar (KEY) 20081113

Method CREATE_INPUT_FIELD on class CL_UPARM_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_UPARM_ALV_CONFIG=>CO_SETTING_POSITION-LEFT Left or right in the table toolbar 20081113
2 Importing IV_SEPARATOR_ID Call by reference Type reference (TYPE) STRING seperator id 20081113
3 Returning RO_SEPARATOR Value transfer Object reference (TYPE REF TO) CL_SALV_WD_FE_SEPARATOR seperator in toolbar 20081113

Method CREATE_SEPARATOR on class CL_UPARM_ALV_CONFIG has no exception.

Method CREATE_TOGGLE_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 20090413
2 Importing IV_CHECKED_FIELDNAME Call by reference Type reference (TYPE) STRING 20090413
3 Importing IV_ENABLED Call by reference Type reference (TYPE) WDY_BOOLEAN ABAP_TRUE Should the button be enabled or disabled when created 20090413
4 Importing IV_IMAGE_FIRST Call by reference Type reference (TYPE) WDY_BOOLEAN ABAP_TRUE should the image be before/after the text 20090413
5 Importing IV_IMAGE_SOURCE Call by reference Type reference (TYPE) STRING button image file 20090413
6 Importing IV_IS_OTR_ALIAS Call by reference Type reference (TYPE) WDY_BOOLEAN ABAP_FALSE is iv_text an OTR alias? 20090413
7 Importing IV_POSITION Call by reference Type reference (TYPE) STRING CL_UPARM_ALV_CONFIG=>CO_SETTING_POSITION-LEFT Left or right in toolbar 20090413
8 Importing IV_TEXT Call by reference Type reference (TYPE) STRING Button Text 20090413
9 Importing IV_TOOLTIP Call by reference Type reference (TYPE) STRING Button Tooltip 20090413
10 Returning RO_BUTTON Value transfer Object reference (TYPE REF TO) CL_SALV_WD_FE_TOGGLE_BUTTON Button in the toolbar 20090413

Method CREATE_TOGGLE_BUTTON on class CL_UPARM_ALV_CONFIG has no exception.

Method DATA_CHECK Signature

Method DATA_CHECK on class CL_UPARM_ALV_CONFIG has no parameter.
Method DATA_CHECK on class CL_UPARM_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 20081113

Method DELETE_COLUMN on class CL_UPARM_ALV_CONFIG has no exception.

Method DELETE_COLUMNS Signature

Method DELETE_COLUMNS on class CL_UPARM_ALV_CONFIG has no parameter.
Method DELETE_COLUMNS on class CL_UPARM_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 20081113
2 Importing IV_CELL_DESIGN_FIELDNAME Call by reference Type reference (TYPE) STRING 20081113
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 20081113
4 Importing IV_COLUMN_TEXT Call by reference Type reference (TYPE) STRING 20081113
5 Importing IV_COLUMN_TOOLTIP Call by reference Type reference (TYPE) STRING 20081113
6 Importing IV_COL_ID Call by reference Type reference (TYPE) STRING 20081113
7 Importing IV_EDITOR_TYPE Call by reference Type reference (TYPE) STRING CO_CELL_EDITOR-TEXT_VIEW 20081113
8 Importing IV_ENABLED_FIELDNAME Call by reference Type reference (TYPE) STRING 20081113
9 Importing IV_HIERARCHY Call by reference Type reference (TYPE) WDY_BOOLEAN Set as Hierarchy Column 20081113
10 Importing IV_H_ALIGN Call by reference Attribute reference (LIKE) CL_WD_TABLE_COLUMN=>T_H_ALIGN horizontal alignment in the cell 20081113
11 Importing IV_IMAGE_FIELDNAME Call by reference Type reference (TYPE) STRING Fieldname which contains image names 20081113
12 Importing IV_IS_OTR_ALIAS Call by reference Type reference (TYPE) BOOLEAN ABAP_FALSE Boolean Variable (X=True, -=False, Space=Unknown) 20081113
13 Importing IV_L_IMG_HEIGHT Call by reference Type reference (TYPE) STRING Large Image Heigth 20090210
14 Importing IV_L_IMG_WIDTH Call by reference Type reference (TYPE) STRING Large Image Width 20090210
15 Importing IV_POSITION Call by reference Type reference (TYPE) I Column Position (1 based) 20081113
16 Importing IV_READONLY_FIELDNAME Call by reference Type reference (TYPE) STRING Field name for setting a cell to read only (boolean) 20081113
17 Importing IV_READ_ONLY Call by reference Type reference (TYPE) WDY_BOOLEAN 20081113
18 Importing IV_SORT_FIELDNAME Call by reference Type reference (TYPE) STRING Field name which contains the sorting values 20081113
19 Importing IV_STATE Call by reference Attribute reference (LIKE) CL_WD_ABSTRACT_INPUT_FIELD=>T_STATE 20081125
20 Importing IV_STATE_FIELDNAME Call by reference Type reference (TYPE) STRING 20081118
21 Importing IV_TOOLTIP_FIELDNAME Call by reference Type reference (TYPE) STRING 20081113
22 Importing IV_VALUESET_FIELDNAME Call by reference Type reference (TYPE) STRING Field name for valueset for dropdownbyindex 20081113
23 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 20081113
24 Importing IV_WIDTH Call by reference Type reference (TYPE) STRING Width 20081113
25 Returning RO_COLUMN Value transfer Object reference (TYPE REF TO) CL_SALV_WD_COLUMN Columns of the ALV Output 20081113

Method DISPLAY_COLUMN on class CL_UPARM_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 20081113
2 Importing IV_CELL_VARIANT Call by reference Type reference (TYPE) STRING 20081113
3 Importing IV_CELL_VARIANT_FIELDNAME Call by reference Type reference (TYPE) STRING 20081113
4 Importing IV_COL_ID Call by reference Type reference (TYPE) STRING 20081113
5 Importing IV_CV_EDITOR_TYPE Call by reference Type reference (TYPE) STRING CO_CELL_EDITOR-TEXT_VIEW 20081113
6 Importing IV_CV_KEY Call by reference Type reference (TYPE) STRING 20081113

Method DISPLAY_COLUMN_VARIANT on class CL_UPARM_ALV_CONFIG has no exception.

Method GET_COLUMN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_COLUMN_ID Call by reference Type reference (TYPE) STRING 20090205
2 Returning RR_ALV_COLUMN Value transfer Object reference (TYPE REF TO) CL_SALV_WD_COLUMN Columns of the ALV Output 20090205

Method GET_COLUMN on class CL_UPARM_ALV_CONFIG has no exception.

Method GET_COLUMNS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_COLUMN Call by reference Type reference (TYPE) SALV_WD_T_COLUMN_REF SALV_WD_T_COLUMN_REF 20090205

Method GET_COLUMNS on class CL_UPARM_ALV_CONFIG has no exception.

Method GET_COLUMN_HEADER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_COLUMN_ID Call by reference Type reference (TYPE) STRING 20090205
2 Returning R_HEADER_TEXT Value transfer Type reference (TYPE) STRING 20090205

Method GET_COLUMN_HEADER on class CL_UPARM_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 20081113

Method GET_MODEL on class CL_UPARM_ALV_CONFIG has no exception.

Method IS_BUTTON_EXIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_BUTTON_NAME Call by reference Type reference (TYPE) STRING 20100303
2 Returning R_BUTTON_EXIST Value transfer Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20100303

Method IS_BUTTON_EXIST on class CL_UPARM_ALV_CONFIG has no exception.

Method REFRESH Signature

Method REFRESH on class CL_UPARM_ALV_CONFIG has no parameter.
Method REFRESH on class CL_UPARM_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 20081113

Method RESIZE_ALV_BY_PERC on class CL_UPARM_ALV_CONFIG has no exception.

Method SET_ALL_BUTTONS_STATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ENABLED Call by reference Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20090213

Method SET_ALL_BUTTONS_STATE on class CL_UPARM_ALV_CONFIG has no exception.

Method SET_BUTTON_CHOICE_STATE 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 20090417
2 Importing IV_ENABLED Call by reference Type reference (TYPE) WDY_BOOLEAN 20090417

Method SET_BUTTON_CHOICE_STATE on class CL_UPARM_ALV_CONFIG has no exception.

Method SET_BUTTON_STATE 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 20081211
2 Importing IV_ENABLED Call by reference Type reference (TYPE) WDY_BOOLEAN 20081211

Method SET_BUTTON_STATE on class CL_UPARM_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 20081113
2 Importing IV_IS_OTR_ALIAS Call by reference Type reference (TYPE) WDY_BOOLEAN ABAP_TRUE is iv_text an OTR alias 20081113
3 Importing IV_TEXT Call by reference Type reference (TYPE) STRING Button Text 20081113

Method SET_BUTTON_TEXT on class CL_UPARM_ALV_CONFIG has no exception.

Method SET_COLUMN_HEADER_TEXT 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 20090128
2 Importing IV_TEXT Call by reference Type reference (TYPE) UPARM_Y_COLUMN_TEXT Column Heading Text 20090128

Method SET_COLUMN_HEADER_TEXT on class CL_UPARM_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 20081113
2 Importing IV_INPUT_ENABLE Call by reference Type reference (TYPE) UPARM_Y_ATTR_INPUT Input Enable 20090128

Method SET_COLUMN_READ_ONLY on class CL_UPARM_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 Web Dynpro: Interface for Context Nodes 20081113

Method SET_DATA on class CL_UPARM_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 20081113

Method SET_DATA_CHECK on class CL_UPARM_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 20081113

Method SET_EXPORT_POSITION on class CL_UPARM_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 20081113
2 Importing IV_TEXT Call by reference Type reference (TYPE) STRING Header Text 20081113

Method SET_HEADER on class CL_UPARM_ALV_CONFIG has no exception.

Method SET_SETTINGS_BUTTON Signature

Method SET_SETTINGS_BUTTON on class CL_UPARM_ALV_CONFIG has no parameter.
Method SET_SETTINGS_BUTTON on class CL_UPARM_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 20081113

Method SET_SIZE_BY_EX on class CL_UPARM_ALV_CONFIG has no exception.

Method SET_TABLE_FUNCTIONS 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_TRUE Shows/Hides "Calculation" Tab Page 20081118
2 Importing IV_APPEND_ROW_ALLOWED Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20081118
3 Importing IV_CHECK_AVAILABLE Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE check_available 20081118
4 Importing IV_COUNT_RECORDS_ALLOWED Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE Shows/Hides "Count Table Entries" Checkbox 20081118
5 Importing IV_DELETE_ROW_ALLOWED Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20081118
6 Importing IV_DIALOG_SETTINGS_ALLOWED Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE Shows or Hides Pushbutton "Settings" 20081118
7 Importing IV_EXPORT_ALLOWED Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE Shows/Hides "Excel" Pushbutton 20081118
8 Importing IV_FILTER_ALLOWED Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20081118
9 Importing IV_HIERARCHY_ALLOWED Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20081118
10 Importing IV_INSERT_ROW_ALLOWED Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20081118
11 Importing IV_PDF_ALLOWED Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20081118
12 Importing IV_SORT_ALLOWED Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20081118
13 Importing IV_VIEW_LIST_ALLOWED Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20081118

Method SET_TABLE_FUNCTIONS on class CL_UPARM_ALV_CONFIG has no exception.

Method SET_TABLE_LAYOUT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_VISIBLE_ROWS Call by reference Type reference (TYPE) I MDP - Number of visible rows in table 20081128

Method SET_TABLE_LAYOUT on class CL_UPARM_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 20081113

Method SET_TABLE_READ_ONLY on class CL_UPARM_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 20081113
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 20081113

Method SET_TOOLBAR_FUNCTION_VISIBLE on class CL_UPARM_ALV_CONFIG has no exception.

Method SET_VISIBILITY 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 20090127
2 Importing IV_HIDE Call by reference Type reference (TYPE) UPARM_Y_ATTR_HIDE Hide Column 20090128

Method SET_VISIBILITY on class CL_UPARM_ALV_CONFIG has no exception.

Method SORT_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_COLUMN_VALUE Call by reference Type reference (TYPE) STRING 20090128
2 Importing IV_SORT_ORDER Call by reference Type reference (TYPE) UPARM_Y_ATTR_SORT_ORDER Data element for column sort order 20090128

Method SORT_TABLE on class CL_UPARM_ALV_CONFIG has no exception.
History
Last changed by/on SAP  20141101 
SAP Release Created in 705