SAP ABAP Interface IF_FPM_CNR_OVP (Toolbar API for OVP)
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 - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_FPM_OVP Communication Floorplan <-> AppCC 20090312
2 Interface implementation (CLASS c. INTERFACES i_ref)  CL_FPM_TEST_DOUBLE Test double for IF_FPM 20111004
Properties
Interface IF_FPM_CNR_OVP  
Short Description Toolbar API for OVP    
General Data
Package APB_FPM_CORE   Floorplan Manager (Framework) 
Created 20090312   SAP 
Last changed 20141121    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 IF_FPM_OVP Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
Interface IF_FPM_CNR_OVP has no interface.
Friends
Interface IF_FPM_CNR_OVP has no friend.
Attributes
Interface IF_FPM_CNR_OVP has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 ADD_DEFAULT_ACTION Instance method Public Method Adds the default action to a content area 20110302
2 ADD_EXTERNAL_NAVIGATION Instance method Public Method Adds a new external navigation menu 20100714
3 ADD_TOOLBAR_BUTTON Instance method Public Method Adds a new toolbar button to an existing toolbar 20090902
4 ADD_TOOLBAR_BUTTON_CHOICE Instance method Public Method Adds a new toolbar button choice to an existing toolbar 20090902
5 ADD_TOOLBAR_DROP_DOWN_LIST Instance method Public Method Adds a new toolbar drop-down list box to an existing toolbar 20110913
6 ADD_TOOLBAR_TOGGLE_BUTTON Instance method Public Method Adds a new toolbar toggle button to an existing toolbar 20090902
7 CHANGE_APPLICATION_PARAMETERS Instance method Public Method Changes the application parameters 20090907
8 CHANGE_CONTENT_AREA_RESTRICTED Instance method Public Method Change some restricted attributes of a content area 20100531
9 CHANGE_DEFAULT_ACTION Instance method Public Method Changes the default action of a content area 20110302
10 CHANGE_EXTERNAL_NAVIGATION Instance method Public Method Changes an existing external navigation menu 20100714
11 CHANGE_PAGE_MASTER_AREA_REST Instance method Public Method Change some restricted attributes of a page master area 20101022
12 CHANGE_PAGE_MASTER_UIBB_REST Instance method Public Method Change some restricted attributes of a page master UIBB 20101008
13 CHANGE_PAGE_SELECTOR Instance method Public Method Changes the page selector drop-down list box label & entries 20090910
14 CHANGE_TOOLBAR_BUTTON Instance method Public Method Changes an existing toolbar button 20090902
15 CHANGE_TOOLBAR_BUTTON_CHOICE Instance method Public Method Changes an existing toolbar button choice 20090902
16 CHANGE_TOOLBAR_DROP_DOWN_LIST Instance method Public Method Changes an existing toolbar drop-down list box 20110913
17 CHANGE_TOOLBAR_TOGGLE_BUTTON Instance method Public Method Changes an existing toolbar toggle button 20090902
18 CHANGE_UIBB_RESTRICTED Instance method Public Method Change some restricted attributes of an UIBB 20100531
19 CHANGE_UIBB_SELECTOR Instance method Public Method Changes the UIBB selector drop-down list box label & entries 20140728
20 GET_APPLICATION_PARAMETERS Instance method Public Method Gets the application parameters 20090907
21 GET_CONTENT_AREAS Instance method Public Method Provides a list of all content areas currently available 20090907
22 GET_CURRENT_CONTENT_AREA Instance method Public Method Gets the current content area 20090907
23 GET_DEFAULT_ACTION Instance method Public Method Gets the default action of a content area 20110302
24 GET_EXTERNAL_NAVIGATIONS Instance method Public Method Gets a list of external navigation menus 20100714
25 GET_PAGE_MASTER_AREA Instance method Public Method Gets the page master area of a content area 20101009
26 GET_PAGE_MASTER_UIBBS Instance method Public Method Provides a list of page master UIBBs of a content area 20101008
27 GET_PAGE_SELECTOR Instance method Public Method Gets the page selector drop-down list box label & entries 20090910
28 GET_POSITION_OF_UIBB Instance method Public Method Gets the position (section, column, row, index) of a UIBB 20140120
29 GET_SECTIONS Instance method Public Method Provide a list of all sections of a content area 20100308
30 GET_TOOLBAR_BUTTON Instance method Public Method Gets attributes of a toolbar button 20090902
31 GET_TOOLBAR_BUTTON_CHOICE Instance method Public Method Gets attributes of a toolbar button choice 20090902
32 GET_TOOLBAR_DROP_DOWN_LIST Instance method Public Method Gets attributes of a toolbar drop-down list box 20110913
33 GET_TOOLBAR_ELEMENTS Instance method Public Method Gets a list of existing toolbar elements 20090312
34 GET_TOOLBAR_TOGGLE_BUTTON Instance method Public Method Gets attributes of a toolbar toggle button 20090902
35 GET_UIBBS Instance method Public Method Provides a list of UIBBs for a content area/ section 20090312
36 GET_UIBB_SELECTOR Instance method Public Method Gets the UIBB selector drop-down list box label & entries 20140728
37 REMOVE_DEFAULT_ACTION Instance method Public Method Removes the default action of a content area 20110302
38 REMOVE_EXTERNAL_NAVIGATION Instance method Public Method Removes an external navigation menu 20100714
39 REMOVE_TOOLBAR_ELEMENT Instance method Public Method Removes a toolbar element 20090902
40 SET_GENERIC_BUTTON_ACTION_TYPE Instance method Public Method Sets the action type of the generic OVP buttons 20091009
41 SET_SIDE_PANEL_LINK Instance method Public Method Defines the side panel link 20090723
42 SET_TAG_VALUE Instance method Public Method Sets a value for a tag 20090724
Events
Interface IF_FPM_CNR_OVP has no event.
Types
Interface IF_FPM_CNR_OVP has no local type.
Method Signatures

