SAP ABAP Class CL_FPM_RAT_RENDER_OVP (OVP render class for RAT)
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 - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_FPM_RAT_RENDER_FLOORPLAN Floorplan render class for RAT 20130121
Properties
Class CL_FPM_RAT_RENDER_OVP  
Short Description OVP render class for RAT    
Super Class CL_FPM_RAT_RENDER_FLOORPLAN Floorplan render class for RAT 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package APB_FPM_CORE   Floorplan Manager (Framework) 
Created 20130121   SAP 
Last change 20131127   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_FPM_RAT_RENDER_OVP has no forward declaration.
Interfaces
Class CL_FPM_RAT_RENDER_OVP has no interface implemented.
Friends
Class CL_FPM_RAT_RENDER_OVP has no friend class.
Attributes
Class CL_FPM_RAT_RENDER_OVP has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 ANALYZE_CA_CONTEXT Instance method Private Method 20130228
2 ANALYZE_CA_DEFAULT_ACTION Instance method Private Method 20130301
3 ANALYZE_CA_EXTERNAL_NAVIGATION Instance method Private Method 20130228
4 ANALYZE_CA_GENERIC_BTN_ACTION Instance method Private Method 20130301
5 ANALYZE_CA_SECTION Instance method Private Method 20130228
6 ANALYZE_CA_TOOLBAR_BTN_CHOICE Instance method Private Method 20130228
7 ANALYZE_CA_TOOLBAR_BUTTON Instance method Private Method 20130228
8 ANALYZE_CA_TOOLBAR_DD_LIST Instance method Private Method 20130228
9 ANALYZE_CA_TOOLBAR_ELEMS Instance method Private Method 20130228
10 ANALYZE_CA_TOOLBAR_TGL_BUTTON Instance method Private Method 20130228
11 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20130131
12 RENDER_OVP_BASIC Instance method Private Method 20130121
13 RENDER_OVP_CONTENT_AREA Instance method Private Method Renders RAT-Info for the selected Content Area 20130121
14 RENDER_OVP_PAGE_MASTER_AREA Instance method Private Method Renders RAT-Info for the selected Page Master Area 20130121
15 RENDER_OVP_SECTION Instance method Private Method Renders RAT-Info for the selected Section 20130121
Events
Class CL_FPM_RAT_RENDER_OVP has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 YS_ACTION Public See coding 20130201 BEGIN OF ys_action, id TYPE fpm_action_id, event_id TYPE fpm_event_id, action_type TYPE fpm_action_type, target_content_area TYPE fpm_target_content_area, component TYPE wdy_component_name, interface_view TYPE fpm_view_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, event_parameter TYPE yt_event_parameter, END OF ys_action
2 YS_APPLICATION_SETTINGS Public See coding 20130201 BEGIN OF ys_application_settings, transient_state TYPE fpm_transient_state, maximum_messages_size TYPE i, show_message_log TYPE wdy_boolean, fpm_message_area_design TYPE fpm_message_area_design, fpm_message_area_display TYPE fpm_message_area_display, END OF ys_application_settings
3 YS_APP_SPECIFIC_CC Public See coding 20130201 BEGIN OF ys_app_specific_cc, component TYPE fpm_component_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, END OF ys_app_specific_cc
4 YS_BUTTON Public See coding 20130201 BEGIN OF ys_button, element_id TYPE fpm_element_id, type TYPE fpm_tb_element_type, index TYPE fpm_index, text TYPE fpm_text, image TYPE fpm_image, tooltip TYPE fpm_tooltip, explanation_text TYPE fpm_explanation, special_properties TYPE string, enabled TYPE fpm_enabled, visibility TYPE fpm_visibility, alignment TYPE fpm_toolbar_element_alignment, has_separator TYPE fpm_add_separator, button_sub_item TYPE yt_button_sub_item, END OF ys_button
5 YS_BUTTON_SUB_ITEM Public See coding 20130201 BEGIN OF ys_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 ys_button_sub_item
6 YS_COLUMN_LAYOUT Public See coding 20130201 BEGIN OF ys_column_layout, column_id TYPE fpm_column_id, stacked TYPE fpm_stacked_layout, rows TYPE fpm_rows, END OF ys_column_layout
7 YS_CONF_COMP_USAGE Public See coding 20130201 BEGIN OF ys_conf_comp_usage, parent_path TYPE fpm_s_uibb_conf_comp_usage-parent_path, child_path TYPE fpm_s_uibb_conf_comp_usage-child_path, config_id TYPE fpm_s_uibb_conf_comp_usage-config_id, config_type TYPE fpm_s_uibb_conf_comp_usage-config_type, config_var TYPE fpm_s_uibb_conf_comp_usage-config_var, description TYPE fpm_s_uibb_conf_comp_usage-description, fpm_primary_attribute TYPE fpm_element_id, END OF ys_conf_comp_usage
8 YS_CONTENT_AREA Public See coding 20130201 BEGIN OF ys_content_area, id TYPE fpm_content_area_id, type TYPE fpm_content_area_type, title TYPE fpm_content_area_title, default TYPE fpm_default_content_area, explanation_text TYPE fpm_explanation, explanation_document TYPE fpm_explanation_document, dlg_name TYPE fpm_dialog_window_name, dlg_button_set TYPE fpm_dialog_button_set, dlg_text_for_ok_button TYPE fpm_s_dialog_box_properties-text_for_ok_button, dlg_text_for_yes_button TYPE fpm_s_dialog_box_properties-text_for_yes_button, dlg_text_for_no_button TYPE fpm_s_dialog_box_properties-text_for_no_button, dlg_text_for_cancel_button TYPE fpm_s_dialog_box_properties-text_for_cancel_button, dlg_text_for_close_button TYPE fpm_s_dialog_box_properties-text_for_close_button, dlg_tooltip_for_ok_button TYPE fpm_s_dialog_box_properties-tool_tip_for_ok_button, dlg_tooltip_for_yes_button TYPE fpm_s_dialog_box_properties-tool_tip_for_yes_button, dlg_tooltip_for_no_button TYPE fpm_s_dialog_box_properties-tool_tip_for_no_button, dlg_tooltip_for_cancel_button TYPE fpm_s_dialog_box_properties-tool_tip_for_cancel_button, dlg_tooltip_for_close_button TYPE fpm_s_dialog_box_properties-tool_tip_for_close_button, dlg_width TYPE fpm_s_dialog_box_properties-width, dlg_height TYPE fpm_s_dialog_box_properties-height, action_type_pers_dialog TYPE fpm_action_type_call_pers, action_type_drag_drop_ab TYPE fpm_action_type_drag_and_drop, action_type_close TYPE fpm_action_type_close, on_enter_action_id TYPE fpm_action_id, personalization_enabled TYPE fpm_personalization_enabled, external_navigation TYPE yt_external_navigation, page_master_area TYPE ys_page_master_area, section TYPE yt_section, toolbar TYPE ys_toolbar, END OF ys_content_area
9 YS_EVENT_PARAMETER Public See coding 20130201 BEGIN OF ys_event_parameter, name TYPE string, value TYPE string, END OF ys_event_parameter
10 YS_EXTERNAL_NAVIGATION Public See coding 20130201 BEGIN OF ys_external_navigation, id TYPE fpm_external_navigation_id, category TYPE fpm_external_navigation_categ, role TYPE fpm_s_navigation_key-key1, instance TYPE fpm_s_navigation_key-key2, text TYPE fpm_text, tooltip TYPE fpm_tooltip, enabled TYPE fpm_enabled, visibility TYPE fpm_visibility, action_type TYPE fpm_action_type, END OF ys_external_navigation
11 YS_MSG_MAPPER_SETTING Public See coding 20130201 BEGIN OF ys_msg_mapper_setting, enable_mapping TYPE fpmfp_s_mm_definition-enable_mapping, generalization_type TYPE fpmfp_s_mm_definition-generalization_type, enable_logging TYPE fpmfp_s_mm_definition-enable_logging, log_generalization TYPE fpmfp_s_mm_definition-log_generalization, log_hide TYPE fpmfp_s_mm_definition-log_hide, hide_on_generalization TYPE fpmfp_s_mm_definition-hide_on_generalization, END OF ys_msg_mapper_setting
12 YS_OVP_APPLICATION Public See coding 20130201 BEGIN OF ys_ovp_application, title TYPE fpm_idr_title, personalization_enabled TYPE fpm_personalization_enabled, help_enabled TYPE fpm_help_enabled, print_enabled TYPE fpm_print_enabled, page_selector_enabled TYPE fpm_page_selector_enabled, collapsed_uibb_proc_mode TYPE fpm_collapsed_uibb_proc_mode, hidden_uibb_proc_mode TYPE fpm_hidden_uibb_proc_mode, edit_mode TYPE fpm_edit_mode, scrolling_mode TYPE fpm_scrolling_mode, action TYPE yt_action, application_settings TYPE ys_application_settings, app_specific_cc TYPE ys_app_specific_cc, conf_comp_usage TYPE yt_conf_comp_usage, content_area TYPE yt_content_area, msg_mapper_setting TYPE ys_msg_mapper_setting, page_selector TYPE ys_page_selector, personalization TYPE ys_personalization, wire_model TYPE ys_wire_model, END OF ys_ovp_application
13 YS_PAGE_MASTER_AREA Public See coding 20130201 BEGIN OF ys_page_master_area, position TYPE fpm_page_master_position, sash_position TYPE fpm_sash_position, sash_position_mode TYPE fpm_sash_position_mode, hidden TYPE fpm_hidden, page_master_details_title TYPE fpm_page_master_details_title, page_master_uibb TYPE yt_page_master_uibb, END OF ys_page_master_area
14 YS_PAGE_MASTER_UIBB Public See coding 20130201 BEGIN OF ys_page_master_uibb, fpm_primary_attribute TYPE fpm_element_id, 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, index TYPE fpm_index, needs_stretching TYPE fpm_needs_stretching, hidden TYPE fpm_hidden, type TYPE fpm_uibb_render_type, title TYPE fpm_uibb_title, explanation_text TYPE fpm_explanation, explanation_document TYPE fpm_explanation_document, padding TYPE fpm_padding, default_details_page TYPE fpm_default_details_page, pm_toolbar TYPE ys_pm_toolbar, END OF ys_page_master_uibb
15 YS_PAGE_SELECTOR Public See coding 20130201 BEGIN OF ys_page_selector, label TYPE fpm_label, page_selector_item TYPE yt_page_selector_item, END OF ys_page_selector
16 YS_PAGE_SELECTOR_ITEM Public See coding 20130201 BEGIN OF ys_page_selector_item, content_area_id TYPE fpm_content_area_id, index TYPE fpm_index, text TYPE fpm_text, END OF ys_page_selector_item
17 YS_PERSONALIZATION Public See coding 20130201 BEGIN OF ys_personalization, p_content_area TYPE yt_p_content_area, END OF ys_personalization
18 YS_PM_BUTTON Public See coding 20130201 BEGIN OF ys_pm_button, element_id TYPE fpm_element_id, type TYPE fpm_tb_element_type, index TYPE fpm_index, text TYPE fpm_text, image TYPE fpm_image, tooltip TYPE fpm_tooltip, explanation_text TYPE fpm_explanation, special_properties TYPE string, enabled TYPE fpm_enabled, visibility TYPE fpm_visibility, alignment TYPE fpm_toolbar_element_alignment, has_separator TYPE fpm_add_separator, pm_button_sub_item TYPE yt_pm_button_sub_item, END OF ys_pm_button
19 YS_PM_BUTTON_SUB_ITEM Public See coding 20130201 BEGIN OF ys_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 ys_pm_button_sub_item
20 YS_PM_TOOLBAR Public See coding 20130201 BEGIN OF ys_pm_toolbar, capture_actions TYPE fpm_capture_exposable_actions, pm_button TYPE yt_pm_button, END OF ys_pm_toolbar
21 YS_P_COLUMN_LAYOUT Public See coding 20130201 BEGIN OF ys_p_column_layout, column_id TYPE fpm_column_id, stacked TYPE fpm_stacked_layout, rows TYPE fpm_rows, END OF ys_p_column_layout
22 YS_P_CONTENT_AREA Public See coding 20130201 BEGIN OF ys_p_content_area, id TYPE fpm_content_area_id, p_page_master_area TYPE ys_p_page_master_area, p_section TYPE yt_p_section, END OF ys_p_content_area
23 YS_P_PAGE_MASTER_AREA Public See coding 20130201 BEGIN OF ys_p_page_master_area, position TYPE fpm_page_master_position, sash_position TYPE fpm_sash_position, sash_position_mode TYPE fpm_sash_position_mode, END OF ys_p_page_master_area
24 YS_P_SECTION Public See coding 20130201 BEGIN OF ys_p_section, id TYPE fpm_section_id, layout_type TYPE fpm_section_layout_type, index TYPE fpm_index, p_column_layout TYPE yt_p_column_layout, p_uibb TYPE yt_p_uibb, END OF ys_p_section
25 YS_P_UIBB Public See coding 20130201 BEGIN OF ys_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 ys_p_uibb
26 YS_SECTION Public See coding 20130201 BEGIN OF ys_section, id TYPE fpm_section_id, layout_type TYPE fpm_section_layout_type, index TYPE fpm_index, column_layout TYPE yt_column_layout, uibb TYPE yt_uibb, END OF ys_section
27 YS_TOOLBAR Public See coding 20130201 BEGIN OF ys_toolbar, button TYPE yt_button, END OF ys_toolbar
28 YS_UIBB Public See coding 20130201 BEGIN OF ys_uibb, fpm_primary_attribute TYPE fpm_element_id, 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, 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, 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, padding TYPE fpm_padding, uibb_toolbar TYPE ys_uibb_toolbar, END OF ys_uibb
29 YS_UIBB_BUTTON Public See coding 20130201 BEGIN OF ys_uibb_button, element_id TYPE fpm_element_id, type TYPE fpm_tb_element_type, index TYPE fpm_index, text TYPE fpm_text, image TYPE fpm_image, tooltip TYPE fpm_tooltip, explanation_text TYPE fpm_explanation, special_properties TYPE string, enabled TYPE fpm_enabled, visibility TYPE fpm_visibility, alignment TYPE fpm_toolbar_element_alignment, has_separator TYPE fpm_add_separator, uibb_button_sub_item TYPE yt_uibb_button_sub_item, END OF ys_uibb_button
30 YS_UIBB_BUTTON_SUB_ITEM Public See coding 20130201 BEGIN OF ys_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 ys_uibb_button_sub_item
31 YS_UIBB_TOOLBAR Public See coding 20130201 BEGIN OF ys_uibb_toolbar, capture_actions TYPE fpm_capture_exposable_actions, uibb_button TYPE yt_uibb_button, END OF ys_uibb_toolbar
32 YS_WIRE Public See coding 20130201 BEGIN OF ys_wire, fpm_primary_attribute TYPE fpm_element_id, 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-src_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-src_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, END OF ys_wire
33 YS_WIRE_MODEL Public See coding 20130201 BEGIN OF ys_wire_model, transaction TYPE fpm_wire_model_transaction, wire TYPE yt_wire, END OF ys_wire_model
34 YT_ACTION Public See coding 20130201 yt_action TYPE STANDARD TABLE OF ys_action WITH KEY id
35 YT_BUTTON Public See coding 20130201 yt_button TYPE STANDARD TABLE OF ys_button WITH KEY element_id
36 YT_BUTTON_SUB_ITEM Public See coding 20130201 yt_button_sub_item TYPE STANDARD TABLE OF ys_button_sub_item WITH KEY action_id
37 YT_COLUMN_LAYOUT Public See coding 20130201 yt_column_layout TYPE STANDARD TABLE OF ys_column_layout WITH KEY column_id
38 YT_CONF_COMP_USAGE Public See coding 20130201 yt_conf_comp_usage TYPE STANDARD TABLE OF ys_conf_comp_usage WITH KEY fpm_primary_attribute
39 YT_CONTENT_AREA Public See coding 20130201 yt_content_area TYPE STANDARD TABLE OF ys_content_area WITH KEY id
40 YT_EVENT_PARAMETER Public See coding 20130201 yt_event_parameter TYPE STANDARD TABLE OF ys_event_parameter WITH KEY name
41 YT_EXTERNAL_NAVIGATION Public See coding 20130201 yt_external_navigation TYPE STANDARD TABLE OF ys_external_navigation WITH KEY id
42 YT_PAGE_MASTER_UIBB Public See coding 20130201 yt_page_master_uibb TYPE STANDARD TABLE OF ys_page_master_uibb WITH KEY fpm_primary_attribute
43 YT_PAGE_SELECTOR_ITEM Public See coding 20130201 yt_page_selector_item TYPE STANDARD TABLE OF ys_page_selector_item WITH KEY content_area_id
44 YT_PM_BUTTON Public See coding 20130201 yt_pm_button TYPE STANDARD TABLE OF ys_pm_button WITH KEY element_id
45 YT_PM_BUTTON_SUB_ITEM Public See coding 20130201 yt_pm_button_sub_item TYPE STANDARD TABLE OF ys_pm_button_sub_item WITH KEY action_id
46 YT_P_COLUMN_LAYOUT Public See coding 20130201 yt_p_column_layout TYPE STANDARD TABLE OF ys_p_column_layout WITH KEY column_id
47 YT_P_CONTENT_AREA Public See coding 20130201 yt_p_content_area TYPE STANDARD TABLE OF ys_p_content_area WITH KEY id
48 YT_P_SECTION Public See coding 20130201 yt_p_section TYPE STANDARD TABLE OF ys_p_section WITH KEY id
49 YT_P_UIBB Public See coding 20130201 yt_p_uibb TYPE STANDARD TABLE OF ys_p_uibb WITH KEY uibb_key
50 YT_SECTION Public See coding 20130201 yt_section TYPE STANDARD TABLE OF ys_section WITH KEY id
51 YT_UIBB Public See coding 20130201 yt_uibb TYPE STANDARD TABLE OF ys_uibb WITH KEY fpm_primary_attribute
52 YT_UIBB_BUTTON Public See coding 20130201 yt_uibb_button TYPE STANDARD TABLE OF ys_uibb_button WITH KEY element_id
53 YT_UIBB_BUTTON_SUB_ITEM Public See coding 20130201 yt_uibb_button_sub_item TYPE STANDARD TABLE OF ys_uibb_button_sub_item WITH KEY action_id
54 YT_WIRE Public See coding 20130201 yt_wire TYPE STANDARD TABLE OF ys_wire WITH KEY fpm_primary_attribute
Method Signatures

