SAP ABAP Class CL_FPM_LIST_CONFIG_WRITER (Configuration Writer for List GUIBB)
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
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_FPM_CONFIG_WRITER Configuration Rerader for OIF 20090901
Properties
Class CL_FPM_LIST_CONFIG_WRITER  
Short Description Configuration Writer for List GUIBB    
Super Class CL_FPM_CONFIG_WRITER Configuration Rerader for OIF 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package APB_FPM_GUIBB   Generic UI building blocks 
Created 20090901   SAP 
Last change 20141120    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 CL_FPM_CONFIG_WRITER Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
2 CL_FPM_FORM_CONFIG_WRITER Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
3 CL_FPM_LIST_CONFIG_WRITER Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
4 CL_FPM_OIF_CONFIG_WRITER Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
5 IF_FPM_OIF Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
Class CL_FPM_LIST_CONFIG_WRITER has no interface implemented.
Friends
Class CL_FPM_LIST_CONFIG_WRITER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MT_BUTTON_ROW_ELEMENT Instance attribute Private Type reference (TYPE) TY_T_LIST_BR_ELEMENTS_INT 20110404
2 MT_COLUMN Instance attribute Private Type reference (TYPE) TY_T_COLUMNS_INT 20110112
3 MV_NODE_ID Instance attribute Private Type reference (TYPE) STRING 20101202
4 MV_ROOT_PATH Instance attribute Private Type reference (TYPE) STRING 20101202
Methods
# Method Level Visibility Method type Description Created on
1 ADD_BUTTON_ROW_ELEMENT Instance method Public Method Add a mainviews for a given variant 20090901
2 ADD_BUTTON_ROW_ELEM_ACTION Instance method Public Method Add a mainviews for a given variant 20090901
3 ADD_COLUMN Instance method Public Method 20090902
4 ADD_COLUMN_ACTION Instance method Public Method 20110112
5 ADD_CTXT_MENU Instance method Public Method Add a context menu 20111221
6 ADD_CTXT_MENU_ITEM Instance method Public Method 20111221
7 ADD_DRAG_AND_DROP Instance method Public Method 20090902
8 ADD_PARAMETER Instance method Public Method Add actions 20090901
9 ADD_QUICKVIEW Instance method Public Method 20120308
10 ADD_ROW_ACTIONS Instance method Public Method Add row actions 20101202
11 CHECK Instance method Public Method 20090901
12 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20090901
13 GET_BUTTON_ROW Instance method Private Method 20110404
14 GET_BUTTON_ROW_ELEMENT Instance method Private Method 20110404
15 GET_COLUMN_PATH Instance method Private Method 20110112
16 READ_COLUMN Instance method Private Method 20110112
17 SAVE Instance method Public Method 20090901
18 SET_ATTRIBUTES Instance method Public Method 20090901
19 SET_DROP Instance method Public Method Add support drop 20090901
20 SET_SETTINGS Instance method Public Method 20090902
Events
Class CL_FPM_LIST_CONFIG_WRITER has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_S_BUTTON Public See coding 20090901 begin of ty_s_button, type_of_button type string, label type string, function type string, screen type fpm_floorplan_state, element_id type string, other_function_index type string, design type wdui_button_design, enabled type boole_d, explanation type string, on_action type string, text type string, tooltip type string, visibility type wdui_visibility, default_button type boole_d, hotkey type fpm_hotkey, action_type type fpm_action_type, event_id type fpm_event_id, role type string, instance type string, end of ty_s_button
2 TY_S_BUTTON_ROW_INT Private See coding 20110404 BEGIN OF ty_s_button_row_int, path TYPE string, END OF ty_s_button_row_int
3 TY_S_CHOICE Public See coding 20090901 begin of ty_s_choice, type_of_button type string, label type string, enabled type boole_d, visibility type wdui_visibility, event_id type fpm_event_id, action_type type fpm_action_type, end of ty_s_choice
4 TY_S_COLUMNS Public See coding 20090902 begin of ty_s_columns , name type name_komp, display_type type fpmgb_display_type, index type wdy_conf_index, header type wdy_conf_transl_text, element_id type fpm_element_id, special_parameters type string, width type fpmgb_ui_element_width, tag_active type fpmgb_tag_active, tag type fpm_tag_name, ctxt_menu_id type fpm_ctxt_menu_id, end of ty_s_columns
5 TY_S_COLUMNS_INT Private See coding 20110112 begin of ty_s_columns_int. include TYPE ty_s_columns. types: path type string, end of ty_s_columns_int
6 TY_S_COLUMN_ACTION Public See coding 20110112 begin of ty_s_column_action, event_id type fpm_event_id, event_parameters type string, end of ty_s_column_action
7 TY_S_DRAG_AND_DROP Public See coding 20090902 begin of ty_s_drag_and_drop , type type string, enabled type boole_d, tags type string, scope type string, name type string, end of ty_s_drag_and_drop
8 TY_S_GROUPS Public See coding 20090901 begin of ty_s_groups , title type wdy_conf_transl_text, index type wdy_conf_index, group_type type fpmgb_group_type, element_id type fpm_element_id, location type fpm_location, end of ty_s_groups
9 TY_S_LIST_ACTION Public See coding 20090902 begin of ty_s_list_action, id type fpm_action_id, event_id type fpm_event_id, action_type type fpm_action_type, end of ty_s_list_action
10 TY_S_LIST_BR_ELEMENTS Public See coding 20090902 begin of ty_s_list_br_elements, display_type type fpmgb_display_type, index type wdy_conf_index, text type wdy_conf_transl_text, element_id type string, special_properties type string, tooltip type wdy_conf_transl_text, width type fpmgb_ui_element_width, ctxt_menu_id type fpm_ctxt_menu_id, end of ty_s_list_br_elements
11 TY_S_LIST_BR_ELEMENTS_INT Private See coding 20110404 begin of ty_s_list_br_elements_int. include TYPE ty_s_list_br_elements. types: path type string, end of ty_s_list_br_elements_int
12 TY_S_LIST_BR_ELEMENT_ACTION Public See coding 20090902 begin of ty_s_list_br_element_action , event_id type fpm_event_id, text type string, index type wdy_conf_index, action_type type fpm_action_type, event_parameters type string, end of ty_s_list_br_element_action
13 TY_S_ROW_ACTIONS Public See coding 20101202 begin of ty_s_row_actions, element_id type fpm_element_id, event_id type fpm_event_id, text type wdy_conf_transl_text, tooltip type wdy_conf_transl_text, image_source type string, event_parameters type string, action_type type fpm_action_type, index type wdy_conf_index, end of ty_s_row_actions
14 TY_S_SUBVIEW Public See coding 20090901 begin of ty_s_subview, id type fpm_subview_id, name type fpm_subview_name, index type fpm_index, layout_type type fpm_layout_type, hidden type fpm_hidden, end of ty_s_subview
15 TY_S_TOOLBAR Public See coding 20090901 begin of ty_s_toolbar, duplicate type fpm_duplicate_toolbar, is_configured type wdy_boolean, end of ty_s_toolbar
16 TY_S_UIBB_EXT Public See coding 20090901 begin of ty_s_uibb_ext, component type string, interface_view type string, config_id type wdy_config_id, config_type type wdy_config_type, config_var type wdy_config_var, needs_stretching type fpm_needs_stretching, location type fpm_location, index type fpm_index, fpm_primary_attribute type fpm_element_id, hidden type fpm_hidden, end of ty_s_uibb_ext
17 TY_S_UIBB_KEY Public See coding 20090901 begin of ty_s_uibb_key, component type string, interface_view type string, config_id type wdy_config_id, config_type type wdy_config_type, end of ty_s_uibb_key
18 TY_S_WIRE Public See coding 20090901 begin of ty_s_wire, component type fpm_s_wire-src_component, config_id type fpm_s_wire-config_id, config_type type fpm_s_wire-config_type, config_var type fpm_s_wire-config_var, src_component type fpm_s_wire-src_component, src_config_id type fpm_s_wire-src_config_id, src_config_type type fpm_s_wire-src_config_type, src_config_var type fpm_s_wire-src_config_var, port_type type fpm_s_wire-src_config_var, port_identifier type fpm_s_wire-port_identifier, connector type fpm_s_wire-connector, dependency_param type fpm_s_wire-dependency_param, end of ty_s_wire
19 TY_S_WIRE_MODEL Public See coding 20090901 begin of ty_s_wire_model, transaction type fpm_wire_model_transaction, end of ty_s_wire_model
20 TY_T_BUTTONS Public See coding 20090901 ty_t_buttons type standard table of ty_s_button with default key
21 TY_T_BUTTON_ROW_INT Private See coding 20110404 ty_t_button_row_int TYPE STANDARD TABLE OF ty_s_button_row_int
22 TY_T_CHOICE Public See coding 20090901 ty_t_choice type standard table of ty_s_choice
23 TY_T_COLUMNS Public See coding 20090902 ty_t_columns type standard table of ty_s_columns
24 TY_T_COLUMNS_INT Private See coding 20110112 ty_t_columns_int TYPE STANDARD TABLE OF ty_s_columns_int
25 TY_T_COLUMN_ACTION Public See coding 20110112 ty_t_column_action type standard table of ty_s_column_action
26 TY_T_DRAG_AND_DROP Public See coding 20090902 ty_t_drag_and_drop type standard table of ty_s_drag_and_drop
27 TY_T_GROUPS Public See coding 20090901 ty_t_groups type standard table of ty_s_groups
28 TY_T_LIST_ACTION Public See coding 20090902 ty_t_list_action type sorted table of ty_s_list_action with unique key id
29 TY_T_LIST_BR_ELEMENTS Public See coding 20090902 ty_t_list_br_elements type standard table of ty_s_list_br_elements
30 TY_T_LIST_BR_ELEMENTS_ACTION Public See coding 20090902 ty_t_list_br_elements_action type standard table of ty_s_list_br_element_action
31 TY_T_LIST_BR_ELEMENTS_INT Private See coding 20110404 ty_t_list_br_elements_int TYPE STANDARD TABLE OF ty_s_list_br_elements_int
32 TY_T_ROW_ACTIONS Public See coding 20101202 ty_t_row_actions type standard table of ty_s_row_actions
33 TY_T_SUBVIEW Public See coding 20090901 ty_t_subview type standard table of ty_s_subview
34 TY_T_UIBB_EXT Public See coding 20090901 ty_t_uibb_ext type standard table of ty_s_uibb_ext
35 TY_T_WIRES Public See coding 20090901 ty_t_wires type standard table of ty_s_wire
36 TY_T_WIRE_MODEL Public See coding 20090901 ty_t_wire_model type standard table of ty_s_wire_model
Method Signatures

