SAP ABAP Class CL_CNV_MBT_PIFD_DYN_PARAM_MNT (PIFD Dynpro Parameter maintenance)
Hierarchy
DMIS (Software Component) DMIS 2011_1
   CA-EUR (Application Component) European Monetary Union: Euro
     CNV_MBT_PIFD_DYN (Package) PIFD Dynpro Generation
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_CNV_MBT_PIFD_PARAM_MNT_GUI PIFD Parameter maintenance GUI 20110117
Properties
Class CL_CNV_MBT_PIFD_DYN_PARAM_MNT  
Short Description PIFD Dynpro Parameter maintenance    
Super Class CL_CNV_MBT_PIFD_PARAM_MNT_GUI PIFD Parameter maintenance GUI 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package CNV_MBT_PIFD_DYN   PIFD Dynpro Generation 
Created 20110117   SAP 
Last change 20141030    
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
Class CL_CNV_MBT_PIFD_DYN_PARAM_MNT has no interface implemented.
Friends
Class CL_CNV_MBT_PIFD_DYN_PARAM_MNT has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 PR_CURRENT_PARAM Instance attribute Private Object reference (TYPE REF TO) CL_CNV_MBT_PIFD_PARAMETER PIFD Parameter Description 20110118
2 PR_NAVIGATION_TREE Instance attribute Private Object reference (TYPE REF TO) CL_GUI_COLUMN_TREE Column Tree Control 20110117
3 PR_NAV_CONTAINER Instance attribute Private Object reference (TYPE REF TO) CL_GUI_CONTAINER Abstract Container for GUI Controls 20110125
4 PR_TOOLBAR Instance attribute Private Object reference (TYPE REF TO) CL_GUI_TOOLBAR Toolbar Control 20110118
5 PT_NAV_ITEMS Instance attribute Private See coding Parameter navigation tree items 20110117
6 PT_NAV_NODES Instance attribute Private Type reference (TYPE) TREEV_NTAB Parameter navigation tree nodes 20110117
7 PV_EDIT_MODE Instance attribute Private Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20110118
Methods
# Method Level Visibility Method type Description Created on
1 CREATE_NEW_PARAMETER Instance method Private Method Create a new Parameter 20110118
2 DELETE_CURRENT Instance method Private Method Tries to delete the currently selected Parameter 20110124
3 FILL_NAVIGATION Instance method Private Method Fill navigation tree with nodes 20110117
4 HANDLE_FUNCTION_SELECTED Instance method Private Event handling method Handles function calls from the toolbar 20110118
5 HANDLE_NODE_DOUBLE_CLICK Instance method Private Event handling method Handles the double click event of the navigation tree 20110117
6 HANDLE_SELECTION_CHANGED Instance method Private Event handling method Handles the click event for the navigation tree 20110124
7 INIT_NAVIGATION Instance method Public Method Initializes the GUI navigation 20110117
8 INIT_TOOLBAR Instance method Public Method Initializes the toolbar 20110118
9 SET_SELECTED_PARAM_TO_DISPLAY Instance method Private Method Sets the selected Parameter to the display 20110118
10 SHOW_SCREEN Instance method Public Method Shows the Dynpro maintenance GUI 20110117
11 TOGGLE_EDIT_MODE Instance method Public Method Toggle edit mode for current Parameter 20110118
12 UPDATE_CURRENT_PARAM Instance method Public Method Updates the current parameter with displayed data 20110118
13 USAGE_CHECK Instance method Private Method Checks whether the current Parameter is used anywhere 20110124
Events
Class CL_CNV_MBT_PIFD_DYN_PARAM_MNT has no event.
Types
Class CL_CNV_MBT_PIFD_DYN_PARAM_MNT has no local type.
Method Signatures

Method CREATE_NEW_PARAMETER Signature

Method CREATE_NEW_PARAMETER on class CL_CNV_MBT_PIFD_DYN_PARAM_MNT has no parameter.
Method CREATE_NEW_PARAMETER on class CL_CNV_MBT_PIFD_DYN_PARAM_MNT has no exception.