Method ADD_DEFAULT_ACTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_DEFAULT_ACTION Call by reference Type reference (TYPE) IF_FPM_OVP=>TY_S_DEFAULT_ACTION Default action 20110302
2 Importing IV_CONTENT_AREA Call by reference Type reference (TYPE) FPM_CONTENT_AREA_ID FPM: Content Area ID 20110302
3 Importing IV_OVERRIDE_EXISTING_ACTION Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE Indicator: Override existing action 20110322
# Exception Resumable Description Created on
1 CX_FPM_FLOORPLAN Floorplan exceptions 20110302

Method ADD_EXTERNAL_NAVIGATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_EXT_NAVIGATION Call by reference Type reference (TYPE) IF_FPM_OVP=>TY_S_EXT_NAVIGATION External navigation menu to be added 20100714
2 Importing IV_CONTENT_AREA Call by reference Type reference (TYPE) FPM_CONTENT_AREA_ID FPM: Content Area ID 20100714
# Exception Resumable Description Created on
1 CX_FPM_FLOORPLAN Floorplan exceptions 20100714

Method ADD_TOOLBAR_BUTTON Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_PAGE_MASTER_UIBB_KEY Call by reference Type reference (TYPE) IF_FPM_OVP=>TY_S_UIBB_KEY Page master UIBB key 20101009
2 Importing IS_TOOLBAR_BUTTON Call by reference Type reference (TYPE) IF_FPM_OVP=>TY_S_TOOLBAR_BUTTON Toolbar button attributes 20090902
3 Importing IV_CONTENT_AREA Call by reference Type reference (TYPE) FPM_CONTENT_AREA_ID FPM: Content Area ID 20090902
4 Importing IV_OVERRIDE_EXISTING_ACTION Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE Indicator: Override existing action 20090902
5 Importing IV_UIBB_PRIMARY_ATTRIBUTE Call by reference Type reference (TYPE) FPM_ELEMENT_ID FPM: Element ID 20090902
# Exception Resumable Description Created on
1 CX_FPM_FLOORPLAN Floorplan exceptions 20090902

Method ADD_TOOLBAR_BUTTON_CHOICE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_PAGE_MASTER_UIBB_KEY Call by reference Type reference (TYPE) IF_FPM_OVP=>TY_S_UIBB_KEY Page master UIBB key 20101009
2 Importing IS_TOOLBAR_BUTTON_CHOICE Call by reference Type reference (TYPE) IF_FPM_OVP=>TY_S_TOOLBAR_BUTTON_CHOICE Toolbar button choice attributes 20090902
3 Importing IT_TOOLBAR_BUTTON_CHOICE_ITEM Call by reference Type reference (TYPE) IF_FPM_OVP=>TY_T_TOOLBAR_ELEMENT_SUB_ITEM Toolbar button choice sub items 20090902
4 Importing IV_CONTENT_AREA Call by reference Type reference (TYPE) FPM_CONTENT_AREA_ID FPM: Content Area ID 20090902
5 Importing IV_OVERRIDE_EXISTING_ACTION Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE Indicator: Override existing action 20090902
6 Importing IV_UIBB_PRIMARY_ATTRIBUTE Call by reference Type reference (TYPE) FPM_ELEMENT_ID FPM: Element ID 20090902
# Exception Resumable Description Created on
1 CX_FPM_FLOORPLAN Floorplan exceptions 20090902

