SAP ABAP Class CL_FPM_RAT_RENDER_UCW (UCW 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 | Main render class for RAT | 20130131 |
Properties
| Class | CL_FPM_RAT_RENDER_UCW | |
| Short Description | UCW render class for RAT | |
| Super Class | CL_FPM_RAT_RENDER | Main 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 | 20130131 | SAP |
| Last change | 20131127 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_FPM_RAT_RENDER_UCW has no forward declaration.
Interfaces
Class CL_FPM_RAT_RENDER_UCW has no interface implemented.
Friends
Class CL_FPM_RAT_RENDER_UCW has no friend class.
Attributes
Class CL_FPM_RAT_RENDER_UCW 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_UCW has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | 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
|
||
| 2 | YS_MSG_MAPPER_SETTING | Public | See coding | 20130131 | BEGIN OF ys_msg_mapper_setting,
enable_mapping TYPE fpmfp_s_mm_definition-enable_mapping,
generalization_type TYPE fpmfp_s_mm_definition-generalization_type,
enable_logging TYPE fpmfp_s_mm_definition-enable_logging,
log_generalization TYPE fpmfp_s_mm_definition-log_generalization,
log_hide TYPE fpmfp_s_mm_definition-log_hide,
hide_on_generalization TYPE fpmfp_s_mm_definition-hide_on_generalization,
END OF ys_msg_mapper_setting
|
||
| 3 | YS_UCW_APPLICATION | Public | See coding | 20130131 | BEGIN OF ys_ucw_application,
conf_comp_usage TYPE yt_conf_comp_usage,
msg_mapper_setting TYPE ys_msg_mapper_setting,
uibb TYPE ys_uibb,
END OF ys_ucw_application
|
||
| 4 | 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,
END OF ys_uibb
|
||
| 5 | 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
|
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_UCW has no exception.
History
| Last changed by/on | SAP | 20131127 |
| SAP Release Created in | 740 |