SAP ABAP Class CL_FPM_HCT_NAV_GAF (Navigation for GAF)
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 20100505
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_FPM_HCT_NAV_FLRPLAN Navigation for Floorplans 20100505
Properties
Class CL_FPM_HCT_NAV_GAF  
Short Description Navigation for GAF    
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 20100505   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
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)
Interfaces
# Interface Abstract Final Description Created on
1 IF_FPM_HCT_NAV_FLRPLAN Navigation for Floorplans 20100505
Friends
Class CL_FPM_HCT_NAV_GAF 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 20110119
3 MO_CONF Instance attribute Private Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT Web Dynpro: Interface for Node Element 20110119
4 MO_EL_CURRENT Instance attribute Private Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT Web Dynpro: Interface for Node Element 20100506
5 MO_INIT Instance attribute Private Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT 20100505
6 MO_POPUP Instance attribute Private Object reference (TYPE REF TO) IF_WD_WINDOW Popup window 20100505
7 MS_PROP Instance attribute Private Type reference (TYPE) TY_VAR_LIST 20110120
8 MT_DIAL Instance attribute Private Type reference (TYPE) TT_CA_LIST 20100505
9 MT_VAR Instance attribute Private Type reference (TYPE) TT_VAR_LIST 20100506
10 MV_ELEMENT_ID Instance attribute Private Type reference (TYPE) STRING 20100701
11 MV_VAR_SELECTED Instance attribute Private Type reference (TYPE) ABAP_BOOL 20110120
Methods
# Method Level Visibility Method type Description Created on
1 ADD_CONF_SCREEN Instance method Private Method 20100507
2 ADD_DIALOG_SCREEN Instance method Private Method 20100507
3 ADD_INITIAL_SCREEN Instance method Private Method 20100507
4 ADD_VARIANT Instance method Private Method 20100507
5 CHECK_VARIANT Instance method Private Method 20101221
6 COPY_ELEMENT Instance method Private Method 20110120
7 DEPENDS_ON_BADI Instance method Private Method 20101221
8 GET_BADI_VARIANT_IDS Instance method Private Method 20101221
9 GET_ELEMENTS Instance method Protected Method 20100506
10 GET_EL_CURRENT Instance method Protected Method 20100506
11 PROCESS_ON_ACTION_ADD Instance method Private Method Process On Action for Add 20100505
12 PROCESS_ON_ACTION_CONFIRM_DEL Instance method Private Method Process On Action for Delete 20100701
13 PROCESS_ON_ACTION_COPY Instance method Private Method Process On Action for Copy 20100510
14 PROCESS_ON_ACTION_DELETE Instance method Private Method Process On Action for properties 20100701
15 PROCESS_ON_ACTION_PROPERTIES Instance method Private Method Process On Action for properties 20100505
16 SET_LAYOUT Instance method Private Method 20100505
Events
Class CL_FPM_HCT_NAV_GAF 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 TT_NAV_LIST Protected See coding 20110119 tt_nav_list type standard table of ty_nav_list
3 TT_VAR_LIST Protected See coding 20100505 tt_var_list type standard table of ty_var_list
4 TY_CA_LIST Protected See coding 20100505 begin of ty_ca_list, id type fpm_dialog_window_id, name type fpm_dialog_window_name, type type fpm_layout_type, ref type ref to if_wd_context_element, end of ty_ca_list
5 TY_NAV_LIST Protected See coding 20110119 begin of ty_nav_list, key type string, parent_key type string, id type fpm_variant_id, name type fpm_variant_name, read_only type abap_bool, is_leaf type abap_bool, key_descr type string, expanded type string, ref type ref to if_wd_context_element, state type fpm_floorplan_state, visible_input type wdui_visibility, end of ty_nav_list
6 TY_VAR_LIST Protected See coding 20100505 begin of ty_var_list, id type fpm_variant_id, name type fpm_variant_name, conf_ref type ref to if_wd_context_element, ref type ref to if_wd_context_element, end of ty_var_list
Method Signatures

Method ADD_CONF_SCREEN 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 20100507
2 Returning RO_EL_ADDED Value transfer Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT Web Dynpro: Interface for Node Element 20100507

Method ADD_CONF_SCREEN on class CL_FPM_HCT_NAV_GAF has no exception.

Method ADD_DIALOG_SCREEN 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 20100507
2 Returning RO_EL_ADDED Value transfer Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT Web Dynpro: Interface for Node Element 20100507

Method ADD_DIALOG_SCREEN on class CL_FPM_HCT_NAV_GAF has no exception.

Method ADD_INITIAL_SCREEN 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 20100507
2 Returning RO_EL_ADDED Value transfer Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT Web Dynpro: Interface for Node Element 20100507

Method ADD_INITIAL_SCREEN on class CL_FPM_HCT_NAV_GAF has no exception.

Method ADD_VARIANT 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 20100507
2 Importing IV_ID Call by reference Type reference (TYPE) STRING 20101221
3 Importing IV_NAME Call by reference Type reference (TYPE) STRING 20101221
4 Returning RO_EL_ADDED Value transfer Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT Web Dynpro: Interface for Node Element 20100507

Method ADD_VARIANT on class CL_FPM_HCT_NAV_GAF has no exception.

Method CHECK_VARIANT 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 20101221
2 Importing IV_ID Call by reference Type reference (TYPE) STRING 20101221
3 Importing IV_NAME Call by reference Type reference (TYPE) STRING 20101221
4 Returning RV_OK Value transfer Type reference (TYPE) ABAP_BOOL 20101221

