SAP ABAP Interface IF_FPM_GUIBB_FORM_REPEATER_CFG (Form repeater configuration interface)
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 - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_FPM_GUIBB_FORM_REP_CFG Configuration API for GUIBB FPM_FORM_REPEATER_UIBB 20111019
2 Interface implementation (CLASS c. INTERFACES i_ref)  CL_FPM_GUIBB_LAYOUT_API_FORM_R Layout Config Form Repeater UIBB 20120316
Properties
Interface IF_FPM_GUIBB_FORM_REPEATER_CFG  
Short Description Form repeater configuration interface    
General Data
Package APB_FPM_GUIBB   Generic UI building blocks 
Created 20111019   SAP 
Last changed 20141121    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 IF_FPM_GUIBB_CONSTANTS Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
Interface IF_FPM_GUIBB_FORM_REPEATER_CFG has no interface.
Friends
Interface IF_FPM_GUIBB_FORM_REPEATER_CFG has no friend.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MS_FORM_REP_CONTEXT Instance attribute Public Type reference (TYPE) TY_S_FORM_REP_CONTEXT 20120316
Methods
# Method Level Visibility Method type Description Created on
1 ADD_ACTION Instance method Public Method Add an action 20111019
2 ADD_BUTTON Instance method Public Method Add a button with position 20111019
3 ADD_BUTTON_CHOICE Instance method Public Method Add a button choice with position 20111019
4 ADD_BUTTON_ROW Instance method Public Method Add a button row 20111019
5 ADD_DROP_TARGET Instance method Public Method Add a drop target 20111019
6 ADD_ELEMENTS_TO_BUTTON_ROW Instance method Public Method Add button elements button row 20111019
7 ADD_ELEMENTS_TO_FORM_GROUP Instance method Public Method Add form group elements to a form group 20111019
8 ADD_FORM_GROUP Instance method Public Method Add a form group 20111019
9 ADD_GROUPING Instance method Public Method Add a grouping 20111021
10 ADD_MENU Instance method Public Method Add a menu 20120130
11 ADD_MENU_ITEM Instance method Public Method Add a menu item to a menu 20120130
12 ADD_QUICKVIEW Instance method Public Method Add a quickview 20120629
13 ADD_STANDARD_ELEMENT Instance method Public Method Add a standard element with position 20111019
14 ADD_SWAP_UIBB Instance method Public Method Add a swap UIBB with swapping events 20111021
15 ADD_TOGGLE_BUTTON Instance method Public Method Add a toggle button with position 20111019
16 ADD_TOOLBAR_LINK_TO_ACTION Instance method Public Method Add a toolbar link to action with position 20120702
17 GET_ACTIONS Instance method Public Method Get actions 20111031
18 GET_BUTTONS Instance method Public Method Get normal buttons with positions 20111031
19 GET_BUTTON_CHOICES Instance method Public Method Get button choices with positions 20111031
20 GET_BUTTON_ROWS Instance method Public Method Get button rows with positions 20111031
21 GET_DROP_TARGETS Instance method Public Method Get drop targets 20111031
22 GET_FEEDER_PARAMETER Instance method Public Method Get feeder parameters 20111031
23 GET_FORM_ATTRIBUTES Instance method Public Method Get form attributes 20111031
24 GET_FORM_GROUPS Instance method Public Method Get form groups 20111031
25 GET_GROUPINGS Instance method Public Method Get groupings 20111031
26 GET_MENUS Instance method Public Method Get menus 20120629
27 GET_QUICKVIEWS Instance method Public Method Get quickviews 20120629
28 GET_STANDARD_ELEMENTS Instance method Public Method Get standard elements with positions 20111031
29 GET_SWAP_UIBBS Instance method Public Method Get swap UIBBs 20111031
30 GET_TOGGLE_BUTTONS Instance method Public Method Get toggle buttons with positions 20111031
31 GET_TOOLBAR_LINK_TO_ACTIONS Instance method Public Method Get toolbar link to actions 20111128
32 SET_FORM_ATTRIBUTES Instance method Public Method Set form attributes 20111019
Events
Interface IF_FPM_GUIBB_FORM_REPEATER_CFG has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_S_ACTION Public See coding 20111019 BEGIN OF ty_s_action, id TYPE if_fpm_guibb_adv_form_types=>ty_s_action-id, type TYPE if_fpm_guibb_adv_form_types=>ty_s_action-type, event_id TYPE if_fpm_guibb_adv_form_types=>ty_s_action-event_id, event_parameter TYPE if_fpm_guibb_adv_form_types=>ty_s_action-event_parameter, END OF ty_s_action
2 TY_S_BUTTON Public See coding 20111019 BEGIN OF ty_s_button, id TYPE if_fpm_guibb_adv_form_types=>ty_s_button-id, design TYPE if_fpm_guibb_adv_form_types=>ty_s_button-design, explanation_text TYPE if_fpm_guibb_adv_form_types=>ty_s_button-explanation_text, hide_text TYPE if_fpm_guibb_adv_form_types=>ty_s_button-hide_text, hotkey TYPE if_fpm_guibb_adv_form_types=>ty_s_button-hotkey, image TYPE if_fpm_guibb_adv_form_types=>ty_s_button-image, text TYPE if_fpm_guibb_adv_form_types=>ty_s_button-text, tooltip TYPE if_fpm_guibb_adv_form_types=>ty_s_button-tooltip, instance_style TYPE if_fpm_guibb_adv_form_types=>ty_s_button-instance_style, action_id TYPE if_fpm_guibb_adv_form_types=>ty_s_button-action_id, ctxt_menu_id TYPE if_fpm_guibb_adv_form_types=>ty_s_button-ctxt_menu_id, position TYPE ty_s_button_position, END OF ty_s_button
3 TY_S_BUTTON_CHOICE Public See coding 20111019 BEGIN OF ty_s_button_choice, id TYPE if_fpm_guibb_adv_form_types=>ty_s_button_choice-id, explanation_text TYPE if_fpm_guibb_adv_form_types=>ty_s_button_choice-explanation_text, image TYPE if_fpm_guibb_adv_form_types=>ty_s_button_choice-image, repeat_selected_action TYPE if_fpm_guibb_adv_form_types=>ty_s_button_choice-repeat_selected_action, text TYPE if_fpm_guibb_adv_form_types=>ty_s_button_choice-text, tooltip TYPE if_fpm_guibb_adv_form_types=>ty_s_button_choice-tooltip, instance_style TYPE if_fpm_guibb_adv_form_types=>ty_s_button_choice-instance_style, ctxt_menu_id TYPE if_fpm_guibb_adv_form_types=>ty_s_button_choice-ctxt_menu_id, menu_action_items TYPE ty_t_menu_action_item, position TYPE ty_s_button_position, END OF ty_s_button_choice
4 TY_S_BUTTON_POSITION Public Type reference (TYPE) IF_FPM_GUIBB_ADV_FORM_TYPES=>TY_S_BUTTON-POSITION 20111019
5 TY_S_BUTTON_ROW Public See coding 20111019 BEGIN OF ty_s_button_row, id TYPE if_fpm_guibb_adv_form_types=>ty_s_button_row-id, instance_style TYPE if_fpm_guibb_adv_form_types=>ty_s_button_row-instance_style, ctxt_menu_id TYPE if_fpm_guibb_adv_form_types=>ty_s_button_row-ctxt_menu_id, button_row_elements TYPE ty_t_button_row_element, position TYPE ty_s_button_row_position, END OF ty_s_button_row
6 TY_S_BUTTON_ROW_ELEMENT Public Type reference (TYPE) IF_FPM_GUIBB_ADV_FORM_TYPES=>TY_S_BUTTON_ROW_ELEMENT 20111019
7 TY_S_BUTTON_ROW_POSITION Public Type reference (TYPE) IF_FPM_GUIBB_ADV_FORM_TYPES=>TY_S_BUTTON_ROW-POSITION 20111019
8 TY_S_DROP_TARGET Public See coding 20111019 BEGIN OF ty_s_drop_target, id TYPE if_fpm_guibb_adv_form_types=>ty_s_drop_target-id, scope TYPE if_fpm_guibb_adv_form_types=>ty_s_drop_target-scope, tags TYPE if_fpm_guibb_adv_form_types=>ty_s_drop_target-tags, enabled TYPE if_fpm_guibb_adv_form_types=>ty_s_drop_target-enabled, END OF ty_s_drop_target
9 TY_S_FEEDER_PARAMETER Public See coding 20111019 BEGIN OF ty_s_feeder_parameter, name TYPE if_fpm_guibb_adv_form_types=>ty_s_feeder_parameter-name, value TYPE if_fpm_guibb_adv_form_types=>ty_s_feeder_parameter-value, END OF ty_s_feeder_parameter
10 TY_S_FORM_ATTRIBUTES Public See coding 20111019 BEGIN OF ty_s_form_attributes, feeder TYPE if_fpm_guibb_adv_form_types=>ty_s_form_attributes-feeder, layout_type TYPE if_fpm_guibb_adv_form_types=>ty_s_form_attributes-layout_type, minimum_form_column_width TYPE if_fpm_guibb_adv_form_types=>ty_s_form_attributes-minimum_form_column_width, accessibility_description TYPE if_fpm_guibb_adv_form_types=>ty_s_form_attributes-accessibility_description, form_separator TYPE if_fpm_guibb_adv_form_types=>ty_s_form_attributes-form_separator, check_mandatory TYPE if_fpm_guibb_adv_form_types=>ty_s_form_attributes-check_mandatory, no_on_enter_after_f4 TYPE if_fpm_guibb_adv_form_types=>ty_s_form_attributes-no_on_enter_after_f4, visible_row_count TYPE if_fpm_guibb_adv_form_types=>ty_s_form_attributes-visible_row_count, show_no_data_default_text TYPE if_fpm_guibb_adv_form_types=>ty_s_form_attributes-show_no_data_default_text, no_data_text TYPE if_fpm_guibb_adv_form_types=>ty_s_form_attributes-no_data_text, instance_style TYPE if_fpm_guibb_adv_form_types=>ty_s_form_attributes-instance_style, drop_target_id TYPE if_fpm_guibb_adv_form_types=>ty_s_form_attributes-drop_target_id, ctxt_menu_id TYPE if_fpm_guibb_adv_form_types=>ty_s_form_attributes-ctxt_menu_id, aria_landmark TYPE if_fpm_guibb_adv_form_types=>ty_s_form_attributes-aria_landmark, END OF ty_s_form_attributes
11 TY_S_FORM_GROUP Public See coding 20111019 BEGIN OF ty_s_form_group, id TYPE if_fpm_guibb_adv_form_types=>ty_s_form_group-id, * anchored TYPE if_fpm_guibb_adv_form_types=>ty_s_form_group-anchored, instance_style TYPE if_fpm_guibb_adv_form_types=>ty_s_form_group-instance_style, ctxt_menu_id TYPE if_fpm_guibb_adv_form_types=>ty_s_form_group-ctxt_menu_id, form_group_elements TYPE ty_t_form_group_element, END OF ty_s_form_group
12 TY_S_FORM_GROUP_ELEMENT Public Type reference (TYPE) IF_FPM_GUIBB_ADV_FORM_TYPES=>TY_S_FORM_GROUP_ELEMENT 20111019
13 TY_S_FORM_REP_CONTEXT Public See coding 20120316 BEGIN OF ty_s_form_rep_context, has_default_edit_page TYPE abap_bool, has_default_details_page TYPE abap_bool, has_swap_uibb TYPE abap_bool, is_page_master TYPE abap_bool, appl_specific_info TYPE string, END OF ty_s_form_rep_context
14 TY_S_GROUPING Public See coding 20111021 BEGIN OF ty_s_grouping, name TYPE name_komp, END OF ty_s_grouping
15 TY_S_MENU Public See coding 20120629 BEGIN OF ty_s_menu, id TYPE if_fpm_guibb_adv_form_types=>ty_s_menu-id, menu_items TYPE ty_t_menu_item, END OF ty_s_menu
16 TY_S_MENU_ACTION_ITEM Public Type reference (TYPE) IF_FPM_GUIBB_ADV_FORM_TYPES=>TY_S_MENU_ACTION_ITEM 20111019
17 TY_S_MENU_ITEM Public Type reference (TYPE) IF_FPM_GUIBB_ADV_FORM_TYPES=>TY_S_MENU_ITEM 20120629
18 TY_S_QUICKVIEW Public See coding 20120629 BEGIN OF ty_s_quickview, id TYPE if_fpm_guibb_adv_form_types=>ty_s_quickview-id, component TYPE if_fpm_guibb_adv_form_types=>ty_s_quickview-component, interface_view TYPE if_fpm_guibb_adv_form_types=>ty_s_quickview-interface_view, config_id TYPE if_fpm_guibb_adv_form_types=>ty_s_quickview-config_id, config_type TYPE if_fpm_guibb_adv_form_types=>ty_s_quickview-config_type, config_var TYPE if_fpm_guibb_adv_form_types=>ty_s_quickview-config_var, END OF ty_s_quickview
19 TY_S_STANDARD_ELEMENT Public See coding 20111019 BEGIN OF ty_s_standard_element, id TYPE if_fpm_guibb_adv_form_types=>ty_s_standard_element-id, name TYPE if_fpm_guibb_adv_form_types=>ty_s_standard_element-name, type TYPE if_fpm_guibb_adv_form_types=>ty_s_standard_element-type, explanation TYPE if_fpm_guibb_adv_form_types=>ty_s_standard_element-explanation, text TYPE if_fpm_guibb_adv_form_types=>ty_s_standard_element-text, tooltip TYPE if_fpm_guibb_adv_form_types=>ty_s_standard_element-tooltip, input_prompt TYPE if_fpm_guibb_adv_form_types=>ty_s_standard_element-input_prompt, instance_style TYPE if_fpm_guibb_adv_form_types=>ty_s_standard_element-instance_style, individual_properties TYPE if_fpm_guibb_adv_form_types=>ty_s_standard_element-individual_properties, individual_actions TYPE if_fpm_guibb_adv_form_types=>ty_s_standard_element-individual_actions, label_text TYPE if_fpm_guibb_adv_form_types=>ty_s_standard_element-label_text, label_visibility TYPE if_fpm_guibb_adv_form_types=>ty_s_standard_element-label_visibility, label_instance_style TYPE if_fpm_guibb_adv_form_types=>ty_s_standard_element-label_instance_style, tag_active TYPE if_fpm_guibb_adv_form_types=>ty_s_standard_element-tag_active, ctxt_menu_id TYPE if_fpm_guibb_adv_form_types=>ty_s_standard_element-ctxt_menu_id, position TYPE ty_s_standard_element_position, END OF ty_s_standard_element
20 TY_S_STANDARD_ELEMENT_POSITION Public Type reference (TYPE) IF_FPM_GUIBB_ADV_FORM_TYPES=>TY_S_STANDARD_ELEMENT-POSITION 20111019
21 TY_S_SWAP_EVENT Public See coding 20111022 BEGIN OF ty_s_swap_event, event_id TYPE fpm_event_id, type TYPE fpm_swap_type, condition TYPE fpm_event_condition, END OF ty_s_swap_event
22 TY_S_SWAP_UIBB Public See coding 20111021 BEGIN OF ty_s_swap_uibb, component TYPE fpm_component_name, interface_view TYPE fpm_window_name, config_id TYPE wdy_config_id, config_type TYPE wdy_config_type, config_var TYPE wdy_config_var, instance_id TYPE fpm_instance_id, swapping_events TYPE ty_t_swap_event, END OF ty_s_swap_uibb
23 TY_S_TOGGLE_BUTTON Public See coding 20111019 BEGIN OF ty_s_toggle_button, id TYPE if_fpm_guibb_adv_form_types=>ty_s_toggle_button-id, design TYPE if_fpm_guibb_adv_form_types=>ty_s_toggle_button-design, explanation_text TYPE if_fpm_guibb_adv_form_types=>ty_s_toggle_button-explanation_text, hide_text TYPE if_fpm_guibb_adv_form_types=>ty_s_toggle_button-hide_text, hotkey TYPE if_fpm_guibb_adv_form_types=>ty_s_toggle_button-hotkey, image TYPE if_fpm_guibb_adv_form_types=>ty_s_toggle_button-image, image_checked TYPE if_fpm_guibb_adv_form_types=>ty_s_toggle_button-image_checked, text TYPE if_fpm_guibb_adv_form_types=>ty_s_toggle_button-text, tooltip TYPE if_fpm_guibb_adv_form_types=>ty_s_toggle_button-tooltip, instance_style TYPE if_fpm_guibb_adv_form_types=>ty_s_toggle_button-instance_style, action_id TYPE if_fpm_guibb_adv_form_types=>ty_s_toggle_button-action_id, ctxt_menu_id TYPE if_fpm_guibb_adv_form_types=>ty_s_toggle_button-ctxt_menu_id, position TYPE ty_s_button_position, END OF ty_s_toggle_button
24 TY_S_TOOLBAR_LINK_TO_ACTION Public See coding 20111128 BEGIN OF ty_s_toolbar_link_to_action, id TYPE if_fpm_guibb_adv_form_types=>ty_s_toolbar_link_to_action-id, design TYPE if_fpm_guibb_adv_form_types=>ty_s_toolbar_link_to_action-design, hide_text TYPE if_fpm_guibb_adv_form_types=>ty_s_toolbar_link_to_action-hide_text, hotkey TYPE if_fpm_guibb_adv_form_types=>ty_s_toolbar_link_to_action-hotkey, image TYPE if_fpm_guibb_adv_form_types=>ty_s_toolbar_link_to_action-image, text TYPE if_fpm_guibb_adv_form_types=>ty_s_toolbar_link_to_action-text, tooltip TYPE if_fpm_guibb_adv_form_types=>ty_s_toolbar_link_to_action-tooltip, instance_style TYPE if_fpm_guibb_adv_form_types=>ty_s_toolbar_link_to_action-instance_style, ctxt_menu_id TYPE if_fpm_guibb_adv_form_types=>ty_s_toolbar_link_to_action-ctxt_menu_id, action_id TYPE if_fpm_guibb_adv_form_types=>ty_s_toolbar_link_to_action-action_id, position TYPE ty_s_button_position, END OF ty_s_toolbar_link_to_action
25 TY_T_ACTION Public See coding 20111019 ty_t_action TYPE SORTED TABLE OF ty_s_action WITH UNIQUE KEY id
26 TY_T_BUTTON Public See coding 20111019 ty_t_button TYPE SORTED TABLE OF ty_s_button WITH UNIQUE KEY id
27 TY_T_BUTTON_CHOICE Public See coding 20111019 ty_t_button_choice TYPE SORTED TABLE OF ty_s_button_choice WITH UNIQUE KEY id
28 TY_T_BUTTON_ROW Public See coding 20111019 ty_t_button_row TYPE SORTED TABLE OF ty_s_button_row WITH UNIQUE KEY id
29 TY_T_BUTTON_ROW_ELEMENT Public See coding 20111019 ty_t_button_row_element TYPE STANDARD TABLE OF ty_s_button_row_element WITH NON-UNIQUE DEFAULT KEY
30 TY_T_DROP_TARGET Public See coding 20111019 ty_t_drop_target TYPE SORTED TABLE OF ty_s_drop_target WITH UNIQUE KEY id
31 TY_T_FEEDER_PARAMETER Public See coding 20111019 ty_t_feeder_parameter TYPE SORTED TABLE OF ty_s_feeder_parameter WITH UNIQUE KEY name
32 TY_T_FORM_GROUP Public See coding 20111019 ty_t_form_group TYPE SORTED TABLE OF ty_s_form_group WITH UNIQUE KEY id
33 TY_T_FORM_GROUP_ELEMENT Public See coding 20111019 ty_t_form_group_element TYPE SORTED TABLE OF ty_s_form_group_element WITH UNIQUE KEY id
34 TY_T_GROUPING Public See coding 20111031 ty_t_grouping TYPE SORTED TABLE OF ty_s_grouping WITH UNIQUE KEY name
35 TY_T_MENU Public See coding 20120629 ty_t_menu TYPE SORTED TABLE OF ty_s_menu WITH UNIQUE KEY id
36 TY_T_MENU_ACTION_ITEM Public See coding 20111019 ty_t_menu_action_item TYPE STANDARD TABLE OF ty_s_menu_action_item WITH NON-UNIQUE DEFAULT KEY
37 TY_T_MENU_ITEM Public See coding 20120629 ty_t_menu_item TYPE SORTED TABLE OF ty_s_menu_item WITH UNIQUE KEY id
38 TY_T_QUICKVIEW Public See coding 20120629 ty_t_quickview TYPE SORTED TABLE OF ty_s_quickview WITH UNIQUE KEY id
39 TY_T_STANDARD_ELEMENT Public See coding 20111019 ty_t_standard_element TYPE SORTED TABLE OF ty_s_standard_element WITH UNIQUE KEY id
40 TY_T_SWAP_EVENT Public See coding 20111022 ty_t_swap_event TYPE STANDARD TABLE OF ty_s_swap_event WITH NON-UNIQUE DEFAULT KEY
41 TY_T_SWAP_UIBB Public See coding 20111031 ty_t_swap_uibb TYPE STANDARD TABLE OF ty_s_swap_uibb WITH NON-UNIQUE DEFAULT KEY
42 TY_T_TOGGLE_BUTTON Public See coding 20111019 ty_t_toggle_button TYPE SORTED TABLE OF ty_s_toggle_button WITH UNIQUE KEY id
43 TY_T_TOOLBAR_LINK_TO_ACTION Public See coding 20111128 ty_t_toolbar_link_to_action TYPE SORTED TABLE OF ty_s_toolbar_link_to_action WITH UNIQUE KEY id
Method Signatures

