SAP ABAP Interface IF_FPM_LIST_TYPES (Contains List UIBB 2 related types and constants)
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_TYPES | |
Short Description | Contains List UIBB 2 related types and constants |
General Data
Package | APB_FPM_GUIBB | Generic UI building blocks |
Created | 20100907 | SAP |
Last changed | 20141120 | |
Unicode checks active |
Forward declarations
Interface IF_FPM_LIST_TYPES has no forward declaration.
Interfaces
Interface IF_FPM_LIST_TYPES has no interface.
Friends
Interface IF_FPM_LIST_TYPES has no friend.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | CS_CELL_EDITOR_RENDERER_PARAM | Constant | Public | See coding | 20100907 | ||||
2 | CS_EXCEL_EXPORT_DISPLAY_TYPE | Constant | Public | See coding | 20101012 | ||||
3 | CS_FIRST_VISIBLE_ROW_ACTIONS | Constant | Public | See coding | 20111207 | ||||
4 | CS_FOCUS_ACTIONS | Constant | Public | See coding | 20111207 | ||||
5 | CS_HEIGHT_MODE_ATS | Constant | Public | See coding | 20101129 | ||||
6 | CS_LIST_ATTRIBUTE_INTERNAL | Constant | Public | See coding | 20110124 | ||||
7 | CS_LIST_RENDER_STYLE | Constant | Public | See coding | 20130827 | ||||
8 | CS_P13N_DISPLAY_TYPE | Constant | Public | See coding | 20110211 | ||||
9 | CS_RENDERER_PARAM | Constant | Public | See coding | 20100907 | ||||
10 | CS_SCROLL_MODE | Constant | Public | See coding | 20110325 | ||||
11 | CS_SEARCH_DISPLAY_TYPE | Constant | Public | See coding | 20130321 | ||||
12 | CS_SELECTION_CHANGE_BEHAVIOUR | Constant | Public | See coding | 20130827 | ||||
13 | CS_SELECTION_MODE | Constant | Public | See coding | 20130827 | ||||
14 | CS_SEL_EVENT_TYPE | Constant | Public | See coding | 20130827 | ||||
15 | CS_SETTINGS_ALLOW_CALCULATION | Constant | Public | See coding | 20101129 | ||||
16 | CS_SETTINGS_ALLOW_FILTERING | Constant | Public | See coding | 20101129 | ||||
17 | CS_SETTINGS_ALLOW_GROUPING | Constant | Public | See coding | 20110201 | ||||
18 | CS_SETTINGS_ALLOW_NEW_VIEWS | Constant | Public | See coding | 20101129 | ||||
19 | CS_SETTINGS_ALLOW_SORTING | Constant | Public | See coding | 20101129 | ||||
20 | CS_SETTINGS_ALLOW_SORT_GROUP | Constant | Public | See coding | 20120126 | ||||
21 | CS_TABLE_GRID_MODE | Constant | Public | See coding | 20130827 | ||||
22 | CS_TOOLBAR_RENDERER_PARAM | Constant | Public | See coding | 20100907 |
Methods
Interface IF_FPM_LIST_TYPES has no method.
Events
Interface IF_FPM_LIST_TYPES has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | YS_BUTTON_CHOICE | Public | See coding | 20100907 | begin of ys_button_choice,
event_id type fpm_event_id,
text type string,
tt type string,
index type i,
pathes type ys_toolbar_binding_path,
node_name type string,
event_params type string,
fpm_primary_attr type FPM_ELEMENT_ID,
ui_elem_id type string,
has_separator type fpm_add_separator,
end of ys_button_choice
|
||
2 | YS_BUTTON_ROW_ELEMENT | Public | See coding | 20100907 | begin of ys_button_row_element,
event_id type fpm_event_id,
display_type type fpmgb_display_type,
text type string,
explanation_text type fpm_explanation,
bc_root_text type string,
ui_elem_id type string,
choices type yt_button_choice,
pathes type ys_toolbar_binding_path,
index type i,
node_name type string,
spec_props type string,
event_params type string,
tooltip type string,
width type string,
ctxt_menu_id type fpm_ctxt_menu_id,
context_element type ref to if_wd_context_element,
is_used_twice type abap_bool,
is_virtual type abap_bool, "only used in context menus
hide_text type abap_bool,
text_source type string, " RAT
end of ys_button_row_element
|
||
3 | YS_CELL_EDITOR_RENDERER_PARAM | Public | See coding | 20100907 | begin of ys_cell_editor_renderer_param,
item_id type string,
result_node_path type string,
field_description type fpmgb_s_listfield_descr,
special_properties type fpmgb_s_special_properties,
target_view type ref to if_wd_view,
end of ys_cell_editor_renderer_param
|
||
4 | YS_COLUMN | Public | See coding | 20100907 | begin of ys_column,
name type name_komp,
display_type type fpmgb_display_type,
text type string,
ui_elem_id type string,
ui_elem_id_caption type string,
width type string,
tag_active type fpmgb_tag_active,
tag type fpm_tag_name,
tooltip type wdy_conf_transl_text,
tooltip_header type wdy_conf_transl_text,
ctxt_menu_id type fpm_ctxt_menu_id,
visibility type fpmgb_column_visibility,
fpm_event_id type fpm_event_id,
is_action_col type abap_bool,
index type sytabix,
is_visible type abap_bool,
fixed_position type wdui_table_column_fixed_pos,
s_special_properties type fpmgb_s_special_properties,
configured_header_text type string,
action_name type fpm_event_id,
action_type type fpm_action_type,
action_parameter type string,
reference_field_name type name_komp,
reference_field_type type wdr_context_attribute_info-reference_field_type,
is_sort_allowed type abap_bool,
is_filter_allowed type abap_bool,
is_aggregation_allowed type abap_bool,
t_aggr_supported_functions type if_salv_service_types=>yt_function_code,
r_field_descr type ref to fpmgb_s_listfield_descr,
is_rendered type abap_bool,
end of ys_column
|
||
5 | YS_COLUMN_WIDTH | Public | See coding | 20110301 | begin of ys_column_width,
column_name type string,
width type i,
end of ys_column_width
|
||
6 | YS_DRAG_DROP | Public | See coding | 20110223 | begin of ys_drag_drop,
type type string,
enabled type wdy_boolean,
tags type fpmgb_dnd_tags,
scope type fpmgb_dnd_scope,
override type wdy_boolean,
end of ys_drag_drop
|
||
7 | YS_FEEDER | Public | See coding | 20100921 | begin of ys_feeder,
name type seoclsname,
feeder type ref to if_fpm_guibb,
itab_feeder type ref to if_fpm_guibb_list,
generic_feeder type ref to if_fpm_list_generic_feeder,
is_extended type abap_bool,
feeder_ext type ref to if_fpm_guibb_list_ext,
is_model type abap_bool,
is_enhancement_access type abap_bool,
is_ctxt_menu type abap_bool,
is_dynamic_action_menu type abap_bool,
is_quickview_source type boole_d,
is_ida type abap_bool,
end of ys_feeder
|
||
8 | YS_INSERT_POSITION | Public | See coding | 20120903 | begin of ys_insert_position,
index type sytabix,
insert_before type abap_bool,
end of ys_insert_position
|
||
9 | YS_ROW_ACTION | Public | See coding | 20100907 | begin of ys_row_action,
fpm_event_id type fpm_event_id,
text type string,
tooltip type string,
image_source type string,
event_params_xml type string,
action_type type fpm_action_type,
index type wdy_conf_index,
ctxt_menu_id type fpm_ctxt_menu_id,
hide_text type fpm_hide_text,
end of ys_row_action
|
||
10 | YS_TABLE_PROPS | Public | See coding | 20101007 | begin of ys_table_props,
amount_of_cols type i,
amount_of_rows type i,
update type boole_d,
drag_drop type boole_d,
drop_on_row type boole_d,
end of ys_table_props
|
||
11 | YS_TOOLBAR_BINDING_PATH | Public | See coding | 20100907 | begin of ys_toolbar_binding_path,
enabled type string,
visible type string,
visible_bc_items type string,
toggle_state type string,
bc_root_enabled type string,
text type string,
bc_root_text type string,
tooltip type string,
imagesrc type string,
input type string,
key type string,
end of ys_toolbar_binding_path
|
||
12 | YS_TOOLBAR_ITEM_RENDERER_PARAM | Public | See coding | 20100907 | begin of ys_toolbar_item_renderer_param,
item_id type string,
button_row_element type ys_button_row_element,
special_properties type fpmgb_s_special_properties,
action_definition type fpmgb_s_actiondef,
target_view type ref to if_wd_view,
end of ys_toolbar_item_renderer_param
|
||
13 | YT_ACTION | Public | See coding | 20101130 | yt_action type hashed table of y_action with unique default key
|
||
14 | YT_BUTTON_CHOICE | Public | See coding | 20100907 | yt_button_choice type standard table of ys_button_choice with default key
|
||
15 | YT_BUTTON_ROW_ELEMENT | Public | See coding | 20100907 | yt_button_row_element type standard table of ys_button_row_element with default key
|
||
16 | YT_COLUMN | Public | See coding | 20100907 | yt_column type standard table of ys_column with default key
|
||
17 | YT_COLUMN_NAME | Public | See coding | 20110301 | yt_column_name type table of string with default key
|
||
18 | YT_COLUMN_WIDTH | Public | See coding | 20110301 | yt_column_width type table of ys_column_width with default key
|
||
19 | YT_DRAG_DROP | Public | See coding | 20110223 | yt_drag_drop type standard table of ys_drag_drop
|
||
20 | YT_ROW_ACTION | Public | See coding | 20100907 | yt_row_action type standard table of ys_row_action with default key
|
||
21 | Y_ACTION | Public | Type reference (TYPE) | STRING | 20101130 | |
History
Last changed by/on | SAP | 20141120 |
SAP Release Created in | 703 |