Hierarchy

⤷

⤷

Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_FPM_LIST_SETTINGS_VARIANT | Central Runtime Model for Settings | 20101104 |
Properties
Interface | IF_FPM_LIST_SETTINGS_VARIANT | |
Short Description | SettingsVariant : Adaption of Pers,Conf and Feeder |
General Data
Package | APB_FPM_GUIBB | Generic UI building blocks |
Created | 20101104 | SAP |
Last changed | 20141121 | |
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 | IF_SALV_SERVICE_TYPES | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Interface IF_FPM_LIST_SETTINGS_VARIANT has no interface.
Friends
Interface IF_FPM_LIST_SETTINGS_VARIANT has no friend.
Attributes
Interface IF_FPM_LIST_SETTINGS_VARIANT has no attribute.
Methods
Events
Interface IF_FPM_LIST_SETTINGS_VARIANT has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TY_S_AGGREGATION_RULE | Public | Type reference (TYPE) | IF_SALV_SERVICE_TYPES=>YS_AGGREGATION_RULE | 20101104 | |
|
2 | TY_S_COLUMN | Public | Type reference (TYPE) | IF_FPM_LIST_SETTINGS_COLUMN=>TY_S_COLUMN | 20101104 | |
|
3 | TY_S_COLUMN_WIDTH | Public | See coding | 20110330 | begin of ty_s_column_width,
column_name type string,
width type string,
end of ty_s_column_width
|
||
4 | TY_S_FILTER_RULE | Public | Type reference (TYPE) | IF_SALV_SERVICE_TYPES=>YS_FILTER_RULE | 20101104 | |
|
5 | TY_S_FORMATTING_RULE | Public | See coding | 20140715 | begin of ty_s_formatting_rule,
rule type if_salv_service_types=>ys_formatting_rule,
style_properties type if_wd_custom_style=>t_style_properties,
end of ty_s_formatting_rule
|
||
6 | TY_S_SORT_RULE | Public | See coding | 20101104 | begin of ty_s_sort_rule,
column_name type string,
descending type abap_bool,
is_grouped type abap_bool,
aggr_column type string,
end of ty_s_sort_rule
|
||
7 | TY_T_AGGREGATION_RULE | Public | Type reference (TYPE) | IF_SALV_SERVICE_TYPES=>YT_AGGREGATION_RULE | 20101104 | |
|
8 | TY_T_COLUMN | Public | Type reference (TYPE) | IF_FPM_LIST_SETTINGS_COLUMN=>TY_T_COLUMN | 20101104 | |
|
9 | TY_T_COLUMN_NAME | Public | See coding | 20101104 | ty_t_column_name type standard table of string with default key
|
||
10 | TY_T_COLUMN_OBJ | Public | See coding | 20101104 | ty_t_column_obj type standard table of ref to if_fpm_list_settings_column
with default key
|
||
11 | TY_T_COLUMN_WIDTH | Public | See coding | 20110330 | ty_t_column_width type standard table of ty_s_column_width with default key
|
||
12 | TY_T_FILTER_RULE | Public | Type reference (TYPE) | IF_SALV_SERVICE_TYPES=>YT_FILTER_RULE | 20101104 | |
|
13 | TY_T_FORMATTING_RULE | Public | See coding | 20140715 | ty_t_formatting_rule type standard table of ty_s_formatting_rule
with key rule-column_name
|
||
14 | TY_T_O_COLUMN | Public | See coding | 20101115 | ty_t_o_column type standard table of ref to if_fpm_list_settings_column
with default key
|
||
15 | TY_T_SORT_RULE | Public | See coding | 20101104 | ty_t_sort_rule type standard table of ty_s_sort_rule with key column_name
|
Method Signatures
Method CLONE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RO_VARIANT | Value transfer | Object reference (TYPE REF TO) | IF_FPM_LIST_SETTINGS_VARIANT | 20101104 |
Method CLONE on Interface IF_FPM_LIST_SETTINGS_VARIANT has no exception.
Method CREATE_CHANGE_LOG Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RO_CHANGE_LOG | Value transfer | Object reference (TYPE REF TO) | IF_FPM_LIST_SETTINGS_CHNG_LOG | 20101104 |
Method CREATE_CHANGE_LOG on Interface IF_FPM_LIST_SETTINGS_VARIANT has no exception.
Method DESTROY Signature
Method DESTROY on Interface IF_FPM_LIST_SETTINGS_VARIANT has no parameter.
Method DESTROY on Interface IF_FPM_LIST_SETTINGS_VARIANT has no exception.
Method GET_AGGREGATION_RULES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RT_AGGREGATION_RULES | Value transfer | Type reference (TYPE) | IF_FPM_LIST_SETTINGS_VARIANT=>TY_T_AGGREGATION_RULE | 20101104 |
Method GET_AGGREGATION_RULES on Interface IF_FPM_LIST_SETTINGS_VARIANT has no exception.
Method GET_COLS_FOR_STARTUP_RENDERING Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_COLUMNS | Call by reference | Type reference (TYPE) | STRING_TABLE | Table of Strings | 20130213 |
Method GET_COLS_FOR_STARTUP_RENDERING on Interface IF_FPM_LIST_SETTINGS_VARIANT has no exception.
Method GET_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 | 20101104 | |||
2 | ![]() |
IV_INCLUSIVE_FINAL_INVISIBLE | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20101124 | |||
3 | ![]() |
RO_COLUMN | Value transfer | Object reference (TYPE REF TO) | IF_FPM_LIST_SETTINGS_COLUMN | 20101124 |
Method GET_COLUMN on Interface IF_FPM_LIST_SETTINGS_VARIANT has no exception.
Method GET_COLUMNS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RT_COLUMNS | Value transfer | Type reference (TYPE) | IF_FPM_LIST_SETTINGS_VARIANT=>TY_T_O_COLUMN | 20101104 |
Method GET_COLUMNS on Interface IF_FPM_LIST_SETTINGS_VARIANT has no exception.
Method GET_COLUMN_DESCRIPTORS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_FILL_WIDTHS | Value transfer | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20130304 | ||
2 | ![]() |
RT_COLUMN_DESCRIPTORS | Value transfer | Type reference (TYPE) | IF_FPM_LIST_SETTINGS_VARIANT=>TY_T_COLUMN | 20101104 |
Method GET_COLUMN_DESCRIPTORS on Interface IF_FPM_LIST_SETTINGS_VARIANT has no exception.
Method GET_FILTER_RULES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RT_FILTER_RULES | Value transfer | Type reference (TYPE) | IF_FPM_LIST_SETTINGS_VARIANT=>TY_T_FILTER_RULE | 20101104 |
Method GET_FILTER_RULES on Interface IF_FPM_LIST_SETTINGS_VARIANT has no exception.
Method GET_FIT_COLUMNS_TO_TABLE_WIDTH Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
FIT_COLUMNS_TO_TABLE_WIDTH | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20110207 |
Method GET_FIT_COLUMNS_TO_TABLE_WIDTH on Interface IF_FPM_LIST_SETTINGS_VARIANT has no exception.
Method GET_FORMATTING_RULES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RT_FORMATTING_RULES | Value transfer | Type reference (TYPE) | TY_T_FORMATTING_RULE | 20140721 |
Method GET_FORMATTING_RULES on Interface IF_FPM_LIST_SETTINGS_VARIANT has no exception.
Method GET_HIDE_COUNT_IN_GROUP_HEADER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_HIDE_COUNT_IN_GROUP_HEAD | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20140403 |
Method GET_HIDE_COUNT_IN_GROUP_HEADER on Interface IF_FPM_LIST_SETTINGS_VARIANT has no exception.
Method GET_HIDE_LABEL_IN_GROUP_HEADER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_HIDE_LABEL_IN_GROUP_HEAD | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20140225 |
Method GET_HIDE_LABEL_IN_GROUP_HEADER on Interface IF_FPM_LIST_SETTINGS_VARIANT has no exception.
Method GET_SEARCH_STATE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_SEARCH_OPEN | Value transfer | Type reference (TYPE) | FPMGB_SEARCH_STATE | Search State in List/Tree UIBB | 20130403 |
Method GET_SEARCH_STATE on Interface IF_FPM_LIST_SETTINGS_VARIANT has no exception.
Method GET_SORT_RULES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RT_SORT_RULES | Value transfer | Type reference (TYPE) | IF_FPM_LIST_SETTINGS_VARIANT=>TY_T_SORT_RULE | 20101104 |
Method GET_SORT_RULES on Interface IF_FPM_LIST_SETTINGS_VARIANT has no exception.
Method GET_VARIANT_DESCRIPTION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_VARIANT_DESCRIPTION | Value transfer | Type reference (TYPE) | STRING | 20101104 |
Method GET_VARIANT_DESCRIPTION on Interface IF_FPM_LIST_SETTINGS_VARIANT has no exception.
Method GET_VARIANT_KEY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_VARIANT_KEY | Value transfer | Type reference (TYPE) | STRING | 20101104 |
Method GET_VARIANT_KEY on Interface IF_FPM_LIST_SETTINGS_VARIANT has no exception.
Method GET_VISIBLE_COLUMNS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RT_COLUMNS | Value transfer | Type reference (TYPE) | IF_FPM_LIST_SETTINGS_VARIANT=>TY_T_O_COLUMN | 20101115 |
Method GET_VISIBLE_COLUMNS on Interface IF_FPM_LIST_SETTINGS_VARIANT has no exception.
Method GET_VISIBLE_COLUMN_ORDER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RT_VISIBLE_COLUMN_NAMES | Value transfer | Type reference (TYPE) | IF_FPM_LIST_SETTINGS_VARIANT=>TY_T_COLUMN_NAME | 20110216 |
Method GET_VISIBLE_COLUMN_ORDER on Interface IF_FPM_LIST_SETTINGS_VARIANT has no exception.
Method GET_VISIBLE_ROWS_COUNT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_VISIBLE_ROWS_COUNT | Value transfer | Type reference (TYPE) | I | 20101104 |
Method GET_VISIBLE_ROWS_COUNT on Interface IF_FPM_LIST_SETTINGS_VARIANT has no exception.
Method IS_DEFAULT_VARIANT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_DEFAULT_VARIANT | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20110207 |
Method IS_DEFAULT_VARIANT on Interface IF_FPM_LIST_SETTINGS_VARIANT has no exception.
Method IS_DERIVED_VARIANT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_DERIVED_VARIANT | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20101120 |
Method IS_DERIVED_VARIANT on Interface IF_FPM_LIST_SETTINGS_VARIANT has no exception.
Method IS_MODIFIED_NOT_SAVED Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_MODIFIED_NOT_SAVED | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20101220 |
Method IS_MODIFIED_NOT_SAVED on Interface IF_FPM_LIST_SETTINGS_VARIANT has no exception.
Method IS_READ_ONLY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_READ_ONLY | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20101220 |
Method IS_READ_ONLY on Interface IF_FPM_LIST_SETTINGS_VARIANT has no exception.
Method IS_VALID Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_VALID | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20101105 |
Method IS_VALID on Interface IF_FPM_LIST_SETTINGS_VARIANT has no exception.
Method SET_AGGREGATION_RULES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_AGGREGATION_RULES | Call by reference | Type reference (TYPE) | TY_T_AGGREGATION_RULE | 20101104 |
Method SET_AGGREGATION_RULES on Interface IF_FPM_LIST_SETTINGS_VARIANT has no exception.
Method SET_COLUMN_WIDTHS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_COLUMN_WIDTHS | Call by reference | Type reference (TYPE) | TY_T_COLUMN_WIDTH | 20110330 |
Method SET_COLUMN_WIDTHS on Interface IF_FPM_LIST_SETTINGS_VARIANT has no exception.
Method SET_DEFAULT_VARIANT_FLAG Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_DEFAULT_VARIANT | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20110207 |
Method SET_DEFAULT_VARIANT_FLAG on Interface IF_FPM_LIST_SETTINGS_VARIANT has no exception.
Method SET_FILTER_RULES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_FILTER_RULES | Call by reference | Type reference (TYPE) | TY_T_FILTER_RULE | 20101104 |
Method SET_FILTER_RULES on Interface IF_FPM_LIST_SETTINGS_VARIANT has no exception.
Method SET_FIT_COLUMNS_TO_TABLE_WIDTH Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
FIT_COLUMNS_TO_TABLE_WIDTH | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20110207 |
Method SET_FIT_COLUMNS_TO_TABLE_WIDTH on Interface IF_FPM_LIST_SETTINGS_VARIANT has no exception.
Method SET_FORMATTING_RULES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_FORMATTING_RULES | Call by reference | Type reference (TYPE) | TY_T_FORMATTING_RULE | 20140718 |
Method SET_FORMATTING_RULES on Interface IF_FPM_LIST_SETTINGS_VARIANT has no exception.
Method SET_HIDE_COUNT_IN_GROUP_HEADER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_HIDE_COUNT_IN_GROUP_HEADER | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20140403 |
Method SET_HIDE_COUNT_IN_GROUP_HEADER on Interface IF_FPM_LIST_SETTINGS_VARIANT has no exception.
Method SET_HIDE_LABEL_IN_GROUP_HEADER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_HIDE_LABEL_IN_GROUP_HEADER | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20140225 |
Method SET_HIDE_LABEL_IN_GROUP_HEADER on Interface IF_FPM_LIST_SETTINGS_VARIANT has no exception.
Method SET_SEARCH_STATE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_SEARCH_STATE | Value transfer | Type reference (TYPE) | FPMGB_SEARCH_STATE | Search State in List/Tree UIBB | 20130403 |
Method SET_SEARCH_STATE on Interface IF_FPM_LIST_SETTINGS_VARIANT has no exception.
Method SET_SORT_RULES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_SORT_RULES | Call by reference | Type reference (TYPE) | TY_T_SORT_RULE | 20101104 |
Method SET_SORT_RULES on Interface IF_FPM_LIST_SETTINGS_VARIANT has no exception.
Method SET_VISIBLE_COLUMN_ORDER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_VISIBLE_COLUMN_NAMES | Call by reference | Type reference (TYPE) | IF_FPM_LIST_SETTINGS_VARIANT=>TY_T_COLUMN_NAME | 20110216 |
Method SET_VISIBLE_COLUMN_ORDER on Interface IF_FPM_LIST_SETTINGS_VARIANT has no exception.
Method SET_VISIBLE_ROWS_COUNT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_VISIBLE_ROWS_COUNT | Value transfer | Type reference (TYPE) | I | 20101104 |
Method SET_VISIBLE_ROWS_COUNT on Interface IF_FPM_LIST_SETTINGS_VARIANT has no exception.
History
Last changed by/on | SAP | 20141121 |
SAP Release Created in | 703 |