Method ADD_ACTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_ACTION Call by reference Type reference (TYPE) TY_S_ACTION Action da 20111019
# Exception Resumable Description Created on
1 CX_FPM_CONFIGURATION Configuration exceptions 20111019

Method ADD_BUTTON Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_BUTTON Call by reference Type reference (TYPE) TY_S_BUTTON Button data 20111019
# Exception Resumable Description Created on
1 CX_FPM_CONFIGURATION Configuration exceptions 20111019

Method ADD_BUTTON_CHOICE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_BUTTON_CHOICE Call by reference Type reference (TYPE) TY_S_BUTTON_CHOICE Button choice data 20111019
# Exception Resumable Description Created on
1 CX_FPM_CONFIGURATION Configuration exceptions 20111019

Method ADD_BUTTON_ROW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_BUTTON_ROW Call by reference Type reference (TYPE) TY_S_BUTTON_ROW Button row 20111019
2 Importing IT_BUTTON Call by reference Type reference (TYPE) TY_T_BUTTON Buttons 20111019
3 Importing IT_BUTTON_CHOICE Call by reference Type reference (TYPE) TY_T_BUTTON_CHOICE Button choices 20111019
4 Importing IT_TOGGLE_BUTTON Call by reference Type reference (TYPE) TY_T_TOGGLE_BUTTON Toggle buttons 20111019
5 Importing IT_TOOLBAR_LINK_TO_ACTION Call by reference Type reference (TYPE) TY_T_TOOLBAR_LINK_TO_ACTION Toolbar link to actions 20111128
# Exception Resumable Description Created on
1 CX_FPM_CONFIGURATION Configuration exceptions 20111019

