SAP ABAP Class CL_FPM_RAT_RENDER_TREE (Tree 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_TREE | |
Short Description | Tree 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_TREE has no forward declaration.
Interfaces
Class CL_FPM_RAT_RENDER_TREE has no interface implemented.
Friends
Class CL_FPM_RAT_RENDER_TREE has no friend class.
Attributes
Class CL_FPM_RAT_RENDER_TREE has no attribute.
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Constructor | CONSTRUCTOR | 20130201 |
Events
Class CL_FPM_RAT_RENDER_TREE has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | YS_BUTTON_ACTION | Public | See coding | 20130131 | 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,
event_id_2 TYPE fpmgb_s_action-event_id,
action_type TYPE fpm_action_type,
END OF ys_button_action
|
||
2 | YS_BUTTON_ROW | Public | See coding | 20130131 | 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 | 20130131 | 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,
button_action TYPE yt_button_action,
END OF ys_button_row_element
|
||
4 | YS_COLUMN | Public | See coding | 20130131 | 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,
ctxt_menu_id TYPE fpm_ctxt_menu_id,
fixed TYPE fpmgb_list_ats_fixation,
visibility TYPE fpmgb_column_visibility,
column_action TYPE ys_column_action,
END OF ys_column
|
||
5 | YS_COLUMN_ACTION | Public | See coding | 20130131 | 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 | 20130131 | 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 | 20130131 | 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 | 20130131 | 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_MASTER_COLUMN | Public | See coding | 20130131 | BEGIN OF ys_master_column,
header TYPE wdy_conf_transl_text,
tooltip TYPE wdy_conf_transl_text,
width TYPE fpmgb_ui_element_width,
display_type TYPE fpmgb_display_type,
special_properties TYPE string,
ctxt_menu_id TYPE fpm_ctxt_menu_id,
END OF ys_master_column
|
||
10 | YS_PARAMETER | Public | See coding | 20130131 | BEGIN OF ys_parameter,
name TYPE fpmgb_parameter_name,
value TYPE fpmgb_parameter_value,
END OF ys_parameter
|
||
11 | YS_QUICKVIEW | Public | See coding | 20130131 | 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 | 20130131 | BEGIN OF ys_row_actions,
element_id TYPE fpm_element_id,
event_id TYPE fpm_event_id,
text TYPE wdy_conf_transl_text,
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 | 20130131 | BEGIN OF ys_settings,
visible_col_count TYPE fpmgb_col_count,
visible_row_count TYPE fpmgb_row_count,
sel_event_type TYPE fpmgb_sel_event,
selection_mode TYPE fpmgb_selection_mode,
selection_change_behaviour TYPE fpmgb_sel_chng_behvr,
access_descr TYPE wdy_conf_transl_text,
check_mandatory TYPE fpmgb_check_mandatory,
tree_width TYPE fpm_tree_width,
initial_lead_selection TYPE fpmgb_set_lead_selection,
scrollable_column_count TYPE fpmgb_non_scrollable_columns,
display_empty_rows TYPE fpmgb_table_empty_rows,
enable_h_scrolling TYPE fpmgb_enabling_h_scrolling,
grid_mode TYPE fpmgb_table_grid_mode,
ctxt_menu_id TYPE fpm_ctxt_menu_id,
sel_event_type_ats TYPE fpmgb_sel_event_ats,
height_mode_ats TYPE fpmgb_table_height_mode_ats,
row_height_ats TYPE fpmgb_row_height,
use_c_table TYPE wdy_boolean,
allow_personalization TYPE fpmgb_allow_pers_ats,
allow_creating_views TYPE fpmgb_allow_new_views_ats,
allow_sorting TYPE fpmgb_allow_sorting_ats,
fit_to_table_width TYPE fpmgb_fit_table_width,
show_no_data_default_text TYPE fpm_show_no_data_default_text,
no_data_text TYPE fpm_no_data_text,
suppress_selection_buttons TYPE fpmgb_suppress_sel_buttons,
display_mode TYPE fpmgb_table_display_mode,
export_to_excel TYPE fpmgb_excel_export,
END OF ys_settings
|
||
14 | YS_TREE | Public | See coding | 20130131 | BEGIN OF ys_tree,
feeder TYPE seoclsname,
title TYPE wdy_conf_transl_text,
lead_sel_event_id TYPE fpmgb_s_action-event_id,
set_default_tbar_buttons TYPE fpmgb_default_button_set,
button_row TYPE ys_button_row,
column TYPE yt_column,
ctxt_menu TYPE yt_ctxt_menu,
drag_drop TYPE yt_drag_drop,
master_column TYPE ys_master_column,
parameter TYPE yt_parameter,
quickview TYPE yt_quickview,
row_actions TYPE yt_row_actions,
settings TYPE ys_settings,
END OF ys_tree
|
||
15 | YT_BUTTON_ACTION | Public | See coding | 20130131 | yt_button_action TYPE STANDARD TABLE OF ys_button_action WITH KEY event_id
|
||
16 | YT_BUTTON_ROW_ELEMENT | Public | See coding | 20130131 | yt_button_row_element TYPE STANDARD TABLE OF ys_button_row_element WITH KEY element_id
|
||
17 | YT_COLUMN | Public | See coding | 20130131 | yt_column TYPE STANDARD TABLE OF ys_column WITH KEY element_id
|
||
18 | YT_CTXT_MENU | Public | See coding | 20130131 | yt_ctxt_menu TYPE STANDARD TABLE OF ys_ctxt_menu WITH KEY id
|
||
19 | YT_CTXT_MENU_ITEM | Public | See coding | 20130131 | yt_ctxt_menu_item TYPE STANDARD TABLE OF ys_ctxt_menu_item WITH KEY id
|
||
20 | YT_DRAG_DROP | Public | See coding | 20130131 | yt_drag_drop TYPE STANDARD TABLE OF ys_drag_drop WITH KEY type
|
||
21 | YT_PARAMETER | Public | See coding | 20130131 | yt_parameter TYPE STANDARD TABLE OF ys_parameter WITH KEY name
|
||
22 | YT_QUICKVIEW | Public | See coding | 20130131 | yt_quickview TYPE STANDARD TABLE OF ys_quickview WITH KEY id
|
||
23 | YT_ROW_ACTIONS | Public | See coding | 20130131 | 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 | ![]() |
IO_FPM | Call by reference | Object reference (TYPE REF TO) | IF_FPM | Interface for accessing FPM functionality | 20130201 | ||
2 | ![]() |
IO_TECHNICAL_HELP_INFO | Call by reference | Object reference (TYPE REF TO) | IF_WD_TECHNICAL_HELP_INFO | Interface for Integrating Technical Help | 20130201 | ||
3 | ![]() |
IV_COMPONENT_ID | Call by reference | Type reference (TYPE) | STRING | 20130201 |
Method CONSTRUCTOR on class CL_FPM_RAT_RENDER_TREE has no exception.
History
Last changed by/on | SAP | 20131127 |
SAP Release Created in | 740 |