SAP ABAP Class CL_FPM_OIF_CONFIG_WRITER (Configuration Writer for OIF)
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_CONFIG_WRITER | Configuration Rerader for OIF | 20090803 |
Properties
| Class | CL_FPM_OIF_CONFIG_WRITER | |
| Short Description | Configuration Writer for OIF | |
| 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 | 20090803 | SAP |
| Last change | 20130531 | SAP |
| 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 interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Class CL_FPM_OIF_CONFIG_WRITER has no interface implemented.
Friends
Class CL_FPM_OIF_CONFIG_WRITER has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Type reference (TYPE) | TY_T_UIBB_EXT | Table of Confirmation Page UIBB keys (with location in OIF) | 20090803 | |||
| 2 | Instance attribute | Private | Type reference (TYPE) | TY_T_UIBB_EXT | Table of Initial Screen UIBB keys (with location in OIF) | 20090803 | |||
| 3 | Instance attribute | Private | Type reference (TYPE) | TY_T_MAINVIEW | Table of OIF Mainviews | 20090803 | |||
| 4 | Instance attribute | Private | Type reference (TYPE) | TY_T_SUBVIEW | Table of OIF Subviews | 20090803 | |||
| 5 | Instance attribute | Private | Type reference (TYPE) | TY_T_UIBB_EXT | Table of UIBB keys (with location in OIF) | 20090803 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Add content_areas | 20090829 | |
| 2 | Instance method | Public | Method | Add a mainviews for a given variant | 20090807 | |
| 3 | Instance method | Public | Method | Add a subviews for a given variant/mainview | 20090803 | |
| 4 | Instance method | Public | Method | Add toolbar buttons for a given variant | 20090806 | |
| 5 | Instance method | Public | Method | Add UIBB to a subview | 20090803 | |
| 6 | Instance method | Public | Method | Add a UIBB to the confirmation screen | 20090803 | |
| 7 | Instance method | Public | Method | Add a UIBB to the initial screen | 20090803 | |
| 8 | Instance method | Public | Method | Add a variant | 20090807 | |
| 9 | Instance method | Public | Method | Add wires to a given variant | 20090806 | |
| 10 | Instance method | Public | Method | 20090817 | ||
| 11 | Instance method | Public | Constructor | CONSTRUCTOR | 20090803 | |
| 12 | Instance method | Public | Method | Remove a mainviews for a given variant | 20090805 | |
| 13 | Instance method | Public | Method | Remove a subview for a given variant and mainview | 20090805 | |
| 14 | Instance method | Public | Method | Remove UIBB from a subview | 20090805 | |
| 15 | Instance method | Public | Method | Remove a UIBB from the confirmation screen | 20090805 | |
| 16 | Instance method | Public | Method | Remove a UIBB from the initial screen | 20090805 | |
| 17 | Instance method | Public | Method | Remove a variant | 20090805 | |
| 18 | Instance method | Public | Method | Remove wires for a given variant | 20090807 | |
| 19 | Instance method | Private | Method | 20090805 | ||
| 20 | Instance method | Public | Method | 20090817 | ||
| 21 | Instance method | Public | Method | Add wires to a given variant | 20090811 | |
| 22 | Instance method | Public | Method | Add wires to a given variant | 20090811 | |
| 23 | Instance method | Public | Method | Add wires to a given variant | 20090807 |
Events
Class CL_FPM_OIF_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,
END OF ty_s_action
|
||
| 2 | TY_S_BUTTON | Public | See coding | 20090806 | 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_action_id,
role TYPE string,
instance TYPE string,
END OF ty_s_button
|
||
| 3 | TY_S_CHOICE | Public | See coding | 20090806 | 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_action_id,
action_type TYPE fpm_action_type,
has_separator TYPE fpm_add_separator,
END OF ty_s_choice
|
||
| 4 | TY_S_MAINVIEW | Public | See coding | 20090803 | BEGIN OF ty_s_mainview,
id TYPE string,
name TYPE string,
index TYPE fpm_index,
hidden TYPE fpm_hidden,
END OF ty_s_mainview
|
||
| 5 | TY_S_SUBVIEW | Public | See coding | 20090803 | BEGIN OF ty_s_subview,
id TYPE fpm_subview_id,
name TYPE fpm_subview_name,
index TYPE fpm_index,
layout_type TYPE fpm_layout_type,
hidden TYPE fpm_hidden,
END OF ty_s_subview
|
||
| 6 | TY_S_TOOLBAR | Public | See coding | 20090806 | BEGIN OF ty_s_toolbar,
duplicate TYPE fpm_duplicate_toolbar,
is_configured TYPE wdy_boolean,
END OF ty_s_toolbar
|
||
| 7 | TY_S_UIBB_EXT | Public | See coding | 20090803 | BEGIN OF ty_s_uibb_ext,
component TYPE string,
interface_view TYPE string,
config_id TYPE wdy_config_id,
config_type TYPE wdy_config_type,
config_var TYPE wdy_config_var,
needs_stretching TYPE fpm_needs_stretching,
location TYPE fpm_location,
index TYPE fpm_index,
fpm_primary_attribute TYPE fpm_element_id,
hidden TYPE fpm_hidden,
instance_id TYPE fpm_instance_id,
END OF ty_s_uibb_ext
|
||
| 8 | TY_S_UIBB_KEY | Public | See coding | 20090805 | BEGIN OF ty_s_uibb_key,
component TYPE string,
interface_view TYPE string,
config_id TYPE wdy_config_id,
config_type TYPE wdy_config_type,
END OF ty_s_uibb_key
|
||
| 9 | TY_S_WIRE | Public | See coding | 20090806 | 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,
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-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
|
||
| 10 | TY_S_WIRE_MODEL | Public | See coding | 20090806 | BEGIN OF ty_s_wire_model,
transaction TYPE fpm_wire_model_transaction,
END OF ty_s_wire_model
|
||
| 11 | TY_T_ACTION | Public | See coding | 20090829 | ty_t_action TYPE SORTED TABLE OF ty_s_action
WITH UNIQUE KEY id
|
||
| 12 | TY_T_BUTTONS | Public | See coding | 20090806 | ty_t_buttons TYPE STANDARD TABLE OF ty_s_button WITH DEFAULT KEY
|
||
| 13 | TY_T_CHOICE | Public | See coding | 20090806 | ty_t_choice TYPE STANDARD TABLE OF ty_s_choice WITH DEFAULT KEY
|
||
| 14 | TY_T_MAINVIEW | Public | See coding | 20090803 | ty_t_mainview TYPE STANDARD TABLE OF ty_s_mainview
|
||
| 15 | TY_T_SUBVIEW | Public | See coding | 20090803 | ty_t_subview TYPE STANDARD TABLE OF ty_s_subview
|
||
| 16 | TY_T_UIBB_EXT | Public | See coding | 20090803 | ty_t_uibb_ext TYPE STANDARD TABLE OF ty_s_uibb_ext WITH DEFAULT KEY
|
||
| 17 | TY_T_WIRES | Public | See coding | 20090806 | ty_t_wires TYPE STANDARD TABLE OF ty_s_wire WITH DEFAULT KEY
|
||
| 18 | TY_T_WIRE_MODEL | Public | See coding | 20090806 | 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_OIF_CONFIG_WRITER=>TY_T_ACTION | 20090829 | ||||
| 2 | IT_EVENT_PARAMETER | Call by reference | Type reference (TYPE) | CL_FPM_CONFIG_WRITER=>TY_T_EVENT_PARAMETER | 20090829 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Floorplan exceptions | 20090907 |
Method ADD_MAINVIEW Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_MAINVIEW | Call by reference | Type reference (TYPE) | CL_FPM_OIF_CONFIG_WRITER=>TY_T_MAINVIEW | List of mainviews | 20090807 | |||
| 2 | IV_VARIANT_ID | Call by reference | Type reference (TYPE) | STRING | Variant ID (current variant if skipped) | 20090807 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Floorplan exceptions | 20090907 |
Method ADD_SUBVIEW Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_SUBVIEW | Call by reference | Type reference (TYPE) | CL_FPM_OIF_CONFIG_WRITER=>TY_T_SUBVIEW | List of mainviews | 20090803 | |||
| 2 | IV_MAINVIEW_ID | Call by reference | Type reference (TYPE) | STRING | Mainview ID (current mainview is used if skipped) | 20090803 | |||
| 3 | IV_VARIANT_ID | Call by reference | Type reference (TYPE) | STRING | Variant ID (current variant if skipped) | 20090803 |
| # | 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 | IT_TB_BUTTONS | Call by reference | Type reference (TYPE) | CL_FPM_OIF_CONFIG_WRITER=>TY_T_BUTTONS | List of mainviews | 20090806 | |||
| 2 | IT_TB_BUTTON_CHOICE | Call by reference | Type reference (TYPE) | CL_FPM_OIF_CONFIG_WRITER=>TY_T_CHOICE | entries of a choice button | 20090806 | |||
| 3 | IV_DUPLICATE | Call by reference | Type reference (TYPE) | FPM_DUPLICATE_TOOLBAR | FPM: Defines if the toolbar has to be duplicated or not | 20090806 | |||
| 4 | IV_IS_CONFIGURED | Call by reference | Type reference (TYPE) | WDY_BOOLEAN | Supplement for True Boolean Type: 'X' == True '' == False | 20090806 | |||
| 5 | IV_TOOLBAR_POSITION | Call by reference | Type reference (TYPE) | STRING | 20090806 | ||||
| 6 | IV_VARIANT_ID | Call by reference | Type reference (TYPE) | STRING | Variant ID (current variant if skipped) | 20090806 |
| # | 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 | IT_UIBBS | Call by reference | Type reference (TYPE) | CL_FPM_OIF_CONFIG_WRITER=>TY_T_UIBB_EXT | List of UIBBs | 20090803 | |||
| 2 | IV_MAINVIEW_ID | Call by reference | Type reference (TYPE) | STRING | Mainview ID (uses current Mainview if skipped) | 20090803 | |||
| 3 | IV_SUBVIEW_ID | Call by reference | Type reference (TYPE) | STRING | Subview ID (uses current Subview if skipped) | 20090803 | |||
| 4 | IV_VARIANT_ID | Call by reference | Type reference (TYPE) | STRING | Variant ID (uses current Variant if skipped) | 20090803 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Floorplan exceptions | 20090907 |
Method ADD_UIBB_FOR_CONF_STEP 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_OIF_CONFIG_WRITER=>TY_T_UIBB_EXT | List of UIBBs | 20090805 | |||
| 2 | IV_VARIANT_ID | Call by reference | Type reference (TYPE) | STRING | Variant ID (uses current Variant if skipped) | 20090803 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Floorplan exceptions | 20090907 |
Method ADD_UIBB_FOR_INIT_SCREEN 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_OIF_CONFIG_WRITER=>TY_T_UIBB_EXT | List of UIBBs | 20090805 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Floorplan exceptions | 20090907 |
Method ADD_VARIANT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_VARIANT | Call by reference | Type reference (TYPE) | CL_FPM_CONFIG_WRITER=>TY_T_VARIANT | Table of OIF Variants | 20090807 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Floorplan exceptions | 20090907 |
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 | 20090806 | ||||
| 2 | IT_WIRES | Call by reference | Type reference (TYPE) | CL_FPM_OIF_CONFIG_WRITER=>TY_T_WIRES | List of mainviews | 20090806 | |||
| 3 | IV_VARIANT_ID | Call by reference | Type reference (TYPE) | STRING | Variant ID (current variant if skipped) | 20090806 |
| # | 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 | 20090817 | |||
| 2 | EV_ERROR | Call by reference | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20090817 |
Method CHECK on class CL_FPM_OIF_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 | 20090803 | |||
| 2 | IR_COMP_READER | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONFIG_COMP_READER | Read Interface for the Component Configuration | 20090803 | |||
| 3 | IR_COMP_WRITER | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONFIG_COMP_MODIFIER | Write Interface for the Component Configuration | 20090803 | |||
| 4 | IR_CONFIG_TOOL_COMP | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONFIG_TOOL_COMP | API Configuration Component | 20090803 | |||
| 5 | IV_CONFIGURATION_ID | Call by reference | Type reference (TYPE) | WDY_CONFIG_ID | Configuration Identification | 20090803 | |||
| 6 | IV_CONFIG_TYPE | Call by reference | Type reference (TYPE) | WDY_CONFIG_TYPE | Type of Web Dynpro Configuration | 20090803 | |||
| 7 | IV_CREATE | Call by reference | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20090805 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Floorplan exceptions | 20090803 |
Method DELETE_MAINVIEW Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_MAINVIEW_ID | Call by reference | Type reference (TYPE) | STRING | List of mainviews | 20090805 | |||
| 2 | IV_VARIANT_ID | Call by reference | Type reference (TYPE) | STRING | Variant ID (current variant if skipped) | 20090805 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Floorplan exceptions | 20090907 |
Method DELETE_SUBVIEW Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_MAINVIEW_ID | Call by reference | Type reference (TYPE) | STRING | Mainview ID (current mainview is used if skipped) | 20090805 | |||
| 2 | IV_SUBVIEW_ID | Call by reference | Type reference (TYPE) | STRING | List of mainviews | 20090805 | |||
| 3 | IV_VARIANT_ID | Call by reference | Type reference (TYPE) | STRING | Variant ID (current variant if skipped) | 20090805 |
| # | 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 | IS_UIBB | Call by reference | Type reference (TYPE) | CL_FPM_OIF_CONFIG_WRITER=>TY_S_UIBB_KEY | List of UIBBs | 20090805 | |||
| 2 | IV_MAINVIEW_ID | Call by reference | Type reference (TYPE) | STRING | Mainview ID (uses current Mainview if skipped) | 20090805 | |||
| 3 | IV_SUBVIEW_ID | Call by reference | Type reference (TYPE) | STRING | Subview ID (uses current Subview if skipped) | 20090805 | |||
| 4 | IV_VARIANT_ID | Call by reference | Type reference (TYPE) | STRING | Variant ID (uses current Variant if skipped) | 20090805 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Floorplan exceptions | 20090907 |
Method DELETE_UIBB_FOR_CONF_STEP 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_OIF_CONFIG_WRITER=>TY_S_UIBB_KEY | List of UIBBs | 20090805 | |||
| 2 | IV_VARIANT_ID | Call by reference | Type reference (TYPE) | STRING | Variant ID (uses current Variant if skipped) | 20090805 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Floorplan exceptions | 20090907 |
Method DELETE_UIBB_FOR_INIT_SCREEN 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_OIF_CONFIG_WRITER=>TY_S_UIBB_KEY | List of UIBBs | 20090805 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Floorplan exceptions | 20090907 |
Method DELETE_VARIANT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ID_VARIANT_ID | Call by reference | Type reference (TYPE) | STRING | Table of OIF Variants | 20090805 |
| # | 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) | 20090807 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Floorplan exceptions | 20090907 |
Method GET_OIF_APPL_NODE_ID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ED_NODE_ID | Value transfer | Type reference (TYPE) | STRING | 20090805 |
Method GET_OIF_APPL_NODE_ID on class CL_FPM_OIF_CONFIG_WRITER has no exception.
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 (=' ') | 20090817 |
Method SAVE on class CL_FPM_OIF_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) | 20090811 | |||
| 2 | IV_CONFIG_ID | Call by reference | Type reference (TYPE) | WDY_CONFIG_ID | List of mainviews | 20090811 | |||
| 3 | IV_CONFIG_TYPE | Call by reference | Type reference (TYPE) | WDY_CONFIG_TYPE | Type of Web Dynpro Configuration | 20090811 | |||
| 4 | IV_CONFIG_VAR | Call by reference | Type reference (TYPE) | WDY_CONFIG_VAR | Supplement for True Boolean Type: 'X' == True '' == False | 20090811 |
| # | 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_MAXIMUM_MESSAGES_SIZE | Call by reference | Type reference (TYPE) | I | 20090811 | ||||
| 2 | ID_SHOW_MESSAGE_LOG | Call by reference | Type reference (TYPE) | WDY_BOOLEAN | Supplement for True Boolean Type: 'X' == True '' == False | 20090811 | |||
| 3 | ID_TRANSIENT_STATE | Call by reference | Type reference (TYPE) | FPM_TRANSIENT_STATE | List of mainviews | 20090811 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Floorplan exceptions | 20090907 |
Method SET_CONF_STEP_VIEW_ATTRIBUTES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ID_LAYOUT_TYPE | Call by reference | Type reference (TYPE) | FPM_LAYOUT_TYPE | List of mainviews | 20090807 | |||
| 2 | IV_VARIANT_ID | Call by reference | Type reference (TYPE) | STRING | Variant ID (current variant if skipped) | 20090807 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Floorplan exceptions | 20090907 |
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 730 |