Hierarchy
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_FPM_IDR | 20070425 |
Properties
| Class | CL_FPM_IDR | |
| Short Description | Implementation for API of IDR | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | APB_FPM_CORE | Floorplan Manager (Framework) |
| Created | 20070424 | SAP |
| Last change | 20131127 | 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 interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_FPM_IDR | 20070425 |
Friends
Class CL_FPM_IDR has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Private | Type reference (TYPE) | STRING | 'IDR_NAVIGATION' | 20071218 | |||
| 2 | Constant | Private | Type reference (TYPE) | I | 3 | 20070531 | |||
| 3 | Constant | Private | Type reference (TYPE) | I | 1 | 20070531 | |||
| 4 | Constant | Private | Type reference (TYPE) | I | 2 | 20070531 | |||
| 5 | Instance attribute | Public | Object reference (TYPE REF TO) | CL_FPM_ADAPT_MANAGER | FPM Adaptation Manager | 20100702 | |||
| 6 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_FPM_CHIP_INTEGRATION | Side Panel and Tagging | 20090723 | |||
| 7 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_WD_COMPONENT | IDR component | 20120829 | |||
| 8 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_FPM | CL_FPM | 20101117 | |||
| 9 | Instance attribute | Private | Type reference (TYPE) | S_ACTION_LINK | 20080202 | ||||
| 10 | Instance attribute | Private | Type reference (TYPE) | FPM_S_RUNTIME_INFO | Runtime Information | 20070612 | |||
| 11 | Instance attribute | Private | Type reference (TYPE) | S_SIDE_PANEL_LINK | 20090311 | ||||
| 12 | Instance attribute | Private | Type reference (TYPE) | S_TICKET | 20070516 | ||||
| 13 | Instance attribute | Private | Type reference (TYPE) | S_TITLE | 20070516 | ||||
| 14 | Instance attribute | Private | Type reference (TYPE) | S_AREA_VISIBILITY | 20070509 | ||||
| 15 | Instance attribute | Private | Type reference (TYPE) | T_KEY_ENTRIES | 20070508 | ||||
| 16 | Instance attribute | Public | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20071128 | |||
| 17 | Instance attribute | Public | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20071128 | |||
| 18 | Instance attribute | Public | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20090324 | |||
| 19 | Instance attribute | Private | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20070511 | |||
| 20 | Instance attribute | Private | Type reference (TYPE) | I | 20070509 | ||||
| 21 | Instance attribute | Private | Type reference (TYPE) | I | 20070509 | ||||
| 22 | Instance attribute | Private | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20070605 |
Methods
Events
Class CL_FPM_IDR has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | S_ACTION_LINK | Public | See coding | 20080202 | BEGIN OF s_action_link,
text TYPE string,
tooltip TYPE string,
visible TYPE wdui_visibility,
enabled TYPE boole_d,
fpm_event_id TYPE fpm_event_id,
is_changed TYPE boole_d,
ui_element TYPE REF TO cl_wd_link_to_action,
ui_element_id TYPE string,
action_handler TYPE string,
END OF s_action_link
|
||
| 2 | S_AREA_VISIBILITY | Private | See coding | 20070509 | BEGIN OF s_area_visibility,
header TYPE boole_d,
basic TYPE boole_d,
extended TYPE boole_d,
END OF s_area_visibility
|
||
| 3 | S_ID_ENTRY | Public | See coding | 20070510 | BEGIN OF s_id_entry,
id TYPE i,
is_rendered TYPE boole_d,
label_name TYPE string,
label_tooltip TYPE string,
ui_label TYPE REF TO cl_wd_label,
value TYPE string,
create_node TYPE boole_d,
app_context TYPE REF TO if_wd_context,
app_node_path TYPE string,
value_path_type TYPE i,
value_node TYPE REF TO if_wd_context_node,
value_node_app TYPE REF TO if_wd_context_node,
value_attr TYPE string,
value_tooltip TYPE string,
ui_value TYPE REF TO cl_wd_text_view,
show_unit TYPE boole_d,
unit TYPE string,
unit_attr_name TYPE string,
ui_unit TYPE REF TO cl_wd_text_view,
END OF s_id_entry
|
||
| 4 | S_IMAGE_ENTRY | Public | See coding | 20071220 | BEGIN OF s_image_entry,
id TYPE i,
is_rendered TYPE boole_d,
label_text TYPE string,
label_tooltip TYPE string,
image_source TYPE string,
image_tooltip TYPE string,
explanation TYPE string,
explanation_tt TYPE string,
ui_label TYPE REF TO cl_wd_label,
ui_image TYPE REF TO cl_wd_image,
ui_explanation TYPE REF TO cl_wd_text_view,
is_decorative TYPE abap_bool,
END OF s_image_entry
|
||
| 5 | S_KEY_ENTRY | Public | See coding | 20070510 | BEGIN OF s_key_entry,
key TYPE i,
id_table TYPE t_id_entries,
to_be_removed TYPE boole_d,
is_link TYPE boole_d,
is_image TYPE boole_d,
link TYPE s_link_entry,
image TYPE s_image_entry,
END OF s_key_entry
|
||
| 6 | S_LINK_ENTRY | Public | See coding | 20071218 | BEGIN OF s_link_entry,
id TYPE i,
nav_object TYPE REF TO if_fpm_navigation,
nav_key TYPE string,
is_rendered TYPE boole_d,
label_text TYPE string,
label_tooltip TYPE string,
link_text TYPE string,
link_tooltip TYPE string,
ui_label TYPE REF TO cl_wd_label,
ui_link TYPE REF TO cl_wd_link_to_action,
END OF s_link_entry
|
||
| 7 | S_SIDE_PANEL_LINK | Private | See coding | 20090311 | BEGIN OF s_side_panel_link,
is_changed TYPE boole_d,
is_state_changed TYPE boole_d,
ui_elem_id TYPE string,
END OF s_side_panel_link
|
||
| 8 | S_TICKET | Public | See coding | 20070516 | BEGIN OF s_ticket,
top TYPE string,
top_tooltip TYPE string,
bottom TYPE string,
bottom_tooltip TYPE string,
changed TYPE boole_d,
END OF s_ticket
|
||
| 9 | S_TITLE | Public | See coding | 20070516 | BEGIN OF s_title,
title TYPE string,
tooltip TYPE string,
changed TYPE boole_d,
is_initial TYPE boole_d,
END OF s_title
|
||
| 10 | T_ID_ENTRIES | Public | See coding | 20070510 | t_id_entries TYPE STANDARD TABLE OF s_id_entry WITH DEFAULT KEY
|
||
| 11 | T_KEY_ENTRIES | Public | See coding | 20070510 | t_key_entries TYPE STANDARD TABLE OF s_key_entry WITH DEFAULT KEY
|
Method Signatures
Method ADD_ITEM_TO_KEY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_ITEM | Call by reference | Type reference (TYPE) | S_ID_ENTRY | WebDynpro: Interface of Metadata of a Node | 20070510 | |||
| 2 | IV_KEY | Call by reference | Type reference (TYPE) | I | GUID in 'CHAR' Format in Uppercase | 20070510 |
Method ADD_ITEM_TO_KEY on class CL_FPM_IDR has no exception.
Method ADD_NEW_KEY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_KEY | Value transfer | Type reference (TYPE) | I | GUID in 'CHAR' Format in Uppercase | 20070509 |
Method ADD_NEW_KEY on class CL_FPM_IDR has no exception.
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_CONTEXT_NODE | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | Web Dynpro: Interface for Context Nodes | 20090723 |
Method CONSTRUCTOR on class CL_FPM_IDR has no exception.
Method COPY_ELEMENT_VALUES Signature
Method COPY_ELEMENT_VALUES on class CL_FPM_IDR has no parameter.
Method COPY_ELEMENT_VALUES on class CL_FPM_IDR has no exception.
Method COPY_NODE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EO_NEW_NODE | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | Web Dynpro: Interface for Context Nodes | 20070514 | |||
| 2 | EV_UNIT_ATTR_NAME | Call by reference | Type reference (TYPE) | STRING | 20070524 | ||||
| 3 | IO_APP_NODE | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | Web Dynpro: Interface for Context Nodes | 20070601 | |||
| 4 | IO_VIEW_CONTEXT_NODE | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | Web Dynpro: Interface for Context Nodes | 20070516 | |||
| 5 | IV_ID | Call by reference | Type reference (TYPE) | I | 20070514 | ||||
| 6 | IV_PATH | Call by reference | Type reference (TYPE) | STRING | 20070514 | ||||
| 7 | IV_WITH_UNIT | Call by reference | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20070522 |
Method COPY_NODE on class CL_FPM_IDR has no exception.
Method DELETE_KEYS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_ITEMS_CONT | Call by reference | Object reference (TYPE REF TO) | CL_WD_TRANSPARENT_CONTAINER | GUID in 'CHAR' Format in Uppercase | 20100316 |
Method DELETE_KEYS on class CL_FPM_IDR has no exception.
Method DO_NAVIGATION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_LINK_ID | Call by reference | Type reference (TYPE) | STRING | 20071218 |
Method DO_NAVIGATION on class CL_FPM_IDR has no exception.
Method EXIT_SIDE_PANEL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_VIEW_CONTROLLER | Call by reference | Object reference (TYPE REF TO) | IF_WD_VIEW_CONTROLLER | Web Dynpro: View Controller | 20130218 |
Method EXIT_SIDE_PANEL on class CL_FPM_IDR has no exception.
Method GET_ACA_TC_ID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_LOCATION | Call by reference | Type reference (TYPE) | FPM_ACA_LOCATION | Location of Additional Content Area | 20100329 | |||
| 2 | RV_TC_ID | Value transfer | Type reference (TYPE) | STRING | 20100329 |
Method GET_ACA_TC_ID on class CL_FPM_IDR has no exception.
Method GET_ACTION_LINK_EVENT_ID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_EVENT_ID | Value transfer | Type reference (TYPE) | FPM_EVENT_ID | ID of the FPM Event | 20080202 |
Method GET_ACTION_LINK_EVENT_ID on class CL_FPM_IDR has no exception.
Method GET_ATTRIBUTE_INDEX Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_PATH | Call by reference | Type reference (TYPE) | STRING | 20070516 | ||||
| 2 | RV_INDEX | Value transfer | Type reference (TYPE) | I | 20070516 |
Method GET_ATTRIBUTE_INDEX on class CL_FPM_IDR has no exception.
Method GET_ATTR_NAME_FROM_PATH Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_PATH | Call by reference | Type reference (TYPE) | STRING | 20070514 | ||||
| 2 | RV_ATTR | Value transfer | Type reference (TYPE) | STRING | 20070514 |
Method GET_ATTR_NAME_FROM_PATH on class CL_FPM_IDR has no exception.
Method GET_CHILD_NODE_VIA_PATH Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_CONTEXT | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT | Web Dynpro Context | 20070516 | |||
| 2 | IV_PATH | Call by reference | Type reference (TYPE) | STRING | 20070516 | ||||
| 3 | IV_PATH_TYPE | Call by reference | Type reference (TYPE) | I | 20070531 | ||||
| 4 | RO_CHILD_NODE | Value transfer | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | Web Dynpro: Interface for Context Nodes | 20070516 |
Method GET_CHILD_NODE_VIA_PATH on class CL_FPM_IDR has no exception.
Method GET_ID_FOR_NEW_ITEM Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_ID | Value transfer | Type reference (TYPE) | I | 20070510 |
Method GET_ID_FOR_NEW_ITEM on class CL_FPM_IDR has no exception.
Method GET_NAME_FOR_NEW_NODE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_ID | Call by reference | Type reference (TYPE) | I | 20070511 | ||||
| 2 | RV_NAME | Value transfer | Type reference (TYPE) | STRING | 20070511 |
Method GET_NAME_FOR_NEW_NODE on class CL_FPM_IDR has no exception.
Method GET_NAME_FOR_UI_EXPLANATION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_ID | Call by reference | Type reference (TYPE) | I | 20080311 | ||||
| 2 | RV_NAME | Value transfer | Type reference (TYPE) | STRING | 20080311 |
Method GET_NAME_FOR_UI_EXPLANATION on class CL_FPM_IDR has no exception.
Method GET_NAME_FOR_UI_IMAGE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_ID | Call by reference | Type reference (TYPE) | I | 20071220 | ||||
| 2 | RV_NAME | Value transfer | Type reference (TYPE) | STRING | 20071220 |
Method GET_NAME_FOR_UI_IMAGE on class CL_FPM_IDR has no exception.
Method GET_NAME_FOR_UI_LABEL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_ID | Call by reference | Type reference (TYPE) | I | 20070510 | ||||
| 2 | RV_NAME | Value transfer | Type reference (TYPE) | STRING | 20070510 |
Method GET_NAME_FOR_UI_LABEL on class CL_FPM_IDR has no exception.
Method GET_NAME_FOR_UI_LINK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_ID | Call by reference | Type reference (TYPE) | I | 20071218 | ||||
| 2 | RV_NAME | Value transfer | Type reference (TYPE) | STRING | 20071218 |
Method GET_NAME_FOR_UI_LINK on class CL_FPM_IDR has no exception.
Method GET_NAME_FOR_UI_UNIT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_ID | Call by reference | Type reference (TYPE) | I | 20070524 | ||||
| 2 | RV_NAME | Value transfer | Type reference (TYPE) | STRING | 20070524 |
Method GET_NAME_FOR_UI_UNIT on class CL_FPM_IDR has no exception.
Method GET_NAME_FOR_UI_VALUE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_ID | Call by reference | Type reference (TYPE) | I | 20070510 | ||||
| 2 | RV_NAME | Value transfer | Type reference (TYPE) | STRING | 20070510 |
Method GET_NAME_FOR_UI_VALUE on class CL_FPM_IDR has no exception.
Method GET_NODE_META_PATH Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_PATH_WITH_ATTR | Call by reference | Type reference (TYPE) | STRING | 20070511 | ||||
| 2 | RV_META_PATH | Value transfer | Type reference (TYPE) | STRING | 20070511 |
Method GET_NODE_META_PATH on class CL_FPM_IDR has no exception.
Method GET_VCUIE_ID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_UIBB_KEY | Call by reference | Type reference (TYPE) | FPM_S_UIBB_KEY | Key of a UIBB to be embedded in an FPM based application | 20070814 | |||
| 2 | RV_ID | Value transfer | Type reference (TYPE) | STRING | 20070814 |
Method GET_VCUIE_ID on class CL_FPM_IDR has no exception.
Method IDENTIFY_PATH_TYPE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_PATH | Call by reference | Type reference (TYPE) | STRING | 20070516 | ||||
| 2 | RV_TYPE | Value transfer | Type reference (TYPE) | I | 20070516 |
Method IDENTIFY_PATH_TYPE on class CL_FPM_IDR has no exception.
Method INIT_APP_TITLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_CONTEXT | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | Web Dynpro: API of a View | 20100316 |
Method INIT_APP_TITLE on class CL_FPM_IDR has no exception.
Method INIT_SIDE_PANEL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_VIEW_CONTROLLER | Call by reference | Object reference (TYPE REF TO) | IF_WD_VIEW_CONTROLLER | Web Dynpro: View Controller | 20120315 | |||
| 2 | IV_PORTAL_EVENT_ACTION | Call by reference | Type reference (TYPE) | STRING | 20120315 |
Method INIT_SIDE_PANEL on class CL_FPM_IDR has no exception.
Method INIT_TICKET Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_CONTEXT | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | Web Dynpro: API of a View | 20100316 |
Method INIT_TICKET on class CL_FPM_IDR has no exception.
Method PREPARE_NAVIGATION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_NAV | Call by reference | Type reference (TYPE) | CL_FPM_FLOORPLAN_ASSIST=>T_NAVIGATION_STEP | 20100330 | ||||
| 2 | IO_ACA_USAGES | Call by reference | Object reference (TYPE REF TO) | IF_WD_COMPONENT_USAGE_GROUP | Web Dynpro: Group of Component Usages | 20100329 | |||
| 3 | IO_EMPTY_USAGES | Call by reference | Object reference (TYPE REF TO) | IF_WD_COMPONENT_USAGE_GROUP | Web Dynpro: Group of Component Usages | 20100329 | |||
| 4 | IO_VIEW_CONTROLLER_API | Call by reference | Object reference (TYPE REF TO) | IF_WD_VIEW_CONTROLLER | Web Dynpro: View Controller | 20100329 | |||
| 5 | IV_VIEW_CONTAINER_NAME | Call by reference | Type reference (TYPE) | STRING | 20100907 | ||||
| 6 | IV_VIEW_NAME | Call by reference | Type reference (TYPE) | STRING | 20100330 | ||||
| 7 | IV_VIEW_USAGE | Call by reference | Type reference (TYPE) | STRING | 20100330 | ||||
| 8 | IV_WINDOW_NAME | Call by reference | Type reference (TYPE) | STRING | 20100330 |
Method PREPARE_NAVIGATION on class CL_FPM_IDR has no exception.
Method PREPARE_NAVIGATION_AT_LOCATION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_NAV | Call by reference | Type reference (TYPE) | CL_FPM_FLOORPLAN_ASSIST=>T_NAVIGATION_STEP | 20100330 | ||||
| 2 | IO_ACA_USAGES | Call by reference | Object reference (TYPE REF TO) | IF_WD_COMPONENT_USAGE_GROUP | Web Dynpro: Group of Component Usages | 20100329 | |||
| 3 | IO_EMPTY_USAGES | Call by reference | Object reference (TYPE REF TO) | IF_WD_COMPONENT_USAGE_GROUP | Web Dynpro: Group of Component Usages | 20100329 | |||
| 4 | IO_VIEW_CONTROLLER_API | Call by reference | Object reference (TYPE REF TO) | IF_WD_VIEW_CONTROLLER | Web Dynpro: View Controller | 20100329 | |||
| 5 | IV_LOCATION | Call by reference | Type reference (TYPE) | FPM_ACA_LOCATION | Location of Additional Content Area | 20100329 | |||
| 6 | IV_VIEW_CONTAINER_NAME | Call by reference | Type reference (TYPE) | STRING | 20100907 | ||||
| 7 | IV_VIEW_NAME | Call by reference | Type reference (TYPE) | STRING | 20100330 | ||||
| 8 | IV_VIEW_USAGE | Call by reference | Type reference (TYPE) | STRING | 20100330 | ||||
| 9 | IV_WINDOW_NAME | Call by reference | Type reference (TYPE) | STRING | 20100330 |
Method PREPARE_NAVIGATION_AT_LOCATION on class CL_FPM_IDR has no exception.
Method RAT_TRACE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_DATA | Call by reference | Type reference (TYPE) | ANY | 20120827 | ||||
| 2 | IV_KEY | Call by reference | Type reference (TYPE) | STRING | 20120827 |
Method RAT_TRACE on class CL_FPM_IDR has no exception.
Method REMOVE_ACAS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_NAV | Call by reference | Type reference (TYPE) | CL_FPM_FLOORPLAN_ASSIST=>T_NAVIGATION_STEP | 20100908 | ||||
| 2 | IO_EMPTY_USAGES | Call by reference | Object reference (TYPE REF TO) | IF_WD_COMPONENT_USAGE_GROUP | Web Dynpro: Group of Component Usages | 20100908 | |||
| 3 | IO_VIEW_CONTROLLER_API | Call by reference | Object reference (TYPE REF TO) | IF_WD_VIEW_CONTROLLER | Web Dynpro: View Controller | 20100908 | |||
| 4 | IV_VIEW_CONTAINER_NAME | Call by reference | Type reference (TYPE) | STRING | 20100908 | ||||
| 5 | IV_VIEW_NAME | Call by reference | Type reference (TYPE) | STRING | 20100908 |
Method REMOVE_ACAS on class CL_FPM_IDR has no exception.
Method REMOVE_ACA_AT_LOCATION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_NAV | Call by reference | Type reference (TYPE) | CL_FPM_FLOORPLAN_ASSIST=>T_NAVIGATION_STEP | 20100908 | ||||
| 2 | IO_EMPTY_USAGES | Call by reference | Object reference (TYPE REF TO) | IF_WD_COMPONENT_USAGE_GROUP | Web Dynpro: Group of Component Usages | 20100908 | |||
| 3 | IO_VIEW_CONTROLLER_API | Call by reference | Object reference (TYPE REF TO) | IF_WD_VIEW_CONTROLLER | Web Dynpro: View Controller | 20100908 | |||
| 4 | IV_LOCATION | Call by reference | Type reference (TYPE) | FPM_ACA_LOCATION | Location of Additional Content Area | 20100908 | |||
| 5 | IV_VIEW_CONTAINER_NAME | Call by reference | Type reference (TYPE) | STRING | 20100908 | ||||
| 6 | IV_VIEW_NAME | Call by reference | Type reference (TYPE) | STRING | 20100908 |
Method REMOVE_ACA_AT_LOCATION on class CL_FPM_IDR has no exception.
Method REMOVE_CONTEXT_NAME_FROM_PATH Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_PATH | Call by reference | Type reference (TYPE) | STRING | 20070515 | ||||
| 2 | RV_PATH | Value transfer | Type reference (TYPE) | STRING | 20070515 |
Method REMOVE_CONTEXT_NAME_FROM_PATH on class CL_FPM_IDR has no exception.
Method RENDER_ACA_UIBBS 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 | 20070814 |
Method RENDER_ACA_UIBBS on class CL_FPM_IDR has no exception.
Method RENDER_ACA_UIBBS_AT_LOCATION 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 | 20100329 | |||
| 2 | IV_LOCATION | Call by reference | Type reference (TYPE) | FPM_ACA_LOCATION | Location of Additional Content Area | 20100329 |
Method RENDER_ACA_UIBBS_AT_LOCATION on class CL_FPM_IDR has no exception.
Method RENDER_ACTION_LINK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_CONT | Call by reference | Object reference (TYPE REF TO) | CL_WD_TRANSPARENT_CONTAINER | Web Dynpro: API of a View | 20100316 |
Method RENDER_ACTION_LINK on class CL_FPM_IDR has no exception.
Method RENDER_AREA_VISIBILITY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_CONT_ITEMS | Call by reference | Object reference (TYPE REF TO) | CL_WD_TRANSPARENT_CONTAINER | Perforce change= / 20050916-083208 | 20100316 | |||
| 2 | IO_CONT_TICKET | Call by reference | Object reference (TYPE REF TO) | CL_WD_TRANSPARENT_CONTAINER | Perforce change= / 20050916-083208 | 20100316 | |||
| 3 | IO_PAGE_HEADER | Call by reference | Object reference (TYPE REF TO) | CL_WD_PAGE_HEADER | Web Dynpro: API of a View | 20100316 | |||
| 4 | IO_PAGE_HEADER_AREA | Call by reference | Object reference (TYPE REF TO) | CL_WD_PAGE_HEADER_AREA | Perforce change= / 20050316-090727 | 20100316 |
Method RENDER_AREA_VISIBILITY on class CL_FPM_IDR has no exception.
Method RENDER_ITEMS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_CONTEXT | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | Web Dynpro: Interface for Context Nodes | 20100316 | |||
| 2 | IO_ITEMS_CONT | Call by reference | Object reference (TYPE REF TO) | CL_WD_TRANSPARENT_CONTAINER | Web Dynpro: API of a View | 20100316 |
Method RENDER_ITEMS on class CL_FPM_IDR has no exception.
Method RENDER_SIDE_PANEL_LINK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_CONT | Call by reference | Object reference (TYPE REF TO) | CL_WD_TRANSPARENT_CONTAINER | Web Dynpro: API of a View | 20100316 |
Method RENDER_SIDE_PANEL_LINK on class CL_FPM_IDR has no exception.
Method RENDER_TICKET Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_CONT_TICKET | Call by reference | Object reference (TYPE REF TO) | CL_WD_TRANSPARENT_CONTAINER | Web Dynpro: API of a View | 20100316 | |||
| 2 | IV_RERENDER | Call by reference | Type reference (TYPE) | BOOLE_D | Enforce Rerendering | 20100903 |
Method RENDER_TICKET on class CL_FPM_IDR has no exception.
Method RENDER_TITLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_PAGE_HEADER | Call by reference | Object reference (TYPE REF TO) | CL_WD_PAGE_HEADER | Web Dynpro: API of a View | 20100316 | |||
| 2 | IV_RERENDER | Call by reference | Type reference (TYPE) | WDY_BOOLEAN | Enforce Rerendering | 20100903 |
Method RENDER_TITLE on class CL_FPM_IDR has no exception.
Method RESET_CHANGE_FLAGS Signature
Method RESET_CHANGE_FLAGS on class CL_FPM_IDR has no parameter.
Method RESET_CHANGE_FLAGS on class CL_FPM_IDR has no exception.
Method SET_FPM_INSTANCE 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 | 20101117 |
Method SET_FPM_INSTANCE on class CL_FPM_IDR has no exception.
Method SET_HEADER_ONLY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_HEADER_ONLY | Call by reference | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20070511 |
Method SET_HEADER_ONLY on class CL_FPM_IDR has no exception.
History
| Last changed by/on | SAP | 20131127 |
| SAP Release Created in |