Method ANALYZE_CA_CONTEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_ROOT Call by reference Object reference (TYPE REF TO) CL_WD_UIELEMENT_CONTAINER 20130228
2 Importing IV_ID Call by reference Type reference (TYPE) STRING 20130228

Method ANALYZE_CA_CONTEXT on class CL_FPM_RAT_RENDER_OVP has no exception.

Method ANALYZE_CA_DEFAULT_ACTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_DATA Call by reference Object reference (TYPE REF TO) IF_FPM_PARAMETER Property Bag 20130301
2 Importing IO_ROOT Call by reference Object reference (TYPE REF TO) CL_WD_UIELEMENT_CONTAINER 20130301
3 Importing IV_ID Call by reference Type reference (TYPE) STRING 20130301

Method ANALYZE_CA_DEFAULT_ACTION on class CL_FPM_RAT_RENDER_OVP has no exception.

Method ANALYZE_CA_EXTERNAL_NAVIGATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_DATA Call by reference Object reference (TYPE REF TO) IF_FPM_PARAMETER Property Bag 20130228
2 Importing IO_ROOT Call by reference Object reference (TYPE REF TO) CL_WD_UIELEMENT_CONTAINER 20130228
3 Importing IV_ID Call by reference Type reference (TYPE) STRING 20130301

