SAP ABAP Class CL_FPM_RAT_RENDER_SEARCH (Search 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_SEARCH  
Short Description Search 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_SEARCH has no forward declaration.
Interfaces
Class CL_FPM_RAT_RENDER_SEARCH has no interface implemented.
Friends
Class CL_FPM_RAT_RENDER_SEARCH has no friend class.
Attributes
Class CL_FPM_RAT_RENDER_SEARCH has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20130201
2 RENDER_SEARCH_FIELD Instance method Private Method 20130612
Events
Class CL_FPM_RAT_RENDER_SEARCH has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 YS_ATTRIBUTES Public See coding 20130131 BEGIN OF ys_attributes, name TYPE name_komp, index TYPE fpm_index, element_id TYPE fpm_element_id, text TYPE wdy_conf_transl_text, default_operator TYPE fpmgb_search_operator, group_id_attr TYPE fpmgb_search_group_id, END OF ys_attributes
2 YS_EXCLUDED_OPERATORS Public See coding 20130131 BEGIN OF ys_excluded_operators, attribute TYPE name_komp, operators TYPE yt_operators, END OF ys_excluded_operators
3 YS_OPERATORS Public See coding 20130131 BEGIN OF ys_operators, operator_id TYPE fpmgb_search_operator, END OF ys_operators
4 YS_PARAMETER Public See coding 20130131 BEGIN OF ys_parameter, name TYPE fpmgb_parameter_name, value TYPE fpmgb_parameter_value, END OF ys_parameter
5 YS_RESULT_GUIBB_LIST Public See coding 20130131 BEGIN OF ys_result_guibb_list, 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, hidden TYPE fpm_hidden, instance_id TYPE fpm_instance_id, END OF ys_result_guibb_list
6 YS_RESULT_TABLE Public See coding 20130131 BEGIN OF ys_result_table, name TYPE name_komp, index TYPE wdy_conf_index, header TYPE wdy_conf_transl_text, element_id TYPE fpm_element_id, display_type TYPE fpmgb_display_type, tag_active TYPE fpmgb_tag_active, width TYPE fpmgb_search_res_width, END OF ys_result_table
7 YS_SEARCH Public See coding 20130131 BEGIN OF ys_search, feeder TYPE seoclsname, number_of_query_lines TYPE fpmgb_num_query_lines, result_number_of_visible_rows TYPE fpmgb_search_result_num_rows, save_searches TYPE fpmgb_search_enable_save, show_button_search TYPE fpmgb_show_button_search, show_button_clear TYPE fpmgb_show_button_clear, exclude_criterias TYPE fpmgb_search_exclude_criterias, show_button_reset TYPE fpmgb_show_button_reset, max_number_of_results TYPE fpmgb_max_num_result, show_max_num_result_field TYPE fpmgb_show_max_num_result, group_same_criteria TYPE fpmgb_search_group_same_crit, attributes TYPE yt_attributes, excluded_operators TYPE yt_excluded_operators, parameter TYPE yt_parameter, result_guibb_list TYPE ys_result_guibb_list, result_table TYPE yt_result_table, search_group TYPE yt_search_group, END OF ys_search
8 YS_SEARCH_GROUP Public See coding 20130131 BEGIN OF ys_search_group, element_id TYPE fpm_element_id, group_id TYPE fpmgb_search_group_id, group_title TYPE fpmgb_search_group_title, index TYPE fpm_index, expandable TYPE fpmgb_search_expandable, group_number_of_search_lines TYPE fpmgb_num_query_lines, expand_on_open TYPE fpmgb_search_expand_on_open, END OF ys_search_group
9 YT_ATTRIBUTES Public See coding 20130131 yt_attributes TYPE STANDARD TABLE OF ys_attributes WITH KEY element_id
10 YT_EXCLUDED_OPERATORS Public See coding 20130131 yt_excluded_operators TYPE STANDARD TABLE OF ys_excluded_operators WITH KEY attribute
11 YT_OPERATORS Public See coding 20130131 yt_operators TYPE STANDARD TABLE OF ys_operators WITH KEY operator_id
12 YT_PARAMETER Public See coding 20130131 yt_parameter TYPE STANDARD TABLE OF ys_parameter WITH KEY name
13 YT_RESULT_TABLE Public See coding 20130131 yt_result_table TYPE STANDARD TABLE OF ys_result_table WITH KEY element_id
14 YT_SEARCH_GROUP Public See coding 20130131 yt_search_group TYPE STANDARD TABLE OF ys_search_group 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_SEARCH has no exception.

Method RENDER_SEARCH_FIELD 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 20130612
2 Importing IV_RERENDER Call by reference Type reference (TYPE) WDY_BOOLEAN Replacement for Real Boolean Type: 'X' == True '' == False 20130612

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