Method DELETE_CURRENT Signature

Method DELETE_CURRENT on class CL_CNV_MBT_PIFD_DYN_PARAM_MNT has no parameter.
Method DELETE_CURRENT on class CL_CNV_MBT_PIFD_DYN_PARAM_MNT has no exception.

Method FILL_NAVIGATION Signature

Method FILL_NAVIGATION on class CL_CNV_MBT_PIFD_DYN_PARAM_MNT has no parameter.
Method FILL_NAVIGATION on class CL_CNV_MBT_PIFD_DYN_PARAM_MNT has no exception.

Method HANDLE_FUNCTION_SELECTED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing FCODE Call by reference Attribute reference (LIKE) 20110118

Method HANDLE_FUNCTION_SELECTED on class CL_CNV_MBT_PIFD_DYN_PARAM_MNT has no exception.

Method HANDLE_NODE_DOUBLE_CLICK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NODE_KEY Call by reference Attribute reference (LIKE) 20110117

Method HANDLE_NODE_DOUBLE_CLICK on class CL_CNV_MBT_PIFD_DYN_PARAM_MNT has no exception.

Method HANDLE_SELECTION_CHANGED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NODE_KEY Call by reference Attribute reference (LIKE) 20110124

Method HANDLE_SELECTION_CHANGED on class CL_CNV_MBT_PIFD_DYN_PARAM_MNT has no exception.

Method INIT_NAVIGATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_CONTAINER Call by reference Object reference (TYPE REF TO) CL_GUI_CONTAINER Abstract Container for GUI Controls 20110117

Method INIT_NAVIGATION on class CL_CNV_MBT_PIFD_DYN_PARAM_MNT has no exception.

Method INIT_TOOLBAR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_CONTAINER Call by reference Object reference (TYPE REF TO) CL_GUI_CONTAINER Abstract Container for GUI Controls 20110118

Method INIT_TOOLBAR on class CL_CNV_MBT_PIFD_DYN_PARAM_MNT has no exception.

Method SET_SELECTED_PARAM_TO_DISPLAY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_NODE_KEY Call by reference Type reference (TYPE) TV_NODEKEY Tree Control: Node Key 20110118

Method SET_SELECTED_PARAM_TO_DISPLAY on class CL_CNV_MBT_PIFD_DYN_PARAM_MNT has no exception.

Method SHOW_SCREEN Signature

Method SHOW_SCREEN on class CL_CNV_MBT_PIFD_DYN_PARAM_MNT has no parameter.
Method SHOW_SCREEN on class CL_CNV_MBT_PIFD_DYN_PARAM_MNT has no exception.

Method TOGGLE_EDIT_MODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_EDIT_MODE Value transfer Type reference (TYPE) ABAP_BOOL 20110118
# Exception Resumable Description Created on
1 CX_LTR_MODEL_CHECK LTR: Repository Model Exception 20110609
2 CX_LTR_MODEL_LOCKED LTR: Locking exception 20110118

Method UPDATE_CURRENT_PARAM Signature

Method UPDATE_CURRENT_PARAM on class CL_CNV_MBT_PIFD_DYN_PARAM_MNT has no parameter.
# Exception Resumable Description Created on
1 CX_CNV_MBT_PIFD_DATA_NOT_FOUND Data not found in DB 20110119
2 CX_LTR_MODEL_CHECK LTR: Repository Model Exception 20110609
3 CX_LTR_MODEL_LOCKED LTR: Locking exception 20110118

Method USAGE_CHECK Signature

Method USAGE_CHECK on class CL_CNV_MBT_PIFD_DYN_PARAM_MNT has no parameter.
Method USAGE_CHECK on class CL_CNV_MBT_PIFD_DYN_PARAM_MNT has no exception.
History
Last changed by/on SAP  20141030 
SAP Release Created in 2010_1_620