SAP ABAP Interface IF_FPM_CONFIG_RW_CONSTANTS (Constants for Config Reader / Writer)
Hierarchy
SAP_UI (Software Component) User Interface Technology
   BC-WD-CMP-FPM (Application Component) Floorplan Manager Web Dynpro ABAP
     APB_FPM_CORE (Package) Floorplan Manager (Framework)
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_FPM_COMPOSITE_CONFIG_READER Config reader class for Composite UIBB 20100719
2 Interface implementation (CLASS c. INTERFACES i_ref)  CL_FPM_LIST_CONFIG_READER_ATS Configuration Reader for List ATS 20110209
3 Interface implementation (CLASS c. INTERFACES i_ref)  CL_FPM_LIST_CONFIG_WRITER_ATS Configuration Writer for List ATS 20110211
4 Interface implementation (CLASS c. INTERFACES i_ref)  CL_FPM_OVP_CONFIG_READER Config reader class for OVP Floorplan 20100520
5 Interface implementation (CLASS c. INTERFACES i_ref)  CL_FPM_SEARCH_CONFIG_READER Config reader class for Search GUIBB 20100520
6 Interface implementation (CLASS c. INTERFACES i_ref)  CL_FPM_SEARCH_CONFIG_WRITER Config writer class for SEARCH GUIBB 20100622
7 Interface implementation (CLASS c. INTERFACES i_ref)  CL_FPM_TREE_CONFIG_READER Config reader class for tree GUIBB 20100520
8 Interface implementation (CLASS c. INTERFACES i_ref)  CL_FPM_TREE_CONFIG_WRITER Config Writer for Tree 20100616
Properties
Interface IF_FPM_CONFIG_RW_CONSTANTS  
Short Description Constants for Config Reader / Writer    
General Data
Package APB_FPM_CORE   Floorplan Manager (Framework) 
Created 20100520   SAP 
Last changed 20141121    
Unicode checks active    
Forward declarations
Interface IF_FPM_CONFIG_RW_CONSTANTS has no forward declaration.
Interfaces
Interface IF_FPM_CONFIG_RW_CONSTANTS has no interface.
Friends
Interface IF_FPM_CONFIG_RW_CONSTANTS has no friend.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 TS_S_COLUMN_ACTION_LIST_ATS Instance attribute Public Type reference (TYPE) TY_S_COLUMN_ACTION_LIST_ATS 20110223
2 TS_T_BUTTON_ACTION Instance attribute Public Type reference (TYPE) TY_T_BUTTON_ACTION 20100520
3 TS_T_BUTTON_ACTION_LIST_ATS Instance attribute Public Type reference (TYPE) TY_T_BUTTON_ACTION_LIST_ATS 20110209
4 TS_T_BUTTON_SUB_ITEM Instance attribute Public Type reference (TYPE) TY_T_BUTTON_SUB_ITEM 20100525
5 TS_T_COLUMN_LAYOUT Instance attribute Public Type reference (TYPE) TY_T_COLUMN_LAYOUT 20100525
6 TS_T_EVENT_PARAMETER Instance attribute Public Type reference (TYPE) TY_T_EVENT_PARAMETER 20100525
7 TS_T_OPERATORS Instance attribute Public Type reference (TYPE) TY_T_OPERATORS 20100520
8 TS_T_PAGE_SELECTOR_ITEM Instance attribute Public Type reference (TYPE) TY_T_PAGE_SELECTOR_ITEM 20100520
9 TS_T_PM_BUTTON_SUB_ITEM Instance attribute Public Type reference (TYPE) TY_T_PM_BUTTON_SUB_ITEM 20101026
10 TS_T_P_COLUMN_LAYOUT Instance attribute Public Type reference (TYPE) TY_T_P_COLUMN_LAYOUT 20100520
11 TS_T_P_UIBB Instance attribute Public Type reference (TYPE) TY_T_P_UIBB 20100520
12 TS_T_UIBB Instance attribute Public Type reference (TYPE) TY_T_UIBB 20100525
13 TS_T_UIBB_BUTTON_SUB_ITEM Instance attribute Public Type reference (TYPE) TY_T_UIBB_BUTTON_SUB_ITEM 20100525
14 TS_T_WIRE Instance attribute Public Type reference (TYPE) TY_T_WIRE 20100521
Methods
Interface IF_FPM_CONFIG_RW_CONSTANTS has no method.
Events
Interface IF_FPM_CONFIG_RW_CONSTANTS has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_S_BUTTON_ACTION Public See coding 20100520 BEGIN OF ty_s_button_action , event_id TYPE fpmgb_s_action-event_id, text TYPE wdy_conf_transl_text, index TYPE fpmgb_s_action-index, event_parameters TYPE string, event_id_2 TYPE fpmgb_s_action-event_id, action_type TYPE fpm_action_type, has_separator TYPE fpm_add_separator, END OF ty_s_button_action
2 TY_S_BUTTON_ACTION_LIST_ATS Public See coding 20110209 BEGIN OF ty_s_button_action_list_ats , event_id TYPE fpmgb_s_action-event_id, text TYPE wdy_conf_transl_text, index TYPE fpmgb_s_action-index, event_parameters TYPE string, fpm_primary_attribute TYPE fpm_element_id, action_type TYPE fpm_action_type, has_separator TYPE fpm_add_separator, END OF ty_s_button_action_list_ats
3 TY_S_BUTTON_SUB_ITEM Public See coding 20100525 BEGIN OF ty_s_button_sub_item , action_id TYPE fpm_action_id, index TYPE fpm_index, text TYPE fpm_text, image TYPE fpm_image, hotkey TYPE fpm_hotkey, enabled TYPE fpm_enabled, visibility TYPE fpm_visibility, has_separator TYPE fpm_add_separator, END OF ty_s_button_sub_item
4 TY_S_COLUMN_ACTION_LIST_ATS Public See coding 20110222 BEGIN OF ty_s_column_action_list_ats , event_id TYPE fpm_event_id, event_parameters TYPE string, END OF ty_s_column_action_list_ats
5 TY_S_COLUMN_LAYOUT Public See coding 20100525 BEGIN OF ty_s_column_layout , column_id TYPE fpm_column_id, stacked TYPE fpm_stacked_layout, rows TYPE fpm_rows, END OF ty_s_column_layout
6 TY_S_EVENT_PARAMETER Public See coding 20100525 BEGIN OF ty_s_event_parameter , name TYPE string, value TYPE string, END OF ty_s_event_parameter
7 TY_S_OPERATORS Public See coding 20100520 BEGIN OF ty_s_operators , operator_id TYPE fpmgb_search_operator, END OF ty_s_operators
8 TY_S_PAGE_SELECTOR_ITEM Public See coding 20100520 BEGIN OF ty_s_page_selector_item , content_area_id TYPE fpm_content_area_id, index TYPE fpm_index, text TYPE fpm_text, END OF ty_s_page_selector_item
9 TY_S_PM_BUTTON_SUB_ITEM Public See coding 20101026 BEGIN OF ty_s_pm_button_sub_item , action_id TYPE fpm_action_id, index TYPE fpm_index, text TYPE fpm_text, image TYPE fpm_image, hotkey TYPE fpm_hotkey, enabled TYPE fpm_enabled, visibility TYPE fpm_visibility, has_separator TYPE fpm_add_separator, END OF ty_s_pm_button_sub_item
10 TY_S_P_COLUMN_LAYOUT Public See coding 20100520 BEGIN OF ty_s_p_column_layout , column_id TYPE fpm_column_id, stacked TYPE fpm_stacked_layout, rows TYPE fpm_rows, END OF ty_s_p_column_layout
11 TY_S_P_UIBB Public See coding 20100520 BEGIN OF ty_s_p_uibb , uibb_key TYPE fpm_uibb_key, location TYPE fpm_location, row TYPE fpm_row, index TYPE fpm_index, hidden TYPE fpm_hidden, collapsed TYPE fpm_collapsed, default_in_stack TYPE fpm_default_uibb_in_stack, END OF ty_s_p_uibb
12 TY_S_UIBB Public See coding 20100525 BEGIN OF ty_s_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, location TYPE fpm_location, row TYPE fpm_row, index TYPE fpm_index, needs_stretching TYPE fpm_needs_stretching, hidden TYPE fpm_hidden, type TYPE fpm_uibb_render_type, collapsed TYPE fpm_collapsed, title TYPE fpm_uibb_title, image TYPE fpm_image, padding TYPE fpm_padding, instance_style TYPE fpm_instance_style, fpm_primary_attribute TYPE fpm_element_id, explanation_text TYPE fpm_explanation, explanation_document TYPE fpm_explanation_document, default_in_stack TYPE fpm_default_uibb_in_stack, default_edit_page TYPE fpm_default_edit_page, default_details_page TYPE fpm_default_details_page, instance_id TYPE fpm_instance_id, END OF ty_s_uibb
13 TY_S_UIBB_BUTTON_SUB_ITEM Public See coding 20100525 BEGIN OF ty_s_uibb_button_sub_item , action_id TYPE fpm_action_id, index TYPE fpm_index, text TYPE fpm_text, image TYPE fpm_image, hotkey TYPE fpm_hotkey, enabled TYPE fpm_enabled, visibility TYPE fpm_visibility, has_separator TYPE fpm_add_separator, END OF ty_s_uibb_button_sub_item
14 TY_S_WIRE Public See coding 20100521 BEGIN OF ty_s_wire , component TYPE fpm_s_wire-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, instance_id TYPE fpm_s_wire-instance_id, src_component TYPE fpm_s_wire-src_component, src_config_id TYPE fpm_s_wire-config_id, src_config_type TYPE fpm_s_wire-src_config_type, src_config_var TYPE fpm_s_wire-src_config_var, src_instance_id TYPE fpm_s_wire-instance_id, port_type TYPE fpm_s_wire-port_type, port_identifier TYPE fpm_s_wire-port_identifier, connector TYPE fpm_s_wire-connector, dependency_param TYPE fpm_s_wire-dependency_param, fpm_primary_attribute TYPE fpm_element_id, END OF ty_s_wire
15 TY_T_BUTTON_ACTION Public See coding 20100520 ty_t_button_action TYPE STANDARD TABLE OF ty_s_button_action
16 TY_T_BUTTON_ACTION_LIST_ATS Public See coding 20110209 ty_t_button_action_list_ats TYPE STANDARD TABLE OF ty_s_button_action_list_ats
17 TY_T_BUTTON_SUB_ITEM Public See coding 20100525 ty_t_button_sub_item TYPE STANDARD TABLE OF ty_s_button_sub_item
18 TY_T_COLUMN_ACTION_LIST_ATS Public See coding 20110222 ty_t_column_action_list_ats TYPE STANDARD TABLE OF ty_s_column_action_list_ats
19 TY_T_COLUMN_LAYOUT Public See coding 20100525 ty_t_column_layout TYPE STANDARD TABLE OF ty_s_column_layout
20 TY_T_EVENT_PARAMETER Public See coding 20100525 ty_t_event_parameter TYPE STANDARD TABLE OF ty_s_event_parameter
21 TY_T_OPERATORS Public See coding 20100520 ty_t_operators TYPE STANDARD TABLE OF ty_s_operators
22 TY_T_PAGE_SELECTOR_ITEM Public See coding 20100520 ty_t_page_selector_item TYPE STANDARD TABLE OF ty_s_page_selector_item
23 TY_T_PM_BUTTON_SUB_ITEM Public See coding 20101026 ty_t_pm_button_sub_item TYPE STANDARD TABLE OF ty_s_pm_button_sub_item
24 TY_T_P_COLUMN_LAYOUT Public See coding 20100520 ty_t_p_column_layout TYPE STANDARD TABLE OF ty_s_p_column_layout
25 TY_T_P_UIBB Public See coding 20100520 ty_t_p_uibb TYPE STANDARD TABLE OF ty_s_p_uibb
26 TY_T_UIBB Public See coding 20100525 ty_t_uibb TYPE STANDARD TABLE OF ty_s_uibb
27 TY_T_UIBB_BUTTON_SUB_ITEM Public See coding 20100525 ty_t_uibb_button_sub_item TYPE STANDARD TABLE OF ty_s_uibb_button_sub_item
28 TY_T_WIRE Public See coding 20100521 ty_t_wire TYPE STANDARD TABLE OF ty_s_wire
History
Last changed by/on SAP  20141121 
SAP Release Created in 703