Method ADD_TOOLBAR_DROP_DOWN_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_PAGE_MASTER_UIBB_KEY Call by reference Type reference (TYPE) IF_FPM_OVP=>TY_S_UIBB_KEY Page master UIBB key 20110913
2 Importing IS_TOOLBAR_DROP_DOWN_LIST Call by reference Type reference (TYPE) IF_FPM_OVP=>TY_S_TOOLBAR_DROP_DOWN Toolbar drop-down list box attributes 20110913
3 Importing IT_TOOLBAR_DROP_DOWN_LIST_ITEM Call by reference Type reference (TYPE) IF_FPM_OVP=>TY_T_TOOLBAR_DROP_DOWN_ITEM Toolbar drop-down list box items 20110913
4 Importing IV_CONTENT_AREA Call by reference Type reference (TYPE) FPM_CONTENT_AREA_ID FPM: Content Area ID 20110913
5 Importing IV_OVERRIDE_EXISTING_ACTION Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE Indicator: Override existing action 20110913
6 Importing IV_UIBB_PRIMARY_ATTRIBUTE Call by reference Type reference (TYPE) FPM_ELEMENT_ID FPM: Element ID 20110913
# Exception Resumable Description Created on
1 CX_FPM_FLOORPLAN Floorplan exceptions 20110913

Method ADD_TOOLBAR_TOGGLE_BUTTON Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_PAGE_MASTER_UIBB_KEY Call by reference Type reference (TYPE) IF_FPM_OVP=>TY_S_UIBB_KEY Page master UIBB key 20101009
2 Importing IS_TOOLBAR_TOGGLE_BUTTON Call by reference Type reference (TYPE) IF_FPM_OVP=>TY_S_TOOLBAR_TOGGLE_BUTTON Toolbar toggle button attributes 20090902
3 Importing IV_CONTENT_AREA Call by reference Type reference (TYPE) FPM_CONTENT_AREA_ID FPM: Content Area ID 20090902
4 Importing IV_OVERRIDE_EXISTING_ACTION Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE Indicator: Override existing action 20090902
5 Importing IV_UIBB_PRIMARY_ATTRIBUTE Call by reference Type reference (TYPE) FPM_ELEMENT_ID FPM: Element ID 20090902
# Exception Resumable Description Created on
1 CX_FPM_FLOORPLAN Floorplan exceptions 20090902

Method CHANGE_APPLICATION_PARAMETERS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_APPLICATION_PARAMETERS Call by reference Type reference (TYPE) IF_FPM_OVP=>TY_S_APPLICATION_PARAMETERS 20090907

Method CHANGE_APPLICATION_PARAMETERS on Interface IF_FPM_CNR_OVP has no exception.

Method CHANGE_CONTENT_AREA_RESTRICTED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CONTENT_AREA_ID Call by reference Type reference (TYPE) FPM_CONTENT_AREA_ID FPM: Content Area ID 20100601
2 Importing IV_EXPLANATION_DOCUMENT Call by reference Type reference (TYPE) FPM_EXPLANATION_DOCUMENT Explanation Document 20100601
3 Importing IV_EXPLANATION_TEXT Call by reference Type reference (TYPE) FPM_EXPLANATION FPM: Explanation Text 20100601
4 Importing IV_TITLE Call by reference Type reference (TYPE) FPM_CONTENT_AREA_TITLE Content Area Title 20100601
5 Importing IV_TITLE_HIDDEN Call by reference Type reference (TYPE) FPM_CONTENT_AREA_TITLE_HIDDEN Content Area Title is hidden 20130807
# Exception Resumable Description Created on
1 CX_FPM_FLOORPLAN Floorplan exceptions 20100531

Method CHANGE_DEFAULT_ACTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_DEFAULT_ACTION Call by reference Type reference (TYPE) IF_FPM_OVP=>TY_S_DEFAULT_ACTION Default action 20110302
2 Importing IV_CONTENT_AREA Call by reference Type reference (TYPE) FPM_CONTENT_AREA_ID FPM: Content Area ID 20110302
3 Importing IV_OVERRIDE_EXISTING_ACTION Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE Indicator: Override existing action 20110322
# Exception Resumable Description Created on
1 CX_FPM_FLOORPLAN Floorplan exceptions 20110302

Method CHANGE_EXTERNAL_NAVIGATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_EXT_NAVIGATION Call by reference Type reference (TYPE) IF_FPM_OVP=>TY_S_EXT_NAVIGATION External navigation menu to be changed 20100714
2 Importing IV_CONTENT_AREA Call by reference Type reference (TYPE) FPM_CONTENT_AREA_ID FPM: Content Area ID 20100714
# Exception Resumable Description Created on
1 CX_FPM_FLOORPLAN Floorplan exceptions 20100714

Method CHANGE_PAGE_MASTER_AREA_REST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CONTENT_AREA Call by reference Type reference (TYPE) FPM_CONTENT_AREA_ID FPM: Content Area ID 20101022
2 Importing IV_PAGE_MASTER_DETAILS_TITLE Call by reference Type reference (TYPE) FPM_PAGE_MASTER_DETAILS_TITLE Page Master Details Title 20101022
# Exception Resumable Description Created on
1 CX_FPM_FLOORPLAN Floorplan exceptions 20101022

