SAP ABAP Class CL_CNV_MBT_PIFD_PARAM_DATA_PRS (Parameter Data Presentation Model)
Hierarchy
DMIS (Software Component) DMIS 2011_1
   CA-EUR (Application Component) European Monetary Union: Euro
     CNV_MBT_PIFD_UIBASE (Package) PIFD Core Functionality and Types
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_CNV_MBT_UNITTEST Unit testing @ SLO 20120801
Properties
Class CL_CNV_MBT_PIFD_PARAM_DATA_PRS  
Short Description Parameter Data Presentation Model    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package CNV_MBT_PIFD_UIBASE   PIFD Core Functionality and Types 
Created 20120612   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
# Interface Abstract Final Description Created on
1 IF_CNV_MBT_UNITTEST Unit testing @ SLO 20120801
Friends
Class CL_CNV_MBT_PIFD_PARAM_DATA_PRS has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 PR_PARAM_DATA Instance attribute Private Object reference (TYPE REF TO) CL_CNV_MBT_PIFD_PARAMETER_DATA PIFD Parameter Data 20120801
2 PT_FILTER Instance attribute Private Type reference (TYPE) CNV_MBT_PIFD_T_FILTER Filter values for parameter data objects 20120801
3 PV_CONTEXT_ID Instance attribute Private Type reference (TYPE) CNV_MBT_COT_CONTEXT_GUID SLO COT Context GUID 20120801
4 PV_DATA_CHANGED Instance attribute Private Type reference (TYPE) ABAP_BOOL ABAP_FALSE Data changed 20120801
5 PV_EDIT_MODE Instance attribute Private Type reference (TYPE) CNV_MBT_PIFD_UIBASE_EDIT_MODE Flag designating whether edit mode is active 20120801
6 PV_HIDE_PARENT_COLUMNS Instance attribute Private Type reference (TYPE) CNV_MBT_PIFD_HIDDEN ABAP_TRUE Hide parent columns in field catalog 20120801
7 PV_RFC_DEST Instance attribute Private Type reference (TYPE) RFCDEST Logical Destination (Specified in Function Call) 20120801
8 PV_SELECTED_LINE_INDEX Instance attribute Private Type reference (TYPE) SWL_SELECT Index of the selected entry in the internal table 20120801
Methods
# Method Level Visibility Method type Description Created on
1 APPLY_FILTER_VALUES Instance method Private Method Insert filter values into the respective parent columns 20120801
2 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20120801
3 DELETE_FILTERED_LINES Instance method Private Method Delete lines from table that comply with the filter 20120801
4 EXTRACT_LINE_FILTER Instance method Private Method Extract the filter information from key columns of a line 20120801
5 FILTER_DATA_REF Instance method Private Method Filter the data reference to only contain relevant lines 20120801
6 GET_ADDITIONAL_PARAM_BUTTONS Instance method Public Method Get additional buttons for the current parameter 20120801
7 GET_FIELD_CATALOG Instance method Public Method Get the field catalog 20120801
8 GET_FILTER Instance method Public Method Get the current filter table 20120801
9 GET_PARAMETER_DATA Instance method Public Method Get the parameter data table 20120801
10 GET_PARAMETER_DATA_OBJECT Instance method Public Method Get the parameter data object 20120801
11 GET_PARAMETER_DOCUMENTATION Instance method Public Method Get the documentation object assigned to the parameter 20120801
12 GET_PARAM_SAPGUI_INITIALIZER Instance method Public Method Get the SAPGUI initializer class 20120801
13 GET_PARAM_SAPGUI_VALIDATOR Instance method Public Method Get the SAPGUI validator class 20120801
14 GET_PARAM_WD_INITIALIZER Instance method Public Method Get the Web Dynpro initializer component 20120801
15 GET_PARAM_WD_VALIDATOR Instance method Public Method Get the Web Dynpro validator component 20120801
16 GET_SELECTED_LINE_INDEX Instance method Public Method Get the index of the selected line in the filtered table 20120801
17 HANDLE_ADDITIONAL_PARAM_FUNC Instance method Public Method Handle the parameter specific function 20120801
18 HANDLE_CHANGES_DISCARDED Instance method Public Method Call this after discarding changes to the variant 20120801
19 HANDLE_SAVED Instance method Public Method Call this after saving the variant 20120801
20 HAS_TABLIKE_PARAM_DATA Instance method Private Method Checks whether a table-like parameter data object is set 20120801
21 IS_DATA_CHANGED Instance method Public Method States whether data was changed for the current parameter 20120801
22 IS_IN_EDIT_MODE Instance method Public Method States whether the edit mode is set 20120801
23 LOAD_PARAM_DATA_OBJECT_BY_NODE Instance method Private Method Returns the parameter data object specified by a node 20120801
24 MATCHES_FILTER Instance method Private Method Checks whether a table line matches a filter 20120801
25 PROCES_PARAM_STANDARD_BUTTON Instance method Public Method Process parameter specific standard button 20120801
26 SELECT_LINE Instance method Public Method Mark a line as selected in the filtered table 20120801
27 SET_FILTER Instance method Public Method Sets the filter for a data table 20120801
28 SET_PARAMETER_DATA Instance method Public Method Set the data table of the selected parameter data object 20120801
29 SET_PARAMETER_DATA_OBJECT Instance method Public Method Set the parameter data object 20120801
30 SET_PARENT_COLUMNS_HIDDEN Instance method Public Method Set the flag determining hiding of parent columns in fcat 20120801
31 TOGGLE_EDIT_MODE Instance method Public Method Change the edit state of the UI (not the data object) 20120801
32 UNHIDE_PARENT_COLUMNS Instance method Private Method Clears the NO_OUT flag in field catalog for parent columns 20120801
33 VALIDATE_PARAMETER_DATA Instance method Public Method Validate the specified or set parameter data 20120801
Events
Class CL_CNV_MBT_PIFD_PARAM_DATA_PRS has no event.
Types
Class CL_CNV_MBT_PIFD_PARAM_DATA_PRS has no local type.
Method Signatures

