SAP ABAP Interface IF_FPM_LIST_FEEDER_SETTINGS (Settings done by Feeder)
Hierarchy
☛
SAP_UI (Software Component) User Interface Technology
⤷
BC-WD-CMP-FPM (Application Component) Floorplan Manager Web Dynpro ABAP
⤷
APB_FPM_GUIBB (Package) Generic UI building blocks

⤷

⤷

Properties
Interface | IF_FPM_LIST_FEEDER_SETTINGS | |
Short Description | Settings done by Feeder |
General Data
Package | APB_FPM_GUIBB | Generic UI building blocks |
Created | 20101104 | SAP |
Last changed | 20130531 | SAP |
Unicode checks active |
Forward declarations
Interface IF_FPM_LIST_FEEDER_SETTINGS has no forward declaration.
Interfaces
Interface IF_FPM_LIST_FEEDER_SETTINGS has no interface.
Friends
Interface IF_FPM_LIST_FEEDER_SETTINGS has no friend.
Attributes
Interface IF_FPM_LIST_FEEDER_SETTINGS has no attribute.
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | 20101108 | |
2 | ![]() |
Instance method | Public | Method | 20101108 | |
3 | ![]() |
Instance method | Public | Method | 20110302 | |
4 | ![]() |
Instance method | Public | Method | 20101130 |
Events
# | Event | Type | Visibility | Description | Created on |
---|---|---|---|---|---|
1 | IMPLICIT_COLUMN_WIDTHS_CHANGED | Instance Event (0) |
Public (2) |
20110302 | |
2 | USAGE_CHANGED | Instance Event (0) |
Public (2) |
20110907 |
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TY_S_COLUMN_DESCRIPTION | Public | See coding | 20101108 | begin of ty_s_column_description,
column_name type string,
is_visible type abap_bool,
width type string,
is_sort_allowed type abap_bool,
is_filter_allowed type abap_bool,
is_aggregation_allowed type abap_bool,
is_technical type abap_bool, " may not be unhidden
t_aggr_supported_functions type if_salv_service_types=>yt_function_code,
end of ty_s_column_description
|
||
2 | TY_S_COLUMN_USAGE | Public | See coding | 20101108 | begin of ty_s_column_usage,
column_name type string,
is_visible type abap_bool,
end of ty_s_column_usage
|
||
3 | TY_T_COLUMN_DESCRIPTION | Public | See coding | 20101108 | ty_t_column_description type standard table of ty_s_column_description
with key column_name
|
||
4 | TY_T_COLUMN_USAGE | Public | See coding | 20101108 | ty_t_column_usage type standard table of ty_s_column_usage with key column_name
|
Method Signatures
Method GET_COLUMN_DESCRIPTIONS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RT_COLUMN_DESCRIPTIONS | Value transfer | Type reference (TYPE) | IF_FPM_LIST_FEEDER_SETTINGS=>TY_T_COLUMN_DESCRIPTION | 20101108 |
Method GET_COLUMN_DESCRIPTIONS on Interface IF_FPM_LIST_FEEDER_SETTINGS has no exception.
Method GET_COLUMN_USAGES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RT_COLUMN_USAGES | Value transfer | Type reference (TYPE) | IF_FPM_LIST_FEEDER_SETTINGS=>TY_T_COLUMN_USAGE | 20101108 |
Method GET_COLUMN_USAGES on Interface IF_FPM_LIST_FEEDER_SETTINGS has no exception.
Method GET_IMPLICIT_COLUMN_WIDTHS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RT_COLUMN_WIDTHS | Value transfer | Type reference (TYPE) | IF_FPM_LIST_TYPES=>YT_COLUMN_WIDTH | 20110302 |
Method GET_IMPLICIT_COLUMN_WIDTHS on Interface IF_FPM_LIST_FEEDER_SETTINGS has no exception.
Method GET_STRUCTURE_DESCRIPTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RO_STRUCTURE_DESCRIPTOR | Value transfer | Object reference (TYPE REF TO) | CL_ABAP_STRUCTDESCR | 20101130 |
Method GET_STRUCTURE_DESCRIPTOR on Interface IF_FPM_LIST_FEEDER_SETTINGS has no exception.
Event Signatures
Event IMPLICIT_COLUMN_WIDTHS_CHANGED Signature
Event IMPLICIT_COLUMN_WIDTHS_CHANGED on Interface IF_FPM_LIST_FEEDER_SETTINGS has no parameter.
Event USAGE_CHANGED Signature
Event USAGE_CHANGED on Interface IF_FPM_LIST_FEEDER_SETTINGS has no parameter.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 703 |