Method ADD_BUTTON_ROW_ELEMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_BUTTON_ROW_ELEMENTS Call by reference Type reference (TYPE) CL_FPM_LIST_CONFIG_WRITER=>TY_T_LIST_BR_ELEMENTS 20110404
2 Importing IT_BUTTON_ROW_ELEMENTS Call by reference Type reference (TYPE) CL_FPM_LIST_CONFIG_WRITER=>TY_T_LIST_BR_ELEMENTS 20090901
# Exception Resumable Description Created on
1 CX_WD_PERSONALIZATION Floorplan exceptions 20090907

Method ADD_BUTTON_ROW_ELEM_ACTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_BUTTON_ROW_ELEM_ACTIONS Call by reference Type reference (TYPE) CL_FPM_LIST_CONFIG_WRITER=>TY_T_LIST_BR_ELEMENTS_ACTION 20090901
2 Importing IV_BUTTON_ROW_ELEM_INDEX Call by reference Type reference (TYPE) I 20090901
# Exception Resumable Description Created on
1 CX_WD_PERSONALIZATION Floorplan exceptions 20090907

Method ADD_COLUMN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_COLUMNS Call by reference Type reference (TYPE) CL_FPM_LIST_CONFIG_WRITER=>TY_T_COLUMNS 20110112
2 Importing IT_COLUMNS Call by reference Type reference (TYPE) CL_FPM_LIST_CONFIG_WRITER=>TY_T_COLUMNS 20090902
# Exception Resumable Description Created on
1 CX_WD_PERSONALIZATION Floorplan exceptions 20090907

