Hierarchy

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | CL_SALV_WD_A_CHANGELIST_TABLE | 20050204 | |
2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_SALV_BOG_CHANGE_OBSERVER | Change Log Observer | 20090218 |
Properties
Class | CL_SALV_WD_CHANGELIST_UI | |
Short Description | ||
Super Class | CL_SALV_WD_A_CHANGELIST_TABLE | |
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | SALV_WD_CONFIG | SALV WD Configuration |
Created | 20041206 | SAP |
Last change | 20110908 | SAP |
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) |
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_SALV_BOG_CHANGE_OBSERVER | Change Log Observer | 20090218 |
Friends
Class CL_SALV_WD_CHANGELIST_UI has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Constant | Public | See coding | 20070221 | ||||
2 | ![]() |
Constant | Public | Type reference (TYPE) | SALV_BS_CONSTANT | '01' | Constant | 20070102 | |
3 | ![]() |
Constant | Public | Type reference (TYPE) | SALV_BS_CONSTANT | '03' | Constant | 20070102 | |
4 | ![]() |
Constant | Public | Type reference (TYPE) | SALV_BS_CONSTANT | '02' | Constant | 20070102 | |
5 | ![]() |
Instance attribute | Private | Type reference (TYPE) | ABAP_BOOL | 20090623 | |||
6 | ![]() |
Instance attribute | Public | Type reference (TYPE) | CL_SALV_WD_CHANGELIST_UI=>S_TYPE_CHANGELIST_DATA | 20050314 | |||
7 | ![]() |
Instance attribute | Public | Type reference (TYPE) | CL_SALV_WD_CHANGELIST_UI=>YS_PERSONALISATION | 20090623 | |||
8 | ![]() |
Instance attribute | Public | Type reference (TYPE) | CL_SALV_WD_CHANGELIST_UI=>S_TYPE_CHANGELIST_UI | 20050314 | |||
9 | ![]() |
Instance attribute | Private | Type reference (TYPE) | YT_CHANGE_OBSERVER | Table of Strings | 20090218 |
Methods
Events
Class CL_SALV_WD_CHANGELIST_UI has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | S_TYPE_CHANGELIST_DATA | Public | See coding | 20050314 | begin of s_type_changelist_data,
s_filter type s_type_data_filter,
s_toolbar type s_type_data_toolbar,
s_data type s_type_data,
techinfo type abap_bool,
create_data type abap_bool,
end of s_type_changelist_data
|
||
2 | S_TYPE_CHANGELIST_UI | Public | See coding | 20050314 | begin of s_type_changelist_ui,
s_header type s_type_header,
s_table type s_type_table,
s_toolbar type s_type_toolbar,
s_graphic type s_type_graphic,
s_excel type s_type_excel,
end of s_type_changelist_ui
|
||
3 | S_TYPE_COLUMNS | Public | See coding | 20050311 | begin of s_type_columns,
request type salv_wd_constant,
properties type abap_bool,
sort type abap_bool,
filter type abap_bool,
merge type abap_bool,
cell_editor type abap_bool,
header type abap_bool,
end of s_type_columns
|
||
4 | S_TYPE_DATA | Public | See coding | 20050314 | begin of s_type_data,
request type salv_wd_constant,
data type abap_bool,
data_graphic type abap_bool,
selections type abap_bool,
lead_selection type abap_bool,
merge_aggregation type abap_bool,
merge_hierarchy type abap_bool,
first_visible_row type abap_bool,
scroll_to type salv_wd_constant,
s_data_aggregation type s_type_data_aggregation,
s_data_hierarchy type s_type_data_hierarchy,
end of s_type_data
|
||
5 | S_TYPE_DATA_AGGREGATION | Public | See coding | 20060126 | begin of s_type_data_aggregation,
expand_level type abap_bool,
group_aggr_state type abap_bool,
end of s_type_data_aggregation
|
||
6 | S_TYPE_DATA_FILTER | Public | See coding | 20050314 | begin of s_type_data_filter,
request type salv_wd_constant,
end of s_type_data_filter
|
||
7 | S_TYPE_DATA_HIERARCHY | Public | See coding | 20060126 | begin of s_type_data_hierarchy,
expand type abap_bool,
end of s_type_data_hierarchy
|
||
8 | S_TYPE_DATA_TOOLBAR | Public | See coding | 20051125 | begin of s_type_data_toolbar,
request type salv_wd_constant,
end of s_type_data_toolbar
|
||
9 | S_TYPE_EXCEL | Public | See coding | 20070402 | begin of s_type_excel,
request type salv_wd_constant,
properties type abap_bool,
end of s_type_excel
|
||
10 | S_TYPE_GRAPHIC | Public | See coding | 20060324 | begin of s_type_graphic,
request type salv_wd_constant,
properties type abap_bool,
end of s_type_graphic
|
||
11 | S_TYPE_HEADER | Public | See coding | 20051010 | begin of s_type_header,
request type salv_wd_constant,
properties type abap_bool,
end of s_type_header
|
||
12 | S_TYPE_TABLE | Public | See coding | 20050311 | begin of s_type_table,
request type salv_wd_constant,
properties type abap_bool,
master_column type abap_bool,
sort type abap_bool,
filter type abap_bool,
s_columns type s_type_columns,
drag_and_drop type abap_bool,
end of s_type_table
|
||
13 | S_TYPE_TOOLBAR | Public | See coding | 20050311 | begin of s_type_toolbar,
request type salv_wd_constant,
properties type abap_bool,
items type abap_bool,
end of s_type_toolbar
|
||
14 | YS_PERSONALISATION | Public | See coding | 20090623 | begin of ys_personalisation,
request type salv_wd_constant,
new_list type abap_bool,
new_item type abap_bool,
end of ys_personalisation
|
||
15 | YT_CHANGE_OBSERVER | Public | See coding | 20090805 | yt_change_observer type sorted table of string with unique key table_line initial size 1
|
Method Signatures
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_CONFIG | Call by reference | Object reference (TYPE REF TO) | IF_SALV_WD_CONFIG | 20050303 |
Method CONSTRUCTOR on class CL_SALV_WD_CHANGELIST_UI has no exception.
Method DETERMINE_REQUEST Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
REQUEST | Call by reference | Type reference (TYPE) | SALV_WD_CONSTANT | Konstante | 20050311 | ||
2 | ![]() |
VALUE | Call by reference | Type reference (TYPE) | SALV_WD_CONSTANT | Konstante | 20050311 |
Method DETERMINE_REQUEST on class CL_SALV_WD_CHANGELIST_UI has no exception.
Method ON_CHANGED_BLOB_SETTINGS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CLASS | Call by reference | Type reference (TYPE) | STRING | 20090226 | |||
2 | ![]() |
METHOD | Call by reference | Type reference (TYPE) | STRING | 20090226 | |||
3 | ![]() |
SENDER_OBJECT | Call by reference | Object reference (TYPE REF TO) | OBJECT | 20090226 | |||
4 | ![]() |
VALUE | Call by reference | Type reference (TYPE) | DATA | 20090226 |
Method ON_CHANGED_BLOB_SETTINGS on class CL_SALV_WD_CHANGELIST_UI has no exception.
Method ON_CHANGED_COLUMN_SETTINGS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CLASS | Call by reference | Type reference (TYPE) | STRING | 20050221 | |||
2 | ![]() |
METHOD | Call by reference | Type reference (TYPE) | STRING | 20050221 | |||
3 | ![]() |
SENDER_OBJECT | Call by reference | Object reference (TYPE REF TO) | OBJECT | 20050303 | |||
4 | ![]() |
VALUE | Call by reference | Type reference (TYPE) | DATA | 20050909 |
Method ON_CHANGED_COLUMN_SETTINGS on class CL_SALV_WD_CHANGELIST_UI has no exception.
Method ON_CHANGED_CRYSTAL_SETTINGS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CLASS | Call by reference | Type reference (TYPE) | STRING | 20090218 | |||
2 | ![]() |
METHOD | Call by reference | Type reference (TYPE) | STRING | 20090218 | |||
3 | ![]() |
SENDER_OBJECT | Call by reference | Object reference (TYPE REF TO) | OBJECT | 20090218 | |||
4 | ![]() |
VALUE | Call by reference | Type reference (TYPE) | DATA | 20090218 |
Method ON_CHANGED_CRYSTAL_SETTINGS on class CL_SALV_WD_CHANGELIST_UI has no exception.
Method ON_CHANGED_FIELD_SETTINGS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CLASS | Call by reference | Type reference (TYPE) | STRING | 20050221 | |||
2 | ![]() |
METHOD | Call by reference | Type reference (TYPE) | STRING | 20050221 | |||
3 | ![]() |
SENDER_OBJECT | Call by reference | Object reference (TYPE REF TO) | OBJECT | 20050303 | |||
4 | ![]() |
VALUE | Call by reference | Type reference (TYPE) | DATA | 20050909 |
Method ON_CHANGED_FIELD_SETTINGS on class CL_SALV_WD_CHANGELIST_UI has no exception.
Method ON_CHANGED_FUNCTION_SETTINGS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CLASS | Call by reference | Type reference (TYPE) | STRING | 20050221 | |||
2 | ![]() |
METHOD | Call by reference | Type reference (TYPE) | STRING | 20050221 | |||
3 | ![]() |
SENDER_OBJECT | Call by reference | Object reference (TYPE REF TO) | OBJECT | 20050303 | |||
4 | ![]() |
VALUE | Call by reference | Type reference (TYPE) | DATA | 20050909 |
Method ON_CHANGED_FUNCTION_SETTINGS on class CL_SALV_WD_CHANGELIST_UI has no exception.
Method ON_CHANGED_GRAPHIC_SETTINGS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CLASS | Call by reference | Type reference (TYPE) | STRING | 20060324 | |||
2 | ![]() |
METHOD | Call by reference | Type reference (TYPE) | STRING | 20060324 | |||
3 | ![]() |
SENDER_OBJECT | Call by reference | Object reference (TYPE REF TO) | OBJECT | 20060324 | |||
4 | ![]() |
VALUE | Call by reference | Type reference (TYPE) | DATA | 20060324 |
Method ON_CHANGED_GRAPHIC_SETTINGS on class CL_SALV_WD_CHANGELIST_UI has no exception.
Method ON_CHANGED_MASS_EDIT_SETTINGS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CLASS | Call by reference | Type reference (TYPE) | STRING | 20090714 | |||
2 | ![]() |
METHOD | Call by reference | Type reference (TYPE) | STRING | 20090714 | |||
3 | ![]() |
SENDER_OBJECT | Call by reference | Object reference (TYPE REF TO) | OBJECT | 20090714 | |||
4 | ![]() |
VALUE | Call by reference | Type reference (TYPE) | DATA | 20090714 |
Method ON_CHANGED_MASS_EDIT_SETTINGS on class CL_SALV_WD_CHANGELIST_UI has no exception.
Method ON_CHANGED_STD_FUNC_SETTINGS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CLASS | Call by reference | Type reference (TYPE) | STRING | 20050221 | |||
2 | ![]() |
METHOD | Call by reference | Type reference (TYPE) | STRING | 20050221 | |||
3 | ![]() |
SENDER_OBJECT | Call by reference | Object reference (TYPE REF TO) | OBJECT | 20050303 | |||
4 | ![]() |
VALUE | Call by reference | Type reference (TYPE) | DATA | 20050909 |
Method ON_CHANGED_STD_FUNC_SETTINGS on class CL_SALV_WD_CHANGELIST_UI has no exception.
Method ON_CHANGED_TABLE_HIER_SETTINGS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CLASS | Call by reference | Type reference (TYPE) | STRING | 20060126 | |||
2 | ![]() |
METHOD | Call by reference | Type reference (TYPE) | STRING | 20060126 | |||
3 | ![]() |
SENDER_OBJECT | Call by reference | Object reference (TYPE REF TO) | OBJECT | 20060126 | |||
4 | ![]() |
VALUE | Call by reference | Type reference (TYPE) | DATA | 20060126 |
Method ON_CHANGED_TABLE_HIER_SETTINGS on class CL_SALV_WD_CHANGELIST_UI has no exception.
Method ON_CHANGED_TABLE_SETTINGS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CLASS | Call by reference | Type reference (TYPE) | STRING | 20050221 | |||
2 | ![]() |
METHOD | Call by reference | Type reference (TYPE) | STRING | 20050221 | |||
3 | ![]() |
SENDER_OBJECT | Call by reference | Object reference (TYPE REF TO) | OBJECT | 20050303 | |||
4 | ![]() |
VALUE | Call by reference | Type reference (TYPE) | DATA | 20050909 |
Method ON_CHANGED_TABLE_SETTINGS on class CL_SALV_WD_CHANGELIST_UI has no exception.
Method SET_OBSERVER_CHANGE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
VALUE | Call by reference | Type reference (TYPE) | STRING | 20090218 |
Method SET_OBSERVER_CHANGE on class CL_SALV_WD_CHANGELIST_UI has no exception.
Method UPDATE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
REQUEST | Call by reference | Type reference (TYPE) | SALV_WD_CONSTANT | CL_SALV_WD_CHANGELIST_UI=>C_REQUEST_UPDATE | Konstante | 20050311 |
Method UPDATE on class CL_SALV_WD_CHANGELIST_UI has no exception.
Method UPDATE_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
REQUEST | Call by reference | Type reference (TYPE) | SALV_WD_CONSTANT | CL_SALV_WD_CHANGELIST_UI=>C_REQUEST_UPDATE | Konstante | 20050314 |
Method UPDATE_DATA on class CL_SALV_WD_CHANGELIST_UI has no exception.
Method UPDATE_DATA_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CREATE_DATA | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20081216 | ||
2 | ![]() |
DATA | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20050314 | ||
3 | ![]() |
DATA_GRAPHIC | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20060428 | ||
4 | ![]() |
EXPAND_LEVEL | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20050314 | ||
5 | ![]() |
FIRST_VISIBLE_ROW | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20050314 | ||
6 | ![]() |
GROUP_AGGREGATION_STATE | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20051108 | ||
7 | ![]() |
HIERARCHY_EXPAND | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20060126 | ||
8 | ![]() |
LEAD_SELECTION | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20050314 | ||
9 | ![]() |
MERGE_AGGREGATION | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20050314 | ||
10 | ![]() |
MERGE_HIERARCHY | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20070126 | ||
11 | ![]() |
REQUEST | Call by reference | Type reference (TYPE) | SALV_WD_CONSTANT | CL_SALV_WD_CHANGELIST_UI=>C_REQUEST_UPDATE | Konstante | 20050314 | |
12 | ![]() |
SCROLL_TO | Call by reference | Type reference (TYPE) | SALV_WD_CONSTANT | CL_SALV_WD_CHANGELIST_UI=>CS_SCROLL_TO-NONE | Konstante | 20050930 | |
13 | ![]() |
SELECTIONS | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20050314 | ||
14 | ![]() |
TECHINFO | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20081216 |
Method UPDATE_DATA_DATA on class CL_SALV_WD_CHANGELIST_UI has no exception.
Method UPDATE_DATA_FILTER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
REQUEST | Call by reference | Type reference (TYPE) | SALV_WD_CONSTANT | CL_SALV_WD_CHANGELIST_UI=>C_REQUEST_UPDATE | Konstante | 20050314 |
Method UPDATE_DATA_FILTER on class CL_SALV_WD_CHANGELIST_UI has no exception.
Method UPDATE_DATA_TOOLBAR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
REQUEST | Call by reference | Type reference (TYPE) | SALV_WD_CONSTANT | CL_SALV_WD_CHANGELIST_UI=>C_REQUEST_UPDATE | Konstante | 20051125 |
Method UPDATE_DATA_TOOLBAR on class CL_SALV_WD_CHANGELIST_UI has no exception.
Method UPDATE_PERS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
NEW_ITEM | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20090623 | ||
2 | ![]() |
NEW_LIST | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20090623 | ||
3 | ![]() |
REQUEST | Call by reference | Type reference (TYPE) | SALV_WD_CONSTANT | CL_SALV_WD_CHANGELIST_UI=>C_REQUEST_UPDATE | Konstante | 20090623 |
Method UPDATE_PERS on class CL_SALV_WD_CHANGELIST_UI has no exception.
Method UPDATE_UI Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
REQUEST | Call by reference | Type reference (TYPE) | SALV_WD_CONSTANT | CL_SALV_WD_CHANGELIST_UI=>C_REQUEST_UPDATE | Konstante | 20050314 |
Method UPDATE_UI on class CL_SALV_WD_CHANGELIST_UI has no exception.
Method UPDATE_UI_COLUMN Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CELL_EDITOR | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20050314 | ||
2 | ![]() |
FILTER | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20050314 | ||
3 | ![]() |
HEADER | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20050314 | ||
4 | ![]() |
MERGE | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20050314 | ||
5 | ![]() |
PROPERTIES | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20050314 | ||
6 | ![]() |
REQUEST | Call by reference | Type reference (TYPE) | SALV_WD_CONSTANT | CL_SALV_WD_CHANGELIST_UI=>C_REQUEST_UPDATE | Konstante | 20050314 | |
7 | ![]() |
SORT | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20050314 |
Method UPDATE_UI_COLUMN on class CL_SALV_WD_CHANGELIST_UI has no exception.
Method UPDATE_UI_EXCEL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
PROPERTIES | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20070402 | ||
2 | ![]() |
REQUEST | Call by reference | Type reference (TYPE) | SALV_WD_CONSTANT | CL_SALV_WD_CHANGELIST_UI=>C_REQUEST_UPDATE | Konstante | 20070402 |
Method UPDATE_UI_EXCEL on class CL_SALV_WD_CHANGELIST_UI has no exception.
Method UPDATE_UI_GRAPHIC Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
PROPERTIES | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20060324 | ||
2 | ![]() |
REQUEST | Call by reference | Type reference (TYPE) | SALV_WD_CONSTANT | CL_SALV_WD_CHANGELIST_UI=>C_REQUEST_UPDATE | Konstante | 20060324 |
Method UPDATE_UI_GRAPHIC on class CL_SALV_WD_CHANGELIST_UI has no exception.
Method UPDATE_UI_HEADER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
PROPERTIES | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20051010 | ||
2 | ![]() |
REQUEST | Call by reference | Type reference (TYPE) | SALV_WD_CONSTANT | CL_SALV_WD_CHANGELIST_UI=>C_REQUEST_UPDATE | Konstante | 20051010 |
Method UPDATE_UI_HEADER on class CL_SALV_WD_CHANGELIST_UI has no exception.
Method UPDATE_UI_TABLE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
COLUMNS | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20070221 | ||
2 | ![]() |
DRAG_AND_DROP | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20081218 | ||
3 | ![]() |
FILTER | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20050314 | ||
4 | ![]() |
MASTER_COLUMN | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20050314 | ||
5 | ![]() |
PROPERTIES | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20050314 | ||
6 | ![]() |
REQUEST | Call by reference | Type reference (TYPE) | SALV_WD_CONSTANT | CL_SALV_WD_CHANGELIST_UI=>C_REQUEST_UPDATE | Konstante | 20050314 | |
7 | ![]() |
SORT | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20050314 |
Method UPDATE_UI_TABLE on class CL_SALV_WD_CHANGELIST_UI has no exception.
Method UPDATE_UI_TOOLBAR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ITEMS | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20070302 | ||
2 | ![]() |
PROPERTIES | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20050314 | ||
3 | ![]() |
REQUEST | Call by reference | Type reference (TYPE) | SALV_WD_CONSTANT | CL_SALV_WD_CHANGELIST_UI=>C_REQUEST_UPDATE | Konstante | 20050314 |
Method UPDATE_UI_TOOLBAR on class CL_SALV_WD_CHANGELIST_UI has no exception.
History
Last changed by/on | SAP | 20110908 |
SAP Release Created in | 700 |