Method CHANGE_PAGE_MASTER_UIBB_REST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_PAGE_MASTER_UIBB_KEY Call by reference Type reference (TYPE) IF_FPM_OVP=>TY_S_UIBB_KEY FPM: Element ID 20101008
2 Importing IV_CONTENT_AREA Call by reference Type reference (TYPE) FPM_CONTENT_AREA_ID FPM: Content Area ID 20101008
3 Importing IV_EXPLANATION_DOCUMENT Call by reference Type reference (TYPE) FPM_EXPLANATION_DOCUMENT Explanation Document 20101008
4 Importing IV_EXPLANATION_TEXT Call by reference Type reference (TYPE) FPM_EXPLANATION FPM: Explanation Text 20101008
5 Importing IV_TITLE Call by reference Type reference (TYPE) FPM_UIBB_TITLE FPM: UIBB Title 20101008
# Exception Resumable Description Created on
1 CX_FPM_FLOORPLAN Floorplan exceptions 20101008

Method CHANGE_PAGE_SELECTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_PAGE_SELECTOR_ITEM Call by reference Type reference (TYPE) IF_FPM_OVP=>TY_T_PAGE_SELECTOR_ITEM Page selector items 20090910
2 Importing IV_INSTANCE_STYLE Call by reference Type reference (TYPE) FPM_INSTANCE_STYLE Instance style 20140610
3 Importing IV_PAGE_SELECTOR_LABEL Call by reference Type reference (TYPE) FPM_LABEL Page selector label 20090910
# Exception Resumable Description Created on
1 CX_FPM_FLOORPLAN Floorplan exceptions 20090910

Method CHANGE_TOOLBAR_BUTTON Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_PAGE_MASTER_UIBB_KEY Call by reference Type reference (TYPE) IF_FPM_OVP=>TY_S_UIBB_KEY Page master UIBB key 20101009
2 Importing IS_TOOLBAR_BUTTON Call by reference Type reference (TYPE) IF_FPM_OVP=>TY_S_TOOLBAR_BUTTON Toolbar button attributes 20090902
3 Importing IV_CONTENT_AREA Call by reference Type reference (TYPE) FPM_CONTENT_AREA_ID FPM: Content Area ID 20090902
4 Importing IV_OVERRIDE_EXISTING_ACTION Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE Indicator: Override existing action 20090902
5 Importing IV_UIBB_PRIMARY_ATTRIBUTE Call by reference Type reference (TYPE) FPM_ELEMENT_ID FPM: Element ID 20090902
# Exception Resumable Description Created on
1 CX_FPM_FLOORPLAN Floorplan exceptions 20090902

Method CHANGE_TOOLBAR_BUTTON_CHOICE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_PAGE_MASTER_UIBB_KEY Call by reference Type reference (TYPE) IF_FPM_OVP=>TY_S_UIBB_KEY Page master UIBB key 20101009
2 Importing IS_TOOLBAR_BUTTON_CHOICE Call by reference Type reference (TYPE) IF_FPM_OVP=>TY_S_TOOLBAR_BUTTON_CHOICE Toolbar button choice attributes 20090902
3 Importing IT_TOOLBAR_BUTTON_CHOICE_ITEM Call by reference Type reference (TYPE) IF_FPM_OVP=>TY_T_TOOLBAR_ELEMENT_SUB_ITEM Toolbar button choice sub items 20090902
4 Importing IV_CONTENT_AREA Call by reference Type reference (TYPE) FPM_CONTENT_AREA_ID FPM: Content Area ID 20090902
5 Importing IV_OVERRIDE_EXISTING_ACTION Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE Indicator: Override existing action 20090902
6 Importing IV_UIBB_PRIMARY_ATTRIBUTE Call by reference Type reference (TYPE) FPM_ELEMENT_ID FPM: Element ID 20090902
# Exception Resumable Description Created on
1 CX_FPM_FLOORPLAN Floorplan exceptions 20090902

Method CHANGE_TOOLBAR_DROP_DOWN_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_PAGE_MASTER_UIBB_KEY Call by reference Type reference (TYPE) IF_FPM_OVP=>TY_S_UIBB_KEY Page master UIBB key 20110913
2 Importing IS_TOOLBAR_DROP_DOWN_LIST Call by reference Type reference (TYPE) IF_FPM_OVP=>TY_S_TOOLBAR_DROP_DOWN Toolbar drop-down list box attributes 20110913
3 Importing IT_TOOLBAR_DROP_DOWN_LIST_ITEM Call by reference Type reference (TYPE) IF_FPM_OVP=>TY_T_TOOLBAR_DROP_DOWN_ITEM Toolbar drop-down list box items 20110913
4 Importing IV_CONTENT_AREA Call by reference Type reference (TYPE) FPM_CONTENT_AREA_ID FPM: Content Area ID 20110913
5 Importing IV_OVERRIDE_EXISTING_ACTION Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE Indicator: Override existing action 20110913
6 Importing IV_UIBB_PRIMARY_ATTRIBUTE Call by reference Type reference (TYPE) FPM_ELEMENT_ID FPM: Element ID 20110913
# Exception Resumable Description Created on
1 CX_FPM_FLOORPLAN Floorplan exceptions 20110913