Method ADD_DROP_TARGET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_DROP_TARGET Call by reference Type reference (TYPE) TY_S_DROP_TARGET Drop target data 20111019
# Exception Resumable Description Created on
1 CX_FPM_CONFIGURATION Configuration exceptions 20111019

Method ADD_ELEMENTS_TO_BUTTON_ROW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_BUTTON Call by reference Type reference (TYPE) TY_T_BUTTON Buttons 20111019
2 Importing IT_BUTTON_CHOICE Call by reference Type reference (TYPE) TY_T_BUTTON_CHOICE Button choices 20111019
3 Importing IT_BUTTON_ROW_ELEMENT Call by reference Type reference (TYPE) TY_T_BUTTON_ROW_ELEMENT Button row element references and indices 20111019
4 Importing IT_TOGGLE_BUTTON Call by reference Type reference (TYPE) TY_T_TOGGLE_BUTTON Toggle buttons 20111019
5 Importing IT_TOOLBAR_LINK_TO_ACTION Call by reference Type reference (TYPE) TY_T_TOOLBAR_LINK_TO_ACTION Toolbar link to actions 20111128
6 Importing IV_BUTTON_ROW_ID Call by reference Type reference (TYPE) TY_S_BUTTON_ROW-ID Button row ID 20111019
# Exception Resumable Description Created on
1 CX_FPM_CONFIGURATION Configuration exceptions 20111019

