SAP ABAP Class CL_FPM_RAT_RENDER_LIST_ATS (List ATS 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_GUIBB GUIBB render class for rat 20130121
Properties
Class CL_FPM_RAT_RENDER_LIST_ATS  
Short Description List ATS render class for RAT    
Super Class CL_FPM_RAT_RENDER_GUIBB GUIBB 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_LIST_ATS has no forward declaration.
Interfaces
Class CL_FPM_RAT_RENDER_LIST_ATS has no interface implemented.
Friends
Class CL_FPM_RAT_RENDER_LIST_ATS has no friend class.
Attributes
Class CL_FPM_RAT_RENDER_LIST_ATS has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20130201
2 RENDER_LIST_ATS_COLUMN Instance method Private Method 20130122
3 RENDER_LIST_ATS_TOOLBAR Instance method Private Method 20130122
Events
Class CL_FPM_RAT_RENDER_LIST_ATS has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 YS_BUTTON_ACTION Public See coding 20130122 BEGIN OF ys_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, fpm_primary_attribute TYPE fpm_element_id, action_type TYPE fpm_action_type, END OF ys_button_action
2 YS_BUTTON_ROW Public See coding 20130122 BEGIN OF ys_button_row, button_row_element TYPE yt_button_row_element, END OF ys_button_row
3 YS_BUTTON_ROW_ELEMENT Public See coding 20130122 BEGIN OF ys_button_row_element, display_type TYPE fpmgb_display_type, index TYPE wdy_conf_index, text TYPE wdy_conf_transl_text, element_id TYPE fpm_element_id, special_properties TYPE string, tooltip TYPE wdy_conf_transl_text, width TYPE fpmgb_ui_element_width, ctxt_menu_id TYPE fpm_ctxt_menu_id, explanation_text TYPE fpm_explanation, button_action TYPE yt_button_action, END OF ys_button_row_element
4 YS_COLUMN Public See coding 20130122 BEGIN OF ys_column, 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_properties TYPE string, width TYPE fpmgb_ui_element_width, tag_active TYPE fpmgb_tag_active, tooltip TYPE wdy_conf_transl_text, visibility TYPE fpmgb_column_visibility, fixed TYPE fpmgb_list_ats_fixation, tooltip_header TYPE wdy_conf_transl_text, ctxt_menu_id TYPE fpm_ctxt_menu_id, column_action TYPE ys_column_action, END OF ys_column
5 YS_COLUMN_ACTION Public See coding 20130122 BEGIN OF ys_column_action, event_id TYPE fpm_event_id, event_parameters TYPE string, END OF ys_column_action
6 YS_CTXT_MENU Public See coding 20130122 BEGIN OF ys_ctxt_menu, id TYPE fpm_ctxt_menu_id, title TYPE fpm_ctxt_menu_title, image_source TYPE fpmgb_image_src, ctxt_menu_item TYPE yt_ctxt_menu_item, END OF ys_ctxt_menu
7 YS_CTXT_MENU_ITEM Public See coding 20130122 BEGIN OF ys_ctxt_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 ys_ctxt_menu_item
8 YS_DRAG_DROP Public See coding 20130122 BEGIN OF ys_drag_drop, type TYPE string, enabled TYPE fpmgb_s_dnd_definition-enabled, tags TYPE fpmgb_s_dnd_definition-tags, scope TYPE fpmgb_s_dnd_definition-scope, override TYPE fpmgb_s_dnd_definition-override, END OF ys_drag_drop
9 YS_LIST Public See coding 20130122 BEGIN OF ys_list, feeder TYPE seoclsname, title TYPE wdy_conf_transl_text, lead_sel_event_id TYPE fpmgb_s_action-event_id, button_row TYPE ys_button_row, column TYPE yt_column, ctxt_menu TYPE yt_ctxt_menu, drag_drop TYPE yt_drag_drop, parameter TYPE yt_parameter, quickview TYPE yt_quickview, row_actions TYPE yt_row_actions, settings TYPE ys_settings, END OF ys_list
10 YS_PARAMETER Public See coding 20130122 BEGIN OF ys_parameter, name TYPE fpmgb_parameter_name, value TYPE fpmgb_parameter_value, END OF ys_parameter
11 YS_QUICKVIEW Public See coding 20130122 BEGIN OF ys_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 ys_quickview
12 YS_ROW_ACTIONS Public See coding 20130122 BEGIN OF ys_row_actions, element_id TYPE fpm_element_id, event_id TYPE fpm_event_id, text TYPE string, 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, ctxt_menu_id TYPE fpm_ctxt_menu_id, END OF ys_row_actions
13 YS_SETTINGS Public See coding 20130122 BEGIN OF ys_settings, ctxt_menu_id TYPE fpm_ctxt_menu_id, visible_row_count TYPE fpmgb_row_count, selection_mode TYPE fpmgb_selection_mode, access_descr TYPE wdy_conf_transl_text, export_excel TYPE fpmgb_excel_export, list_width TYPE fpm_list_width, grid_mode TYPE fpmgb_table_grid_mode, table_visibility TYPE fpmgb_table_visibility, initial_lead_selection TYPE fpmgb_set_lead_selection, sel_event_type TYPE fpmgb_sel_event_ats, visible_col_count TYPE fpmgb_col_count, check_mandatory TYPE fpmgb_check_mandatory, selection_change_behaviour TYPE fpmgb_sel_chng_behvr, display_empty_rows TYPE fpmgb_table_empty_rows, scrollable_column_count TYPE fpmgb_non_scrollable_columns, enable_h_scrolling TYPE fpmgb_enabling_h_scrolling, style_of_rendering TYPE fpmgb_list_render_style, scroll_mode TYPE fpm_s_table_settings-scroll_mode, selection_mode_ats TYPE fpmgb_selection_mode_ats, height_mode_ats TYPE fpmgb_table_height_mode_ats, allow_personalization TYPE fpmgb_allow_pers_ats, allow_creating_views TYPE fpmgb_allow_new_views_ats, allow_sorting TYPE fpmgb_allow_sorting_ats, allow_filtering TYPE fpmgb_allow_filtering_ats, allow_calculation TYPE fpmgb_allow_calculation_ats, allow_grouping TYPE fpmgb_allow_grouping_ats, row_height TYPE fpmgb_row_height, is_search_result_list TYPE fpmgb_search_result_list, fit_to_table_width TYPE fpmgb_fit_table_width, master_detail_column TYPE fpm_master_detail_column, display_mode TYPE fpmgb_table_display_mode_ats, show_no_data_default_text TYPE fpm_show_no_data_default_text, no_data_text TYPE fpm_no_data_text, allow_creating_rows_by_list TYPE fpmgb_allow_creating_rows_ats, END OF ys_settings
14 YT_BUTTON_ACTION Public See coding 20130122 yt_button_action TYPE STANDARD TABLE OF ys_button_action WITH KEY fpm_primary_attribute
15 YT_BUTTON_ROW_ELEMENT Public See coding 20130122 yt_button_row_element TYPE STANDARD TABLE OF ys_button_row_element WITH KEY element_id
16 YT_COLUMN Public See coding 20130122 yt_column TYPE STANDARD TABLE OF ys_column WITH KEY element_id
17 YT_CTXT_MENU Public See coding 20130122 yt_ctxt_menu TYPE STANDARD TABLE OF ys_ctxt_menu WITH KEY id
18 YT_CTXT_MENU_ITEM Public See coding 20130122 yt_ctxt_menu_item TYPE STANDARD TABLE OF ys_ctxt_menu_item WITH KEY id
19 YT_DRAG_DROP Public See coding 20130122 yt_drag_drop TYPE STANDARD TABLE OF ys_drag_drop WITH KEY type
20 YT_PARAMETER Public See coding 20130122 yt_parameter TYPE STANDARD TABLE OF ys_parameter WITH KEY name
21 YT_QUICKVIEW Public See coding 20130122 yt_quickview TYPE STANDARD TABLE OF ys_quickview WITH KEY id
22 YT_ROW_ACTIONS Public See coding 20130122 yt_row_actions TYPE STANDARD TABLE OF ys_row_actions WITH KEY element_id
Method Signatures

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 20130201
2 Importing IO_TECHNICAL_HELP_INFO Call by reference Object reference (TYPE REF TO) IF_WD_TECHNICAL_HELP_INFO Interface for Integrating Technical Help 20130201
3 Importing IV_COMPONENT_ID Call by reference Type reference (TYPE) STRING 20130201

Method CONSTRUCTOR on class CL_FPM_RAT_RENDER_LIST_ATS has no exception.

Method RENDER_LIST_ATS_COLUMN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_COLUMN Call by reference Object reference (TYPE REF TO) CL_WD_C_TABLE_COLUMN 20130122
2 Importing IO_LIST_RAT Call by reference Object reference (TYPE REF TO) CL_FPM_LIST_ATS_RAT This class holds info about list ats for the RAT 20130122
3 Importing IO_VIEW Call by reference Object reference (TYPE REF TO) IF_WD_VIEW Web Dynpro: API of a View 20130122
4 Importing IV_RERENDER Call by reference Type reference (TYPE) WDY_BOOLEAN Replacement for Real Boolean Type: 'X' == True '' == False 20130122

Method RENDER_LIST_ATS_COLUMN on class CL_FPM_RAT_RENDER_LIST_ATS has no exception.

Method RENDER_LIST_ATS_TOOLBAR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_LIST_RAT Call by reference Object reference (TYPE REF TO) CL_FPM_LIST_ATS_RAT This class holds info about list ats for the RAT 20130122
2 Importing IO_VIEW Call by reference Object reference (TYPE REF TO) IF_WD_VIEW Web Dynpro: API of a View 20130122
3 Importing IV_ID Call by reference Type reference (TYPE) STRING 20130122
4 Importing IV_RERENDER Call by reference Type reference (TYPE) WDY_BOOLEAN Replacement for Real Boolean Type: 'X' == True '' == False 20130122

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