SAP ABAP Class CL_FPM_RAT_RENDER_TABBED (Tabbed 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_LAYOUT_COMP | Layout components render class for RAT | 20130121 |
Properties
Class | CL_FPM_RAT_RENDER_TABBED | |
Short Description | Tabbed render class for RAT | |
Super Class | CL_FPM_RAT_RENDER_LAYOUT_COMP | Layout components 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_TABBED has no forward declaration.
Interfaces
Class CL_FPM_RAT_RENDER_TABBED has no interface implemented.
Friends
Class CL_FPM_RAT_RENDER_TABBED has no friend class.
Attributes
Class CL_FPM_RAT_RENDER_TABBED has no attribute.
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Constructor | CONSTRUCTOR | 20130201 |
2 | ![]() |
Instance method | Private | Method | 20130320 | |
3 | ![]() |
Instance method | Private | Method | 20130320 |
Events
Class CL_FPM_RAT_RENDER_TABBED has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | YS_APP_SPECIFIC_CC | Public | See coding | 20130131 | BEGIN OF ys_app_specific_cc,
component TYPE wdy_component_name,
config_id TYPE wdy_config_id,
config_type TYPE wdy_config_type,
config_var TYPE wdy_config_var,
END OF ys_app_specific_cc
|
||
2 | YS_CONF_COMP_USAGE | Public | See coding | 20130131 | BEGIN OF ys_conf_comp_usage,
parent_path TYPE fpm_s_uibb_conf_comp_usage-parent_path,
child_path TYPE fpm_s_uibb_conf_comp_usage-child_path,
config_id TYPE fpm_s_uibb_conf_comp_usage-config_id,
config_type TYPE fpm_s_uibb_conf_comp_usage-config_type,
config_var TYPE fpm_s_uibb_conf_comp_usage-config_var,
description TYPE fpm_s_uibb_conf_comp_usage-description,
fpm_primary_attribute TYPE fpm_element_id,
END OF ys_conf_comp_usage
|
||
3 | YS_CONTEXT | Public | See coding | 20130131 | BEGIN OF ys_context,
app_specific_cc TYPE ys_app_specific_cc,
conf_comp_usage TYPE yt_conf_comp_usage,
master_uibb TYPE yt_master_uibb,
properties TYPE ys_properties,
variant TYPE yt_variant,
wire_plug TYPE ys_wire_plug,
END OF ys_context
|
||
4 | YS_MASTER_UIBB | Public | See coding | 20130131 | BEGIN OF ys_master_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,
index TYPE fpm_index,
fpm_primary_attribute TYPE fpm_element_id,
needs_stretching TYPE fpm_needs_stretching,
hidden TYPE fpm_hidden,
instance_id TYPE fpm_instance_id,
END OF ys_master_uibb
|
||
5 | YS_PROPERTIES | Public | See coding | 20130131 | BEGIN OF ys_properties,
left_right_layout TYPE fpm_tab_left_right,
use_ddlb TYPE fpm_tabbed_use_ddlb,
one_tab_visibility TYPE fpm_one_tab_visibility,
master_rendering TYPE wdy_boolean,
padding TYPE fpm_padding,
END OF ys_properties
|
||
6 | YS_TAB | Public | See coding | 20130131 | BEGIN OF ys_tab,
id TYPE fpm_tab_id,
name TYPE fpm_tab_name,
index TYPE fpm_index,
fpm_primary_attribute TYPE fpm_element_id,
uibb TYPE yt_uibb,
END OF ys_tab
|
||
7 | YS_UIBB | Public | See coding | 20130131 | BEGIN OF ys_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,
index TYPE fpm_index,
fpm_primary_attribute TYPE fpm_element_id,
needs_stretching TYPE fpm_needs_stretching,
hidden TYPE fpm_hidden,
instance_id TYPE fpm_instance_id,
END OF ys_uibb
|
||
8 | YS_VARIANT | Public | See coding | 20130131 | BEGIN OF ys_variant,
id TYPE fpm_variant_id,
name TYPE fpm_variant_name,
fpm_primary_attribute TYPE fpm_element_id,
action_type TYPE fpm_action_type_select_detail,
tab TYPE yt_tab,
wire TYPE yt_wire,
END OF ys_variant
|
||
9 | YS_WIRE | Public | See coding | 20130131 | BEGIN OF ys_wire,
fpm_primary_attribute TYPE fpm_element_id,
component TYPE fpm_s_wire-component,
config_id TYPE fpm_s_wire-config_id,
config_type TYPE fpm_s_wire-config_type,
config_var TYPE fpm_s_wire-config_var,
instance_id TYPE fpm_s_wire-instance_id,
src_component TYPE fpm_s_wire-src_component,
src_config_id TYPE fpm_s_wire-src_config_id,
src_config_type TYPE fpm_s_wire-src_config_type,
src_config_var TYPE fpm_s_wire-src_config_var,
src_instance_id TYPE fpm_s_wire-src_instance_id,
port_type TYPE fpm_s_wire-port_type,
port_identifier TYPE fpm_s_wire-port_identifier,
connector TYPE fpm_s_wire-connector,
dependency_param TYPE fpm_s_wire-dependency_param,
END OF ys_wire
|
||
10 | YS_WIRE_PLUG | Public | See coding | 20130131 | BEGIN OF ys_wire_plug,
component TYPE fpm_s_uibb_instance_key-component,
config_id TYPE fpm_s_uibb_instance_key-config_id,
config_type TYPE fpm_s_uibb_instance_key-config_type,
config_var TYPE fpm_s_uibb_instance_key-config_var,
instance_id TYPE fpm_s_uibb_instance_key-instance_id,
END OF ys_wire_plug
|
||
11 | YT_CONF_COMP_USAGE | Public | See coding | 20130131 | yt_conf_comp_usage TYPE STANDARD TABLE OF ys_conf_comp_usage WITH KEY fpm_primary_attribute
|
||
12 | YT_MASTER_UIBB | Public | See coding | 20130131 | yt_master_uibb TYPE STANDARD TABLE OF ys_master_uibb WITH KEY fpm_primary_attribute
|
||
13 | YT_TAB | Public | See coding | 20130131 | yt_tab TYPE STANDARD TABLE OF ys_tab WITH KEY fpm_primary_attribute
|
||
14 | YT_UIBB | Public | See coding | 20130131 | yt_uibb TYPE STANDARD TABLE OF ys_uibb WITH KEY fpm_primary_attribute
|
||
15 | YT_VARIANT | Public | See coding | 20130131 | yt_variant TYPE STANDARD TABLE OF ys_variant WITH KEY fpm_primary_attribute
|
||
16 | YT_WIRE | Public | See coding | 20130131 | yt_wire TYPE STANDARD TABLE OF ys_wire WITH KEY fpm_primary_attribute
|
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_TABBED has no exception.
Method RENDER_TABBED_BASIC 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 | 20130320 | ||
2 | ![]() |
IV_RERENDER | Call by reference | Type reference (TYPE) | WDY_BOOLEAN | Replacement for Real Boolean Type: 'X' == True '' == False | 20130320 |
Method RENDER_TABBED_BASIC on class CL_FPM_RAT_RENDER_TABBED has no exception.
Method RENDER_TABBED_TAB 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 | 20130320 | ||
2 | ![]() |
IV_ID | Call by reference | Type reference (TYPE) | STRING | 20130321 | |||
3 | ![]() |
IV_RERENDER | Call by reference | Type reference (TYPE) | WDY_BOOLEAN | Replacement for Real Boolean Type: 'X' == True '' == False | 20130320 |
Method RENDER_TABBED_TAB on class CL_FPM_RAT_RENDER_TABBED has no exception.
History
Last changed by/on | SAP | 20131127 |
SAP Release Created in | 740 |