SAP ABAP Class CL_FPM_RAT_RENDER_FORM_GL2 (Form GL2 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_GL2 | |
Short Description | Form GL2 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_GL2 has no forward declaration.
Interfaces
Class CL_FPM_RAT_RENDER_FORM_GL2 has no interface implemented.
Friends
Class CL_FPM_RAT_RENDER_FORM_GL2 has no friend class.
Attributes
Class CL_FPM_RAT_RENDER_FORM_GL2 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_GL2 has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | YS_ACTION | Public | See coding | 20130122 | BEGIN OF ys_action,
id TYPE fpm_action_id,
type TYPE fpm_action_type,
event_id TYPE fpm_event_id,
event_parameters TYPE string,
END OF ys_action
|
||
2 | YS_BUTTON | Public | See coding | 20130122 | BEGIN OF ys_button,
id TYPE fpm_button_id,
type TYPE fpm_button_type,
explanation_text TYPE fpm_explanation,
image TYPE fpm_image,
text TYPE fpm_text,
tooltip TYPE fpm_tooltip,
special_properties TYPE string,
ctxt_menu_id TYPE fpm_ctxt_menu_id,
button_sub_item TYPE yt_button_sub_item,
END OF ys_button
|
||
3 | YS_BUTTON_ROW | Public | See coding | 20130122 | BEGIN OF ys_button_row,
id TYPE fpm_button_row_id,
ctxt_menu_id TYPE fpm_ctxt_menu_id,
button_row_element TYPE yt_button_row_element,
END OF ys_button_row
|
||
4 | YS_BUTTON_ROW_ELEMENT | Public | See coding | 20130122 | BEGIN OF ys_button_row_element,
button_id TYPE fpm_button_id,
index TYPE fpm_index,
alignment TYPE fpm_toolbar_element_alignment,
END OF ys_button_row_element
|
||
5 | YS_BUTTON_SUB_ITEM | Public | See coding | 20130122 | BEGIN OF ys_button_sub_item,
action_id TYPE fpm_action_id,
index TYPE fpm_index,
hotkey TYPE fpm_hotkey,
image TYPE fpm_image,
text TYPE fpm_text,
has_separator TYPE fpm_add_separator,
END OF ys_button_sub_item
|
||
6 | 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
|
||
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_DROP_TARGET | Public | See coding | 20130122 | BEGIN OF ys_drop_target,
id TYPE fpm_drop_target_id,
scope TYPE fpmgb_s_dnd_definition-scope,
tags TYPE fpmgb_s_dnd_definition-tags,
enabled TYPE fpmgb_s_dnd_definition-enabled,
END OF ys_drop_target
|
||
9 | YS_FORM | Public | See coding | 20130122 | BEGIN OF ys_form,
position TYPE yt_position,
standard_element TYPE yt_standard_element,
button TYPE yt_button,
button_row TYPE yt_button_row,
action TYPE yt_action,
form_group TYPE yt_form_group,
parameter TYPE yt_parameter,
drop_target TYPE ys_drop_target,
ctxt_menu TYPE yt_ctxt_menu,
quickview TYPE yt_quickview,
title TYPE fpmgb_form_title,
layout_type TYPE fpmgb_layout_type_gl2,
feeder TYPE fpmgb_feeder_class,
check_mandatory TYPE fpmgb_check_mandatory,
no_on_enter_after_f4 TYPE fpmgb_no_on_enter_after_f4,
drop_target_id TYPE fpm_drop_target_id,
ctxt_menu_id TYPE fpm_ctxt_menu_id,
END OF ys_form
|
||
10 | YS_FORM_GROUP | Public | See coding | 20130122 | BEGIN OF ys_form_group,
id TYPE fpmgb_form_group_id,
anchored TYPE fpm_anchored,
ctxt_menu_id TYPE fpm_ctxt_menu_id,
form_group_element TYPE yt_form_group_element,
END OF ys_form_group
|
||
11 | YS_FORM_GROUP_ELEMENT | Public | See coding | 20130122 | BEGIN OF ys_form_group_element,
id TYPE fpm_element_id,
form_element_type TYPE fpmgb_form_element_type,
form_element_id TYPE fpmgb_form_element_id,
END OF ys_form_group_element
|
||
12 | YS_PARAMETER | Public | See coding | 20130122 | BEGIN OF ys_parameter,
name TYPE fpmgb_parameter_name,
value TYPE fpmgb_parameter_value,
END OF ys_parameter
|
||
13 | YS_POSITION | Public | See coding | 20130122 | BEGIN OF ys_position,
id TYPE fpm_element_id,
start_row TYPE fpmgb_form_elem_start_row,
start_column TYPE fpmgb_form_elem_start_col,
end_row TYPE fpmgb_form_elem_end_row,
end_column TYPE fpmgb_form_elem_end_col,
label_start_row TYPE fpmgb_form_elem_lbl_start_row,
label_start_column TYPE fpmgb_form_elem_lbl_start_col,
label_end_row TYPE fpmgb_form_elem_lbl_end_row,
label_end_column TYPE fpmgb_form_elem_lbl_end_col,
form_element_type TYPE fpmgb_form_element_type,
form_element_id TYPE fpmgb_form_element_id,
END OF ys_position
|
||
14 | 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
|
||
15 | YS_STANDARD_ELEMENT | Public | See coding | 20130122 | BEGIN OF ys_standard_element,
id TYPE fpmgb_standard_element_id,
name TYPE name_komp,
type TYPE fpmgb_standard_element_type,
explanation TYPE fpm_explanation,
text TYPE fpm_text,
tooltip TYPE fpm_tooltip,
special_properties TYPE string,
special_actions TYPE string,
label_text TYPE fpm_text,
label_visibility TYPE fpm_label_visibility,
tag_active TYPE fpmgb_tag_active,
ctxt_menu_id TYPE fpm_ctxt_menu_id,
END OF ys_standard_element
|
||
16 | YT_ACTION | Public | See coding | 20130122 | yt_action TYPE STANDARD TABLE OF ys_action WITH KEY id
|
||
17 | YT_BUTTON | Public | See coding | 20130122 | yt_button TYPE STANDARD TABLE OF ys_button WITH KEY id
|
||
18 | YT_BUTTON_ROW | Public | See coding | 20130122 | yt_button_row TYPE STANDARD TABLE OF ys_button_row WITH KEY id
|
||
19 | YT_BUTTON_ROW_ELEMENT | Public | See coding | 20130122 | yt_button_row_element TYPE STANDARD TABLE OF ys_button_row_element WITH KEY button_id
|
||
20 | YT_BUTTON_SUB_ITEM | Public | See coding | 20130122 | yt_button_sub_item TYPE STANDARD TABLE OF ys_button_sub_item WITH KEY action_id
|
||
21 | YT_CTXT_MENU | Public | See coding | 20130122 | yt_ctxt_menu TYPE STANDARD TABLE OF ys_ctxt_menu WITH KEY id
|
||
22 | YT_CTXT_MENU_ITEM | Public | See coding | 20130122 | yt_ctxt_menu_item TYPE STANDARD TABLE OF ys_ctxt_menu_item WITH KEY id
|
||
23 | YT_FORM_GROUP | Public | See coding | 20130122 | yt_form_group TYPE STANDARD TABLE OF ys_form_group WITH KEY id
|
||
24 | YT_FORM_GROUP_ELEMENT | Public | See coding | 20130122 | yt_form_group_element TYPE STANDARD TABLE OF ys_form_group_element WITH KEY id
|
||
25 | YT_PARAMETER | Public | See coding | 20130122 | yt_parameter TYPE STANDARD TABLE OF ys_parameter WITH KEY name
|
||
26 | YT_POSITION | Public | See coding | 20130122 | yt_position TYPE STANDARD TABLE OF ys_position WITH KEY id
|
||
27 | YT_QUICKVIEW | Public | See coding | 20130122 | yt_quickview TYPE STANDARD TABLE OF ys_quickview WITH KEY id
|
||
28 | YT_STANDARD_ELEMENT | Public | See coding | 20130122 | yt_standard_element TYPE STANDARD TABLE OF ys_standard_element 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_GL2 has no exception.
Method RENDER_FORM_GL2_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_GL2_ACTION on class CL_FPM_RAT_RENDER_FORM_GL2 has no exception.
Method RENDER_FORM_GL2_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_GL2_FIELD on class CL_FPM_RAT_RENDER_FORM_GL2 has no exception.
Method RENDER_FORM_GL2_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_GL2_LABEL on class CL_FPM_RAT_RENDER_FORM_GL2 has no exception.
History
Last changed by/on | SAP | 20131127 |
SAP Release Created in | 740 |