Method CHANGE_TOOLBAR_TOGGLE_BUTTON Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_PAGE_MASTER_UIBB_KEY Call by reference Type reference (TYPE) IF_FPM_OVP=>TY_S_UIBB_KEY Page master UIBB key 20101009
2 Importing IS_TOOLBAR_TOGGLE_BUTTON Call by reference Type reference (TYPE) IF_FPM_OVP=>TY_S_TOOLBAR_TOGGLE_BUTTON Toolbar toggle button attributes 20090902
3 Importing IV_CONTENT_AREA Call by reference Type reference (TYPE) FPM_CONTENT_AREA_ID FPM: Content Area ID 20090902
4 Importing IV_OVERRIDE_EXISTING_ACTION Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE Indicator: Override existing action 20090902
5 Importing IV_UIBB_PRIMARY_ATTRIBUTE Call by reference Type reference (TYPE) FPM_ELEMENT_ID FPM: Element ID 20090902
# Exception Resumable Description Created on
1 CX_FPM_FLOORPLAN Floorplan exceptions 20090902

Method CHANGE_UIBB_RESTRICTED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_EXPLANATION_DOCUMENT Call by reference Type reference (TYPE) FPM_EXPLANATION_DOCUMENT Explanation Document 20100601
2 Importing IV_EXPLANATION_TEXT Call by reference Type reference (TYPE) FPM_EXPLANATION FPM: Explanation Text 20100601
3 Importing IV_FPM_PRIMARY_ATTRIBUTE Call by reference Type reference (TYPE) FPM_ELEMENT_ID FPM: Element ID 20100601
4 Importing IV_TITLE Call by reference Type reference (TYPE) FPM_UIBB_TITLE FPM: UIBB Title 20100601
# Exception Resumable Description Created on
1 CX_FPM_FLOORPLAN Floorplan exceptions 20100531

Method CHANGE_UIBB_SELECTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_UIBB_SELECTOR_ITEM Call by reference Type reference (TYPE) IF_FPM_OVP=>TY_T_UIBB_SELECTOR_ITEM UIBB selector items 20140728
2 Importing IV_CONTENT_AREA Call by reference Type reference (TYPE) FPM_CONTENT_AREA_ID FPM: Content Area ID 20140728
3 Importing IV_INSTANCE_STYLE Call by reference Type reference (TYPE) FPM_INSTANCE_STYLE Instance style 20140728
4 Importing IV_UIBB_SELECTOR_LABEL Call by reference Type reference (TYPE) FPM_LABEL UIBB selector label 20140728
# Exception Resumable Description Created on
1 CX_FPM_FLOORPLAN Floorplan exceptions 20140728

Method GET_APPLICATION_PARAMETERS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RS_APPLICATION_PARAMETERS Value transfer Type reference (TYPE) IF_FPM_OVP=>TY_S_APPLICATION_PARAMETERS 20090907

Method GET_APPLICATION_PARAMETERS on Interface IF_FPM_CNR_OVP has no exception.

Method GET_CONTENT_AREAS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_CONTENT_AREA Call by reference Type reference (TYPE) IF_FPM_OVP=>TY_T_CONTENT_AREA 20090907

Method GET_CONTENT_AREAS on Interface IF_FPM_CNR_OVP has no exception.

Method GET_CURRENT_CONTENT_AREA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RS_CURRENT_CONTENT_AREA Value transfer Type reference (TYPE) IF_FPM_OVP=>TY_S_CONTENT_AREA Current content area 20090907

Method GET_CURRENT_CONTENT_AREA on Interface IF_FPM_CNR_OVP has no exception.

Method GET_DEFAULT_ACTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_DEFAULT_ACTION Call by reference Type reference (TYPE) IF_FPM_OVP=>TY_S_DEFAULT_ACTION Default action 20110302
2 Importing IV_CONTENT_AREA Call by reference Type reference (TYPE) FPM_CONTENT_AREA_ID FPM: Content Area ID 20110302
# Exception Resumable Description Created on
1 CX_FPM_FLOORPLAN Floorplan exceptions 20110302