Method ANALYZE_CA_EXTERNAL_NAVIGATION on class CL_FPM_RAT_RENDER_OVP has no exception.

Method ANALYZE_CA_GENERIC_BTN_ACTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_DATA Call by reference Object reference (TYPE REF TO) IF_FPM_PARAMETER Property Bag 20130301
2 Importing IO_ROOT Call by reference Object reference (TYPE REF TO) CL_WD_UIELEMENT_CONTAINER 20130301
3 Importing IV_ID Call by reference Type reference (TYPE) STRING 20130301

Method ANALYZE_CA_GENERIC_BTN_ACTION on class CL_FPM_RAT_RENDER_OVP has no exception.

Method ANALYZE_CA_SECTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_DATA Call by reference Object reference (TYPE REF TO) IF_FPM_PARAMETER Property Bag 20130228
2 Importing IO_ROOT Call by reference Object reference (TYPE REF TO) CL_WD_UIELEMENT_CONTAINER 20130228
3 Importing IV_ID Call by reference Type reference (TYPE) STRING 20130228

Method ANALYZE_CA_SECTION on class CL_FPM_RAT_RENDER_OVP has no exception.

Method ANALYZE_CA_TOOLBAR_BTN_CHOICE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_DATA Call by reference Object reference (TYPE REF TO) IF_FPM_PARAMETER Property Bag 20130228
2 Importing IO_ROOT Call by reference Object reference (TYPE REF TO) CL_WD_UIELEMENT_CONTAINER 20130228
3 Importing IV_ID Call by reference Type reference (TYPE) STRING 20130301

