SAP ABAP Class CL_FPM_RAT_RENDER_FORM (Form 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_FORM | |
Short Description | Form 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_FORM has no forward declaration.
Interfaces
Class CL_FPM_RAT_RENDER_FORM has no interface implemented.
Friends
Class CL_FPM_RAT_RENDER_FORM has no friend class.
Attributes
Class CL_FPM_RAT_RENDER_FORM has no attribute.
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Constructor | CONSTRUCTOR | 20130201 |
2 | ![]() |
Instance method | Private | Method | 20130122 | |
3 | ![]() |
Instance method | Private | Method | 20130122 | |
4 | ![]() |
Instance method | Private | Method | 20130122 |
Events
Class CL_FPM_RAT_RENDER_FORM 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,
action_type type fpm_action_type,
event_id_2 type fpmgb_s_action-event_id,
end of ys_button_action
|
||
2 | YS_BUTTON_ROW | Public | See coding | 20130122 | begin of ys_button_row,
row type fpmgb_row,
element_id type fpm_element_id,
ctxt_menu_id type fpm_ctxt_menu_id,
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,
ctxt_menu_id type fpm_ctxt_menu_id,
button_action type yt_button_action,
end of ys_button_row_element
|
||
4 | YS_CTXT_MENU | Public | See coding | 20130122 | begin of ys_ctxt_menu,
id type fpm_ctxt_menu_id,
ctxt_menu_item type yt_ctxt_menu_item,
end of ys_ctxt_menu
|
||
5 | 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
|
||
6 | YS_DROP | Public | See coding | 20130122 | begin of ys_drop,
type type fpmgb_s_dnd_definition-type,
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_drop
|
||
7 | YS_ELEMENT | Public | See coding | 20130122 | begin of ys_element,
name type name_komp,
display_type type fpmgb_display_type,
row type fpmgb_row,
visibility_label type fpm_label_visibility,
column type fpmgb_column,
text 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,
explanation type wdy_conf_transl_text,
ctxt_menu_id type fpm_ctxt_menu_id,
element_action type yt_element_action,
end of ys_element
|
||
8 | YS_ELEMENT_ACTION | Public | See coding | 20130122 | begin of ys_element_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,
action_type type fpm_action_type,
end of ys_element_action
|
||
9 | YS_FORM | Public | See coding | 20130122 | begin of ys_form,
feeder type seoclsname,
title type wdy_conf_transl_text,
layout_type type fpmgb_layout_type,
guideline type fpm_guideline_version,
check_mandatory type fpmgb_check_mandatory,
no_on_enter_after_f4 type fpmgb_no_on_enter_after_f4,
ctxt_menu_id type fpm_ctxt_menu_id,
ctxt_menu type yt_ctxt_menu,
group type yt_group,
parameter type yt_parameter,
quickview type yt_quickview,
end of ys_form
|
||
10 | YS_GROUP | Public | See coding | 20130122 | begin of ys_group,
title type wdy_conf_transl_text,
index type fpm_index,
group_type type fpmgb_group_type,
element_id type fpm_element_id,
location type fpm_location,
ctxt_menu_id type fpm_ctxt_menu_id,
button_row type yt_button_row,
drop type ys_drop,
element type yt_element,
melting_group type yt_melting_group,
end of ys_group
|
||
11 | YS_MELTING_GROUP | Public | See coding | 20130122 | begin of ys_melting_group,
row type fpmgb_row,
element_id type fpm_element_id,
column type fpmgb_column,
ctxt_menu_id type fpm_ctxt_menu_id,
melting_grp_element type yt_melting_grp_element,
end of ys_melting_group
|
||
12 | YS_MELTING_GRP_ACTION | Public | See coding | 20130122 | begin of ys_melting_grp_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,
action_type type fpm_action_type,
event_id_2 type fpmgb_s_action-event_id,
end of ys_melting_grp_action
|
||
13 | YS_MELTING_GRP_ELEMENT | Public | See coding | 20130122 | begin of ys_melting_grp_element,
name type name_komp,
display_type type fpmgb_display_type,
index type wdy_conf_index,
visibility_label type fpm_label_visibility,
text 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,
explanation type wdy_conf_transl_text,
ctxt_menu_id type fpm_ctxt_menu_id,
melting_grp_action type yt_melting_grp_action,
end of ys_melting_grp_element
|
||
14 | YS_PARAMETER | Public | See coding | 20130122 | begin of ys_parameter,
name type fpmgb_parameter_name,
value type fpmgb_parameter_value,
end of ys_parameter
|
||
15 | 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
|
||
16 | YT_BUTTON_ACTION | Public | See coding | 20130122 | yt_button_action type standard table of ys_button_action with key event_id
|
||
17 | YT_BUTTON_ROW | Public | See coding | 20130122 | yt_button_row type standard table of ys_button_row with key element_id
|
||
18 | YT_BUTTON_ROW_ELEMENT | Public | See coding | 20130122 | yt_button_row_element type standard table of ys_button_row_element with key element_id
|
||
19 | YT_CTXT_MENU | Public | See coding | 20130122 | yt_ctxt_menu type standard table of ys_ctxt_menu with key id
|
||
20 | YT_CTXT_MENU_ITEM | Public | See coding | 20130122 | yt_ctxt_menu_item type standard table of ys_ctxt_menu_item with key id
|
||
21 | YT_ELEMENT | Public | See coding | 20130122 | yt_element type standard table of ys_element with key element_id
|
||
22 | YT_ELEMENT_ACTION | Public | See coding | 20130122 | yt_element_action type standard table of ys_element_action with key event_id
|
||
23 | YT_GROUP | Public | See coding | 20130122 | yt_group type standard table of ys_group with key element_id
|
||
24 | YT_MELTING_GROUP | Public | See coding | 20130122 | yt_melting_group type standard table of ys_melting_group with key element_id
|
||
25 | YT_MELTING_GRP_ACTION | Public | See coding | 20130122 | yt_melting_grp_action type standard table of ys_melting_grp_action with key event_id
|
||
26 | YT_MELTING_GRP_ELEMENT | Public | See coding | 20130122 | yt_melting_grp_element type standard table of ys_melting_grp_element with key element_id
|
||
27 | YT_PARAMETER | Public | See coding | 20130122 | yt_parameter type standard table of ys_parameter with key name
|
||
28 | YT_QUICKVIEW | Public | See coding | 20130122 | yt_quickview type standard table of ys_quickview with key 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_FORM has no exception.
Method RENDER_FORM_ACTION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_VIEW | Call by reference | Object reference (TYPE REF TO) | IF_WD_VIEW | Web Dynpro: API of a View | 20130122 | ||
2 | ![]() |
IV_RERENDER | Call by reference | Type reference (TYPE) | WDY_BOOLEAN | Replacement for Real Boolean Type: 'X' == True '' == False | 20130122 |
Method RENDER_FORM_ACTION on class CL_FPM_RAT_RENDER_FORM has no exception.
Method RENDER_FORM_FIELD Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_VIEW | Call by reference | Object reference (TYPE REF TO) | IF_WD_VIEW | Web Dynpro: API of a View | 20130122 | ||
2 | ![]() |
IV_RERENDER | Call by reference | Type reference (TYPE) | WDY_BOOLEAN | Replacement for Real Boolean Type: 'X' == True '' == False | 20130122 |
Method RENDER_FORM_FIELD on class CL_FPM_RAT_RENDER_FORM has no exception.
Method RENDER_FORM_LABEL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_VIEW | Call by reference | Object reference (TYPE REF TO) | IF_WD_VIEW | Web Dynpro: API of a View | 20130122 | ||
2 | ![]() |
IV_RERENDER | Call by reference | Type reference (TYPE) | WDY_BOOLEAN | Replacement for Real Boolean Type: 'X' == True '' == False | 20130122 |
Method RENDER_FORM_LABEL on class CL_FPM_RAT_RENDER_FORM has no exception.
History
Last changed by/on | SAP | 20131127 |
SAP Release Created in | 740 |