Method GET_EXTERNAL_NAVIGATIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_EXT_NAVIGATION Call by reference Type reference (TYPE) IF_FPM_OVP=>TY_T_EXT_NAVIGATION List of external navigation menus 20100714
2 Importing IV_CONTENT_AREA Call by reference Type reference (TYPE) FPM_CONTENT_AREA_ID FPM: Content Area ID 20100714
# Exception Resumable Description Created on
1 CX_FPM_FLOORPLAN Floorplan exceptions 20100714

Method GET_PAGE_MASTER_AREA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_PAGE_MASTER_AREA Call by reference Type reference (TYPE) IF_FPM_OVP=>TY_S_PAGE_MASTER_AREA Page master area 20101009
2 Importing IV_CONTENT_AREA Call by reference Type reference (TYPE) FPM_CONTENT_AREA_ID FPM: Content Area ID 20101009
# Exception Resumable Description Created on
1 CX_FPM_FLOORPLAN Floorplan exceptions 20101009

Method GET_PAGE_MASTER_UIBBS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_PAGE_MASTER_UIBB Call by reference Type reference (TYPE) IF_FPM_OVP=>TY_T_PAGE_MASTER_UIBB List of page master UIBBs 20101008
2 Importing IV_CONTENT_AREA Call by reference Type reference (TYPE) FPM_CONTENT_AREA_ID FPM: Content Area ID 20101008
# Exception Resumable Description Created on
1 CX_FPM_FLOORPLAN Floorplan exceptions 20101008

Method GET_PAGE_SELECTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_PAGE_SELECTOR_ITEM Call by reference Type reference (TYPE) IF_FPM_OVP=>TY_T_PAGE_SELECTOR_ITEM Page selector items 20090910
2 Exporting EV_INSTANCE_STYLE Call by reference Type reference (TYPE) FPM_INSTANCE_STYLE Instance style 20140610
3 Exporting EV_PAGE_SELECTOR_LABEL Call by reference Type reference (TYPE) FPM_LABEL Page selector label 20090910

Method GET_PAGE_SELECTOR on Interface IF_FPM_CNR_OVP has no exception.

Method GET_POSITION_OF_UIBB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_INDEX Call by reference Type reference (TYPE) FPM_INDEX Sequential Order of FPM UI Elements 20140120
2 Exporting EV_IS_PAGE_MASTER_UIBB Call by reference Type reference (TYPE) ABAP_BOOL Indicator: UIBB is a page master UIBB 20140120
3 Exporting EV_LOCATION Call by reference Type reference (TYPE) FPM_LOCATION UIBB Location Index (Column) 20140120
4 Exporting EV_ROW Call by reference Type reference (TYPE) FPM_ROW Row Number 20140120
5 Exporting EV_SECTION_ID Call by reference Type reference (TYPE) FPM_SECTION_ID Section Identifier 20140120
6 Importing IS_UIBB_KEY Call by reference Type reference (TYPE) IF_FPM_OVP=>TY_S_UIBB_KEY UIBB key 20140120
7 Importing IV_CONTENT_AREA Call by reference Type reference (TYPE) FPM_CONTENT_AREA_ID FPM: Content Area ID 20140120
# Exception Resumable Description Created on
1 CX_FPM_FLOORPLAN Floorplan exceptions 20140120

Method GET_SECTIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_SECTION Call by reference Type reference (TYPE) IF_FPM_OVP=>TY_T_SECTION List of sections 20100308
2 Importing IV_CONTENT_AREA Call by reference Type reference (TYPE) FPM_CONTENT_AREA_ID FPM: Content Area ID 20100308
# Exception Resumable Description Created on
1 CX_FPM_FLOORPLAN Floorplan exceptions 20100308

Method GET_TOOLBAR_BUTTON Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_TOOLBAR_BUTTON Call by reference Type reference (TYPE) IF_FPM_OVP=>TY_S_TOOLBAR_BUTTON Toolbar button attributes 20090902
2 Importing IS_PAGE_MASTER_UIBB_KEY Call by reference Type reference (TYPE) IF_FPM_OVP=>TY_S_UIBB_KEY Page master UIBB key 20101009
3 Importing IV_CONTENT_AREA Call by reference Type reference (TYPE) FPM_CONTENT_AREA_ID FPM: Content Area ID 20090902
4 Importing IV_TOOLBAR_ELEMENT_ID Call by reference Type reference (TYPE) FPM_ELEMENT_ID FPM: Element ID 20090902
5 Importing IV_UIBB_PRIMARY_ATTRIBUTE Call by reference Type reference (TYPE) FPM_ELEMENT_ID FPM: Element ID 20090902
# Exception Resumable Description Created on
1 CX_FPM_FLOORPLAN Floorplan exceptions 20090902

