SAP ABAP Class CL_FPM_HCT_NAV_OVP (Navigation for OVP)
Hierarchy
SAP_UI (Software Component) User Interface Technology
   BC-WD-CMP-FPM (Application Component) Floorplan Manager Web Dynpro ABAP
     APB_FPM_HCT (Package) Harmonized Configuration Tool
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_FPM_HCT_NAVIGATION Navigation 20091214
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_FPM_HCT_NAV_FLRPLAN Navigation for Floorplans 20091214
Properties
Class CL_FPM_HCT_NAV_OVP  
Short Description Navigation for OVP    
Super Class CL_FPM_HCT_NAVIGATION Navigation 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package APB_FPM_HCT   Harmonized Configuration Tool 
Created 20091214   SAP 
Last change 20141120    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_FPM_HCT_NAV_OVP has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_FPM_HCT_NAV_FLRPLAN Navigation for Floorplans 20091214
Friends
Class CL_FPM_HCT_NAV_OVP has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GC_CNTXT_NODE Constant Protected See coding 20100505
2 GC_UI_ELEMENT Constant Public See coding 20100505
3 MO_POPUP Instance attribute Private Object reference (TYPE REF TO) IF_WD_WINDOW Popup window 20091215
4 MS_CA_CURRENT Instance attribute Private Type reference (TYPE) TY_CA_LIST Currently selected content area 20091214
5 MT_CA_CONF Instance attribute Private Type reference (TYPE) TT_CA_LIST List of content areas of conf screen 20110114
6 MT_CA_DIAL Instance attribute Private Type reference (TYPE) TT_CA_LIST List of content areas of dialog box 20091214
7 MT_CA_EDIT Instance attribute Private Type reference (TYPE) TT_CA_LIST List of content areas of edit page 20091214
8 MT_CA_INIT Instance attribute Private Type reference (TYPE) TT_CA_LIST List of content areas of initial screen 20091214
9 MT_CA_MAIN Instance attribute Private Type reference (TYPE) TT_CA_LIST List of content areas of main page 20091214
10 MT_CA_SUB Instance attribute Private Type reference (TYPE) TT_CA_LIST List of content areas of suboverview page 20110114
11 MV_ELEMENT_ID Instance attribute Private Type reference (TYPE) STRING 20100701
Methods
# Method Level Visibility Method type Description Created on
1 COPY_CA Instance method Private Method 20110117
2 GET_CA_CURRENT Instance method Protected Method 20100505
3 GET_CA_LIST Instance method Protected Method 20100505
4 GET_CA_PREDECESSOR Instance method Private Method 20140402
5 GET_CA_SUCCESSOR Instance method Private Method 20140402
6 IS_CA_FIRST_LAST Instance method Private Method 20140402
7 PROCESS_ON_ACTION_ADD Instance method Private Method Process On Action for Add 20091214
8 PROCESS_ON_ACTION_CONFIRM_DEL Instance method Private Method Process On Action for Confirm Deletion 20100701
9 PROCESS_ON_ACTION_COPY Instance method Private Method Process On Action for Copy 20110117
10 PROCESS_ON_ACTION_DELETE Instance method Private Method Process On Action for Delete 20100701
11 PROCESS_ON_ACTION_ENTER Instance method Private Method Process On Action for Enter 20110428
12 PROCESS_ON_ACTION_MOVE Instance method Private Method Process On Action for Copy 20140402
13 SET_LAYOUT Instance method Private Method 20100120
Events
Class CL_FPM_HCT_NAV_OVP has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TT_CA_LIST Protected See coding 20100505 tt_ca_list type standard table of ty_ca_list
2 TY_CA_LIST Protected See coding 20100505 begin of ty_ca_list, id type fpm_content_area_id, title type fpm_content_area_title, type type fpm_content_area_type, type_descr type string, ca_ref type ref to if_wd_context_element, read_only type abap_bool, end of ty_ca_list
Method Signatures

Method COPY_CA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_ASSIST Call by reference Object reference (TYPE REF TO) CL_FPM_HCT_UI_ASSIST Assistance class for FPM configuration editor 20110117
2 Returning RO_EL_COPIED Value transfer Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT Web Dynpro: Interface for Node Element 20110117

Method COPY_CA on class CL_FPM_HCT_NAV_OVP has no exception.

Method GET_CA_CURRENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_UI_ASSIST Call by reference Object reference (TYPE REF TO) CL_FPM_HCT_UI_ASSIST Assistance class for FPM configuration editor 20100505
2 Returning RS_CA_SELECTED Value transfer Type reference (TYPE) TY_CA_LIST 20100505

Method GET_CA_CURRENT on class CL_FPM_HCT_NAV_OVP has no exception.

Method GET_CA_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_CA_CONF Call by reference Type reference (TYPE) TT_CA_LIST 20110114
2 Exporting ET_CA_DIAL Call by reference Type reference (TYPE) TT_CA_LIST 20100505
3 Exporting ET_CA_EDIT Call by reference Type reference (TYPE) TT_CA_LIST 20100505
4 Exporting ET_CA_INIT Call by reference Type reference (TYPE) TT_CA_LIST 20100505
5 Exporting ET_CA_MAIN Call by reference Type reference (TYPE) TT_CA_LIST 20100505
6 Exporting ET_CA_SUB Call by reference Type reference (TYPE) TT_CA_LIST 20110114
7 Importing IO_ASSIST Call by reference Object reference (TYPE REF TO) CL_FPM_HCT_UI_ASSIST Assistance class for FPM configuration editor 20100505