Method ANALYZE_CA_TOOLBAR_BTN_CHOICE on class CL_FPM_RAT_RENDER_OVP has no exception.

Method ANALYZE_CA_TOOLBAR_BUTTON Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_DATA Call by reference Object reference (TYPE REF TO) IF_FPM_PARAMETER Property Bag 20130228
2 Importing IO_ROOT Call by reference Object reference (TYPE REF TO) CL_WD_UIELEMENT_CONTAINER 20130228
3 Importing IV_ID Call by reference Type reference (TYPE) STRING 20130301

Method ANALYZE_CA_TOOLBAR_BUTTON on class CL_FPM_RAT_RENDER_OVP has no exception.

Method ANALYZE_CA_TOOLBAR_DD_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_DATA Call by reference Object reference (TYPE REF TO) IF_FPM_PARAMETER Property Bag 20130228
2 Importing IO_ROOT Call by reference Object reference (TYPE REF TO) CL_WD_UIELEMENT_CONTAINER 20130228
3 Importing IV_ID Call by reference Type reference (TYPE) STRING 20130301

Method ANALYZE_CA_TOOLBAR_DD_LIST on class CL_FPM_RAT_RENDER_OVP has no exception.

Method ANALYZE_CA_TOOLBAR_ELEMS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_DATA Call by reference Object reference (TYPE REF TO) IF_FPM_PARAMETER Property Bag 20130228
2 Importing IO_ROOT Call by reference Object reference (TYPE REF TO) CL_WD_UIELEMENT_CONTAINER 20130228
3 Importing IV_ID Call by reference Type reference (TYPE) STRING 20130301