Method GET_TOOLBAR_BUTTON_CHOICE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_TOOLBAR_BUTTON_CHOICE Call by reference Type reference (TYPE) IF_FPM_OVP=>TY_S_TOOLBAR_BUTTON_CHOICE Toolbar button choice attributes 20090902
2 Exporting ET_TOOLBAR_BUTTON_CHOICE_ITEM Call by reference Type reference (TYPE) IF_FPM_OVP=>TY_T_TOOLBAR_ELEMENT_SUB_ITEM Toolbar button choice sub items 20090902
3 Importing IS_PAGE_MASTER_UIBB_KEY Call by reference Type reference (TYPE) IF_FPM_OVP=>TY_S_UIBB_KEY Page master UIBB key 20101009
4 Importing IV_CONTENT_AREA Call by reference Type reference (TYPE) FPM_CONTENT_AREA_ID FPM: Content Area ID 20090902
5 Importing IV_TOOLBAR_ELEMENT_ID Call by reference Type reference (TYPE) FPM_ELEMENT_ID FPM: Element ID 20090902
6 Importing IV_UIBB_PRIMARY_ATTRIBUTE Call by reference Type reference (TYPE) FPM_ELEMENT_ID FPM: Element ID 20090902
# Exception Resumable Description Created on
1 CX_FPM_FLOORPLAN Floorplan exceptions 20090902

Method GET_TOOLBAR_DROP_DOWN_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_TOOLBAR_DROP_DOWN_LIST Call by reference Type reference (TYPE) IF_FPM_OVP=>TY_S_TOOLBAR_DROP_DOWN Toolbar drop-down list box attributes 20110913
2 Exporting ET_TOOLBAR_DROP_DOWN_LIST_ITEM Call by reference Type reference (TYPE) IF_FPM_OVP=>TY_T_TOOLBAR_DROP_DOWN_ITEM Toolbar drop-down list box items 20110913
3 Importing IS_PAGE_MASTER_UIBB_KEY Call by reference Type reference (TYPE) IF_FPM_OVP=>TY_S_UIBB_KEY Page master UIBB key 20110913
4 Importing IV_CONTENT_AREA Call by reference Type reference (TYPE) FPM_CONTENT_AREA_ID FPM: Content Area ID 20110913
5 Importing IV_TOOLBAR_ELEMENT_ID Call by reference Type reference (TYPE) FPM_ELEMENT_ID FPM: Element ID 20110913
6 Importing IV_UIBB_PRIMARY_ATTRIBUTE Call by reference Type reference (TYPE) FPM_ELEMENT_ID FPM: Element ID 20110913
# Exception Resumable Description Created on
1 CX_FPM_FLOORPLAN Floorplan exceptions 20110913

Method GET_TOOLBAR_ELEMENTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_TOOLBAR_ELEMENT Call by reference Type reference (TYPE) IF_FPM_OVP=>TY_T_TOOLBAR_ELEMENT List of toolbar elements 20090312
2 Importing IS_PAGE_MASTER_UIBB_KEY Call by reference Type reference (TYPE) IF_FPM_OVP=>TY_S_UIBB_KEY Page master UIBB key 20101009
3 Importing IV_CONTENT_AREA Call by reference Type reference (TYPE) FPM_CONTENT_AREA_ID FPM: Content Area ID 20090312
4 Importing IV_EVENT_ID Call by reference Type reference (TYPE) FPM_EVENT_ID ID of the FPM Event 20110711
5 Importing IV_UIBB_PRIMARY_ATTRIBUTE Call by reference Type reference (TYPE) FPM_ELEMENT_ID FPM: Element ID 20090902
# Exception Resumable Description Created on
1 CX_FPM_FLOORPLAN Floorplan exceptions 20090312

Method GET_TOOLBAR_TOGGLE_BUTTON Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_TOOLBAR_TOGGLE_BUTTON Call by reference Type reference (TYPE) IF_FPM_OVP=>TY_S_TOOLBAR_TOGGLE_BUTTON Toolbar toogle button attributes 20090902
2 Importing IS_PAGE_MASTER_UIBB_KEY Call by reference Type reference (TYPE) IF_FPM_OVP=>TY_S_UIBB_KEY Page master UIBB key 20101009
3 Importing IV_CONTENT_AREA Call by reference Type reference (TYPE) FPM_CONTENT_AREA_ID FPM: Content Area ID 20090902
4 Importing IV_TOOLBAR_ELEMENT_ID Call by reference Type reference (TYPE) FPM_ELEMENT_ID FPM: Element ID 20090902
5 Importing IV_UIBB_PRIMARY_ATTRIBUTE Call by reference Type reference (TYPE) FPM_ELEMENT_ID FPM: Element ID 20090902
# Exception Resumable Description Created on
1 CX_FPM_FLOORPLAN Floorplan exceptions 20090902

