Hierarchy
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_FPM_LIST_SETTINGS_VARIANT | SettingsVariant : Adaption of Pers,Conf and Feeder | 20101104 |
Properties
| Class | CL_FPM_LIST_SETTINGS_VARIANT | |
| Short Description | Central Runtime Model for Settings | |
| Super Class | ||
| Instantiability of a Class | 1 | Protected |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | APB_FPM_GUIBB | Generic UI building blocks |
| Created | 20101104 | SAP |
| Last change | 20141120 | |
| 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 interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... | |
| 3 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_FPM_LIST_SETTINGS_VARIANT | SettingsVariant : Adaption of Pers,Conf and Feeder | 20101104 |
Friends
Class CL_FPM_LIST_SETTINGS_VARIANT has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Protected | See coding | 20110228 | |||||
| 2 | Constant | Protected | Attribute reference (LIKE) | IF_FPM_LIST_SETTINGS_CHNG_LOG=>C_COLUMN_ATTRIBUTE | IF_FPM_LIST_SETTINGS_CHNG_LOG=>C_COLUMN_ATTRIBUTE | 20110228 | |||
| 3 | Constant | Protected | See coding | 20110228 | |||||
| 4 | Constant | Protected | Attribute reference (LIKE) | IF_FPM_LIST_SETTINGS_CHNG_LOG=>C_TABLE_ATTRIBUTE | IF_FPM_LIST_SETTINGS_CHNG_LOG=>C_TABLE_ATTRIBUTE | 20110228 | |||
| 5 | Constant | Protected | See coding | 20110228 | |||||
| 6 | Instance attribute | Protected | Object reference (TYPE REF TO) | IF_FPM_LIST_SETTINGS_VARIANT | 20110228 | ||||
| 7 | Instance attribute | Protected | Object reference (TYPE REF TO) | IF_FPM_LIST_FEEDER_SETTINGS | 20110228 | ||||
| 8 | Instance attribute | Protected | Object reference (TYPE REF TO) | CL_FPM_SALV_TRACE | 20110228 | ||||
| 9 | Instance attribute | Protected | Object reference (TYPE REF TO) | CL_FPM_LIST_COLUMN_WIDTH_UTIL | 20110301 | ||||
| 10 | Instance attribute | Protected | Object reference (TYPE REF TO) | IF_FPM_LIST_SETTINGS_STORE=>TY_S_CONFIGURATION | 20110228 | ||||
| 11 | Instance attribute | Protected | See coding | 20111215 | |||||
| 12 | Instance attribute | Protected | Type reference (TYPE) | TY_S_SETTINGS | 20110228 | ||||
| 13 | Instance attribute | Protected | Type reference (TYPE) | YS_UNPROCESSED_CHANGES | 20110301 | ||||
| 14 | Instance attribute | Protected | See coding | 20110228 | |||||
| 15 | Instance attribute | Protected | Type reference (TYPE) | IF_FPM_LIST_SETTINGS_VARIANT=>TY_T_AGGREGATION_RULE | 20110228 | ||||
| 16 | Instance attribute | Protected | Type reference (TYPE) | TY_T_CHANGE | 20110228 | ||||
| 17 | Instance attribute | Protected | Type reference (TYPE) | TY_T_COLUMN | 20110228 | ||||
| 18 | Instance attribute | Protected | Type reference (TYPE) | IF_FPM_LIST_SETTINGS_VARIANT=>TY_T_FILTER_RULE | 20110228 | ||||
| 19 | Instance attribute | Protected | Type reference (TYPE) | TY_T_COLUMN | 20110228 | ||||
| 20 | Instance attribute | Protected | Type reference (TYPE) | IF_FPM_LIST_SETTINGS_VARIANT=>TY_T_FORMATTING_RULE | 20140718 | ||||
| 21 | Instance attribute | Protected | Type reference (TYPE) | IF_FPM_LIST_SETTINGS_VARIANT=>TY_T_AGGREGATION_RULE | 20110228 | ||||
| 22 | Instance attribute | Protected | Type reference (TYPE) | IF_FPM_LIST_SETTINGS_VARIANT=>TY_T_FILTER_RULE | 20110228 | ||||
| 23 | Instance attribute | Protected | Type reference (TYPE) | IF_FPM_LIST_SETTINGS_VARIANT=>TY_T_FORMATTING_RULE | 20140718 | ||||
| 24 | Instance attribute | Protected | Type reference (TYPE) | IF_FPM_LIST_SETTINGS_VARIANT=>TY_T_SORT_RULE | 20110228 | ||||
| 25 | Instance attribute | Protected | Type reference (TYPE) | I | 20110228 | ||||
| 26 | Instance attribute | Protected | Type reference (TYPE) | ABAP_BOOL | 20140403 | ||||
| 27 | Instance attribute | Protected | Type reference (TYPE) | ABAP_BOOL | 20140225 | ||||
| 28 | Instance attribute | Protected | Type reference (TYPE) | STRING | 20111107 | ||||
| 29 | Instance attribute | Protected | Type reference (TYPE) | Y_INSTANCE_STATE | 20110228 | ||||
| 30 | Instance attribute | Protected | Type reference (TYPE) | ABAP_BOOL | 20110228 | ||||
| 31 | Instance attribute | Protected | Type reference (TYPE) | ABAP_BOOL | 20110228 | ||||
| 32 | Instance attribute | Protected | Type reference (TYPE) | I | 20110228 |
Methods
Events
Class CL_FPM_LIST_SETTINGS_VARIANT has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_S_CHANGE | Protected | See coding | 20110228 | begin of ty_s_change,
number type i,
attribute_name type string,
column_name type string,
change_source type y_change_source,
is_saved type abap_bool,
end of ty_s_change
|
||
| 2 | TY_S_COLUMN | Protected | See coding | 20110228 | begin of ty_s_column,
column_name type string,
is_visible type abap_bool,
fixed_position type wdui_table_column_fixed_pos,
fixed_position_order type i, " internal flag for sorting columns
index type i,
is_sort_allowed type abap_bool,
is_filter_allowed type abap_bool,
is_aggregation_allowed type abap_bool,
t_inactive_filter_rules type if_fpm_list_settings_variant=>ty_t_filter_rule,
t_inactive_aggregation_rules type if_fpm_list_settings_variant=>ty_t_aggregation_rule,
is_final_invisible type abap_bool,
is_technical type abap_bool,
o_column type ref to if_fpm_list_settings_column,
t_supported_aggr_functions type if_salv_service_types=>yt_function_code,
end of ty_s_column
|
||
| 3 | TY_S_PERSONALIZATION_ENTITIES | Public | See coding | 20110223 | begin of ty_s_personalization_entities,
layout type abap_bool,
filter_rules type abap_bool,
sort_rules type abap_bool,
aggregation_rules type abap_bool,
cond_formatting_rules type abap_bool,
default_variant_flag type abap_bool,
hide_label_in_group_header type abap_bool,
hide_count_in_group_header type abap_bool,
end of ty_s_personalization_entities
|
||
| 4 | TY_S_SETTINGS | Protected | Type reference (TYPE) | IF_FPM_LIST_SETTINGS_STORE=>TY_S_SETTINGS_CONF | 20110228 | |
|
| 5 | TY_T_CHANGE | Protected | See coding | 20110228 | ty_t_change type standard table of ty_s_change with key number
|
||
| 6 | TY_T_COLUMN | Protected | See coding | 20110228 | ty_t_column type standard table of ty_s_column with key column_name
with unique hashed key hashed_by_names components column_name
|
||
| 7 | YS_COLUMN_WIDTH_AND_VISIBILITY | Protected | See coding | 20111215 | begin of ys_column_width_and_visibility,
t_visible_columns type IF_FPM_LIST_TYPES=>YT_COLUMN_NAME,
t_column_widths TYPE IF_FPM_LIST_SETTINGS_VARIANT=>TY_T_COLUMN_WIDTH,
end of ys_column_width_and_visibility
|
||
| 8 | YS_UNPROCESSED_CHANGES | Protected | See coding | 20110901 | begin of ys_unprocessed_changes,
column_visibility type abap_bool,
column_final_visibility type abap_bool,
column_order type abap_bool,
column_width type abap_bool,
column_fixed_position type abap_bool,
fit_widths_to_table type abap_bool,
filter_rules type abap_bool,
aggr_rules type abap_bool,
sort_rules type abap_bool,
grouping_rules type abap_bool,
formatting_rules type abap_bool,
implicit_col_widths type abap_bool,
sort_rules_adaptation type abap_bool, " automatic adaptation due to final invisibility
t_pending_column_width_changes type if_fpm_list_settings_variant=>ty_t_column_width,
hide_label_in_group_header type abap_bool,
hide_count_in_group_header type abap_bool,
end of ys_unprocessed_changes
|
||
| 9 | Y_CHANGE_CATEGORY | Protected | Type reference (TYPE) | CHAR1 | 20110228 | |
|
| 10 | Y_CHANGE_SOURCE | Protected | Type reference (TYPE) | CHAR1 | 20110228 | |
|
| 11 | Y_INSTANCE_STATE | Protected | Type reference (TYPE) | CHAR1 | 20110228 | |
Method Signatures
Method ADJUST_ACTIVE_AGGR_RULES Signature
Method ADJUST_ACTIVE_AGGR_RULES on class CL_FPM_LIST_SETTINGS_VARIANT has no parameter.
Method ADJUST_ACTIVE_AGGR_RULES on class CL_FPM_LIST_SETTINGS_VARIANT has no exception.
Method ADJUST_ACTIVE_FILTER_RULES Signature
Method ADJUST_ACTIVE_FILTER_RULES on class CL_FPM_LIST_SETTINGS_VARIANT has no parameter.
Method ADJUST_ACTIVE_FILTER_RULES on class CL_FPM_LIST_SETTINGS_VARIANT has no exception.
Method APPLY_COLUMN_PERSONALIZATION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_COLUMN_ORDER | Call by reference | Type reference (TYPE) | IF_FPM_LIST_SETTINGS_STORE=>TY_T_COLUMN_ORDER_PERS | 20110228 | ||||
| 2 | IT_COLUMN_PROPERTIES | Call by reference | Type reference (TYPE) | IF_FPM_LIST_SETTINGS_STORE=>TY_T_COLUMN_PROPERTY_PERS | 20110228 |
Method APPLY_COLUMN_PERSONALIZATION on class CL_FPM_LIST_SETTINGS_VARIANT has no exception.
Method APPLY_CONFIGURATION Signature
Method APPLY_CONFIGURATION on class CL_FPM_LIST_SETTINGS_VARIANT has no parameter.
Method APPLY_CONFIGURATION on class CL_FPM_LIST_SETTINGS_VARIANT has no exception.
Method APPLY_FEEDER_COLUMN_DESCR Signature
Method APPLY_FEEDER_COLUMN_DESCR on class CL_FPM_LIST_SETTINGS_VARIANT has no parameter.
Method APPLY_FEEDER_COLUMN_DESCR on class CL_FPM_LIST_SETTINGS_VARIANT has no exception.
Method APPLY_FEEDER_COLUMN_USAGES Signature
Method APPLY_FEEDER_COLUMN_USAGES on class CL_FPM_LIST_SETTINGS_VARIANT has no parameter.
Method APPLY_FEEDER_COLUMN_USAGES on class CL_FPM_LIST_SETTINGS_VARIANT has no exception.
Method APPLY_PERSONALIZATION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_PERSONALIZATION | Call by reference | Type reference (TYPE) | IF_FPM_LIST_SETTINGS_STORE=>TY_S_PERSONALIZATION | 20110228 |
Method APPLY_PERSONALIZATION on class CL_FPM_LIST_SETTINGS_VARIANT has no exception.
Method CHECK_ACTIVE_STATE Signature
Method CHECK_ACTIVE_STATE on class CL_FPM_LIST_SETTINGS_VARIANT has no parameter.
Method CHECK_ACTIVE_STATE on class CL_FPM_LIST_SETTINGS_VARIANT has no exception.
Method CHECK_STATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_POSSIBLE_STATES | Call by reference | Type reference (TYPE) | STRING | 20110228 |
Method CHECK_STATE on class CL_FPM_LIST_SETTINGS_VARIANT has no exception.
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_FEEDER_SETTINGS | Value transfer | Object reference (TYPE REF TO) | IF_FPM_LIST_FEEDER_SETTINGS | 20110228 | ||||
| 2 | IR_CONFIGURATION | Value transfer | Object reference (TYPE REF TO) | IF_FPM_LIST_SETTINGS_STORE=>TY_S_CONFIGURATION | 20110228 | ||||
| 3 | IS_DERIVED_VARIANT | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20110228 | ||||
| 4 | IV_VARIANT_KEY | Call by reference | Type reference (TYPE) | STRING | 20110228 |
Method CONSTRUCTOR on class CL_FPM_LIST_SETTINGS_VARIANT has no exception.
Method CREATE_FOR_XML_GENERATOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_CONFIGURATION | Call by reference | Object reference (TYPE REF TO) | IF_FPM_LIST_SETTINGS_STORE=>TY_S_CONFIGURATION | 20130322 | ||||
| 2 | RO_VARIANT | Value transfer | Object reference (TYPE REF TO) | IF_FPM_LIST_SETTINGS_VARIANT | SettingsVariant : Adaption of Pers,Conf and Feeder | 20130322 |
Method CREATE_FOR_XML_GENERATOR on class CL_FPM_LIST_SETTINGS_VARIANT has no exception.
Method CREATE_VARIANT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_FEEDER_SETTINGS | Value transfer | Object reference (TYPE REF TO) | IF_FPM_LIST_FEEDER_SETTINGS | 20101104 | ||||
| 2 | IR_CONFIGURATION | Value transfer | Object reference (TYPE REF TO) | IF_FPM_LIST_SETTINGS_STORE=>TY_S_CONFIGURATION | 20101104 | ||||
| 3 | IS_DERIVED_VARIANT | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20101120 | ||||
| 4 | IV_VARIANT_KEY | Call by reference | Type reference (TYPE) | STRING | 20101104 | ||||
| 5 | RO_VARIANT | Value transfer | Object reference (TYPE REF TO) | CL_FPM_LIST_SETTINGS_VARIANT | 20101104 |
Method CREATE_VARIANT on class CL_FPM_LIST_SETTINGS_VARIANT has no exception.
Method DISPLAY_COLUMN_AT_POSITION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_COLUMN_NAME | Call by reference | Type reference (TYPE) | STRING | 20110228 | ||||
| 2 | IV_POSITION | Value transfer | Type reference (TYPE) | I | 20110228 |
Method DISPLAY_COLUMN_AT_POSITION on class CL_FPM_LIST_SETTINGS_VARIANT has no exception.
Method GET_COLUMN_RECORD Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_COLUMN_NAME | Call by reference | Type reference (TYPE) | STRING | 20110228 | ||||
| 2 | RS_COLUMN | Value transfer | Object reference (TYPE REF TO) | TY_S_COLUMN | 20110228 |
Method GET_COLUMN_RECORD on class CL_FPM_LIST_SETTINGS_VARIANT has no exception.
Method GET_PERSONALIZATION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_COLUMN_ATTRIBUTES | Call by reference | Type reference (TYPE) | IF_FPM_LIST_SETTINGS_CHNG_LOG=>TY_T_COLUMN_ATTRIBUTE | 20110228 | ||||
| 2 | IT_TABLE_ATTRIBUTES | Call by reference | Type reference (TYPE) | IF_FPM_LIST_SETTINGS_CHNG_LOG=>TY_T_ATTRIBUTE | 20110228 | ||||
| 3 | XS_PERSONALIZATION | Call by reference | Type reference (TYPE) | IF_FPM_LIST_SETTINGS_STORE=>TY_S_PERSONALIZATION | 20110228 |
Method GET_PERSONALIZATION on class CL_FPM_LIST_SETTINGS_VARIANT has no exception.
Method GET_UNSAVED_PERSONALIZATION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_ENTITIES_TO_GET | Call by reference | Type reference (TYPE) | TY_S_PERSONALIZATION_ENTITIES | 20110210 | ||||
| 2 | I_GET_ONLY_SPECIFIC_ENTITIES | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20110210 | ||||
| 3 | XS_PERSONALIZATION | Call by reference | Type reference (TYPE) | IF_FPM_LIST_SETTINGS_STORE=>TY_S_PERSONALIZATION | 20110210 | ||||
| 4 | XV_IS_DEFAULT_VARIANT | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_UNDEFINED | 20110210 |
Method GET_UNSAVED_PERSONALIZATION on class CL_FPM_LIST_SETTINGS_VARIANT has no exception.
Method GET_WIDTH Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_COLUMN_NAME | Call by reference | Type reference (TYPE) | STRING | 20110301 | ||||
| 2 | RV_WIDTH | Value transfer | Type reference (TYPE) | STRING | 20110301 |
Method GET_WIDTH on class CL_FPM_LIST_SETTINGS_VARIANT has no exception.
Method HIDE_COLUMN Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_COLUMN_NAME | Call by reference | Type reference (TYPE) | STRING | 20110228 |
Method HIDE_COLUMN on class CL_FPM_LIST_SETTINGS_VARIANT has no exception.
Method INITIALIZE_COLUMNS Signature
Method INITIALIZE_COLUMNS on class CL_FPM_LIST_SETTINGS_VARIANT has no parameter.
Method INITIALIZE_COLUMNS on class CL_FPM_LIST_SETTINGS_VARIANT has no exception.
Method LOG_CHANGE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_ATTRIBUTE_NAME | Call by reference | Type reference (TYPE) | STRING | 20110228 | ||||
| 2 | IV_CHANGE_SOURCE | Call by reference | Type reference (TYPE) | Y_CHANGE_SOURCE | C_CHANGE_SOURCE-CONSUMER | 20110228 | |||
| 3 | IV_COLUMN_NAME | Call by reference | Type reference (TYPE) | STRING | 20110228 | ||||
| 4 | IV_IS_SAVED | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20110228 | ||||
| 5 | IV_NEW_VALUE | Call by reference | Type reference (TYPE) | DATA | 20110228 |
Method LOG_CHANGE on class CL_FPM_LIST_SETTINGS_VARIANT has no exception.
Method MOVE_COLUMNS_TO_POSITION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_COLUMN_NAMES | Call by reference | Type reference (TYPE) | IF_FPM_LIST_SETTINGS_VARIANT=>TY_T_COLUMN_NAME | 20110901 | ||||
| 2 | IV_POSITION | Value transfer | Type reference (TYPE) | I | 20110901 |
Method MOVE_COLUMNS_TO_POSITION on class CL_FPM_LIST_SETTINGS_VARIANT has no exception.
Method ON_FEEDER_USAGE_CHANGED Signature
Method ON_FEEDER_USAGE_CHANGED on class CL_FPM_LIST_SETTINGS_VARIANT has no parameter.
Method ON_FEEDER_USAGE_CHANGED on class CL_FPM_LIST_SETTINGS_VARIANT has no exception.
Method ON_IMPLICIT_COL_WIDTHS_CHANGED Signature
Method ON_IMPLICIT_COL_WIDTHS_CHANGED on class CL_FPM_LIST_SETTINGS_VARIANT has no parameter.
Method ON_IMPLICIT_COL_WIDTHS_CHANGED on class CL_FPM_LIST_SETTINGS_VARIANT has no exception.
Method PROCESS_CHANGES Signature
Method PROCESS_CHANGES on class CL_FPM_LIST_SETTINGS_VARIANT has no parameter.
Method PROCESS_CHANGES on class CL_FPM_LIST_SETTINGS_VARIANT has no exception.
Method REMOVE_COLUMN Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_COLUMN_NAME | Call by reference | Type reference (TYPE) | STRING | 20110228 |
Method REMOVE_COLUMN on class CL_FPM_LIST_SETTINGS_VARIANT has no exception.
Method REMOVE_NOT_ALLOWED_SORT_RULES Signature
Method REMOVE_NOT_ALLOWED_SORT_RULES on class CL_FPM_LIST_SETTINGS_VARIANT has no parameter.
Method REMOVE_NOT_ALLOWED_SORT_RULES on class CL_FPM_LIST_SETTINGS_VARIANT has no exception.
Method RESET Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_PERSONALIZATION | Call by reference | Type reference (TYPE) | IF_FPM_LIST_SETTINGS_STORE=>TY_S_PERSONALIZATION | 20101119 | ||||
| 2 | IV_IS_DEFAULT_VARIANT | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20110208 | ||||
| 3 | IV_IS_READ_ONLY | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20101217 | ||||
| 4 | IV_VARIANT_DESCRIPTION | Call by reference | Type reference (TYPE) | STRING | 20101119 |
Method RESET on class CL_FPM_LIST_SETTINGS_VARIANT has no exception.
Method RESET_COLUMN_WIDTH_UTILITY Signature
Method RESET_COLUMN_WIDTH_UTILITY on class CL_FPM_LIST_SETTINGS_VARIANT has no parameter.
Method RESET_COLUMN_WIDTH_UTILITY on class CL_FPM_LIST_SETTINGS_VARIANT has no exception.
Method RESET_FROM_CLONE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_CLONE | Value transfer | Object reference (TYPE REF TO) | IF_FPM_LIST_SETTINGS_VARIANT | 20101126 | ||||
| 2 | RV_RESET_OK | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20101126 |
Method RESET_FROM_CLONE on class CL_FPM_LIST_SETTINGS_VARIANT has no exception.
Method RESTORE_COLUMN Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_COLUMN_NAME | Call by reference | Type reference (TYPE) | STRING | 20110228 |
Method RESTORE_COLUMN on class CL_FPM_LIST_SETTINGS_VARIANT has no exception.
Method SET_INITIAL_WIDTHS_ONE_LEVEL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | S_COLUMN_WIDTH_AND_VISIBILITY | Call by reference | Type reference (TYPE) | YS_COLUMN_WIDTH_AND_VISIBILITY | 20130214 |
Method SET_INITIAL_WIDTHS_ONE_LEVEL on class CL_FPM_LIST_SETTINGS_VARIANT has no exception.
Method SET_READ_ONLY_MODE Signature
Method SET_READ_ONLY_MODE on class CL_FPM_LIST_SETTINGS_VARIANT has no parameter.
Method SET_READ_ONLY_MODE on class CL_FPM_LIST_SETTINGS_VARIANT has no exception.
Method SET_VARIANT_SAVED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_ENTITIES_SAVED | Call by reference | Type reference (TYPE) | TY_S_PERSONALIZATION_ENTITIES | 20101129 | ||||
| 2 | I_ONLY_SPECIFIC_ENTITIES_SAVED | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20101129 |
Method SET_VARIANT_SAVED on class CL_FPM_LIST_SETTINGS_VARIANT has no exception.
Method SET_VARIANT_SAVED_AS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_ENTITIES_SAVED | Call by reference | Type reference (TYPE) | TY_S_PERSONALIZATION_ENTITIES | 20101129 | ||||
| 2 | IV_VARIANT_DESCRIPTION | Call by reference | Type reference (TYPE) | STRING | 20101124 | ||||
| 3 | IV_VARIANT_KEY | Call by reference | Type reference (TYPE) | STRING | 20101124 | ||||
| 4 | I_ONLY_SPECIFIC_ENTITIES_SAVED | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20101129 |
Method SET_VARIANT_SAVED_AS on class CL_FPM_LIST_SETTINGS_VARIANT has no exception.
Method SORT_COLUMNS_BY_POSITION Signature
Method SORT_COLUMNS_BY_POSITION on class CL_FPM_LIST_SETTINGS_VARIANT has no parameter.
Method SORT_COLUMNS_BY_POSITION on class CL_FPM_LIST_SETTINGS_VARIANT has no exception.
Method UPDATE_HIERARCHY_COLUMN Signature
Method UPDATE_HIERARCHY_COLUMN on class CL_FPM_LIST_SETTINGS_VARIANT has no parameter.
Method UPDATE_HIERARCHY_COLUMN on class CL_FPM_LIST_SETTINGS_VARIANT has no exception.
History
| Last changed by/on | SAP | 20141120 |
| SAP Release Created in | 703 |