Method ADD_ELEMENTS_TO_FORM_GROUP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_FORM_GROUP_ELEMENT Call by reference Type reference (TYPE) TY_T_FORM_GROUP_ELEMENT Form group element references 20111019
2 Importing IV_FORM_GROUP_ID Call by reference Type reference (TYPE) TY_S_FORM_GROUP-ID Form group ID 20111019
# Exception Resumable Description Created on
1 CX_FPM_CONFIGURATION Configuration exceptions 20111019

Method ADD_FORM_GROUP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_FORM_GROUP Call by reference Type reference (TYPE) TY_S_FORM_GROUP Form group data 20111019
# Exception Resumable Description Created on
1 CX_FPM_CONFIGURATION Configuration exceptions 20111019

Method ADD_GROUPING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_GROUPING Call by reference Type reference (TYPE) TY_S_GROUPING 20111021
# Exception Resumable Description Created on
1 CX_FPM_CONFIGURATION Configuration exceptions 20111021

Method ADD_MENU Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_MENU_ID Call by reference Type reference (TYPE) TY_S_MENU-ID Menu ID 20120130
# Exception Resumable Description Created on
1 CX_FPM_CONFIGURATION Configuration exceptions 20120130

Method ADD_MENU_ITEM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_MENU_ITEM Call by reference Type reference (TYPE) TY_S_MENU_ITEM Menu item 20120130
2 Importing IV_MENU_ID Call by reference Type reference (TYPE) TY_S_MENU-ID Menu ID 20120130
# Exception Resumable Description Created on
1 CX_FPM_CONFIGURATION Configuration exceptions 20120130