Method ANALYZE_CA_TOOLBAR_ELEMS on class CL_FPM_RAT_RENDER_OVP has no exception.

Method ANALYZE_CA_TOOLBAR_TGL_BUTTON Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_DATA Call by reference Object reference (TYPE REF TO) IF_FPM_PARAMETER Property Bag 20130228
2 Importing IO_ROOT Call by reference Object reference (TYPE REF TO) CL_WD_UIELEMENT_CONTAINER 20130228
3 Importing IV_ID Call by reference Type reference (TYPE) STRING 20130301

Method ANALYZE_CA_TOOLBAR_TGL_BUTTON on class CL_FPM_RAT_RENDER_OVP has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_FPM Call by reference Object reference (TYPE REF TO) IF_FPM Interface for accessing FPM functionality 20130131
2 Importing IO_TECHNICAL_HELP_INFO Call by reference Object reference (TYPE REF TO) IF_WD_TECHNICAL_HELP_INFO Interface for Integrating Technical Help 20130131
3 Importing IV_COMPONENT_ID Call by reference Type reference (TYPE) STRING 20130131

Method CONSTRUCTOR on class CL_FPM_RAT_RENDER_OVP has no exception.

Method RENDER_OVP_BASIC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_VIEW Call by reference Object reference (TYPE REF TO) IF_WD_VIEW Web Dynpro: API of a View 20130121
2 Importing IV_RERENDER Call by reference Type reference (TYPE) WDY_BOOLEAN Replacement for Real Boolean Type: 'X' == True '' == False 20130121