Method ADD_COLUMN_ACTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_COLUMN_ACTION Call by reference Type reference (TYPE) TY_S_COLUMN_ACTION 20110112
2 Importing IV_COLUMN_ID Call by reference Type reference (TYPE) FPM_ELEMENT_ID FPM: Element ID 20110112

Method ADD_COLUMN_ACTION on class CL_FPM_LIST_CONFIG_WRITER has no exception.

Method ADD_CTXT_MENU Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_CTXT_MENU Call by reference Type reference (TYPE) CL_FPM_CONFIG_WRITER=>TY_T_CTXT_MENU 20111221
# Exception Resumable Description Created on
1 CX_WD_PERSONALIZATION Personalization Error 20111221

Method ADD_CTXT_MENU_ITEM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_CTXT_MENU_ITEMS Call by reference Type reference (TYPE) CL_FPM_CONFIG_WRITER=>TY_T_CTXT_MENU_ITEM 20111221
2 Importing IV_CTXT_MENU_ID Call by reference Type reference (TYPE) FPM_CTXT_MENU_ID Context Menu ID 20111221
# Exception Resumable Description Created on
1 CX_WD_PERSONALIZATION Personalization Error 20111221

Method ADD_DRAG_AND_DROP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_DRAG_AND_DROPS Call by reference Type reference (TYPE) CL_FPM_LIST_CONFIG_WRITER=>TY_T_DRAG_AND_DROP 20090902
# Exception Resumable Description Created on
1 CX_WD_PERSONALIZATION Floorplan exceptions 20090907