Method APPLY_FILTER_VALUES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing XT_DATA_TABLE Call by reference Type reference (TYPE) STANDARD TABLE 20120801
# Exception Resumable Description Created on
1 CX_CNV_MBT_PIFD_NO_KEY_SELECT No key selected for hierarchical parameter 20120801

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CONTEXT_ID Call by reference Type reference (TYPE) CNV_MBT_COT_CONTEXT_GUID SLO COT Context GUID 20120801
2 Importing IV_RFC_DESTINATION Call by reference Type reference (TYPE) RFCDEST 'NONE' Logical Destination (Specified in Function Call) 20120801

Method CONSTRUCTOR on class CL_CNV_MBT_PIFD_PARAM_DATA_PRS has no exception.

Method DELETE_FILTERED_LINES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing XT_DATA_TABLE Call by reference Type reference (TYPE) STANDARD TABLE Table to be filtered 20120801
# Exception Resumable Description Created on
1 CX_CNV_MBT_PIFD_NO_KEY_SELECT No key selected for hierarchical parameter 20120801

Method EXTRACT_LINE_FILTER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_TABLE_LINE Call by reference Type reference (TYPE) ANY 20120801
2 Returning RT_FILTER Value transfer Type reference (TYPE) CNV_MBT_PIFD_T_FILTER Filter values for parameter data objects 20120801
# Exception Resumable Description Created on
1 CX_CNV_MBT_PIFD_DATA_NOT_FOUND Data not found in DB 20120801
2 CX_CNV_MBT_PIFD_NO_PARAM_DATA No parameter data object set 20120801

Method FILTER_DATA_REF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_PARAMETER_DATA Call by reference Object reference (TYPE REF TO) CL_CNV_MBT_PIFD_PARAMETER_DATA PIFD Parameter Data 20120801
2 Changing XR_DATA Call by reference Object reference (TYPE REF TO) DATA Data to be filtered 20120801
# Exception Resumable Description Created on
1 CX_CNV_MBT_PIFD_NO_KEY_SELECT No key selected for hierarchical parameter 20120801

Method GET_ADDITIONAL_PARAM_BUTTONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_BUTTONS Value transfer Type reference (TYPE) CNV_MBT_PIFD_T_BUTTON_INFO Table with button information 20120801
# Exception Resumable Description Created on
1 CX_CNV_MBT_PIFD_NO_PARAM_DATA No parameter data object set 20120801

Method GET_FIELD_CATALOG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_NAVIGATION_NODE Call by reference Type reference (TYPE) CNV_MBT_PIFD_DYN_NAV_NODE Description of a naviagation tree node for the PIFD GUI 20120801
2 Returning RT_FIELD_CATALOG Value transfer Type reference (TYPE) LVC_T_FCAT Field Catalog for List Viewer Control 20120801
# Exception Resumable Description Created on
1 CX_CNV_MBT_PIFD_DATA_NOT_FOUND Data not found in DB 20120801
2 CX_CNV_MBT_PIFD_NO_PARAM_DATA No parameter data object set 20120801