Method RENDER_OVP_BASIC on class CL_FPM_RAT_RENDER_OVP has no exception.

Method RENDER_OVP_CONTENT_AREA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_VIEW Call by reference Object reference (TYPE REF TO) IF_WD_VIEW Web Dynpro: API of a View 20130121
2 Importing IV_RERENDER Call by reference Type reference (TYPE) WDY_BOOLEAN Replacement for Real Boolean Type: 'X' == True '' == False 20130121

Method RENDER_OVP_CONTENT_AREA on class CL_FPM_RAT_RENDER_OVP has no exception.

Method RENDER_OVP_PAGE_MASTER_AREA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_VIEW Call by reference Object reference (TYPE REF TO) IF_WD_VIEW Web Dynpro: API of a View 20130121
2 Importing IV_RERENDER Call by reference Type reference (TYPE) WDY_BOOLEAN Replacement for Real Boolean Type: 'X' == True '' == False 20130121

Method RENDER_OVP_PAGE_MASTER_AREA on class CL_FPM_RAT_RENDER_OVP has no exception.

Method RENDER_OVP_SECTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_VIEW Call by reference Object reference (TYPE REF TO) IF_WD_VIEW Web Dynpro: API of a View 20130121
2 Importing IV_INDEX Call by reference Type reference (TYPE) STRING 20130121
3 Importing IV_RERENDER Call by reference Type reference (TYPE) WDY_BOOLEAN Replacement for Real Boolean Type: 'X' == True '' == False 20130121

Method RENDER_OVP_SECTION on class CL_FPM_RAT_RENDER_OVP has no exception.
History
Last changed by/on SAP  20131127 
SAP Release Created in 740