Method ADD_QUICKVIEW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_QUICKVIEW Call by reference Type reference (TYPE) TY_S_QUICKVIEW Quickview 20120629
# Exception Resumable Description Created on
1 CX_FPM_CONFIGURATION Configuration exceptions 20120629

Method ADD_STANDARD_ELEMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_STANDARD_ELEMENT Call by reference Type reference (TYPE) TY_S_STANDARD_ELEMENT Standard element data 20111019
# Exception Resumable Description Created on
1 CX_FPM_CONFIGURATION Configuration exceptions 20111019

Method ADD_SWAP_UIBB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_SWAP_UIBB Call by reference Type reference (TYPE) TY_S_SWAP_UIBB 20111021
# Exception Resumable Description Created on
1 CX_FPM_CONFIGURATION Configuration exceptions 20111021

Method ADD_TOGGLE_BUTTON Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_TOGGLE_BUTTON Call by reference Type reference (TYPE) TY_S_TOGGLE_BUTTON Toggle button data 20111019
# Exception Resumable Description Created on
1 CX_FPM_CONFIGURATION Configuration exceptions 20111019

Method ADD_TOOLBAR_LINK_TO_ACTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_TOOLBAR_LINK_TO_ACTION Call by reference Type reference (TYPE) TY_S_TOOLBAR_LINK_TO_ACTION Toolbar link to action data 20120702
# Exception Resumable Description Created on
1 CX_FPM_CONFIGURATION Configuration exceptions 20120702