Method GET_FILTER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_FILTER Value transfer Type reference (TYPE) CNV_MBT_PIFD_T_FILTER Filter values for parameter data objects 20120801

Method GET_FILTER on class CL_CNV_MBT_PIFD_PARAM_DATA_PRS has no exception.

Method GET_PARAMETER_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_NAVIGATION_NODE Call by reference Type reference (TYPE) CNV_MBT_PIFD_DYN_NAV_NODE Description of a naviagation tree node for the PIFD GUI 20120801
2 Importing IV_FILTERED Value transfer Type reference (TYPE) ABAP_BOOL ABAP_TRUE Should the data table be filtered by parent keys? 20120801
3 Returning RR_DATA Value transfer Object reference (TYPE REF TO) DATA Contained data 20120801
# Exception Resumable Description Created on
1 CX_CNV_MBT_PIFD_DATA_NOT_FOUND Data not found in DB 20120801
2 CX_CNV_MBT_PIFD_NO_KEY_SELECT No key selected for hierarchical parameter 20120801
3 CX_CNV_MBT_PIFD_NO_PARAM_DATA No parameter data object set 20120801

Method GET_PARAMETER_DATA_OBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RR_PARAMETER_DATA Value transfer Object reference (TYPE REF TO) CL_CNV_MBT_PIFD_PARAMETER_DATA PIFD Parameter Data 20120801

Method GET_PARAMETER_DATA_OBJECT on class CL_CNV_MBT_PIFD_PARAM_DATA_PRS has no exception.

Method GET_PARAMETER_DOCUMENTATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_DOC_ID Call by reference Type reference (TYPE) DOKU_ID Document class 20120801
2 Exporting EV_DOC_OBJ Call by reference Type reference (TYPE) DOKU_OBJ Documentation Object 20120801
3 Importing IS_NAVIGATION_NODE Call by reference Type reference (TYPE) CNV_MBT_PIFD_DYN_NAV_NODE Description of a naviagation tree node for the PIFD GUI 20120801
# Exception Resumable Description Created on
1 CX_CNV_MBT_PIFD_DATA_NOT_FOUND Data not found in DB 20120801
2 CX_CNV_MBT_PIFD_NO_PARAM_DATA No parameter data object set 20120801

Method GET_PARAM_SAPGUI_INITIALIZER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_INITIALIZER_CLASS Value transfer Type reference (TYPE) CNV_MBT_PIFD_INITIALIZER_CLASS Initializer class name 20120801
# Exception Resumable Description Created on
1 CX_CNV_MBT_PIFD_NO_PARAM_DATA No parameter data object set 20120801

Method GET_PARAM_SAPGUI_VALIDATOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_NAVIGATION_NODE Call by reference Type reference (TYPE) CNV_MBT_PIFD_DYN_NAV_NODE Description of a naviagation tree node for the PIFD GUI 20120801
2 Returning RV_VALIDATOR_CLASS Value transfer Type reference (TYPE) CNV_MBT_PIFD_VALIDATOR_CLASS Validator class name 20120801
# Exception Resumable Description Created on
1 CX_CNV_MBT_PIFD_DATA_NOT_FOUND Data not found in DB 20120801
2 CX_CNV_MBT_PIFD_NO_PARAM_DATA No parameter data object set 20120801

Method GET_PARAM_WD_INITIALIZER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_INITIALIZER_COMPONENT Value transfer Type reference (TYPE) CNV_MBT_COMPONENT Web Dynpro Component Name 20120801
# Exception Resumable Description Created on
1 CX_CNV_MBT_PIFD_NO_PARAM_DATA No parameter data object set 20120801

Method GET_PARAM_WD_VALIDATOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_NAVIGATION_NODE Call by reference Type reference (TYPE) CNV_MBT_PIFD_DYN_NAV_NODE Description of a naviagation tree node for the PIFD GUI 20120801
2 Returning RV_VALIDATOR_COMPONENT Value transfer Type reference (TYPE) CNV_MBT_COMPONENT Web Dynpro Component Name 20120801
# Exception Resumable Description Created on
1 CX_CNV_MBT_PIFD_DATA_NOT_FOUND Data not found in DB 20120801
2 CX_CNV_MBT_PIFD_NO_PARAM_DATA No parameter data object set 20120801

Method GET_SELECTED_LINE_INDEX Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_INDEX Value transfer Type reference (TYPE) SWL_SELECT Index of the selected entry in the internal table 20120801