Method GET_CA_LIST on class CL_FPM_HCT_NAV_OVP has no exception.

Method GET_CA_PREDECESSOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_CA Call by reference Type reference (TYPE) TY_CA_LIST 20140402
2 Returning RS_CA Value transfer Type reference (TYPE) TY_CA_LIST 20140402

Method GET_CA_PREDECESSOR on class CL_FPM_HCT_NAV_OVP has no exception.

Method GET_CA_SUCCESSOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_CA Call by reference Type reference (TYPE) TY_CA_LIST 20140402
2 Returning RS_CA Value transfer Type reference (TYPE) TY_CA_LIST 20140402

Method GET_CA_SUCCESSOR on class CL_FPM_HCT_NAV_OVP has no exception.

Method IS_CA_FIRST_LAST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_IS_FIRST Call by reference Type reference (TYPE) ABAP_BOOL 20140402
2 Exporting EV_IS_LAST Call by reference Type reference (TYPE) ABAP_BOOL 20140402
3 Importing IS_CA Call by reference Type reference (TYPE) TY_CA_LIST 20140402

Method IS_CA_FIRST_LAST on class CL_FPM_HCT_NAV_OVP has no exception.

Method PROCESS_ON_ACTION_ADD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EO_EL_ADDED Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT If specified, added element 20091214
2 Exporting EV_STATE_CHANGE Call by reference Type reference (TYPE) FPM_FLOORPLAN_STATE If specified, new floorplan state 20091214
3 Importing IO_ASSIST Call by reference Object reference (TYPE REF TO) CL_FPM_HCT_UI_ASSIST Assistance class for FPM configuration editor 20100330
4 Importing IV_ELEMENT_ID Call by reference Type reference (TYPE) STRING Element ID from event 20091214

Method PROCESS_ON_ACTION_ADD on class CL_FPM_HCT_NAV_OVP has no exception.

Method PROCESS_ON_ACTION_CONFIRM_DEL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EO_EL_DELETED Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT If specified, deleted element 20100701
2 Exporting EV_STATE_CHANGE Call by reference Type reference (TYPE) FPM_FLOORPLAN_STATE If specified, new floorplan state 20100701
3 Importing IO_ASSIST Call by reference Object reference (TYPE REF TO) CL_FPM_HCT_UI_ASSIST Assistance class for FPM configuration editor 20100701
4 Importing IV_ELEMENT_ID Call by reference Type reference (TYPE) STRING Element ID from event 20100701

Method PROCESS_ON_ACTION_CONFIRM_DEL on class CL_FPM_HCT_NAV_OVP has no exception.

Method PROCESS_ON_ACTION_COPY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EO_EL_ADDED Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT If specified, added element 20110117
2 Importing IO_ASSIST Call by reference Object reference (TYPE REF TO) CL_FPM_HCT_UI_ASSIST Assistance class for FPM configuration editor 20110117

Method PROCESS_ON_ACTION_COPY on class CL_FPM_HCT_NAV_OVP has no exception.

Method PROCESS_ON_ACTION_DELETE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_ASSIST Call by reference Object reference (TYPE REF TO) CL_FPM_HCT_UI_ASSIST Assistance class for FPM configuration editor 20100701
2 Importing IO_COMPONENT Call by reference Object reference (TYPE REF TO) IF_WD_COMPONENT Web Dynpro: Component 20100701
3 Importing IO_VIEW_CONTROLLER Call by reference Object reference (TYPE REF TO) IF_WD_VIEW_CONTROLLER Web Dynpro: View Controller 20100701

Method PROCESS_ON_ACTION_DELETE on class CL_FPM_HCT_NAV_OVP has no exception.

Method PROCESS_ON_ACTION_ENTER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EO_EL_SELECTED Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT Web Dynpro: Interface for Node Element 20110428
2 Importing IO_ASSIST Call by reference Object reference (TYPE REF TO) CL_FPM_HCT_UI_ASSIST Assistance class for FPM configuration editor 20110428
3 Importing IV_ELEMENT_ID Call by reference Type reference (TYPE) STRING Element ID from event 20110428

Method PROCESS_ON_ACTION_ENTER on class CL_FPM_HCT_NAV_OVP has no exception.

Method PROCESS_ON_ACTION_MOVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EO_EL_SELECTED Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT If specified, added element 20140402
2 Importing IO_ASSIST Call by reference Object reference (TYPE REF TO) CL_FPM_HCT_UI_ASSIST Assistance class for FPM configuration editor 20140402
3 Importing IV_MOVE_BY_INDEX Call by reference Type reference (TYPE) FPM_INDEX Sequential Order of FPM UI Elements 20140402

Method PROCESS_ON_ACTION_MOVE on class CL_FPM_HCT_NAV_OVP has no exception.

Method SET_LAYOUT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_CONTEXT Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Web Dynpro: Interface for Context Nodes 20100120
2 Importing IO_UI_ASSIST Call by reference Object reference (TYPE REF TO) CL_FPM_HCT_UI_ASSIST Assistance class for FPM configuration editor 20100120
3 Importing IO_VIEW Call by reference Object reference (TYPE REF TO) IF_WD_VIEW Web Dynpro: API of a View 20100120

Method SET_LAYOUT on class CL_FPM_HCT_NAV_OVP has no exception.
History
Last changed by/on SAP  20141120 
SAP Release Created in 730