Method GET_ACTIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ACTION Call by reference Type reference (TYPE) TY_T_ACTION Table of actions 20111031

Method GET_ACTIONS on Interface IF_FPM_GUIBB_FORM_REPEATER_CFG has no exception.

Method GET_BUTTONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_BUTTON Call by reference Type reference (TYPE) TY_T_BUTTON Table of buttons 20111031

Method GET_BUTTONS on Interface IF_FPM_GUIBB_FORM_REPEATER_CFG has no exception.

Method GET_BUTTON_CHOICES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_BUTTON_CHOICE Call by reference Type reference (TYPE) TY_T_BUTTON_CHOICE Table of button choices 20111031

Method GET_BUTTON_CHOICES on Interface IF_FPM_GUIBB_FORM_REPEATER_CFG has no exception.

Method GET_BUTTON_ROWS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_BUTTON_ROW Call by reference Type reference (TYPE) TY_T_BUTTON_ROW Table of button rows 20111031

Method GET_BUTTON_ROWS on Interface IF_FPM_GUIBB_FORM_REPEATER_CFG has no exception.

Method GET_DROP_TARGETS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_DROP_TARGET Call by reference Type reference (TYPE) TY_T_DROP_TARGET Table of drop targets 20111031

Method GET_DROP_TARGETS on Interface IF_FPM_GUIBB_FORM_REPEATER_CFG has no exception.

