SAP ABAP Interface IF_FPM_GUIBB_ADV_FORM_TYPES (Type Definitions for Advanced Form GUIBBs)
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_ADV_FORM_BASE_CFG Base Config. API for all GUIBBs based on Advanced Forms 20111102
Properties
Interface IF_FPM_GUIBB_ADV_FORM_TYPES  
Short Description Type Definitions for Advanced Form GUIBBs    
General Data
Package APB_FPM_GUIBB   Generic UI building blocks 
Created 20111102   SAP 
Last changed 20141121    
Unicode checks active    
Forward declarations
Interface IF_FPM_GUIBB_ADV_FORM_TYPES has no forward declaration.
Interfaces
Interface IF_FPM_GUIBB_ADV_FORM_TYPES has no interface.
Friends
Interface IF_FPM_GUIBB_ADV_FORM_TYPES has no friend.
Attributes
Interface IF_FPM_GUIBB_ADV_FORM_TYPES has no attribute.
Methods
Interface IF_FPM_GUIBB_ADV_FORM_TYPES has no method.
Events
Interface IF_FPM_GUIBB_ADV_FORM_TYPES has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_S_ACTION Public See coding 20111102 BEGIN OF ty_s_action, id TYPE fpm_action_id, type TYPE fpm_action_type, event_id TYPE fpm_event_id, event_parameter TYPE fpm_t_parameter_value, END OF ty_s_action
2 TY_S_BUTTON Public See coding 20111102 BEGIN OF ty_s_button, id TYPE fpm_button_id, design TYPE fpm_button_design, explanation_text TYPE fpm_explanation, hide_text TYPE fpm_text, hotkey TYPE fpm_hotkey, image TYPE fpm_image, text TYPE fpm_text, tooltip TYPE fpm_tooltip, instance_style TYPE fpm_instance_style, action_id TYPE fpm_action_id, ctxt_menu_id TYPE fpm_ctxt_menu_id, position TYPE ty_s_button_position, END OF ty_s_button
3 TY_S_BUTTON_CHOICE Public See coding 20111102 BEGIN OF ty_s_button_choice, id TYPE fpm_button_id, explanation_text TYPE fpm_explanation, image TYPE fpm_image, repeat_selected_action TYPE fpm_repeat_selected_action, text TYPE fpm_text, tooltip TYPE fpm_tooltip, instance_style TYPE fpm_instance_style, ctxt_menu_id TYPE fpm_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 See coding 20111102 BEGIN OF ty_s_button_position, start_row TYPE fpmgb_form_elem_start_row, start_column TYPE fpmgb_form_elem_start_col, end_row TYPE fpmgb_form_elem_end_row, end_column TYPE fpmgb_form_elem_end_col, END OF ty_s_button_position
5 TY_S_BUTTON_ROW Public See coding 20111102 BEGIN OF ty_s_button_row, id TYPE fpm_button_row_id, instance_style TYPE fpm_instance_style, ctxt_menu_id TYPE fpm_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 See coding 20111102 BEGIN OF ty_s_button_row_element, button_id TYPE fpm_button_id, alignment TYPE fpm_toolbar_element_alignment, END OF ty_s_button_row_element
7 TY_S_BUTTON_ROW_POSITION Public See coding 20111102 BEGIN OF ty_s_button_row_position, start_row TYPE fpmgb_form_elem_start_row, start_column TYPE fpmgb_form_elem_start_col, end_row TYPE fpmgb_form_elem_end_row, end_column TYPE fpmgb_form_elem_end_col, END OF ty_s_button_row_position
8 TY_S_CONFIGURED_FIELD Public See coding 20140321 BEGIN OF ty_s_configured_field, name TYPE name_komp, type TYPE fpmgb_standard_element_type, text TYPE fpm_text, tooltip TYPE fpm_tooltip, input_prompt TYPE fpm_input_prompt, label_text TYPE fpm_text, END OF ty_s_configured_field
9 TY_S_DROP_TARGET Public See coding 20111102 BEGIN OF ty_s_drop_target, id TYPE fpm_drop_target_id, scope TYPE fpmgb_s_dnd_definition-scope, tags TYPE fpmgb_s_dnd_definition-tags, enabled TYPE fpmgb_s_dnd_definition-enabled, END OF ty_s_drop_target
10 TY_S_FEEDER_PARAMETER Public See coding 20111102 BEGIN OF ty_s_feeder_parameter, name TYPE fpmgb_parameter_name, value TYPE fpmgb_parameter_value, END OF ty_s_feeder_parameter
11 TY_S_FORM_ATTRIBUTES Public See coding 20111102 BEGIN OF ty_s_form_attributes, feeder TYPE fpmgb_feeder_class, title TYPE fpmgb_form_title, layout_type TYPE fpmgb_layout_type_gl2, minimum_form_column_width TYPE fpm_minimum_column_width, accessibility_description TYPE fpm_accessibility_descr, form_separator TYPE fpm_separator, check_mandatory TYPE fpmgb_check_mandatory, no_on_enter_after_f4 TYPE fpmgb_no_on_enter_after_f4, visible_row_count TYPE fpmgb_row_count, show_no_data_default_text TYPE fpm_show_no_data_default_text, no_data_text TYPE fpm_no_data_text, instance_style TYPE fpm_instance_style, aria_landmark TYPE fpm_aria_landmark, drop_target_id TYPE fpm_drop_target_id, ctxt_menu_id TYPE fpm_ctxt_menu_id, END OF ty_s_form_attributes
12 TY_S_FORM_GROUP Public See coding 20111102 BEGIN OF ty_s_form_group, id TYPE fpmgb_form_group_id, anchored TYPE fpm_anchored, instance_style TYPE fpm_instance_style, ctxt_menu_id TYPE fpm_ctxt_menu_id, form_group_elements TYPE ty_t_form_group_element, END OF ty_s_form_group
13 TY_S_FORM_GROUP_ELEMENT Public See coding 20111102 BEGIN OF ty_s_form_group_element, id TYPE fpm_element_id, form_element_type TYPE fpmgb_form_element_type, form_element_id TYPE fpmgb_form_element_id, END OF ty_s_form_group_element
14 TY_S_MENU Public See coding 20120629 BEGIN OF ty_s_menu, id TYPE fpm_ctxt_menu_id, menu_items TYPE ty_t_menu_item, END OF ty_s_menu
15 TY_S_MENU_ACTION_ITEM Public See coding 20111102 BEGIN OF ty_s_menu_action_item, hotkey TYPE fpm_hotkey, image TYPE fpm_image, text TYPE fpm_text, has_separator TYPE fpm_add_separator, action_id TYPE fpm_action_id, END OF ty_s_menu_action_item
16 TY_S_MENU_ITEM Public See coding 20120629 BEGIN OF ty_s_menu_item, id TYPE fpm_element_id, type TYPE fpm_ctxt_menu_item_type, text TYPE fpm_ctxt_menu_item_text, add_separator TYPE fpm_add_separator, image_source TYPE fpmgb_image_src, submenu_id TYPE fpm_ctxt_menu_id, event_id TYPE fpm_event_id, event_parameters TYPE string, index TYPE fpm_index, action_type TYPE fpm_action_type, needs_more_info TYPE wdy_boolean, END OF ty_s_menu_item
17 TY_S_QUICKVIEW Public See coding 20120629 BEGIN OF ty_s_quickview, id TYPE fpm_quickview_id, component TYPE fpm_s_uibb-component, interface_view TYPE fpm_s_uibb-interface_view, config_id TYPE fpm_s_uibb-config_id, config_type TYPE fpm_s_uibb-config_type, config_var TYPE fpm_s_uibb-config_var, END OF ty_s_quickview
18 TY_S_STANDARD_ELEMENT Public See coding 20111102 BEGIN OF ty_s_standard_element, id TYPE fpmgb_standard_element_id, name TYPE name_komp, type TYPE fpmgb_standard_element_type, explanation TYPE fpm_explanation, text TYPE fpm_text, tooltip TYPE fpm_tooltip, input_prompt TYPE fpm_input_prompt, instance_style TYPE fpm_instance_style, individual_properties TYPE fpm_s_spec_props_standard_elem, individual_actions TYPE fpm_s_actions_standard_element, label_text TYPE fpm_text, label_visibility TYPE fpm_label_visibility, label_instance_style TYPE fpm_label_instance_style, tag_active TYPE fpmgb_tag_active, tag TYPE fpm_tag_name, ctxt_menu_id TYPE fpm_ctxt_menu_id, position TYPE ty_s_standard_element_position, END OF ty_s_standard_element
19 TY_S_STANDARD_ELEMENT_POSITION Public See coding 20111102 BEGIN OF ty_s_standard_element_position, start_row TYPE fpmgb_form_elem_start_row, start_column TYPE fpmgb_form_elem_start_col, end_row TYPE fpmgb_form_elem_end_row, end_column TYPE fpmgb_form_elem_end_col, label_start_row TYPE fpmgb_form_elem_lbl_start_row, label_start_column TYPE fpmgb_form_elem_lbl_start_col, label_end_row TYPE fpmgb_form_elem_lbl_end_row, label_end_column TYPE fpmgb_form_elem_lbl_end_col, END OF ty_s_standard_element_position
20 TY_S_TOGGLE_BUTTON Public See coding 20111102 BEGIN OF ty_s_toggle_button, id TYPE fpm_button_id, design TYPE fpm_toggle_button_design, explanation_text TYPE fpm_explanation, hide_text TYPE fpm_text, hotkey TYPE fpm_hotkey, image TYPE fpm_image, image_checked TYPE fpm_image, text TYPE fpm_text, tooltip TYPE fpm_tooltip, instance_style TYPE fpm_instance_style, action_id TYPE fpm_action_id, ctxt_menu_id TYPE fpm_ctxt_menu_id, position TYPE ty_s_button_position, END OF ty_s_toggle_button
21 TY_S_TOOLBAR_LINK_TO_ACTION Public See coding 20111128 BEGIN OF ty_s_toolbar_link_to_action, id TYPE fpm_button_id, design TYPE fpmgb_link_design, hide_text TYPE fpm_hide_text, hotkey TYPE fpm_hotkey, image TYPE fpm_image, text TYPE fpm_text, tooltip TYPE fpm_tooltip, instance_style TYPE fpm_instance_style, ctxt_menu_id TYPE fpm_ctxt_menu_id, action_id TYPE fpm_action_id, position TYPE ty_s_button_position, END OF ty_s_toolbar_link_to_action
22 TY_T_ACTION Public See coding 20111102 ty_t_action TYPE SORTED TABLE OF ty_s_action WITH UNIQUE KEY id
23 TY_T_BUTTON Public See coding 20111102 ty_t_button TYPE SORTED TABLE OF ty_s_button WITH UNIQUE KEY id
24 TY_T_BUTTON_CHOICE Public See coding 20111102 ty_t_button_choice TYPE SORTED TABLE OF ty_s_button_choice WITH UNIQUE KEY id
25 TY_T_BUTTON_ROW Public See coding 20111102 ty_t_button_row TYPE SORTED TABLE OF ty_s_button_row WITH UNIQUE KEY id
26 TY_T_BUTTON_ROW_ELEMENT Public See coding 20111102 ty_t_button_row_element TYPE STANDARD TABLE OF ty_s_button_row_element WITH NON-UNIQUE DEFAULT KEY
27 TY_T_CONFIGURED_FIELD Public See coding 20140321 ty_t_configured_field TYPE SORTED TABLE OF ty_s_configured_field WITH NON-UNIQUE KEY name type
28 TY_T_DROP_TARGET Public See coding 20111102 ty_t_drop_target TYPE SORTED TABLE OF ty_s_drop_target WITH UNIQUE KEY id
29 TY_T_FEEDER_PARAMETER Public See coding 20111102 ty_t_feeder_parameter TYPE SORTED TABLE OF ty_s_feeder_parameter WITH UNIQUE KEY name
30 TY_T_FORM_GROUP Public See coding 20111102 ty_t_form_group TYPE SORTED TABLE OF ty_s_form_group WITH UNIQUE KEY id
31 TY_T_FORM_GROUP_ELEMENT Public See coding 20111102 ty_t_form_group_element TYPE SORTED TABLE OF ty_s_form_group_element WITH UNIQUE KEY id
32 TY_T_MENU Public See coding 20120629 ty_t_menu TYPE SORTED TABLE OF ty_s_menu WITH UNIQUE KEY id
33 TY_T_MENU_ACTION_ITEM Public See coding 20111102 ty_t_menu_action_item TYPE STANDARD TABLE OF ty_s_menu_action_item WITH NON-UNIQUE DEFAULT KEY
34 TY_T_MENU_ITEM Public See coding 20120629 ty_t_menu_item TYPE SORTED TABLE OF ty_s_menu_item WITH UNIQUE KEY id
35 TY_T_QUICKVIEW Public See coding 20120629 ty_t_quickview TYPE SORTED TABLE OF ty_s_quickview WITH UNIQUE KEY id
36 TY_T_STANDARD_ELEMENT Public See coding 20111102 ty_t_standard_element TYPE SORTED TABLE OF ty_s_standard_element WITH UNIQUE KEY id
37 TY_T_TOGGLE_BUTTON Public See coding 20111102 ty_t_toggle_button TYPE SORTED TABLE OF ty_s_toggle_button WITH UNIQUE KEY id
38 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
History
Last changed by/on SAP  20141121 
SAP Release Created in 732