Hierarchy
⤷
⤷
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 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 2 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) | |
| 3 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) | |
| 4 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) | |
| 5 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) | |
| 6 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) | |
| 7 | 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 | Constant | Public | See coding | 20081113 | |||||
| 2 | Constant | Public | See coding | 20081113 | |||||
| 3 | Constant | Public | Type reference (TYPE) | STRING | 'CFG_FILTER' | filter function | 20081113 | ||
| 4 | Constant | Private | Type reference (TYPE) | STRING | 'CFG_SETTINGS' | filter function | 20081113 | ||
| 5 | Constant | Private | Type reference (TYPE) | STRING | '~Icon/TbSettings' | Settings ICON | 20081113 | ||
| 6 | Instance attribute | Private | Type reference (TYPE) | NUM2 | 2-Digit Numeric Value | 20081113 | |||
| 7 | Instance attribute | Protected | Object reference (TYPE REF TO) | IWCI_SALV_WD_TABLE | Web Dynpro Interface COMPONENTCONTROLLER | 20081113 | |||
| 8 | Instance attribute | Protected | Object reference (TYPE REF TO) | CL_SALV_WD_CONFIG_TABLE | Configuration of the ALV Output | 20081113 | |||
| 9 | Instance attribute | Protected | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | Web Dynpro: Interface for Context Nodes | 20081113 | |||
| 10 | Instance attribute | Private | Type reference (TYPE) | BUTTON_ELEMENT_YT | 20081211 | ||||
| 11 | Instance attribute | Private | Type reference (TYPE) | YT_BUTTON_CHOICE_ELEMENT | 20090417 | ||||
| 12 | Instance attribute | Protected | Type reference (TYPE) | STRING_TABLE | Table for Displayed Columns | 20081113 |
Methods
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 | I_COLUMN_ID | Call by reference | Type reference (TYPE) | STRING | 20090129 | ||||
| 2 | I_HIGH_VALUE | Call by reference | Type reference (TYPE) | UPARM_Y_ATTR_VALUE | Info object Attribute Value | 20090129 | |||
| 3 | I_INCLUDED | Call by reference | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20090129 | |||
| 4 | I_LOW_VALUE | Call by reference | Type reference (TYPE) | UPARM_Y_ATTR_VALUE | Info object Attribute Value | 20090129 | |||
| 5 | 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 | IO_ALV_CPIFC | Call by reference | Object reference (TYPE REF TO) | IWCI_SALV_WD_TABLE | Web Dynpro Interface COMPONENTCONTROLLER | 20081113 | |||
| 2 | IO_NODE_DATA | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | Web Dynpro: Interface for Context Nodes | 20081113 | |||
| 3 | IS_TBL_SE | Call by reference | Type reference (TYPE) | UPARM_TC_TBL_SE | MDP - Table Settings | 20121218 | |||
| 4 | IV_EXT_MODEL | Call by reference | Type reference (TYPE) | WDY_BOOLEAN | Supplement for True Boolean Type: 'X' == True '' == False | 20081113 | |||
| 5 | 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 | IV_BUTTON_ID | Call by reference | Type reference (TYPE) | STRING | Button ID | 20081113 | |||
| 2 | IV_ENABLED | Call by reference | Type reference (TYPE) | WDY_BOOLEAN | ABAP_TRUE | Should the button be enabled or disabled when created | 20081113 | ||
| 3 | IV_IMAGE_FIRST | Call by reference | Type reference (TYPE) | WDY_BOOLEAN | ABAP_TRUE | should the image be before/after the text | 20081113 | ||
| 4 | IV_IMAGE_SOURCE | Call by reference | Type reference (TYPE) | STRING | button image file | 20081113 | |||
| 5 | IV_IS_OTR_ALIAS | Call by reference | Type reference (TYPE) | WDY_BOOLEAN | ABAP_FALSE | is iv_text an OTR alias? | 20081113 | ||
| 6 | IV_POSITION | Call by reference | Type reference (TYPE) | STRING | CL_UPARM_ALV_CONFIG=>CO_SETTING_POSITION-LEFT | Left or right in toolbar | 20081113 | ||
| 7 | IV_TEXT | Call by reference | Type reference (TYPE) | STRING | Button Text | 20081113 | |||
| 8 | IV_TOOLTIP | Call by reference | Type reference (TYPE) | STRING | Button Tooltip | 20081113 | |||
| 9 | 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 | IV_BUTTON_ID | Call by reference | Type reference (TYPE) | STRING | 20090417 | ||||
| 2 | IV_ENABLED | Call by reference | Type reference (TYPE) | WDY_BOOLEAN | ABAP_TRUE | 20090417 | |||
| 3 | IV_IMAGE_SOURCE | Call by reference | Type reference (TYPE) | STRING | 20090417 | ||||
| 4 | IV_IS_OTR_ALIAS | Call by reference | Type reference (TYPE) | WDY_BOOLEAN | ABAP_FALSE | 20090417 | |||
| 5 | IV_POSITION | Call by reference | Type reference (TYPE) | STRING | CL_UPARM_ALV_CONFIG=>CO_SETTING_POSITION-LEFT | 20090417 | |||
| 6 | IV_TEXT | Call by reference | Type reference (TYPE) | STRING | 20090417 | ||||
| 7 | IV_TOOLTIP | Call by reference | Type reference (TYPE) | STRING | 20090417 | ||||
| 8 | 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 | IV_DROPDOWN_ID | Call by reference | Type reference (TYPE) | STRING | dropdown id | 20081113 | |||
| 2 | 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 | 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 | IV_SELECTED_KEY_ELEMENTNAME | Call by reference | Type reference (TYPE) | STRING | Context element name for the dropdown list | 20081113 | |||
| 5 | IV_TEXT | Call by reference | Type reference (TYPE) | STRING | dropdown text | 20081113 | |||
| 6 | IV_TOOLTIP | Call by reference | Type reference (TYPE) | STRING | dropdown tooltip | 20081113 | |||
| 7 | 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 | IV_BUTTON_ID | Call by reference | Type reference (TYPE) | STRING | Button ID | 20081113 | |||
| 2 | IV_IMAGE_SOURCE | Call by reference | Type reference (TYPE) | STRING | button image file | 20081113 | |||
| 3 | IV_IS_OTR_ALIAS | Call by reference | Type reference (TYPE) | WDY_BOOLEAN | ABAP_TRUE | is iv_text an OTR alias? | 20081113 | ||
| 4 | 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 | IV_TOOLTIP | Call by reference | Type reference (TYPE) | STRING | Button Tooltip | 20081113 | |||
| 6 | 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 | IV_INPUT_FIELD_ID | Call by reference | Type reference (TYPE) | STRING | input field id | 20081113 | |||
| 2 | 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 | 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 | IV_TEXT | Call by reference | Type reference (TYPE) | STRING | input field text | 20081113 | |||
| 5 | IV_TOOLTIP | Call by reference | Type reference (TYPE) | STRING | input field tooltip | 20081113 | |||
| 6 | IV_VALUE_ELEMENTNAME | Call by reference | Type reference (TYPE) | STRING | Context element name for the dropdown list | 20081113 | |||
| 7 | IV_WIDTH | Call by reference | Type reference (TYPE) | STRING | input field widht | 20081113 | |||
| 8 | 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 | 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 | IV_SEPARATOR_ID | Call by reference | Type reference (TYPE) | STRING | seperator id | 20081113 | |||
| 3 | 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 | IV_BUTTON_ID | Call by reference | Type reference (TYPE) | STRING | Button ID | 20090413 | |||
| 2 | IV_CHECKED_FIELDNAME | Call by reference | Type reference (TYPE) | STRING | 20090413 | ||||
| 3 | IV_ENABLED | Call by reference | Type reference (TYPE) | WDY_BOOLEAN | ABAP_TRUE | Should the button be enabled or disabled when created | 20090413 | ||
| 4 | IV_IMAGE_FIRST | Call by reference | Type reference (TYPE) | WDY_BOOLEAN | ABAP_TRUE | should the image be before/after the text | 20090413 | ||
| 5 | IV_IMAGE_SOURCE | Call by reference | Type reference (TYPE) | STRING | button image file | 20090413 | |||
| 6 | IV_IS_OTR_ALIAS | Call by reference | Type reference (TYPE) | WDY_BOOLEAN | ABAP_FALSE | is iv_text an OTR alias? | 20090413 | ||
| 7 | IV_POSITION | Call by reference | Type reference (TYPE) | STRING | CL_UPARM_ALV_CONFIG=>CO_SETTING_POSITION-LEFT | Left or right in toolbar | 20090413 | ||
| 8 | IV_TEXT | Call by reference | Type reference (TYPE) | STRING | Button Text | 20090413 | |||
| 9 | IV_TOOLTIP | Call by reference | Type reference (TYPE) | STRING | Button Tooltip | 20090413 | |||
| 10 | 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 | 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 | IV_CELL_DESIGN | Call by reference | Type reference (TYPE) | WDY_UIE_LIBRARY_ENUM_TYPE | CL_WD_TABLE_COLUMN=>E_CELL_DESIGN-STANDARD | 20081113 | |||
| 2 | IV_CELL_DESIGN_FIELDNAME | Call by reference | Type reference (TYPE) | STRING | 20081113 | ||||
| 3 | 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 | IV_COLUMN_TEXT | Call by reference | Type reference (TYPE) | STRING | 20081113 | ||||
| 5 | IV_COLUMN_TOOLTIP | Call by reference | Type reference (TYPE) | STRING | 20081113 | ||||
| 6 | IV_COL_ID | Call by reference | Type reference (TYPE) | STRING | 20081113 | ||||
| 7 | IV_EDITOR_TYPE | Call by reference | Type reference (TYPE) | STRING | CO_CELL_EDITOR-TEXT_VIEW | 20081113 | |||
| 8 | IV_ENABLED_FIELDNAME | Call by reference | Type reference (TYPE) | STRING | 20081113 | ||||
| 9 | IV_HIERARCHY | Call by reference | Type reference (TYPE) | WDY_BOOLEAN | Set as Hierarchy Column | 20081113 | |||
| 10 | IV_H_ALIGN | Call by reference | Attribute reference (LIKE) | CL_WD_TABLE_COLUMN=>T_H_ALIGN | horizontal alignment in the cell | 20081113 | |||
| 11 | IV_IMAGE_FIELDNAME | Call by reference | Type reference (TYPE) | STRING | Fieldname which contains image names | 20081113 | |||
| 12 | IV_IS_OTR_ALIAS | Call by reference | Type reference (TYPE) | BOOLEAN | ABAP_FALSE | Boolean Variable (X=True, -=False, Space=Unknown) | 20081113 | ||
| 13 | IV_L_IMG_HEIGHT | Call by reference | Type reference (TYPE) | STRING | Large Image Heigth | 20090210 | |||
| 14 | IV_L_IMG_WIDTH | Call by reference | Type reference (TYPE) | STRING | Large Image Width | 20090210 | |||
| 15 | IV_POSITION | Call by reference | Type reference (TYPE) | I | Column Position (1 based) | 20081113 | |||
| 16 | IV_READONLY_FIELDNAME | Call by reference | Type reference (TYPE) | STRING | Field name for setting a cell to read only (boolean) | 20081113 | |||
| 17 | IV_READ_ONLY | Call by reference | Type reference (TYPE) | WDY_BOOLEAN | 20081113 | ||||
| 18 | IV_SORT_FIELDNAME | Call by reference | Type reference (TYPE) | STRING | Field name which contains the sorting values | 20081113 | |||
| 19 | IV_STATE | Call by reference | Attribute reference (LIKE) | CL_WD_ABSTRACT_INPUT_FIELD=>T_STATE | 20081125 | ||||
| 20 | IV_STATE_FIELDNAME | Call by reference | Type reference (TYPE) | STRING | 20081118 | ||||
| 21 | IV_TOOLTIP_FIELDNAME | Call by reference | Type reference (TYPE) | STRING | 20081113 | ||||
| 22 | IV_VALUESET_FIELDNAME | Call by reference | Type reference (TYPE) | STRING | Field name for valueset for dropdownbyindex | 20081113 | |||
| 23 | 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 | IV_WIDTH | Call by reference | Type reference (TYPE) | STRING | Width | 20081113 | |||
| 25 | 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 | CO_COLUMN | Value transfer | Object reference (TYPE REF TO) | CL_SALV_WD_COLUMN | Columns of the ALV Output | 20081113 | |||
| 2 | IV_CELL_VARIANT | Call by reference | Type reference (TYPE) | STRING | 20081113 | ||||
| 3 | IV_CELL_VARIANT_FIELDNAME | Call by reference | Type reference (TYPE) | STRING | 20081113 | ||||
| 4 | IV_COL_ID | Call by reference | Type reference (TYPE) | STRING | 20081113 | ||||
| 5 | IV_CV_EDITOR_TYPE | Call by reference | Type reference (TYPE) | STRING | CO_CELL_EDITOR-TEXT_VIEW | 20081113 | |||
| 6 | 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 | I_COLUMN_ID | Call by reference | Type reference (TYPE) | STRING | 20090205 | ||||
| 2 | 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 | 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 | I_COLUMN_ID | Call by reference | Type reference (TYPE) | STRING | 20090205 | ||||
| 2 | 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 | 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 | I_BUTTON_NAME | Call by reference | Type reference (TYPE) | STRING | 20100303 | ||||
| 2 | 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 | 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 | 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 | IV_BUTTON_ID | Call by reference | Type reference (TYPE) | STRING | 20090417 | ||||
| 2 | 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 | IV_BUTTON_ID | Call by reference | Type reference (TYPE) | STRING | 20081211 | ||||
| 2 | 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 | IV_BUTTON_ID | Call by reference | Type reference (TYPE) | STRING | Button ID | 20081113 | |||
| 2 | IV_IS_OTR_ALIAS | Call by reference | Type reference (TYPE) | WDY_BOOLEAN | ABAP_TRUE | is iv_text an OTR alias | 20081113 | ||
| 3 | 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 | IV_COL_ID | Call by reference | Type reference (TYPE) | STRING | 20090128 | ||||
| 2 | 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 | IV_COL_ID | Call by reference | Type reference (TYPE) | STRING | 20081113 | ||||
| 2 | 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 | 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 | 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 | 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 | IV_IS_OTR_ALIAS | Call by reference | Type reference (TYPE) | WDY_BOOLEAN | ABAP_TRUE | Is iv_text an OTR text | 20081113 | ||
| 2 | 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 | 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 | IV_AGGREGATION_ALLOWED | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | Shows/Hides "Calculation" Tab Page | 20081118 | ||
| 2 | IV_APPEND_ROW_ALLOWED | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | 20081118 | |||
| 3 | IV_CHECK_AVAILABLE | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | check_available | 20081118 | ||
| 4 | IV_COUNT_RECORDS_ALLOWED | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | Shows/Hides "Count Table Entries" Checkbox | 20081118 | ||
| 5 | IV_DELETE_ROW_ALLOWED | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | 20081118 | |||
| 6 | IV_DIALOG_SETTINGS_ALLOWED | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | Shows or Hides Pushbutton "Settings" | 20081118 | ||
| 7 | IV_EXPORT_ALLOWED | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | Shows/Hides "Excel" Pushbutton | 20081118 | ||
| 8 | IV_FILTER_ALLOWED | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | 20081118 | |||
| 9 | IV_HIERARCHY_ALLOWED | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | 20081118 | |||
| 10 | IV_INSERT_ROW_ALLOWED | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | 20081118 | |||
| 11 | IV_PDF_ALLOWED | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | 20081118 | |||
| 12 | IV_SORT_ALLOWED | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | 20081118 | |||
| 13 | 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 | 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 | 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 | IV_ID | Call by reference | Type reference (TYPE) | STRING | 20081113 | ||||
| 2 | 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 | IV_COL_ID | Call by reference | Type reference (TYPE) | STRING | 20090127 | ||||
| 2 | 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 | IV_COLUMN_VALUE | Call by reference | Type reference (TYPE) | STRING | 20090128 | ||||
| 2 | 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 |