Hierarchy
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_FPM_CONFIG_WRITER | Configuration Rerader for OIF | 20090819 |
Properties
| Class | CL_FPM_OVP_CONFIG_WRITER | |
| Short Description | Configuration Writer for OVP | |
| Super Class | CL_FPM_CONFIG_WRITER | Configuration Rerader for OIF |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | APB_FPM_CORE | Floorplan Manager (Framework) |
| Created | 20090819 | SAP |
| Last change | 20141120 | |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) | |
| 2 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) | |
| 3 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) | |
| 4 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) | |
| 5 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... | |
| 6 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Class CL_FPM_OVP_CONFIG_WRITER has no interface implemented.
Friends
Class CL_FPM_OVP_CONFIG_WRITER has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Static Attribute | Private | Object reference (TYPE REF TO) | CL_OO_CLASS | Information on Class Components | 20110411 | |||
| 2 | Instance attribute | Private | Type reference (TYPE) | TY_T_ACTION_INT | 20110413 | ||||
| 3 | Instance attribute | Private | Type reference (TYPE) | TY_T_OVP_BUTTON_INT | 20110419 | ||||
| 4 | Instance attribute | Private | Type reference (TYPE) | TY_T_UIBB | Table of Confirmation Page UIBB keys (with location in OIF) | 20090819 | |||
| 5 | Instance attribute | Private | Type reference (TYPE) | TY_T_CONTENT_AREA_INT | 20101025 | ||||
| 6 | Instance attribute | Private | Type reference (TYPE) | TY_T_DEL_TABLE | 20110419 | ||||
| 7 | Instance attribute | Private | Type reference (TYPE) | TY_T_UIBB | Table of Initial Screen UIBB keys (with location in OIF) | 20090819 | |||
| 8 | Instance attribute | Private | Type reference (TYPE) | CL_FPM_OVP_CONFIG_READER=>TY_T_PAGE_MASTER_UIBB_INT | 20101026 | ||||
| 9 | Instance attribute | Private | Type reference (TYPE) | TY_T_PERS_CONTENT_AREA_INT | 20110411 | ||||
| 10 | Instance attribute | Private | Type reference (TYPE) | TY_T_PERS_SECTION_INT | 20110411 | ||||
| 11 | Instance attribute | Private | Type reference (TYPE) | TY_T_SECTION_INT | 20110419 | ||||
| 12 | Instance attribute | Private | Type reference (TYPE) | TY_T_SECTION | 20090820 | ||||
| 13 | Instance attribute | Private | Type reference (TYPE) | TY_T_UIBB_INT | Table of UIBB keys (with location in OIF) | 20110420 | |||
| 14 | Instance attribute | Private | Type reference (TYPE) | TY_T_UIBB | Table of UIBB keys (with location in OIF) | 20090819 | |||
| 15 | Instance attribute | Private | Type reference (TYPE) | TY_T_OVP_BUTTON_INT | 20110420 | ||||
| 16 | Constant | Private | Type reference (TYPE) | SEOCLSNAME | 'CL_FPM_OVP_CONFIG_WRITER' | Object Type Name | 20110408 | ||
| 17 | Instance attribute | Private | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | 20110419 | |||
| 18 | Instance attribute | Private | Type reference (TYPE) | STRING | 20101025 | ||||
| 19 | Instance attribute | Private | Type reference (TYPE) | ABAP_BOOL | 20110413 | ||||
| 20 | Instance attribute | Private | Type reference (TYPE) | STRING | 20101025 |
Methods
Events
Class CL_FPM_OVP_CONFIG_WRITER has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_S_ACTION | Public | See coding | 20090829 | BEGIN OF ty_s_action,
id TYPE fpm_action_id,
event_id TYPE fpm_event_id,
action_type TYPE fpm_action_type,
target_content_area TYPE string,
component TYPE fpm_component_name,
interface_view TYPE fpm_view_name,
config_id TYPE wdy_config_id,
config_type TYPE wdy_config_type,
config_var TYPE wdy_config_var,
enabled TYPE wdy_boolean,
visibility TYPE wdui_visibility,
instance_id TYPE fpm_instance_id,
END OF ty_s_action
|
||
| 2 | TY_S_ACTION_INT | Private | See coding | 20110413 | BEGIN OF ty_s_action_int.
INCLUDE TYPE ty_s_action.
TYPES: path TYPE string,
END OF ty_s_action_int
|
||
| 3 | TY_S_BUTTON | Public | See coding | 20090819 | BEGIN OF ty_s_button,
type_of_button TYPE string,
label TYPE string,
function TYPE string,
screen TYPE fpm_floorplan_state,
element_id TYPE string,
other_function_index TYPE string,
design TYPE wdui_button_design,
enabled TYPE boole_d,
explanation TYPE string,
on_action TYPE string,
text TYPE string,
tooltip TYPE string,
visibility TYPE wdui_visibility,
default_button TYPE boole_d,
hotkey TYPE fpm_hotkey,
action_type TYPE fpm_action_type,
event_id TYPE fpm_event_id,
role TYPE string,
instance TYPE string,
END OF ty_s_button
|
||
| 4 | TY_S_CHOICE | Public | See coding | 20090819 | BEGIN OF ty_s_choice,
type_of_button TYPE string,
label TYPE string,
enabled TYPE boole_d,
visibility TYPE wdui_visibility,
event_id TYPE fpm_event_id,
action_type TYPE fpm_action_type,
END OF ty_s_choice
|
||
| 5 | TY_S_COLUMN_LAYOUT | Public | See coding | 20090820 | BEGIN OF ty_s_column_layout,
content_area_id TYPE fpm_content_area_id,
section_id TYPE fpm_section_id,
column_id TYPE fpm_column_id,
stacked TYPE fpm_stacked_layout,
rows TYPE fpm_rows,
END OF ty_s_column_layout
|
||
| 6 | TY_S_CONF_COMP_USAGE | Public | See coding | 20110411 | BEGIN OF ty_s_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 ty_s_conf_comp_usage
|
||
| 7 | TY_S_CONF_COMP_USAGE_INT | Private | See coding | 20110411 | BEGIN OF ty_s_conf_comp_usage_int.
INCLUDE TYPE ty_s_conf_comp_usage.
TYPES: path TYPE string,
END OF ty_s_conf_comp_usage_int
|
||
| 8 | TY_S_CONTENT_AREA | Public | See coding | 20090819 | BEGIN OF ty_s_content_area.
INCLUDE TYPE: cl_fpm_ovp_config_reader=>ty_s_content_area .
TYPES:
END OF ty_s_content_area
|
||
| 9 | TY_S_CONTENT_AREA_INT | Public | See coding | 20101025 | BEGIN OF ty_s_content_area_int.
INCLUDE TYPE ty_s_content_area.
TYPES: path TYPE string,
END OF ty_s_content_area_int
|
||
| 10 | TY_S_DEL_TABLE | Private | See coding | 20110419 | BEGIN OF ty_s_del_table,
node TYPE string,
node_id_to_del TYPE string,
elem_id TYPE string,
END OF ty_s_del_table
|
||
| 11 | TY_S_EXTERNAL_NAVIGATION | Public | See coding | 20110419 | BEGIN OF ty_s_external_navigation,
id TYPE fpm_external_navigation_id,
category TYPE fpm_external_navigation_categ,
role TYPE fpm_s_navigation_key-key1,
instance TYPE fpm_s_navigation_key-key2,
text TYPE fpm_text,
tooltip TYPE fpm_tooltip,
enabled TYPE fpm_enabled,
visibility TYPE fpm_visibility,
instance_style TYPE fpm_instance_style,
action_type TYPE fpm_action_type,
END OF ty_s_external_navigation
|
||
| 12 | TY_S_EXTERNAL_NAVIGATION_INT | Private | See coding | 20110419 | BEGIN OF ty_s_external_navigation_int.
INCLUDE TYPE ty_s_external_navigation.
TYPES: path TYPE string,
END OF ty_s_external_navigation_int
|
||
| 13 | TY_S_OVP_BUTTON | Public | See coding | 20110419 | BEGIN OF ty_s_ovp_button,
element_id TYPE fpm_element_id,
type TYPE fpm_tb_element_type,
index TYPE fpm_index,
text TYPE wdy_conf_transl_text,
image TYPE string,
tooltip TYPE fpm_tooltip,
explanation_text TYPE fpm_explanation,
special_properties TYPE string,
enabled TYPE fpm_enabled,
visibility TYPE fpm_visibility,
alignment TYPE fpm_toolbar_element_alignment,
has_separator TYPE fpm_add_separator,
instance_style TYPE fpm_instance_style,
END OF ty_s_ovp_button
|
||
| 14 | TY_S_OVP_BUTTON_INT | Private | See coding | 20110419 | BEGIN OF ty_s_ovp_button_int.
INCLUDE TYPE ty_s_ovp_button.
TYPES: path TYPE string,
END OF ty_s_ovp_button_int
|
||
| 15 | TY_S_OVP_CA_BUT_SUB_ITEM | Public | See coding | 20110420 | BEGIN OF ty_s_ovp_ca_but_sub_item,
action_id TYPE fpm_action_id,
index TYPE fpm_index,
text TYPE fpm_text,
image TYPE fpm_image,
hotkey TYPE fpm_hotkey,
enabled TYPE fpm_enabled,
visibility TYPE fpm_visibility,
has_separator TYPE fpm_add_separator,
END OF ty_s_ovp_ca_but_sub_item
|
||
| 16 | TY_S_OVP_CA_BUT_SUB_ITEM_INT | Private | See coding | 20110420 | BEGIN OF ty_s_ovp_ca_but_sub_item_int.
INCLUDE TYPE ty_s_ovp_ca_but_sub_item.
TYPES: path TYPE string,
END OF ty_s_ovp_ca_but_sub_item_int
|
||
| 17 | TY_S_OVP_TOOLBAR | Public | See coding | 20090826 | BEGIN OF ty_s_ovp_toolbar,
action_id TYPE fpm_action_id,
text TYPE wdy_conf_transl_text,
image TYPE string,
index TYPE i,
separator_left TYPE wdy_boolean,
tooltip TYPE fpm_tooltip,
hotkey TYPE fpm_hotkey,
alignment TYPE fpm_toolbar_element_alignment,
END OF ty_s_ovp_toolbar
|
||
| 18 | TY_S_PAGE_SELECTOR | Public | See coding | 20110411 | BEGIN OF ty_s_page_selector,
label TYPE fpm_label,
instance_style TYPE fpm_instance_style,
END OF ty_s_page_selector
|
||
| 19 | TY_S_PAGE_SELECTOR_ITEM | Public | See coding | 20110411 | BEGIN OF ty_s_page_selector_item,
content_area_id TYPE fpm_content_area_id,
index TYPE fpm_index,
text TYPE fpm_text,
END OF ty_s_page_selector_item
|
||
| 20 | TY_S_PERSONALIZATION_INT | Private | See coding | 20110411 | BEGIN OF ty_s_personalization_int,
path TYPE string,
END OF ty_s_personalization_int
|
||
| 21 | TY_S_PERS_CONTENT_AREA | Public | See coding | 20090830 | BEGIN OF ty_s_pers_content_area,
id TYPE string,
END OF ty_s_pers_content_area
|
||
| 22 | TY_S_PERS_CONTENT_AREA_INT | Private | See coding | 20110411 | BEGIN OF ty_s_pers_content_area_int.
INCLUDE TYPE ty_s_pers_content_area.
TYPES: path TYPE string,
END OF ty_s_pers_content_area_int
|
||
| 23 | TY_S_PERS_PAGE_MASTER_AREA_INT | Private | See coding | 20110411 | BEGIN OF ty_s_pers_page_master_area_int.
INCLUDE TYPE cl_fpm_ovp_config_reader=>ty_s_pers_page_master_area.
TYPES: path TYPE string,
END OF ty_s_pers_page_master_area_int
|
||
| 24 | TY_S_PERS_SECTION_INT | Private | See coding | 20110411 | BEGIN OF ty_s_pers_section_int.
INCLUDE TYPE ty_s_section.
TYPES: path TYPE string,
END OF ty_s_pers_section_int
|
||
| 25 | TY_S_PERS_UIBB | Public | See coding | 20090831 | BEGIN OF ty_s_pers_uibb,
component TYPE fpm_component_name,
interface_view TYPE fpm_view_name,
config_id TYPE wdy_config_id,
config_type TYPE wdy_config_type,
config_var TYPE wdy_config_var,
location TYPE fpm_location,
row TYPE fpm_row,
index TYPE fpm_index,
hidden TYPE fpm_hidden,
collapsed TYPE fpm_collapsed,
END OF ty_s_pers_uibb
|
||
| 26 | TY_S_PERS_UIBB_NEW | Public | See coding | 20110411 | BEGIN OF ty_s_pers_uibb_new,
uibb_key TYPE fpm_uibb_key,
location TYPE fpm_location,
row TYPE fpm_row,
index TYPE fpm_index,
hidden TYPE fpm_hidden,
collapsed TYPE fpm_collapsed,
default_in_stack TYPE fpm_default_uibb_in_stack,
END OF ty_s_pers_uibb_new
|
||
| 27 | TY_S_SECTION | Public | See coding | 20090820 | BEGIN OF ty_s_section,
content_area_id TYPE fpm_content_area_id,
id TYPE fpm_section_id,
layout_type TYPE fpm_section_layout_type,
index TYPE fpm_index,
END OF ty_s_section
|
||
| 28 | TY_S_SECTION_INT | Private | See coding | 20110419 | BEGIN OF ty_s_section_int.
INCLUDE TYPE ty_s_section.
TYPES: path TYPE string,
END OF ty_s_section_int
|
||
| 29 | TY_S_TOOLBAR | Public | See coding | 20090819 | BEGIN OF ty_s_toolbar,
duplicate TYPE fpm_duplicate_toolbar,
is_configured TYPE wdy_boolean,
END OF ty_s_toolbar
|
||
| 30 | TY_S_UIBB | Public | See coding | 20090820 | BEGIN OF ty_s_uibb,
content_area_id TYPE fpm_content_area_id,
section_id TYPE fpm_section_id,
component TYPE fpm_component_name,
interface_view TYPE fpm_view_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,
location TYPE fpm_location,
row TYPE fpm_row,
index TYPE fpm_index,
needs_stretching TYPE fpm_needs_stretching,
hidden TYPE fpm_hidden,
type TYPE fpm_uibb_render_type,
collapsed TYPE fpm_collapsed,
title TYPE wdy_conf_transl_text,
image TYPE fpm_image,
fpm_primary_attribute TYPE fpm_element_id,
instance_style TYPE fpm_instance_style,
explanation_text TYPE fpm_explanation,
explanation_document TYPE fpm_explanation_document,
default_edit_page TYPE fpm_default_edit_page,
default_details_page TYPE fpm_default_details_page,
default_in_stack TYPE fpm_default_uibb_in_stack,
padding TYPE fpm_padding,
capture_actions TYPE fpm_capture_exposable_actions,
END OF ty_s_uibb
|
||
| 31 | TY_S_UIBB_BUTTON | Public | See coding | 20110420 | BEGIN OF ty_s_uibb_button,
element_id TYPE fpm_element_id,
type TYPE fpm_tb_element_type,
index TYPE fpm_index,
text TYPE wdy_conf_transl_text,
image TYPE string,
tooltip TYPE fpm_tooltip,
explanation_text TYPE fpm_explanation,
special_properties TYPE string,
enabled TYPE fpm_enabled,
visibility TYPE fpm_visibility,
alignment TYPE fpm_toolbar_element_alignment,
has_separator TYPE fpm_add_separator,
instance_style TYPE fpm_instance_style,
END OF ty_s_uibb_button
|
||
| 32 | TY_S_UIBB_BUT_SUB_ITEM | Public | See coding | 20110420 | BEGIN OF ty_s_uibb_but_sub_item,
action_id TYPE fpm_action_id,
index TYPE fpm_index,
text TYPE fpm_text,
image TYPE fpm_image,
hotkey TYPE fpm_hotkey,
enabled TYPE fpm_enabled,
visibility TYPE fpm_visibility,
has_separator TYPE fpm_add_separator,
END OF ty_s_uibb_but_sub_item
|
||
| 33 | TY_S_UIBB_INT | Private | See coding | 20110420 | BEGIN OF ty_s_uibb_int.
INCLUDE TYPE ty_s_uibb.
TYPES: path TYPE string,
END OF ty_s_uibb_int
|
||
| 34 | TY_S_UIBB_TOOLBAR | Public | See coding | 20110420 | BEGIN OF ty_s_uibb_toolbar,
capture_actions TYPE fpm_capture_exposable_actions,
instance_style TYPE fpm_instance_style,
END OF ty_s_uibb_toolbar
|
||
| 35 | TY_S_WIRE | Public | See coding | 20090819 | BEGIN OF ty_s_wire,
component TYPE fpm_s_wire-src_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,
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,
port_type TYPE fpm_s_wire-src_config_var,
port_identifier TYPE fpm_s_wire-port_identifier,
connector TYPE fpm_s_wire-connector,
dependency_param TYPE fpm_s_wire-dependency_param,
END OF ty_s_wire
|
||
| 36 | TY_S_WIRE_MODEL | Public | See coding | 20090819 | BEGIN OF ty_s_wire_model,
transaction TYPE fpm_wire_model_transaction,
END OF ty_s_wire_model
|
||
| 37 | TY_T_ACTION | Public | See coding | 20090829 | ty_t_action TYPE SORTED TABLE OF ty_s_action
WITH UNIQUE KEY id
|
||
| 38 | TY_T_ACTION_INT | Private | See coding | 20110413 | ty_t_action_int TYPE STANDARD TABLE OF ty_s_action_int
|
||
| 39 | TY_T_BUTTONS | Public | See coding | 20090819 | ty_t_buttons TYPE STANDARD TABLE OF ty_s_button WITH DEFAULT KEY
|
||
| 40 | TY_T_CHOICE | Public | See coding | 20090819 | ty_t_choice TYPE STANDARD TABLE OF ty_s_choice
|
||
| 41 | TY_T_COLUMN_LAYOUT | Public | See coding | 20090820 | ty_t_column_layout TYPE STANDARD TABLE OF ty_s_column_layout
WITH NON-UNIQUE KEY content_area_id section_id
|
||
| 42 | TY_T_CONF_COMP_USAGE | Public | See coding | 20110411 | ty_t_conf_comp_usage TYPE STANDARD TABLE OF ty_s_conf_comp_usage
|
||
| 43 | TY_T_CONF_COMP_USAGE_INT | Private | See coding | 20110411 | ty_t_conf_comp_usage_int TYPE STANDARD TABLE OF ty_s_conf_comp_usage_int
|
||
| 44 | TY_T_CONTENT_AREA | Public | See coding | 20090819 | ty_t_content_area TYPE STANDARD TABLE OF ty_s_content_area
|
||
| 45 | TY_T_CONTENT_AREA_INT | Public | See coding | 20101025 | ty_t_content_area_int TYPE STANDARD TABLE OF ty_s_content_area_int
|
||
| 46 | TY_T_DEL_TABLE | Private | See coding | 20110419 | ty_t_del_table TYPE STANDARD TABLE OF ty_s_del_table
|
||
| 47 | TY_T_EXTERNAL_NAVIGATION | Public | See coding | 20110419 | ty_t_external_navigation TYPE STANDARD TABLE OF ty_s_external_navigation
|
||
| 48 | TY_T_EXTERNAL_NAVIGATION_INT | Private | See coding | 20110419 | ty_t_external_navigation_int TYPE STANDARD TABLE OF ty_s_external_navigation_int
|
||
| 49 | TY_T_OVP_BUTTON | Public | See coding | 20110419 | ty_t_ovp_button TYPE STANDARD TABLE OF ty_s_ovp_button
|
||
| 50 | TY_T_OVP_BUTTON_INT | Private | See coding | 20110419 | ty_t_ovp_button_int TYPE STANDARD TABLE OF ty_s_ovp_button_int
|
||
| 51 | TY_T_OVP_CA_BUT_SUB_ITEM | Public | See coding | 20110420 | ty_t_ovp_ca_but_sub_item TYPE STANDARD TABLE OF ty_s_ovp_ca_but_sub_item
|
||
| 52 | TY_T_OVP_CA_BUT_SUB_ITEM_INT | Private | See coding | 20110420 | ty_t_ovp_ca_but_sub_item_int TYPE STANDARD TABLE OF ty_s_ovp_ca_but_sub_item_int
|
||
| 53 | TY_T_OVP_TOOLBAR | Public | See coding | 20090826 | ty_t_ovp_toolbar TYPE SORTED TABLE OF ty_s_ovp_toolbar
WITH UNIQUE KEY action_id
|
||
| 54 | TY_T_PAGE_SELECTOR | Public | See coding | 20110411 | ty_t_page_selector TYPE STANDARD TABLE OF ty_s_page_selector
|
||
| 55 | TY_T_PAGE_SELECTOR_ITEM | Public | See coding | 20110411 | ty_t_page_selector_item TYPE STANDARD TABLE OF ty_s_page_selector_item
|
||
| 56 | TY_T_PERSONALIZATION_INT | Private | See coding | 20110411 | ty_t_personalization_int TYPE STANDARD TABLE OF ty_s_personalization_int
|
||
| 57 | TY_T_PERS_CONTENT_AREA | Public | See coding | 20090830 | ty_t_pers_content_area TYPE STANDARD TABLE OF ty_s_pers_content_area
|
||
| 58 | TY_T_PERS_CONTENT_AREA_INT | Private | See coding | 20110411 | ty_t_pers_content_area_int TYPE STANDARD TABLE OF ty_s_pers_content_area_int
|
||
| 59 | TY_T_PERS_PAGE_MASTER_AREA_INT | Private | See coding | 20110411 | ty_t_pers_page_master_area_int TYPE STANDARD TABLE OF ty_s_pers_page_master_area_int
|
||
| 60 | TY_T_PERS_SECTION_INT | Private | See coding | 20110411 | ty_t_pers_section_int TYPE STANDARD TABLE OF ty_s_pers_section_int
|
||
| 61 | TY_T_PERS_UIBB | Public | See coding | 20090831 | ty_t_pers_uibb TYPE STANDARD TABLE OF ty_s_pers_uibb
|
||
| 62 | TY_T_PERS_UIBB_NEW | Public | See coding | 20110411 | ty_t_pers_uibb_new TYPE STANDARD TABLE OF ty_s_pers_uibb_new
|
||
| 63 | TY_T_SECTION | Public | See coding | 20090820 | ty_t_section TYPE STANDARD TABLE OF ty_s_section
|
||
| 64 | TY_T_SECTION_INT | Private | See coding | 20110419 | ty_t_section_int TYPE STANDARD TABLE OF ty_s_section_int
|
||
| 65 | TY_T_UIBB | Public | See coding | 20090820 | ty_t_uibb TYPE STANDARD TABLE OF ty_s_uibb
|
||
| 66 | TY_T_UIBB_BUTTON | Public | See coding | 20110420 | ty_t_uibb_button TYPE STANDARD TABLE OF ty_s_uibb_button
|
||
| 67 | TY_T_UIBB_BUT_SUB_ITEM | Public | See coding | 20110420 | ty_t_uibb_but_sub_item TYPE STANDARD TABLE OF ty_s_uibb_but_sub_item
|
||
| 68 | TY_T_UIBB_INT | Private | See coding | 20110420 | ty_t_uibb_int TYPE STANDARD TABLE OF ty_s_uibb_int
|
||
| 69 | TY_T_UIBB_TOOLBAR | Public | See coding | 20110420 | ty_t_uibb_toolbar TYPE STANDARD TABLE OF ty_s_uibb_toolbar
|
||
| 70 | TY_T_WIRES | Public | See coding | 20090819 | ty_t_wires TYPE STANDARD TABLE OF ty_s_wire
|
||
| 71 | TY_T_WIRE_MODEL | Public | See coding | 20090819 | ty_t_wire_model TYPE STANDARD TABLE OF ty_s_wire_model
|
Method Signatures
Method ADD_ACTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_ACTIONS | Call by reference | Type reference (TYPE) | CL_FPM_OVP_CONFIG_WRITER=>TY_T_ACTION | 20090828 | ||||
| 2 | IT_EVENT_PARAMETER | Call by reference | Type reference (TYPE) | CL_FPM_CONFIG_WRITER=>TY_T_EVENT_PARAMETER | 20090828 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Floorplan exceptions | 20090907 |
Method ADD_CA_TB_BUTTON_SUB_ITEMS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_TB_BUTTON_SUB_ITEM | Call by reference | Type reference (TYPE) | TY_T_OVP_CA_BUT_SUB_ITEM | 20110420 | ||||
| 2 | IV_BUTTON_ELEMENT_ID | Call by reference | Type reference (TYPE) | FPM_ELEMENT_ID | FPM: Element ID | 20110420 | |||
| 3 | IV_CONTENT_AREA_ID | Call by reference | Type reference (TYPE) | STRING | 20110420 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Floorplan exceptions | 20110421 | ||
| 2 | Floorplan exceptions | 20110420 |
Method ADD_COLUMN_LAYOUT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_COLUMN_LAYOUT | Call by reference | Type reference (TYPE) | CL_FPM_OVP_CONFIG_WRITER=>TY_T_COLUMN_LAYOUT | List of column_layouts | 20090820 | |||
| 2 | IV_CONTENT_AREA_ID | Call by reference | Type reference (TYPE) | STRING | Variant ID (current variant if skipped) | 20090820 | |||
| 3 | IV_SECTION_ID | Call by reference | Type reference (TYPE) | STRING | Mainview ID (current mainview is used if skipped) | 20090820 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Floorplan exceptions | 20090907 |
Method ADD_CONF_COMP_USAGE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_CONF_COMP_USAGE | Call by reference | Type reference (TYPE) | TY_T_CONF_COMP_USAGE | 20110411 |
Method ADD_CONF_COMP_USAGE on class CL_FPM_OVP_CONFIG_WRITER has no exception.
Method ADD_CONTENT_AREA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_CONTENT_AREAS | Call by reference | Type reference (TYPE) | CL_FPM_OVP_CONFIG_WRITER=>TY_T_CONTENT_AREA | 20090819 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Floorplan exceptions | 20090907 |
Method ADD_CONTENT_AREA_TB_BUTTONS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_TB_BUTTON | Call by reference | Type reference (TYPE) | TY_T_OVP_BUTTON | 20110419 | ||||
| 2 | IT_TB_BUTTON | Call by reference | Type reference (TYPE) | TY_T_OVP_BUTTON | 20110419 | ||||
| 3 | IV_CONTENT_AREA_ID | Call by reference | Type reference (TYPE) | STRING | 20110419 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Floorplan exceptions | 20110421 | ||
| 2 | Floorplan exceptions | 20110419 |
Method ADD_CONTENT_AREA_TOOLBAR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_CA_TOOLBAR | Call by reference | Type reference (TYPE) | CL_FPM_OVP_CONFIG_READER=>TY_S_TOOLBAR | 20140717 | ||||
| 2 | IV_CONTENT_AREA_ID | Call by reference | Type reference (TYPE) | FPM_CONTENT_AREA_ID | FPM: Content Area ID | 20140717 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Floorplan exceptions | 20140717 |
Method ADD_EXTERNAL_NAVIGATION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_EXTERNAL_NAVIGATION | Call by reference | Type reference (TYPE) | TY_T_EXTERNAL_NAVIGATION | 20110419 | ||||
| 2 | IV_CONTENT_AREA_ID | Call by reference | Type reference (TYPE) | STRING | Variant ID (current variant if skipped) | 20110419 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Floorplan exceptions | 20110419 |
Method ADD_PAGE_MASTER_AREA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_PAGE_MASTER_AREA | Call by reference | Type reference (TYPE) | CL_FPM_OVP_CONFIG_READER=>TY_S_PAGE_MASTER_AREA | 20101025 | ||||
| 2 | IV_CONTENT_AREA_ID | Call by reference | Type reference (TYPE) | FPM_CONTENT_AREA_ID | FPM: Content Area ID | 20101025 |
Method ADD_PAGE_MASTER_AREA on class CL_FPM_OVP_CONFIG_WRITER has no exception.
Method ADD_PAGE_MASTER_UIBB Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_PAGE_MASTER_UIBB | Call by reference | Type reference (TYPE) | CL_FPM_OVP_CONFIG_READER=>TY_T_PAGE_MASTER_UIBB | Form Group | 20101025 | |||
| 2 | IV_CONTENT_AREA_ID | Call by reference | Type reference (TYPE) | FPM_CONTENT_AREA_ID | FPM: Content Area ID | 20101025 |
Method ADD_PAGE_MASTER_UIBB on class CL_FPM_OVP_CONFIG_WRITER has no exception.
Method ADD_PAGE_MASTER_UIBB_BUTTON Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_BUTTON | Call by reference | Type reference (TYPE) | CL_FPM_OVP_CONFIG_READER=>TY_T_PM_BUTTON | 20101026 | ||||
| 2 | IV_COMPONENT | Call by reference | Type reference (TYPE) | FPM_COMPONENT_NAME | Web Dynpro: Component Name | 20101026 | |||
| 3 | IV_CONFIG_ID | Call by reference | Type reference (TYPE) | WDY_CONFIG_ID | Configuration Identification | 20101026 | |||
| 4 | IV_CONTENT_AREA_ID | Call by reference | Type reference (TYPE) | FPM_CONTENT_AREA_ID | FPM: Content Area ID | 20101026 | |||
| 5 | IV_INSTANCE_ID | Call by reference | Type reference (TYPE) | FPM_INSTANCE_ID | Instance ID of a UIBB | 20101026 | |||
| 6 | IV_INTERFACE_VIEW | Call by reference | Type reference (TYPE) | FPM_WINDOW_NAME | Name of a Web Dynpro Window in Floorplan Manager | 20101026 |
Method ADD_PAGE_MASTER_UIBB_BUTTON on class CL_FPM_OVP_CONFIG_WRITER has no exception.
Method ADD_PAGE_MASTER_UIBB_TOOLBAR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_CAPTURE_ACTIONS | Call by reference | Type reference (TYPE) | FPM_CAPTURE_EXPOSABLE_ACTIONS | FPM: Capture Exposable UIBB Actions | 20101026 | |||
| 2 | IV_COMPONENT | Call by reference | Type reference (TYPE) | FPM_COMPONENT_NAME | Web Dynpro: Component Name | 20101026 | |||
| 3 | IV_CONFIG_ID | Call by reference | Type reference (TYPE) | WDY_CONFIG_ID | Configuration Identification | 20101026 | |||
| 4 | IV_CONTENT_AREA_ID | Call by reference | Type reference (TYPE) | FPM_CONTENT_AREA_ID | FPM: Content Area ID | 20101026 | |||
| 5 | IV_INSTANCE_ID | Call by reference | Type reference (TYPE) | FPM_INSTANCE_ID | Instance ID of a UIBB | 20101026 | |||
| 6 | IV_INSTANCE_STYLE | Call by reference | Type reference (TYPE) | FPM_INSTANCE_STYLE | UI Element Style | 20140718 | |||
| 7 | IV_INTERFACE_VIEW | Call by reference | Type reference (TYPE) | FPM_WINDOW_NAME | Name of a Web Dynpro Window in Floorplan Manager | 20101026 |
Method ADD_PAGE_MASTER_UIBB_TOOLBAR on class CL_FPM_OVP_CONFIG_WRITER has no exception.
Method ADD_PAGE_SELECTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_INSTANCE_STYLE | Call by reference | Type reference (TYPE) | FPM_INSTANCE_STYLE | UI Element Style | 20140717 | |||
| 2 | IV_LABEL | Call by reference | Type reference (TYPE) | FPM_LABEL | UI-Element Label | 20110411 |
Method ADD_PAGE_SELECTOR on class CL_FPM_OVP_CONFIG_WRITER has no exception.
Method ADD_PAGE_SELECTOR_ITEM Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_PAGE_SELECTOR_ITEM | Call by reference | Type reference (TYPE) | TY_T_PAGE_SELECTOR_ITEM | 20110411 |
Method ADD_PAGE_SELECTOR_ITEM on class CL_FPM_OVP_CONFIG_WRITER has no exception.
Method ADD_PERS_COLUMN_LAYOUT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_COLUMN_LAYOUT | Call by reference | Type reference (TYPE) | CL_FPM_OVP_CONFIG_WRITER=>TY_T_COLUMN_LAYOUT | List of column_layouts | 20090831 | |||
| 2 | IV_PERS_CONTENT_AREA_ID | Call by reference | Type reference (TYPE) | STRING | Variant ID (current variant if skipped) | 20090831 | |||
| 3 | IV_PERS_SECTION_ID | Call by reference | Type reference (TYPE) | STRING | Mainview ID (current mainview is used if skipped) | 20090831 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Floorplan exceptions | 20090907 |
Method ADD_PERS_CONTENT_AREA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_CONTENT_AREAS | Call by reference | Type reference (TYPE) | CL_FPM_OVP_CONFIG_WRITER=>TY_T_PERS_CONTENT_AREA | 20090830 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Floorplan exceptions | 20090907 |
Method ADD_PERS_PAGE_MASTER_AREA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_PERS_PAGE_MASTER_AREA | Call by reference | Type reference (TYPE) | CL_FPM_OVP_CONFIG_READER=>TY_S_PERS_PAGE_MASTER_AREA | 20110411 | ||||
| 2 | IV_PERS_CONTENT_AREA_ID | Call by reference | Type reference (TYPE) | FPM_CONTENT_AREA_ID | FPM: Content Area ID | 20110411 |
Method ADD_PERS_PAGE_MASTER_AREA on class CL_FPM_OVP_CONFIG_WRITER has no exception.
Method ADD_PERS_SECTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_SECTION | Call by reference | Type reference (TYPE) | CL_FPM_OVP_CONFIG_WRITER=>TY_T_SECTION | List of sections | 20090830 | |||
| 2 | IV_PERS_CONTENT_AREA_ID | Call by reference | Type reference (TYPE) | STRING | Content Area Id | 20090830 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Floorplan exceptions | 20090907 |
Method ADD_PERS_UIBB Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_UIBBS | Call by reference | Type reference (TYPE) | CL_FPM_OVP_CONFIG_WRITER=>TY_T_PERS_UIBB | List of UIBBs | 20090831 | |||
| 2 | IV_PERS_CONTENT_AREA_ID | Call by reference | Type reference (TYPE) | STRING | Variant ID (uses current Variant if skipped) | 20090831 | |||
| 3 | IV_PERS_SECTION_ID | Call by reference | Type reference (TYPE) | STRING | Mainview ID (uses current Mainview if skipped) | 20090831 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Floorplan exceptions | 20090907 |
Method ADD_PERS_UIBB_NEW Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_UIBBS | Call by reference | Type reference (TYPE) | TY_T_PERS_UIBB_NEW | List of UIBBs | 20110411 | |||
| 2 | IV_PERS_CONTENT_AREA_ID | Call by reference | Type reference (TYPE) | STRING | Variant ID (uses current Variant if skipped) | 20110411 | |||
| 3 | IV_PERS_SECTION_ID | Call by reference | Type reference (TYPE) | STRING | Mainview ID (uses current Mainview if skipped) | 20110411 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Floorplan exceptions | 20110411 |
Method ADD_SECTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_SECTION | Call by reference | Type reference (TYPE) | CL_FPM_OVP_CONFIG_WRITER=>TY_T_SECTION | List of sections | 20090820 | |||
| 2 | IV_CONTENT_AREA_ID | Call by reference | Type reference (TYPE) | STRING | Variant ID (current variant if skipped) | 20090820 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Floorplan exceptions | 20090907 |
Method ADD_TOOLBAR_BUTTONS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_UIBB | Call by reference | Type reference (TYPE) | CL_FPM_OVP_CONFIG_WRITER=>TY_S_UIBB | 20090828 | ||||
| 2 | IT_TB_BUTTONS | Call by reference | Type reference (TYPE) | CL_FPM_OVP_CONFIG_WRITER=>TY_T_OVP_TOOLBAR | 20090819 | ||||
| 3 | IV_CAPTURE_ACTION | Call by reference | Type reference (TYPE) | FPM_CAPTURE_EXPOSABLE_ACTIONS | 20090826 | ||||
| 4 | IV_CONTENT_AREA_ID | Call by reference | Type reference (TYPE) | STRING | 20090826 | ||||
| 5 | IV_SECTION_ID | Call by reference | Type reference (TYPE) | STRING | 20090828 | ||||
| 6 | IV_TOOLBAR_POSITION | Call by reference | Type reference (TYPE) | STRING | 20090819 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Floorplan exceptions | 20090907 |
Method ADD_UIBB Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_UIBBS | Call by reference | Type reference (TYPE) | CL_FPM_OVP_CONFIG_WRITER=>TY_T_UIBB | 20110420 | ||||
| 2 | IT_UIBBS | Call by reference | Type reference (TYPE) | CL_FPM_OVP_CONFIG_WRITER=>TY_T_UIBB | List of UIBBs | 20090819 | |||
| 3 | IV_CONTENT_AREA_ID | Call by reference | Type reference (TYPE) | STRING | Variant ID (uses current Variant if skipped) | 20090820 | |||
| 4 | IV_SECTION_ID | Call by reference | Type reference (TYPE) | STRING | Mainview ID (uses current Mainview if skipped) | 20090820 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Floorplan exceptions | 20090907 |
Method ADD_UIBB_TB_BUTTONS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_TB_BUTTON | Call by reference | Type reference (TYPE) | TY_T_UIBB_BUTTON | 20110420 | ||||
| 2 | IT_TB_BUTTON | Call by reference | Type reference (TYPE) | TY_T_UIBB_BUTTON | 20110420 | ||||
| 3 | IV_CONTENT_AREA_ID | Call by reference | Type reference (TYPE) | STRING | 20110420 | ||||
| 4 | IV_SECTION_ID | Call by reference | Type reference (TYPE) | STRING | 20110420 | ||||
| 5 | IV_UIBB_ELEMENT_ID | Call by reference | Type reference (TYPE) | FPM_ELEMENT_ID | FPM: Element ID | 20110420 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Floorplan exceptions | 20110421 | ||
| 2 | Personalization Error | 20110421 |
Method ADD_UIBB_TB_BUTTON_SUB_ITEMS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_TB_BUTTON_SUB_ITEM | Call by reference | Type reference (TYPE) | TY_T_UIBB_BUT_SUB_ITEM | 20110420 | ||||
| 2 | IV_BUTTON_ELEMENT_ID | Call by reference | Type reference (TYPE) | FPM_ELEMENT_ID | FPM: Element ID | 20110420 | |||
| 3 | IV_CONTENT_AREA_ID | Call by reference | Type reference (TYPE) | STRING | 20110420 | ||||
| 4 | IV_SECTION_ID | Call by reference | Type reference (TYPE) | STRING | 20110420 | ||||
| 5 | IV_UIBB_ELEMENT_ID | Call by reference | Type reference (TYPE) | FPM_ELEMENT_ID | FPM: Element ID | 20110420 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Floorplan exceptions | 20110421 | ||
| 2 | Floorplan exceptions | 20110420 |
Method ADD_UIBB_TOOLBAR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_CAPTURE_ACTIONS | Call by reference | Type reference (TYPE) | FPM_CAPTURE_EXPOSABLE_ACTIONS | 20110420 | ||||
| 2 | IV_CONTENT_AREA_ID | Call by reference | Type reference (TYPE) | STRING | 20110420 | ||||
| 3 | IV_INSTANCE_STYLE | Call by reference | Type reference (TYPE) | FPM_INSTANCE_STYLE | UI Element Style | 20140717 | |||
| 4 | IV_SECTION_ID | Call by reference | Type reference (TYPE) | STRING | 20110420 | ||||
| 5 | IV_UIBB_ELEMENT_ID | Call by reference | Type reference (TYPE) | FPM_ELEMENT_ID | FPM: Element ID | 20110420 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Floorplan exceptions | 20110420 |
Method ADD_WIRES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_WIRE_MODEL | Call by reference | Type reference (TYPE) | CL_FPM_OIF_CONFIG_WRITER=>TY_S_WIRE_MODEL | 20090819 | ||||
| 2 | IT_WIRES | Call by reference | Type reference (TYPE) | CL_FPM_OIF_CONFIG_WRITER=>TY_T_WIRES | List of mainviews | 20090819 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Floorplan exceptions | 20090907 |
Method CHECK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_MESSAGES | Call by reference | Type reference (TYPE) | FPM_T_T100_MESSAGES | Messages exported to be dispalyed in popup | 20090819 | |||
| 2 | EV_ERROR | Call by reference | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20090819 |
Method CHECK on class CL_FPM_OVP_CONFIG_WRITER has no exception.
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_APPL_WRITER | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONFIG_APPL_MODIFIER | Write Interface for Application Configuration | 20090819 | |||
| 2 | IR_COMP_READER | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONFIG_COMP_READER | Read Interface for the Component Configuration | 20090819 | |||
| 3 | IR_COMP_WRITER | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONFIG_COMP_MODIFIER | Write Interface for the Component Configuration | 20090819 | |||
| 4 | IR_CONFIG_TOOL_COMP | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONFIG_TOOL_COMP | API Configuration Component | 20090819 | |||
| 5 | IV_CONFIGURATION_ID | Call by reference | Type reference (TYPE) | WDY_CONFIG_ID | Configuration Identification | 20090819 | |||
| 6 | IV_CONFIG_TYPE | Call by reference | Type reference (TYPE) | WDY_CONFIG_TYPE | Type of Web Dynpro Configuration | 20090819 | |||
| 7 | IV_CREATE | Call by reference | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20090819 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Floorplan exceptions | 20090819 |
Method DELETE_ACTION Signature
Method DELETE_ACTION on class CL_FPM_OVP_CONFIG_WRITER has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Floorplan exceptions | 20090907 |
Method DELETE_COLUMN_LAYOUT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_CONTENT_AREA_ID | Call by reference | Type reference (TYPE) | STRING | Variant ID (current variant if skipped) | 20090825 | |||
| 2 | IV_SECTION_ID | Call by reference | Type reference (TYPE) | STRING | Mainview ID (current mainview is used if skipped) | 20090825 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Floorplan exceptions | 20090907 |
Method DELETE_CONTENT_AREA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_CONTENT_AREA_ID | Call by reference | Type reference (TYPE) | FPM_CONTENT_AREA_ID | FPM: Content Area ID | 20090903 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Floorplan exceptions | 20090907 |
Method DELETE_PERS_SECTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_CONTENT_AREA_ID | Call by reference | Type reference (TYPE) | FPM_CONTENT_AREA_ID | 20090903 | ||||
| 2 | IV_SECTION_ID | Call by reference | Type reference (TYPE) | FPM_SECTION_ID | 20090903 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Floorplan exceptions | 20090907 |
Method DELETE_PERS_UIBB Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_COMPONENT | Call by reference | Type reference (TYPE) | WDY_COMPONENT_NAME | 20090903 | ||||
| 2 | IV_CONTENT_AREA_ID | Call by reference | Type reference (TYPE) | STRING | Variant ID (uses current Variant if skipped) | 20090903 | |||
| 3 | IV_INTERFACE_VIEW | Call by reference | Type reference (TYPE) | WDY_VIEW_NAME | 20090903 | ||||
| 4 | IV_SECTION_ID | Call by reference | Type reference (TYPE) | STRING | Mainview ID (uses current Mainview if skipped) | 20090903 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Floorplan exceptions | 20090907 |
Method DELETE_SECTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_CONTENT_AREA_ID | Call by reference | Type reference (TYPE) | FPM_CONTENT_AREA_ID | 20090825 | ||||
| 2 | IV_SECTION_ID | Call by reference | Type reference (TYPE) | FPM_SECTION_ID | 20090903 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Floorplan exceptions | 20090907 |
Method DELETE_TOOLBAR_BUTTONS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_COMPONENT | Call by reference | Type reference (TYPE) | WDY_COMPONENT_NAME | Web Dynpro: Component Name | 20090903 | |||
| 2 | IV_CONTENT_AREA_ID | Call by reference | Type reference (TYPE) | STRING | 20090903 | ||||
| 3 | IV_INTERFACE_VIEW | Call by reference | Type reference (TYPE) | WDY_VIEW_NAME | Web Dynpro: Name of a Web Dynpro View | 20090903 | |||
| 4 | IV_SECTION_ID | Call by reference | Type reference (TYPE) | STRING | 20090903 | ||||
| 5 | IV_TOOLBAR_POSITION | Call by reference | Type reference (TYPE) | STRING | 20090903 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Floorplan exceptions | 20090907 |
Method DELETE_UIBB Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_COMPONENT | Call by reference | Type reference (TYPE) | WDY_COMPONENT_NAME | 20090903 | ||||
| 2 | IV_CONTENT_AREA_ID | Call by reference | Type reference (TYPE) | STRING | Variant ID (uses current Variant if skipped) | 20090825 | |||
| 3 | IV_INTERFACE_VIEW | Call by reference | Type reference (TYPE) | WDY_VIEW_NAME | 20090903 | ||||
| 4 | IV_SECTION_ID | Call by reference | Type reference (TYPE) | STRING | Mainview ID (uses current Mainview if skipped) | 20090825 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Floorplan exceptions | 20090907 |
Method DELETE_WIRES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_VARIANT_ID | Call by reference | Type reference (TYPE) | STRING | Variant ID (current variant if skipped) | 20090819 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Floorplan exceptions | 20090907 |
Method GET_ACTION Signature
Method GET_ACTION on class CL_FPM_OVP_CONFIG_WRITER has no parameter.
Method GET_ACTION on class CL_FPM_OVP_CONFIG_WRITER has no exception.
Method GET_CONTENT_AREA_TB_BUTTON Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_TB_BUTTON | Call by reference | Type reference (TYPE) | TY_T_OVP_BUTTON | 20110419 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Floorplan exceptions | 20110421 |
Method GET_CONTENT_AREA_TOOLBAR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_PATH | Value transfer | Type reference (TYPE) | STRING | 20110419 | ||||
| 2 | IV_CONTENT_AREA_ID | Call by reference | Type reference (TYPE) | STRING | 20110419 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Floorplan exceptions | 20110419 |
Method GET_CONTENT_AREA_UIBB Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_UIBBS | Call by reference | Type reference (TYPE) | TY_T_UIBB | 20110420 | ||||
| 2 | IV_PATH | Call by reference | Type reference (TYPE) | STRING | 20110420 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Floorplan exceptions | 20110421 |
Method GET_PERSONALIZATION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_PATH | Value transfer | Type reference (TYPE) | STRING | 20110411 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Floorplan exceptions | 20110411 |
Method GET_UIBB_TB_BUTTON Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_TB_BUTTON | Call by reference | Type reference (TYPE) | TY_T_OVP_BUTTON | 20110420 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Floorplan exceptions | 20110421 |
Method GET_UIBB_TOOLBAR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_PATH | Value transfer | Type reference (TYPE) | STRING | 20110420 | ||||
| 2 | IV_CONTENT_AREA_ID | Call by reference | Type reference (TYPE) | STRING | 20110420 | ||||
| 3 | IV_SECTION_ID | Call by reference | Type reference (TYPE) | STRING | 20110420 | ||||
| 4 | IV_UIBB_ELEMENT_ID | Call by reference | Type reference (TYPE) | FPM_ELEMENT_ID | FPM: Element ID | 20110420 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Floorplan exceptions | 20110420 | ||
| 2 | Personalization Error | 20110421 |
Method READ_CONTENT_AREA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ED_PATH | Value transfer | Type reference (TYPE) | STRING | 20101025 | ||||
| 2 | IV_CONTENT_AREA_ID | Call by reference | Type reference (TYPE) | FPM_CONTENT_AREA_ID | FPM: Element ID | 20101026 |
Method READ_CONTENT_AREA on class CL_FPM_OVP_CONFIG_WRITER has no exception.
Method READ_CONTENT_AREA_TB_BUTTON Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_PATH | Value transfer | Type reference (TYPE) | STRING | 20110420 | ||||
| 2 | IV_BUTTON_ELEMENT_ID | Call by reference | Type reference (TYPE) | FPM_ELEMENT_ID | FPM: Element ID | 20110420 | |||
| 3 | IV_CONTENT_AREA_ID | Call by reference | Type reference (TYPE) | STRING | 20110420 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Floorplan exceptions | 20110421 |
Method READ_CONTENT_AREA_UIBB Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ED_PATH | Value transfer | Type reference (TYPE) | STRING | 20110420 | ||||
| 2 | IV_CONTENT_AREA_ID | Call by reference | Type reference (TYPE) | STRING | 20110420 | ||||
| 3 | IV_SECTION_ID | Call by reference | Type reference (TYPE) | STRING | FPM: Element ID | 20110420 | |||
| 4 | IV_UIBB_ELEMENT_ID | Call by reference | Type reference (TYPE) | FPM_ELEMENT_ID | FPM: Element ID | 20110420 |
Method READ_CONTENT_AREA_UIBB on class CL_FPM_OVP_CONFIG_WRITER has no exception.
Method READ_PAGE_MASTER_UIBB Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ED_PATH | Value transfer | Type reference (TYPE) | STRING | 20101025 | ||||
| 2 | IV_COMPONENT | Call by reference | Type reference (TYPE) | FPM_COMPONENT_NAME | Web Dynpro: Component Name | 20101026 | |||
| 3 | IV_CONFIG_ID | Call by reference | Type reference (TYPE) | WDY_CONFIG_ID | Configuration Identification | 20101026 | |||
| 4 | IV_CONTENT_AREA_ID | Call by reference | Type reference (TYPE) | FPM_CONTENT_AREA_ID | FPM: Element ID | 20101026 | |||
| 5 | IV_INSTANCE_ID | Call by reference | Type reference (TYPE) | FPM_INSTANCE_ID | Instance ID of a UIBB | 20101026 | |||
| 6 | IV_INTERFACE_VIEW | Call by reference | Type reference (TYPE) | FPM_WINDOW_NAME | Name of a Web Dynpro Window in Floorplan Manager | 20101026 |
Method READ_PAGE_MASTER_UIBB on class CL_FPM_OVP_CONFIG_WRITER has no exception.
Method READ_PERS_CONTENT_AREA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ED_PATH | Value transfer | Type reference (TYPE) | STRING | 20110411 | ||||
| 2 | IV_CONTENT_AREA_ID | Call by reference | Type reference (TYPE) | FPM_CONTENT_AREA_ID | FPM: Element ID | 20110411 |
Method READ_PERS_CONTENT_AREA on class CL_FPM_OVP_CONFIG_WRITER has no exception.
Method READ_PERS_SECTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ED_PATH | Value transfer | Type reference (TYPE) | STRING | 20110411 | ||||
| 2 | IV_PERS_CONTENT_AREA_ID | Call by reference | Type reference (TYPE) | STRING | 20110411 | ||||
| 3 | IV_PERS_SECTION_ID | Call by reference | Type reference (TYPE) | STRING | FPM: Element ID | 20110411 |
Method READ_PERS_SECTION on class CL_FPM_OVP_CONFIG_WRITER has no exception.
Method READ_SECTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ED_PATH | Value transfer | Type reference (TYPE) | STRING | 20110419 | ||||
| 2 | IV_CONTENT_AREA_ID | Call by reference | Type reference (TYPE) | STRING | 20110419 | ||||
| 3 | IV_SECTION_ID | Call by reference | Type reference (TYPE) | STRING | FPM: Element ID | 20110419 |
Method READ_SECTION on class CL_FPM_OVP_CONFIG_WRITER has no exception.
Method READ_UIBB_TB_BUTTON Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_PATH | Value transfer | Type reference (TYPE) | STRING | 20110420 | ||||
| 2 | IV_BUTTON_ELEMENT_ID | Call by reference | Type reference (TYPE) | FPM_ELEMENT_ID | FPM: Element ID | 20110420 | |||
| 3 | IV_CONTENT_AREA_ID | Call by reference | Type reference (TYPE) | STRING | 20110420 | ||||
| 4 | IV_SECTION_ID | Call by reference | Type reference (TYPE) | STRING | 20110420 | ||||
| 5 | IV_UIBB_ELEMENT_ID | Call by reference | Type reference (TYPE) | STRING | 20110420 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Floorplan exceptions | 20110421 |
Method SAVE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_ERROR | Value transfer | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20090819 |
Method SAVE on class CL_FPM_OVP_CONFIG_WRITER has no exception.
Method SET_APPCC_SPECIFIC_CC Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_COMPONENT | Call by reference | Type reference (TYPE) | WDY_COMPONENT_NAME | Variant ID (current variant if skipped) | 20090819 | |||
| 2 | IV_CONFIG_ID | Call by reference | Type reference (TYPE) | WDY_CONFIG_ID | List of mainviews | 20090819 | |||
| 3 | IV_CONFIG_TYPE | Call by reference | Type reference (TYPE) | WDY_CONFIG_TYPE | Type of Web Dynpro Configuration | 20090819 | |||
| 4 | IV_CONFIG_VAR | Call by reference | Type reference (TYPE) | WDY_CONFIG_VAR | Supplement for True Boolean Type: 'X' == True '' == False | 20090819 | |||
| 5 | IV_INSTANCE_ID | Call by reference | Type reference (TYPE) | FPM_INSTANCE_ID | Instance ID of a UIBB | 20110413 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Floorplan exceptions | 20090907 |
Method SET_APPLICATION_SETTINGS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ID_FPM_MESSAGE_AREA_DESIGN | Call by reference | Type reference (TYPE) | FPM_MESSAGE_AREA_DESIGN | Message Area Design | 20110503 | |||
| 2 | ID_FPM_MESSAGE_AREA_DISPLAY | Call by reference | Type reference (TYPE) | FPM_MESSAGE_AREA_DISPLAY | Message Area Display Behavior | 20110503 | |||
| 3 | ID_MAXIMUM_MESSAGES_SIZE | Call by reference | Type reference (TYPE) | I | 20090819 | ||||
| 4 | ID_SHOW_MESSAGE_LOG | Call by reference | Type reference (TYPE) | WDY_BOOLEAN | Supplement for True Boolean Type: 'X' == True '' == False | 20090819 | |||
| 5 | ID_TRANSIENT_STATE | Call by reference | Type reference (TYPE) | FPM_TRANSIENT_STATE | List of mainviews | 20090819 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Floorplan exceptions | 20090907 |
Method SET_ATTRIBUTES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_COLLAPSED_UIBB_PROC_MODE | Call by reference | Type reference (TYPE) | FPM_COLLAPSED_UIBB_PROC_MODE | Processing Mode for Collapsed UIBBs | 20110408 | |||
| 2 | IV_EDIT_MODE | Call by reference | Type reference (TYPE) | FPM_EDIT_MODE | Edit Mode of UIBBs in OVP Floorplan | 20110224 | |||
| 3 | IV_HELP_ENABLED | Call by reference | Type reference (TYPE) | WDY_BOOLEAN | Supplement for True Boolean Type: 'X' == True '' == False | 20090829 | |||
| 4 | IV_HIDDEN_UIBB_PROC_MODE | Call by reference | Type reference (TYPE) | FPM_HIDDEN_UIBB_PROC_MODE | Processing Mode for Hidden UIBBs | 20120809 | |||
| 5 | IV_INSTANCE_STYLE | Call by reference | Type reference (TYPE) | FPM_INSTANCE_STYLE | 20140717 | ||||
| 6 | IV_PAGE_SELECTOR_ENABLED | Call by reference | Type reference (TYPE) | WDY_BOOLEAN | Supplement for True Boolean Type: 'X' == True '' == False | 20101025 | |||
| 7 | IV_PERSONALIZATION_ENABLED | Call by reference | Type reference (TYPE) | WDY_BOOLEAN | Supplement for True Boolean Type: 'X' == True '' == False | 20090829 | |||
| 8 | IV_PRINT_ENABLED | Call by reference | Type reference (TYPE) | WDY_BOOLEAN | Supplement for True Boolean Type: 'X' == True '' == False | 20090829 | |||
| 9 | IV_SCROLLING_MODE | Call by reference | Type reference (TYPE) | FPM_SCROLLING_MODE | Scrolling Mode | 20110408 | |||
| 10 | IV_TITLE | Call by reference | Type reference (TYPE) | STRING | 20090829 | ||||
| 11 | IV_TITLE_INSTANCE_STYLE | Call by reference | Type reference (TYPE) | FPM_TITLE_INSTANCE_STYLE | 20140717 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Personalization Error | 20090907 |
Method SET_MSG_MAPPER_SETTING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_ENABLE_LOGGING | Call by reference | Type reference (TYPE) | FPMFP_S_MM_DEFINITION-ENABLE_LOGGING | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20110408 | |||
| 2 | IV_ENABLE_MAPPING | Call by reference | Type reference (TYPE) | FPMFP_S_MM_DEFINITION-ENABLE_MAPPING | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20110408 | |||
| 3 | IV_GENERALIZATION_TYPE | Call by reference | Type reference (TYPE) | FPMFP_S_MM_DEFINITION-GENERALIZATION_TYPE | Message Mapper Generalization Types | 20110408 | |||
| 4 | IV_HIDE_ON_GENERALIZATION | Call by reference | Type reference (TYPE) | FPMFP_S_MM_DEFINITION-HIDE_ON_GENERALIZATION | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20110408 | |||
| 5 | IV_LOG_GENERALIZATION | Call by reference | Type reference (TYPE) | FPMFP_S_MM_DEFINITION-LOG_GENERALIZATION | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20110408 | |||
| 6 | IV_LOG_HIDE | Call by reference | Type reference (TYPE) | FPMFP_S_MM_DEFINITION-LOG_HIDE | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20110408 |
Method SET_MSG_MAPPER_SETTING on class CL_FPM_OVP_CONFIG_WRITER has no exception.
History
| Last changed by/on | SAP | 20141120 |
| SAP Release Created in | 730 |