Method ADD_PARAMETER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_PARAMETER Call by reference Type reference (TYPE) CL_FPM_CONFIG_WRITER=>TY_T_PARAMETER 20090901
# Exception Resumable Description Created on
1 CX_WD_PERSONALIZATION Floorplan exceptions 20090907

Method ADD_QUICKVIEW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_QUICKVIEW Call by reference Type reference (TYPE) CL_FPM_CONFIG_WRITER=>TY_T_QUICKVIEW 20120308
# Exception Resumable Description Created on
1 CX_FPM_FLOORPLAN Floorplan exceptions 20120308

Method ADD_ROW_ACTIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_ROW_ACTIONS Call by reference Type reference (TYPE) TY_T_ROW_ACTIONS 20101202
# Exception Resumable Description Created on
1 CX_WD_PERSONALIZATION Floorplan exceptions 20101202

Method CHECK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGES Call by reference Type reference (TYPE) FPM_T_T100_MESSAGES Messages exported to be dispalyed in popup 20090901
2 Exporting EV_ERROR Call by reference Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20090901

Method CHECK on class CL_FPM_LIST_CONFIG_WRITER has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_APPL_WRITER Call by reference Object reference (TYPE REF TO) IF_WD_CONFIG_APPL_MODIFIER Write Interface for Application Configuration 20090901
2 Importing IR_COMP_READER Call by reference Object reference (TYPE REF TO) IF_WD_CONFIG_COMP_READER Read Interface for the Component Configuration 20090901
3 Importing IR_COMP_WRITER Call by reference Object reference (TYPE REF TO) IF_WD_CONFIG_COMP_MODIFIER Write Interface for the Component Configuration 20090901
4 Importing IR_CONFIG_TOOL_COMP Call by reference Object reference (TYPE REF TO) IF_WD_CONFIG_TOOL_COMP API Configuration Component 20090901
5 Importing IV_CONFIGURATION_ID Call by reference Type reference (TYPE) WDY_CONFIG_ID Configuration Identification 20090901
6 Importing IV_CONFIG_TYPE Call by reference Type reference (TYPE) WDY_CONFIG_TYPE Type of Web Dynpro Configuration 20090901
7 Importing IV_CREATE Call by reference Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20090901
# Exception Resumable Description Created on
1 CX_FPM_FLOORPLAN Floorplan exceptions 20090901

Method GET_BUTTON_ROW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EV_PATH Value transfer Type reference (TYPE) STRING 20110404
# Exception Resumable Description Created on
1 CX_FPM_FLOORPLAN Floorplan exceptions 20110404

Method GET_BUTTON_ROW_ELEMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_BUTTON_ROW_ELEMENT Call by reference Type reference (TYPE) TY_T_LIST_BR_ELEMENTS_INT Button Row Element 20110404
2 Importing ID_PATH Call by reference Type reference (TYPE) STRING 20110404
# Exception Resumable Description Created on
1 CX_FPM_FLOORPLAN Floorplan exceptions 20110404

Method GET_COLUMN_PATH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_PATH Call by reference Type reference (TYPE) STRING 20110112
2 Importing IV_COLUMN_ID Call by reference Type reference (TYPE) FPM_ELEMENT_ID FPM: Element ID 20110112

Method GET_COLUMN_PATH on class CL_FPM_LIST_CONFIG_WRITER has no exception.

Method READ_COLUMN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_COLUMN Call by reference Type reference (TYPE) CL_FPM_LIST_CONFIG_WRITER=>TY_T_COLUMNS 20110112
2 Importing IV_LINES Call by reference Type reference (TYPE) I 20110114

Method READ_COLUMN on class CL_FPM_LIST_CONFIG_WRITER has no exception.

Method SAVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EV_ERROR Value transfer Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20090901

Method SAVE on class CL_FPM_LIST_CONFIG_WRITER has no exception.

Method SET_ATTRIBUTES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_FEEDER Call by reference Type reference (TYPE) SEOCLSNAME 20090901
2 Importing IV_LEAD_SELECTION_EVENT_ID Call by reference Type reference (TYPE) FPM_EVENT_ID 20090902
3 Importing IV_TITLE Call by reference Type reference (TYPE) WDY_CONF_TRANSL_TEXT 20090901
# Exception Resumable Description Created on
1 CX_WD_PERSONALIZATION Personalization Error 20090907