Method GET_SELECTED_LINE_INDEX on class CL_CNV_MBT_PIFD_PARAM_DATA_PRS has no exception.

Method HANDLE_ADDITIONAL_PARAM_FUNC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ER_LOGGER Call by reference Object reference (TYPE REF TO) CL_CNV_MBT_ULV_LOGGER ULV Logger 20120801
2 Importing IT_SELECTED_ROWS Call by reference Type reference (TYPE) LVC_T_ROW ALV control: Table rows 20120801
3 Importing IV_FUNCTION Call by reference Type reference (TYPE) UI_FUNC Function code 20120801
# Exception Resumable Description Created on
1 CX_CNV_MBT_PIFD_BAD_HANDLER Illegal handler 20120801
2 CX_CNV_MBT_PIFD_NO_HANDLER No handler defined 20120801
3 CX_CNV_MBT_PIFD_NO_PARAM_DATA No parameter data object set 20120801

Method HANDLE_CHANGES_DISCARDED Signature

Method HANDLE_CHANGES_DISCARDED on class CL_CNV_MBT_PIFD_PARAM_DATA_PRS has no parameter.
Method HANDLE_CHANGES_DISCARDED on class CL_CNV_MBT_PIFD_PARAM_DATA_PRS has no exception.

Method HANDLE_SAVED Signature

Method HANDLE_SAVED on class CL_CNV_MBT_PIFD_PARAM_DATA_PRS has no parameter.
Method HANDLE_SAVED on class CL_CNV_MBT_PIFD_PARAM_DATA_PRS has no exception.

Method HAS_TABLIKE_PARAM_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_HAS_TABLIKE_PARAM_DATA Value transfer Type reference (TYPE) ABAP_BOOL 20120801

Method HAS_TABLIKE_PARAM_DATA on class CL_CNV_MBT_PIFD_PARAM_DATA_PRS has no exception.

Method IS_DATA_CHANGED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_DATA_CHANGED Value transfer Type reference (TYPE) ABAP_BOOL Data has changed 20120801

Method IS_DATA_CHANGED on class CL_CNV_MBT_PIFD_PARAM_DATA_PRS has no exception.

Method IS_IN_EDIT_MODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_IS_IN_EDIT_MODE Value transfer Type reference (TYPE) CNV_MBT_PIFD_UIBASE_EDIT_MODE Flag designating whether edit mode is active 20120801

Method IS_IN_EDIT_MODE on class CL_CNV_MBT_PIFD_PARAM_DATA_PRS has no exception.

Method LOAD_PARAM_DATA_OBJECT_BY_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_NAVIGATION_NODE Call by reference Type reference (TYPE) CNV_MBT_PIFD_DYN_NAV_NODE Description of a naviagation tree node for the PIFD GUI 20120801
2 Returning RR_PARAMETER_DATA Value transfer Object reference (TYPE REF TO) CL_CNV_MBT_PIFD_PARAMETER_DATA PIFD Parameter Data 20120801
# Exception Resumable Description Created on
1 CX_CNV_MBT_PIFD_DATA_NOT_FOUND Data not found in DB 20120801

Method MATCHES_FILTER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_TABLE_LINE Call by reference Type reference (TYPE) ANY Table line to be checked with the filter 20120801
2 Importing IT_FILTER Call by reference Type reference (TYPE) CNV_MBT_PIFD_T_FILTER Filter values for parameter data objects 20120801
3 Returning RV_MATCH Value transfer Type reference (TYPE) ABAP_BOOL Line matches the filter 20120801

Method MATCHES_FILTER on class CL_CNV_MBT_PIFD_PARAM_DATA_PRS has no exception.

Method PROCES_PARAM_STANDARD_BUTTON Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_DISABLED Call by reference Type reference (TYPE) CNV_MBT_PIFD_DISABLED Disabled-Flag 20120801
2 Exporting EV_HIDDEN Call by reference Type reference (TYPE) CNV_MBT_PIFD_HIDDEN Hidden Flag 20120801
3 Importing IV_FUNCTION Call by reference Type reference (TYPE) UI_FUNC Function code 20120801
# Exception Resumable Description Created on
1 CX_CNV_MBT_PIFD_NO_PARAM_DATA No parameter data object set 20120801