Method GET_FEEDER_PARAMETER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_FEEDER_PARAMETER Call by reference Type reference (TYPE) TY_T_FEEDER_PARAMETER Table of feeder parameters 20111031

Method GET_FEEDER_PARAMETER on Interface IF_FPM_GUIBB_FORM_REPEATER_CFG has no exception.

Method GET_FORM_ATTRIBUTES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_FORM_ATTRIBUTES Call by reference Type reference (TYPE) TY_S_FORM_ATTRIBUTES Form Repeater Attributes 20111031

Method GET_FORM_ATTRIBUTES on Interface IF_FPM_GUIBB_FORM_REPEATER_CFG has no exception.

Method GET_FORM_GROUPS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_FORM_GROUP Call by reference Type reference (TYPE) TY_T_FORM_GROUP Tabel of form groups 20111031

Method GET_FORM_GROUPS on Interface IF_FPM_GUIBB_FORM_REPEATER_CFG has no exception.

Method GET_GROUPINGS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_GROUPING Call by reference Type reference (TYPE) TY_T_GROUPING Table of groupings 20111031

Method GET_GROUPINGS on Interface IF_FPM_GUIBB_FORM_REPEATER_CFG has no exception.

Method GET_MENUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MENU Call by reference Type reference (TYPE) TY_T_MENU Table of menus 20120629

Method GET_MENUS on Interface IF_FPM_GUIBB_FORM_REPEATER_CFG has no exception.

Method GET_QUICKVIEWS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_QUICKVIEW Call by reference Type reference (TYPE) TY_T_QUICKVIEW Table of quickviews 20120629

