SAP ABAP Class CL_FPM_RAT_RENDER_FORM_REP (Form repeater 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_REP | |
Short Description | Form repeater 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_REP has no forward declaration.
Interfaces
Class CL_FPM_RAT_RENDER_FORM_REP has no interface implemented.
Friends
Class CL_FPM_RAT_RENDER_FORM_REP has no friend class.
Attributes
Class CL_FPM_RAT_RENDER_FORM_REP 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_REP 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,
index TYPE fpm_index,
text TYPE fpm_ctxt_menu_item_text,
image_source TYPE fpmgb_image_src,
add_separator TYPE fpm_add_separator,
needs_more_info TYPE wdy_boolean,
submenu_id TYPE fpm_ctxt_menu_id,
action_type TYPE fpm_action_type,
event_id TYPE fpm_event_id,
event_parameters TYPE string,
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_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
|
||
10 | 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
|
||
11 | YS_FORM_REPEATER | Public | See coding | 20130122 | BEGIN OF ys_form_repeater,
feeder TYPE fpmgb_feeder_class,
layout_type TYPE fpmgb_layout_type_gl2,
accessibility_description TYPE fpm_accessibility_descr,
form_separator TYPE fpm_separator,
check_mandatory TYPE fpmgb_check_mandatory,
no_on_enter_after_f4 TYPE fpmgb_no_on_enter_after_f4,
visible_row_count TYPE fpmgb_row_count,
show_no_data_default_text TYPE fpm_show_no_data_default_text,
no_data_text TYPE fpm_no_data_text,
drop_target_id TYPE fpm_drop_target_id,
ctxt_menu_id TYPE fpm_ctxt_menu_id,
action TYPE yt_action,
button TYPE yt_button,
button_row TYPE yt_button_row,
ctxt_menu TYPE yt_ctxt_menu,
drop_target TYPE ys_drop_target,
form_group TYPE yt_form_group,
grouping TYPE yt_grouping,
parameter TYPE yt_parameter,
position TYPE yt_position,
quickview TYPE yt_quickview,
standard_element TYPE yt_standard_element,
swap_uibb TYPE ys_swap_uibb,
END OF ys_form_repeater
|
||
12 | YS_GROUPING | Public | See coding | 20130122 | BEGIN OF ys_grouping,
element_id TYPE fpm_element_id,
name TYPE name_komp,
index TYPE fpm_index,
END OF ys_grouping
|
||
13 | YS_PARAMETER | Public | See coding | 20130122 | BEGIN OF ys_parameter,
name TYPE fpmgb_parameter_name,
value TYPE fpmgb_parameter_value,
END OF ys_parameter
|
||
14 | 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
|
||
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 | 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
|
||
17 | YS_SWAP_EVENT | Public | See coding | 20130122 | BEGIN OF ys_swap_event,
element_id TYPE fpm_element_id,
event_id TYPE fpm_event_id,
type TYPE fpm_swap_type,
condition TYPE fpm_event_condition,
END OF ys_swap_event
|
||
18 | YS_SWAP_UIBB | Public | See coding | 20130122 | BEGIN OF ys_swap_uibb,
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,
instance_id TYPE fpm_instance_id,
swap_event TYPE yt_swap_event,
END OF ys_swap_uibb
|
||
19 | YT_ACTION | Public | See coding | 20130122 | yt_action TYPE STANDARD TABLE OF ys_action WITH KEY id
|
||
20 | YT_BUTTON | Public | See coding | 20130122 | yt_button TYPE STANDARD TABLE OF ys_button WITH KEY id
|
||
21 | YT_BUTTON_ROW | Public | See coding | 20130122 | yt_button_row TYPE STANDARD TABLE OF ys_button_row WITH KEY id
|
||
22 | YT_BUTTON_ROW_ELEMENT | Public | See coding | 20130122 | yt_button_row_element TYPE STANDARD TABLE OF ys_button_row_element WITH KEY button_id
|
||
23 | YT_BUTTON_SUB_ITEM | Public | See coding | 20130122 | yt_button_sub_item TYPE STANDARD TABLE OF ys_button_sub_item WITH KEY action_id
|
||
24 | YT_CTXT_MENU | Public | See coding | 20130122 | yt_ctxt_menu TYPE STANDARD TABLE OF ys_ctxt_menu WITH KEY id
|
||
25 | YT_CTXT_MENU_ITEM | Public | See coding | 20130122 | yt_ctxt_menu_item TYPE STANDARD TABLE OF ys_ctxt_menu_item WITH KEY id
|
||
26 | YT_FORM_GROUP | Public | See coding | 20130122 | yt_form_group TYPE STANDARD TABLE OF ys_form_group WITH KEY id
|
||
27 | YT_FORM_GROUP_ELEMENT | Public | See coding | 20130122 | yt_form_group_element TYPE STANDARD TABLE OF ys_form_group_element WITH KEY id
|
||
28 | YT_GROUPING | Public | See coding | 20130122 | yt_grouping TYPE STANDARD TABLE OF ys_grouping WITH KEY element_id
|
||
29 | YT_PARAMETER | Public | See coding | 20130122 | yt_parameter TYPE STANDARD TABLE OF ys_parameter WITH KEY name
|
||
30 | YT_POSITION | Public | See coding | 20130122 | yt_position TYPE STANDARD TABLE OF ys_position WITH KEY id
|
||
31 | YT_QUICKVIEW | Public | See coding | 20130122 | yt_quickview TYPE STANDARD TABLE OF ys_quickview WITH KEY id
|
||
32 | YT_STANDARD_ELEMENT | Public | See coding | 20130122 | yt_standard_element TYPE STANDARD TABLE OF ys_standard_element WITH KEY id
|
||
33 | YT_SWAP_EVENT | Public | See coding | 20130122 | yt_swap_event TYPE STANDARD TABLE OF ys_swap_event 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_FORM_REP has no exception.
Method RENDER_FORM_REPEATER_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_REPEATER_ACTION on class CL_FPM_RAT_RENDER_FORM_REP has no exception.
Method RENDER_FORM_REPEATER_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_REPEATER_FIELD on class CL_FPM_RAT_RENDER_FORM_REP has no exception.
Method RENDER_FORM_REPEATER_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_REPEATER_LABEL on class CL_FPM_RAT_RENDER_FORM_REP has no exception.
History
Last changed by/on | SAP | 20131127 |
SAP Release Created in | 740 |