Method SET_DROP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ENABLED Call by reference Type reference (TYPE) BOOLE_D 20090901
2 Importing IV_GROUP_INDEX Call by reference Type reference (TYPE) I 20090901
3 Importing IV_NAME Call by reference Type reference (TYPE) STRING 20090901
4 Importing IV_SCOPE Call by reference Type reference (TYPE) STRING 20090901
5 Importing IV_TAGS Call by reference Type reference (TYPE) STRING 20090901
6 Importing IV_TYPE Call by reference Type reference (TYPE) STRING 20090901
# Exception Resumable Description Created on
1 CX_WD_PERSONALIZATION Floorplan exceptions 20090907

Method SET_SETTINGS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ACCESS_DESCR Call by reference Type reference (TYPE) FPM_ACCESSIBILITY_DESCR accessibility description 20090902
2 Importing IV_ARIA_LANDMARK Call by reference Type reference (TYPE) FPM_ARIA_LANDMARK Aria Landmark 20131104
3 Importing IV_CHECK_MANDATORY Call by reference Type reference (TYPE) FPMGB_CHECK_MANDATORY Check mandatory Fields on Screen 20090902
4 Importing IV_CTXT_MENU_ID Call by reference Type reference (TYPE) FPM_CTXT_MENU_ID Context Menu ID 20120131
5 Importing IV_DISPLAY_EMPTY_ROWS Call by reference Type reference (TYPE) FPMGB_TABLE_EMPTY_ROWS Hide Empty Rows in Table 20120227
6 Importing IV_DISPLAY_MODE Call by reference Type reference (TYPE) FPMGB_TABLE_DISPLAY_MODE Display Mode of Table 20120227
7 Importing IV_DRAG_AND_DROP Call by reference Type reference (TYPE) FPMGB_DRAG_AND_DROP Drag and Drop 20090902
8 Importing IV_ENABLE_H_SCROLLING Call by reference Type reference (TYPE) FPMGB_ENABLING_H_SCROLLING Enable Horizontal Scrollbar in a List or Tree GUIBB 20120227
9 Importing IV_EXPORT_EXCEL Call by reference Type reference (TYPE) FPMGB_EXCEL_EXPORT Export of List to Spreadsheet 20120227
10 Importing IV_GRID_MODE Call by reference Type reference (TYPE) FPMGB_TABLE_GRID_MODE Display Mode of Table Gridlines 20120227
11 Importing IV_INITIAL_LEAD_SELECTION Call by reference Type reference (TYPE) FPMGB_SET_LEAD_SELECTION Set Lead Selection on Open 20120227
12 Importing IV_LIST_WIDTH Call by reference Type reference (TYPE) FPM_LIST_WIDTH FPM GUIBB List: Width 20120227
13 Importing IV_SCROLLABLE_COLUMN_COUNT Call by reference Type reference (TYPE) FPMGB_NON_SCROLLABLE_COLUMNS No. of Fixed Columns in List and Tree GUIBBs 20120227
14 Importing IV_SELECTION_CHANGE_BEHAVIOUR Call by reference Type reference (TYPE) FPMGB_SEL_CHNG_BEHVR Selection change behaviour of the GUIBB list 20090902
15 Importing IV_SELECTION_MODE Call by reference Type reference (TYPE) FPMGB_SELECTION_MODE Selection mode of the GUIBB list 20090902
16 Importing IV_SEL_EVENT_TYPE Call by reference Type reference (TYPE) FPMGB_SEL_EVENT Determines whether a normal selection raises an FPM event 20090902
17 Importing IV_STYLE_OF_RENDERING Call by reference Type reference (TYPE) FPMGB_LIST_RENDER_STYLE FPM GUIBB list: Style of rendering 20090902
18 Importing IV_TABLE_VISIBILITY Call by reference Type reference (TYPE) FPMGB_TABLE_VISIBILITY Hide Empty List 20120227
19 Importing IV_VISIBLE_COL_COUNT Call by reference Type reference (TYPE) FPMGB_COL_COUNT Column count 20090902
20 Importing IV_VISIBLE_ROW_COUNT Call by reference Type reference (TYPE) FPMGB_ROW_COUNT Row count 20090902
# Exception Resumable Description Created on
1 CX_WD_PERSONALIZATION Personalization Error 20090907
History
Last changed by/on SAP  20141120 
SAP Release Created in 730