Method GET_QUICKVIEWS on Interface IF_FPM_GUIBB_FORM_REPEATER_CFG has no exception.

Method GET_STANDARD_ELEMENTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_STANDARD_ELEMENT Call by reference Type reference (TYPE) TY_T_STANDARD_ELEMENT Table of standard elements 20111031

Method GET_STANDARD_ELEMENTS on Interface IF_FPM_GUIBB_FORM_REPEATER_CFG has no exception.

Method GET_SWAP_UIBBS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_SWAP_UIBB Call by reference Type reference (TYPE) TY_T_SWAP_UIBB Table of swap UIBBs 20111031

Method GET_SWAP_UIBBS on Interface IF_FPM_GUIBB_FORM_REPEATER_CFG has no exception.

Method GET_TOGGLE_BUTTONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_TOGGLE_BUTTON Call by reference Type reference (TYPE) TY_T_TOGGLE_BUTTON Table of toggle buttons 20111031

Method GET_TOGGLE_BUTTONS on Interface IF_FPM_GUIBB_FORM_REPEATER_CFG has no exception.

Method GET_TOOLBAR_LINK_TO_ACTIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_TOOLBAR_LINK_TO_ACTION Call by reference Type reference (TYPE) TY_T_TOOLBAR_LINK_TO_ACTION Table of toolbar link to actions 20111128

Method GET_TOOLBAR_LINK_TO_ACTIONS on Interface IF_FPM_GUIBB_FORM_REPEATER_CFG has no exception.

Method SET_FORM_ATTRIBUTES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ACCESSIBILITY_DESCRIPTION Call by reference Type reference (TYPE) TY_S_FORM_ATTRIBUTES-ACCESSIBILITY_DESCRIPTION Accessibility Description 20111031
2 Importing IV_ARIA_LANDMARK Call by reference Type reference (TYPE) TY_S_FORM_ATTRIBUTES-ARIA_LANDMARK Aria Landmark 20131105
3 Importing IV_CHECK_MANDATORY Call by reference Type reference (TYPE) TY_S_FORM_ATTRIBUTES-CHECK_MANDATORY Indicator: Check Mandatory Fields on Screen 20111019
4 Importing IV_CTXT_MENU_ID Call by reference Type reference (TYPE) TY_S_FORM_ATTRIBUTES-CTXT_MENU_ID Context Menu ID 20120629
5 Importing IV_DROP_TARGET_ID Call by reference Type reference (TYPE) FPM_DROP_TARGET_ID Drop Target ID 20140717
6 Importing IV_FORM_SEPARATOR Call by reference Type reference (TYPE) TY_S_FORM_ATTRIBUTES-FORM_SEPARATOR Form Separator 20111027
7 Importing IV_INSTANCE_STYLE Call by reference Type reference (TYPE) TY_S_FORM_ATTRIBUTES-INSTANCE_STYLE Instance Style 20140610
8 Importing IV_LAYOUT_TYPE Call by reference Type reference (TYPE) TY_S_FORM_ATTRIBUTES-LAYOUT_TYPE Form Layout Type 20111019
9 Importing IV_MINIMUM_FORM_COLUMN_WIDTH Call by reference Type reference (TYPE) TY_S_FORM_ATTRIBUTES-MINIMUM_FORM_COLUMN_WIDTH Minimum Form Column Width 20140709
10 Importing IV_NO_DATA_TEXT Call by reference Type reference (TYPE) TY_S_FORM_ATTRIBUTES-NO_DATA_TEXT Alternative display text if no data is available 20111228
11 Importing IV_NO_ON_ENTER_AFTER_F4 Call by reference Type reference (TYPE) TY_S_FORM_ATTRIBUTES-NO_ON_ENTER_AFTER_F4 Indicator: Avoid onEnter event after value help selection 20111019
12 Importing IV_SHOW_NO_DATA_DEFAULT_TEXT Call by reference Type reference (TYPE) TY_S_FORM_ATTRIBUTES-SHOW_NO_DATA_DEFAULT_TEXT Indicator: Display default text if no data is available 20120109
13 Importing IV_VISIBLE_ROW_COUNT Call by reference Type reference (TYPE) TY_S_FORM_ATTRIBUTES-VISIBLE_ROW_COUNT Visible Row Count 20120220
# Exception Resumable Description Created on
1 CX_FPM_CONFIGURATION Configuration exceptions 20111019
History
Last changed by/on SAP  20141121 
SAP Release Created in 732