Method GET_UIBBS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_MAXIMIZED_UIBB_KEY Call by reference Type reference (TYPE) IF_FPM_OVP=>TY_S_UIBB_KEY Key of maximized UIBB of content area 20140206
2 Exporting ET_UIBB Call by reference Type reference (TYPE) IF_FPM_OVP=>TY_T_UIBB List of UIBBs 20090312
3 Importing IV_CONTENT_AREA Call by reference Type reference (TYPE) FPM_CONTENT_AREA_ID FPM: Content Area ID 20090312
4 Importing IV_SECTION Call by reference Type reference (TYPE) FPM_SECTION_ID FPM: Section ID 20090819
# Exception Resumable Description Created on
1 CX_FPM_FLOORPLAN Floorplan exceptions 20090312

Method GET_UIBB_SELECTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_UIBB_SELECTOR_ITEM Call by reference Type reference (TYPE) IF_FPM_OVP=>TY_T_UIBB_SELECTOR_ITEM UIBB selector items 20140728
2 Exporting EV_INSTANCE_STYLE Call by reference Type reference (TYPE) FPM_INSTANCE_STYLE Instance style 20140728
3 Exporting EV_UIBB_SELECTOR_LABEL Call by reference Type reference (TYPE) FPM_LABEL UIBB selector label 20140728
4 Importing IV_CONTENT_AREA Call by reference Type reference (TYPE) FPM_CONTENT_AREA_ID FPM: Content Area ID 20140728
# Exception Resumable Description Created on
1 CX_FPM_FLOORPLAN Floorplan exceptions 20140728

Method REMOVE_DEFAULT_ACTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CONTENT_AREA Call by reference Type reference (TYPE) FPM_CONTENT_AREA_ID FPM: Content Area ID 20110302
# Exception Resumable Description Created on
1 CX_FPM_FLOORPLAN Floorplan exceptions 20110302

Method REMOVE_EXTERNAL_NAVIGATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CONTENT_AREA Call by reference Type reference (TYPE) FPM_CONTENT_AREA_ID FPM: Content Area ID 20100714
2 Importing IV_EXT_NAVIGATION Call by reference Type reference (TYPE) FPM_EXTERNAL_NAVIGATION_ID External Navigation Identifier 20100714
# Exception Resumable Description Created on
1 CX_FPM_FLOORPLAN Floorplan exceptions 20100714

Method REMOVE_TOOLBAR_ELEMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_PAGE_MASTER_UIBB_KEY Call by reference Type reference (TYPE) IF_FPM_OVP=>TY_S_UIBB_KEY Page master UIBB key 20101009
2 Importing IV_CONTENT_AREA Call by reference Type reference (TYPE) FPM_CONTENT_AREA_ID FPM: Content Area ID 20090902
3 Importing IV_TOOLBAR_ELEMENT_ID Call by reference Type reference (TYPE) FPM_ELEMENT_ID FPM: Element ID 20090902
4 Importing IV_UIBB_PRIMARY_ATTRIBUTE Call by reference Type reference (TYPE) FPM_ELEMENT_ID FPM: Element ID 20090902
# Exception Resumable Description Created on
1 CX_FPM_FLOORPLAN Floorplan exceptions 20090902

Method SET_GENERIC_BUTTON_ACTION_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ACTION_TYPE_CLOSE Call by reference Type reference (TYPE) FPM_ACTION_TYPE_CLOSE Action Type of OVP Close Event 20091009
2 Importing IV_ACTION_TYPE_DRAG_AND_DROP Call by reference Type reference (TYPE) FPM_ACTION_TYPE_DRAG_AND_DROP Action Type for moving Assignment Blocks by D&D (OVP) 20091009
3 Importing IV_ACTION_TYPE_PERS_DIALOG Call by reference Type reference (TYPE) FPM_ACTION_TYPE_CALL_PERS Action Type of OVP Call Personalization Dialog Event 20091009
4 Importing IV_CONTENT_AREA Call by reference Type reference (TYPE) FPM_CONTENT_AREA_ID FPM: Content Area ID 20091009
# Exception Resumable Description Created on
1 CX_FPM_FLOORPLAN Floorplan exceptions 20091009

Method SET_SIDE_PANEL_LINK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ACTIVE Call by reference Type reference (TYPE) BOOLE_D 20090723
2 Importing IV_TEXT Call by reference Type reference (TYPE) STRING 20090723
3 Importing IV_TOOLTIP Call by reference Type reference (TYPE) STRING 20090723

Method SET_SIDE_PANEL_LINK on Interface IF_FPM_CNR_OVP has no exception.

Method SET_TAG_VALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_TAG Call by reference Type reference (TYPE) WDY_TAG_NAME 20090724
2 Importing I_VALUE Call by reference Type reference (TYPE) ANY 20090724

Method SET_TAG_VALUE on Interface IF_FPM_CNR_OVP has no exception.
History
Last changed by/on SAP  20141121 
SAP Release Created in 720