Method CHECK_VARIANT on class CL_FPM_HCT_NAV_GAF has no exception.

Method COPY_ELEMENT 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 20110120
2 Importing IV_ID Call by reference Type reference (TYPE) STRING 20110120
3 Importing IV_NAME Call by reference Type reference (TYPE) STRING Web Dynpro: Interface for Node Element 20110120
4 Returning RO_EL_COPIED Value transfer Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT Web Dynpro: Interface for Node Element 20110120

Method COPY_ELEMENT on class CL_FPM_HCT_NAV_GAF has no exception.

Method DEPENDS_ON_BADI 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 20101221
2 Returning RV_DEPENDS_ON_BADI Value transfer Type reference (TYPE) ABAP_BOOL 20101221

Method DEPENDS_ON_BADI on class CL_FPM_HCT_NAV_GAF has no exception.

Method GET_BADI_VARIANT_IDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGE Call by reference Type reference (TYPE) BAPIRETTAB Table with BAPI Return Information 20101221
2 Exporting ET_VARIANT Call by reference Type reference (TYPE) FPM_T_VARIANT_CONFIG FPM BADIs: Table type for Variant ID and name 20101221
3 Exporting EV_BADI_EXISTS Call by reference Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20101221
4 Exporting EV_VARIANT_SELECTION_MANDATORY Call by reference Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20101221
5 Importing IO_UI_ASSIST Call by reference Object reference (TYPE REF TO) CL_FPM_HCT_UI_ASSIST Assistance class for FPM configuration editor 20101221
# Exception Resumable Description Created on
1 CX_FPM_CFG Exception class FPM configuration 20101221
2 CX_SY_DYN_CALL_ILLEGAL_METHOD System Exception for All Types of Dynamic Method Calls 20101221

Method GET_ELEMENTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EO_CONF Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT Web Dynpro: Interface for Node Element 20100506
2 Exporting EO_INIT Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT Web Dynpro: Interface for Node Element 20100506
3 Exporting ET_DIAL Call by reference Type reference (TYPE) TT_CA_LIST 20100506
4 Exporting ET_VAR Call by reference Type reference (TYPE) TT_VAR_LIST 20100506
5 Importing IO_ASSIST Call by reference Object reference (TYPE REF TO) CL_FPM_HCT_UI_ASSIST Assistance class for FPM configuration editor 20100506

Method GET_ELEMENTS on class CL_FPM_HCT_NAV_GAF has no exception.

Method GET_EL_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 20100506
2 Returning RO_EL_CURRENT Value transfer Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT Web Dynpro: Interface for Node Element 20100506

Method GET_EL_CURRENT on class CL_FPM_HCT_NAV_GAF 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 20100505
2 Exporting EV_STATE_CHANGE Call by reference Type reference (TYPE) FPM_FLOORPLAN_STATE If specified, new floorplan state 20100505
3 Importing IO_ASSIST Call by reference Object reference (TYPE REF TO) CL_FPM_HCT_UI_ASSIST Assistance class for FPM configuration editor 20100505
4 Importing IO_COMPONENT Call by reference Object reference (TYPE REF TO) IF_WD_COMPONENT Web Dynpro: Component 20101221
5 Importing IO_VIEW_CONTROLLER Call by reference Object reference (TYPE REF TO) IF_WD_VIEW_CONTROLLER Web Dynpro: View Controller 20101221
6 Importing IV_ELEMENT_ID Call by reference Type reference (TYPE) STRING Element ID from event 20100505

Method PROCESS_ON_ACTION_ADD on class CL_FPM_HCT_NAV_GAF 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_GAF 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 20100510
2 Exporting EV_STATE_CHANGE Call by reference Type reference (TYPE) FPM_FLOORPLAN_STATE If specified, new floorplan state 20100510
3 Importing IO_ASSIST Call by reference Object reference (TYPE REF TO) CL_FPM_HCT_UI_ASSIST Assistance class for FPM configuration editor 20100510
4 Importing IO_COMPONENT Call by reference Object reference (TYPE REF TO) IF_WD_COMPONENT Web Dynpro: Component 20101221
5 Importing IO_VIEW_CONTROLLER Call by reference Object reference (TYPE REF TO) IF_WD_VIEW_CONTROLLER Web Dynpro: View Controller 20101221
6 Importing IV_ELEMENT_ID Call by reference Type reference (TYPE) STRING Element ID from event 20100510

Method PROCESS_ON_ACTION_COPY on class CL_FPM_HCT_NAV_GAF 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_GAF has no exception.

Method PROCESS_ON_ACTION_PROPERTIES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_COMPONENT Call by reference Object reference (TYPE REF TO) IF_WD_COMPONENT Web Dynpro: Component 20100505
2 Importing IO_VIEW_CONTROLLER Call by reference Object reference (TYPE REF TO) IF_WD_VIEW_CONTROLLER Web Dynpro: View Controller 20100505

Method PROCESS_ON_ACTION_PROPERTIES on class CL_FPM_HCT_NAV_GAF 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 20100505
2 Importing IO_UI_ASSIST Call by reference Object reference (TYPE REF TO) CL_FPM_HCT_UI_ASSIST Assistance class for FPM configuration editor 20100505
3 Importing IO_VIEW Call by reference Object reference (TYPE REF TO) IF_WD_VIEW Web Dynpro: API of a View 20100505

Method SET_LAYOUT on class CL_FPM_HCT_NAV_GAF has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 703