Method SELECT_LINE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_INDEX Call by reference Type reference (TYPE) SWL_SELECT Index of the selected entry in the internal table 20120801
# Exception Resumable Description Created on
1 CX_CNV_MBT_PIFD_ILLEGAL_INDEX Illegal index 20120801
2 CX_CNV_MBT_PIFD_NO_KEY_SELECT No key selected for hierarchical parameter 20120801
3 CX_CNV_MBT_PIFD_NO_PARAM_DATA No parameter data object set 20120801
4 CX_CNV_MBT_PIFD_WRONG_PAR_DATA Illegal parameter data object 20120801

Method SET_FILTER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_FILTER Call by reference Type reference (TYPE) CNV_MBT_PIFD_T_FILTER Filter values for parameter data objects 20120801

Method SET_FILTER on class CL_CNV_MBT_PIFD_PARAM_DATA_PRS has no exception.

Method SET_PARAMETER_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_FILTERED Value transfer Type reference (TYPE) ABAP_BOOL ABAP_TRUE Should only the entries with the set filter be replaced? 20120801
2 Importing I_DATA Value transfer Type reference (TYPE) ANY Data to be stored in the parameter data object 20120801
# Exception Resumable Description Created on
1 CX_CNV_MBT_PIFD_NO_KEY_SELECT No key selected for hierarchical parameter 20120801
2 CX_CNV_MBT_PIFD_NO_PARAM_DATA No parameter data object set 20120801
3 CX_LTR_MODEL_LOCKED LTR: Access Denied 20120801

Method SET_PARAMETER_DATA_OBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_PARAMETER_DATA Value transfer Object reference (TYPE REF TO) CL_CNV_MBT_PIFD_PARAMETER_DATA PIFD Parameter Data 20120801

Method SET_PARAMETER_DATA_OBJECT on class CL_CNV_MBT_PIFD_PARAM_DATA_PRS has no exception.

Method SET_PARENT_COLUMNS_HIDDEN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_PARENT_COLUMNS_HIDDEN Call by reference Type reference (TYPE) CNV_MBT_PIFD_HIDDEN Hidden Flag 20120801

Method SET_PARENT_COLUMNS_HIDDEN on class CL_CNV_MBT_PIFD_PARAM_DATA_PRS has no exception.

Method TOGGLE_EDIT_MODE Signature

Method TOGGLE_EDIT_MODE on class CL_CNV_MBT_PIFD_PARAM_DATA_PRS has no parameter.
Method TOGGLE_EDIT_MODE on class CL_CNV_MBT_PIFD_PARAM_DATA_PRS has no exception.

Method UNHIDE_PARENT_COLUMNS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_PARAM_DATA Call by reference Object reference (TYPE REF TO) CL_CNV_MBT_PIFD_ABSTR_TAB_DATA Table Parameter Data superclass 20120801
2 Changing XT_FIELD_CATALOG Call by reference Type reference (TYPE) LVC_T_FCAT Field Catalog for List Viewer Control 20120801

Method UNHIDE_PARENT_COLUMNS on class CL_CNV_MBT_PIFD_PARAM_DATA_PRS has no exception.

Method VALIDATE_PARAMETER_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_NAVIGATION_NODE Call by reference Type reference (TYPE) CNV_MBT_PIFD_DYN_NAV_NODE Description of a naviagation tree node for the PIFD GUI 20120801
2 Changing XR_LOGGER Call by reference Object reference (TYPE REF TO) CL_CNV_MBT_ULV_LOGGER ULV Logger 20120801
# Exception Resumable Description Created on
1 CX_CNV_MBT_CHECK_CH_FAILED Check Framework: Check Execution Failed 20120801
2 CX_CNV_MBT_COT_INVALID_PARAM SLO COT Invalid Parameters 20120801
3 CX_CNV_MBT_COT_NOT_FOUND SLO COT Object not found 20120801
4 CX_CNV_MBT_PIFD_COMM_FAILURE RFC Communication Failure 20120801
5 CX_CNV_MBT_PIFD_DATA_NOT_FOUND Data not found in DB 20120801
6 CX_CNV_MBT_PIFD_DB_WRITE_FAIL Could not write to DB 20120801
7 CX_CNV_MBT_PIFD_LOG_CREATION Log creation failed 20120801
8 CX_CNV_MBT_PIFD_NO_PARAM_DATA No parameter data object set 20120801
9 CX_CNV_MBT_PIFD_NO_PERMISSION Missing permission 20120801
10 CX_CNV_MBT_PIFD_SYSTEM_FAILURE RFC System Failure 20120801
11 CX_LTR_MODEL_CHECK LTR: Repository Model Exception 20120801
12 CX_LTR_MODEL_LOCKED LTR: Access Denied 20120801
History
Last changed by/on SAP  20141030 
SAP Release Created in