SAP ABAP Class CL_FIP_EXCEPTION_RAISER (Services for raising exceptions)
Hierarchy
SAP_APPL (Software Component) Logistics and Accounting
   MM-PUR-FIP (Application Component) Perishables Procurement
     FIP_CORE (Package) Core package for Fresh Item Procurement
Properties
Class CL_FIP_EXCEPTION_RAISER  
Short Description Services for raising exceptions    
Super Class    
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status     
Category 0   
Package FIP_CORE   Core package for Fresh Item Procurement 
Created 20080117   SAP 
Last change 20100310   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_FIP_EXCEPTION_RAISER has no forward declaration.
Interfaces
Class CL_FIP_EXCEPTION_RAISER has no interface implemented.
Friends
Class CL_FIP_EXCEPTION_RAISER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CO_MSGID_BAL Constant Public Type reference (TYPE) SY-MSGID 'FIP_BAL_MSG_CLASS' Message Class 20080124
2 CO_MSGID_BUSINESS Constant Public Type reference (TYPE) SY-MSGID 'FIP_BL_MESSAGE_CLASS' Message Class 20080124
3 CO_MSGID_CORE Constant Public Type reference (TYPE) SY-MSGID 'FIP_MSG_CLASS' Message Class 20080416
4 CO_MSGID_PERSISTANCE Constant Public Type reference (TYPE) SY-MSGID 'FIP_PERSISTANCE' Message Class 20080124
5 CO_MSGID_UI Constant Public Type reference (TYPE) SY-MSGID 'FIP_UI_MESSAGE_CLASS' Message Class 20080124
6 GO_CO Static Attribute Private Object reference (TYPE REF TO) CL_FIP_CONST Constants 20080117
7 GO_ME Static Attribute Private Object reference (TYPE REF TO) CL_FIP_EXCEPTION_RAISER Services for raising exceptions 20080117
8 GO_MSG_TYP Constant Public See coding Message Type 20080306
9 GO_UTILITIES Static Attribute Private Object reference (TYPE REF TO) CL_FIP_UTILITIES Utilities Class for FIP 20080117
Methods
# Method Level Visibility Method type Description Created on
1 CLASS_CONSTRUCTOR Static method Public Constructor CLASS_CONSTRUCTOR 20080117
2 GET_INSTANCE Static method Public Method Returns the singleton instance of this class 20080117
3 GET_MESSAGES Static method Protected Method Builds a message table from the given parameters 20080416
4 RAISE_AUTHORIZATION_ERROR Static method Public Method Raise the exception cx_fip_authorization 20080118
5 RAISE_BUSINESS_LOGIC_ERROR Static method Public Method Raise the exception cx_fip_business_logic 20080118
6 RAISE_CONNECTION_FAILED_ERROR Static method Public Method Raise the exception CX_FIP_CONNECTION_FAILED 20080118
7 RAISE_CREATE_OBJ_FAILED_ERROR Static method Public Method Raise the exception CX_FIP_CREATE_OBJECT_FAILED 20080118
8 RAISE_CREATE_PO_FAILED_ERROR Static method Public Method Raise the exception CX_FIP_CREATE_PO_FAILED 20080118
9 RAISE_CUSTOMIZING_ERROR Static method Public Method Raise the exception CX_FIP_CUSTOMIZING 20080118
10 RAISE_DATA_ERROR Static method Public Method Raise the exception CX_FIP_DATA 20080118
11 RAISE_DATA_EXISTS_ERROR Static method Public Method Raise the exception CX_FIP_DATA_EXISTS 20080118
12 RAISE_DATA_INVALID_ERROR Static method Public Method Raise the exception CX_FIP_DATA_INVALID 20080118
13 RAISE_DATA_LOCKED_ERROR Static method Public Method Raise the exception CX_FIP_DATA_LOCKED 20080416
14 RAISE_DATA_NOT_FOUND_ERROR Static method Public Method Raise the exception CX_FIP_DATA_NOT_FOUND 20080118
15 RAISE_DELETE_OBJ_FAILED_ERROR Static method Public Method Raise the exception CX_FIP_DELETE_OBJECT_FAILED 20080118
16 RAISE_DELETE_PO_FAILED_ERROR Static method Public Method Raise the exception CX_FIP_DELETE_PO_FAILED 20080118
17 RAISE_ROUNDING_ERROR Static method Public Method Raise the exception CX_FIP_ROUNDING_ERROR 20080613
18 RAISE_RUNTIME_ERROR Static method Public Method Raise the exception CX_FIP_RUNTIME 20080118
19 RAISE_UNEXPECTED_ERROR Static method Public Method Raise the exception CX_FIP_UNEXPECTED 20080118
Events
Class CL_FIP_EXCEPTION_RAISER has no event.
Types
Class CL_FIP_EXCEPTION_RAISER has no local type.
Method Signatures

Method CLASS_CONSTRUCTOR Signature

Method CLASS_CONSTRUCTOR on class CL_FIP_EXCEPTION_RAISER has no parameter.
Method CLASS_CONSTRUCTOR on class CL_FIP_EXCEPTION_RAISER has no exception.

Method GET_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RO_INSTANCE Value transfer Object reference (TYPE REF TO) CL_FIP_EXCEPTION_RAISER Services for raising exceptions 20080117

Method GET_INSTANCE on class CL_FIP_EXCEPTION_RAISER has no exception.

Method GET_MESSAGES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_LOGGER Call by reference Object reference (TYPE REF TO) CL_FIP_MESSAGE_LOGGER Class for FIP message logging/handling 20080508
2 Importing IT_MESSAGES Call by reference Type reference (TYPE) FIP_T_BAL_MSG 20080416
3 Importing I_MSGID Call by reference Type reference (TYPE) SYMSGID 20080416
4 Importing I_MSGNO Call by reference Type reference (TYPE) SYMSGNO 20080416
5 Importing I_MSGTY Call by reference Type reference (TYPE) SYMSGTY 20080416
6 Importing I_MSGV1 Call by reference Type reference (TYPE) ANY 20080416
7 Importing I_MSGV2 Call by reference Type reference (TYPE) ANY 20080416
8 Importing I_MSGV3 Call by reference Type reference (TYPE) ANY 20080416
9 Importing I_MSGV4 Call by reference Type reference (TYPE) ANY 20080416
10 Importing I_MSG_PROVIDED Call by reference Type reference (TYPE) BOOLE_D CL_FIP_CONST=>CO_FALSE 20080416
11 Returning RR_MESSAGES Value transfer Object reference (TYPE REF TO) FIP_T_BAL_MSG 20080416

Method GET_MESSAGES on class CL_FIP_EXCEPTION_RAISER has no exception.

Method RAISE_AUTHORIZATION_ERROR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_LOGGER Call by reference Object reference (TYPE REF TO) CL_FIP_MESSAGE_LOGGER Class for FIP message logging/handling 20080508
2 Importing IT_MESSAGES Call by reference Type reference (TYPE) FIP_T_BAL_MSG FIP Application Message Table 20080118
3 Importing I_MSGID Call by reference Type reference (TYPE) SYMSGID 20080118
4 Importing I_MSGNO Call by reference Type reference (TYPE) SYMSGNO 20080118
5 Importing I_MSGTY Call by reference Type reference (TYPE) SYMSGTY 20080118
6 Importing I_MSGV1 Call by reference Type reference (TYPE) ANY 20080118
7 Importing I_MSGV2 Call by reference Type reference (TYPE) ANY 20080118
8 Importing I_MSGV3 Call by reference Type reference (TYPE) ANY 20080118
9 Importing I_MSGV4 Call by reference Type reference (TYPE) ANY 20080118
# Exception Resumable Description Created on
1 CX_FIP_AUTHORIZATION Authorization error 20080118

Method RAISE_BUSINESS_LOGIC_ERROR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_LOGGER Call by reference Object reference (TYPE REF TO) CL_FIP_MESSAGE_LOGGER Class for FIP message logging/handling 20080509
2 Importing IT_MESSAGES Call by reference Type reference (TYPE) FIP_T_BAL_MSG FIP Application Message Table 20080118
3 Importing I_MSGID Call by reference Type reference (TYPE) SYMSGID 20080118
4 Importing I_MSGNO Call by reference Type reference (TYPE) SYMSGNO 20080118
5 Importing I_MSGTY Call by reference Type reference (TYPE) SYMSGTY 20080118
6 Importing I_MSGV1 Call by reference Type reference (TYPE) ANY 20080118
7 Importing I_MSGV2 Call by reference Type reference (TYPE) ANY 20080118
8 Importing I_MSGV3 Call by reference Type reference (TYPE) ANY 20080118
9 Importing I_MSGV4 Call by reference Type reference (TYPE) ANY 20080118
# Exception Resumable Description Created on
1 CX_FIP_BUSINESS_LOGIC Errors related to business logic 20080118

Method RAISE_CONNECTION_FAILED_ERROR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_LOGGER Call by reference Object reference (TYPE REF TO) CL_FIP_MESSAGE_LOGGER Class for FIP message logging/handling 20080509
2 Importing IT_MESSAGES Call by reference Type reference (TYPE) FIP_T_BAL_MSG FIP Application Message Table 20080118
3 Importing I_MSGID Call by reference Type reference (TYPE) SYMSGID 20080118
4 Importing I_MSGNO Call by reference Type reference (TYPE) SYMSGNO 20080118
5 Importing I_MSGTY Call by reference Type reference (TYPE) SYMSGTY 20080118
6 Importing I_MSGV1 Call by reference Type reference (TYPE) ANY 20080118
7 Importing I_MSGV2 Call by reference Type reference (TYPE) ANY 20080118
8 Importing I_MSGV3 Call by reference Type reference (TYPE) ANY 20080118
9 Importing I_MSGV4 Call by reference Type reference (TYPE) ANY 20080118
# Exception Resumable Description Created on
1 CX_FIP_CONNECTION_FAILED Connection failed exception 20080118

Method RAISE_CREATE_OBJ_FAILED_ERROR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_LOGGER Call by reference Object reference (TYPE REF TO) CL_FIP_MESSAGE_LOGGER Class for FIP message logging/handling 20080509
2 Importing IT_MESSAGES Call by reference Type reference (TYPE) FIP_T_BAL_MSG FIP Application Message Table 20080118
3 Importing I_MSGID Call by reference Type reference (TYPE) SYMSGID 20080118
4 Importing I_MSGNO Call by reference Type reference (TYPE) SYMSGNO 20080118
5 Importing I_MSGTY Call by reference Type reference (TYPE) SYMSGTY 20080118
6 Importing I_MSGV1 Call by reference Type reference (TYPE) ANY 20080118
7 Importing I_MSGV2 Call by reference Type reference (TYPE) ANY 20080118
8 Importing I_MSGV3 Call by reference Type reference (TYPE) ANY 20080118
9 Importing I_MSGV4 Call by reference Type reference (TYPE) ANY 20080118
# Exception Resumable Description Created on
1 CX_FIP_CREATE_OBJECT_FAILED Object creation failed exception 20080118

Method RAISE_CREATE_PO_FAILED_ERROR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_LOGGER Call by reference Object reference (TYPE REF TO) CL_FIP_MESSAGE_LOGGER Class for FIP message logging/handling 20080509
2 Importing IT_MESSAGES Call by reference Type reference (TYPE) FIP_T_BAL_MSG FIP Application Message Table 20080118
3 Importing I_MSGID Call by reference Type reference (TYPE) SYMSGID 20080118
4 Importing I_MSGNO Call by reference Type reference (TYPE) SYMSGNO 20080118
5 Importing I_MSGTY Call by reference Type reference (TYPE) SYMSGTY 20080118
6 Importing I_MSGV1 Call by reference Type reference (TYPE) ANY 20080118
7 Importing I_MSGV2 Call by reference Type reference (TYPE) ANY 20080118
8 Importing I_MSGV3 Call by reference Type reference (TYPE) ANY 20080118
9 Importing I_MSGV4 Call by reference Type reference (TYPE) ANY 20080118
# Exception Resumable Description Created on
1 CX_FIP_CREATE_PO_FAILED PO creation failed exception 20080118

Method RAISE_CUSTOMIZING_ERROR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_LOGGER Call by reference Object reference (TYPE REF TO) CL_FIP_MESSAGE_LOGGER Class for FIP message logging/handling 20080509
2 Importing IT_MESSAGES Call by reference Type reference (TYPE) FIP_T_BAL_MSG FIP Application Message Table 20080118
3 Importing I_MSGID Call by reference Type reference (TYPE) SYMSGID 20080118
4 Importing I_MSGNO Call by reference Type reference (TYPE) SYMSGNO 20080118
5 Importing I_MSGTY Call by reference Type reference (TYPE) SYMSGTY 20080118
6 Importing I_MSGV1 Call by reference Type reference (TYPE) ANY 20080118
7 Importing I_MSGV2 Call by reference Type reference (TYPE) ANY 20080118
8 Importing I_MSGV3 Call by reference Type reference (TYPE) ANY 20080118
9 Importing I_MSGV4 Call by reference Type reference (TYPE) ANY 20080118
# Exception Resumable Description Created on
1 CX_FIP_CUSTOMIZING Customizing Exceptions 20080118

Method RAISE_DATA_ERROR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_LOGGER Call by reference Object reference (TYPE REF TO) CL_FIP_MESSAGE_LOGGER Class for FIP message logging/handling 20080509
2 Importing IT_MESSAGES Call by reference Type reference (TYPE) FIP_T_BAL_MSG FIP Application Message Table 20080118
3 Importing I_MSGID Call by reference Type reference (TYPE) SYMSGID 20080118
4 Importing I_MSGNO Call by reference Type reference (TYPE) SYMSGNO 20080118
5 Importing I_MSGTY Call by reference Type reference (TYPE) SYMSGTY 20080118
6 Importing I_MSGV1 Call by reference Type reference (TYPE) ANY 20080118
7 Importing I_MSGV2 Call by reference Type reference (TYPE) ANY 20080118
8 Importing I_MSGV3 Call by reference Type reference (TYPE) ANY 20080118
9 Importing I_MSGV4 Call by reference Type reference (TYPE) ANY 20080118
# Exception Resumable Description Created on
1 CX_FIP_DATA Data validation error 20080118

Method RAISE_DATA_EXISTS_ERROR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_LOGGER Call by reference Object reference (TYPE REF TO) CL_FIP_MESSAGE_LOGGER Class for FIP message logging/handling 20080509
2 Importing IT_MESSAGES Call by reference Type reference (TYPE) FIP_T_BAL_MSG FIP Application Message Table 20080118
3 Importing I_MSGID Call by reference Type reference (TYPE) SYMSGID 20080118
4 Importing I_MSGNO Call by reference Type reference (TYPE) SYMSGNO 20080118
5 Importing I_MSGTY Call by reference Type reference (TYPE) SYMSGTY 20080118
6 Importing I_MSGV1 Call by reference Type reference (TYPE) ANY 20080118
7 Importing I_MSGV2 Call by reference Type reference (TYPE) ANY 20080118
8 Importing I_MSGV3 Call by reference Type reference (TYPE) ANY 20080118
9 Importing I_MSGV4 Call by reference Type reference (TYPE) ANY 20080118
# Exception Resumable Description Created on
1 CX_FIP_DATA_EXISTS Unique identifier exists 20080118

Method RAISE_DATA_INVALID_ERROR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_LOGGER Call by reference Object reference (TYPE REF TO) CL_FIP_MESSAGE_LOGGER Class for FIP message logging/handling 20080509
2 Importing IT_MESSAGES Call by reference Type reference (TYPE) FIP_T_BAL_MSG FIP Application Message Table 20080118
3 Importing I_MSGID Call by reference Type reference (TYPE) SYMSGID 20080118
4 Importing I_MSGNO Call by reference Type reference (TYPE) SYMSGNO 20080118
5 Importing I_MSGTY Call by reference Type reference (TYPE) SYMSGTY 20080118
6 Importing I_MSGV1 Call by reference Type reference (TYPE) ANY 20080118
7 Importing I_MSGV2 Call by reference Type reference (TYPE) ANY 20080118
8 Importing I_MSGV3 Call by reference Type reference (TYPE) ANY 20080118
9 Importing I_MSGV4 Call by reference Type reference (TYPE) ANY 20080118
# Exception Resumable Description Created on
1 CX_FIP_DATA_INVALID Invalid data supplied 20080118

Method RAISE_DATA_LOCKED_ERROR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_LOGGER Call by reference Object reference (TYPE REF TO) CL_FIP_MESSAGE_LOGGER Class for FIP message logging/handling 20080509
2 Importing IT_MESSAGES Call by reference Type reference (TYPE) FIP_T_BAL_MSG FIP Application Message Table 20080416
3 Importing I_MSGID Call by reference Type reference (TYPE) SYMSGID 20080416
4 Importing I_MSGNO Call by reference Type reference (TYPE) SYMSGNO 20080416
5 Importing I_MSGTY Call by reference Type reference (TYPE) SYMSGTY 20080416
6 Importing I_MSGV1 Call by reference Type reference (TYPE) ANY 20080416
7 Importing I_MSGV2 Call by reference Type reference (TYPE) ANY 20080416
8 Importing I_MSGV3 Call by reference Type reference (TYPE) ANY 20080416
9 Importing I_MSGV4 Call by reference Type reference (TYPE) ANY 20080416
# Exception Resumable Description Created on
1 CX_FIP_DATA_LOCKED Unique identifier exists 20080416

Method RAISE_DATA_NOT_FOUND_ERROR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_LOGGER Call by reference Object reference (TYPE REF TO) CL_FIP_MESSAGE_LOGGER Class for FIP message logging/handling 20080509
2 Importing IT_MESSAGES Call by reference Type reference (TYPE) FIP_T_BAL_MSG FIP Application Message Table 20080118
3 Importing I_MSGID Call by reference Type reference (TYPE) SYMSGID 20080118
4 Importing I_MSGNO Call by reference Type reference (TYPE) SYMSGNO 20080118
5 Importing I_MSGTY Call by reference Type reference (TYPE) SYMSGTY 20080118
6 Importing I_MSGV1 Call by reference Type reference (TYPE) ANY 20080118
7 Importing I_MSGV2 Call by reference Type reference (TYPE) ANY 20080118
8 Importing I_MSGV3 Call by reference Type reference (TYPE) ANY 20080118
9 Importing I_MSGV4 Call by reference Type reference (TYPE) ANY 20080118
# Exception Resumable Description Created on
1 CX_FIP_DATA_NOT_FOUND Value does not exist 20080118

Method RAISE_DELETE_OBJ_FAILED_ERROR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_LOGGER Call by reference Object reference (TYPE REF TO) CL_FIP_MESSAGE_LOGGER Class for FIP message logging/handling 20080509
2 Importing IT_MESSAGES Call by reference Type reference (TYPE) FIP_T_BAL_MSG FIP Application Message Table 20080118
3 Importing I_MSGID Call by reference Type reference (TYPE) SYMSGID 20080118
4 Importing I_MSGNO Call by reference Type reference (TYPE) SYMSGNO 20080118
5 Importing I_MSGTY Call by reference Type reference (TYPE) SYMSGTY 20080118
6 Importing I_MSGV1 Call by reference Type reference (TYPE) ANY 20080118
7 Importing I_MSGV2 Call by reference Type reference (TYPE) ANY 20080118
8 Importing I_MSGV3 Call by reference Type reference (TYPE) ANY 20080118
9 Importing I_MSGV4 Call by reference Type reference (TYPE) ANY 20080118
# Exception Resumable Description Created on
1 CX_FIP_DELETE_OBJECT_FAILED Object deletion failed exception 20080118

Method RAISE_DELETE_PO_FAILED_ERROR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_LOGGER Call by reference Object reference (TYPE REF TO) CL_FIP_MESSAGE_LOGGER Class for FIP message logging/handling 20080509
2 Importing IT_MESSAGES Call by reference Type reference (TYPE) FIP_T_BAL_MSG FIP Application Message Table 20080118
3 Importing I_MSGID Call by reference Type reference (TYPE) SYMSGID 20080118
4 Importing I_MSGNO Call by reference Type reference (TYPE) SYMSGNO 20080118
5 Importing I_MSGTY Call by reference Type reference (TYPE) SYMSGTY 20080118
6 Importing I_MSGV1 Call by reference Type reference (TYPE) ANY 20080118
7 Importing I_MSGV2 Call by reference Type reference (TYPE) ANY 20080118
8 Importing I_MSGV3 Call by reference Type reference (TYPE) ANY 20080118
9 Importing I_MSGV4 Call by reference Type reference (TYPE) ANY 20080118
# Exception Resumable Description Created on
1 CX_FIP_DELETE_PO_FAILED PO deletion failed exception 20080118

Method RAISE_ROUNDING_ERROR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_LOGGER Call by reference Object reference (TYPE REF TO) CL_FIP_MESSAGE_LOGGER Class for FIP message logging/handling 20080613
2 Importing IT_MESSAGES Call by reference Type reference (TYPE) FIP_T_BAL_MSG FIP Application Message Table 20080613
3 Importing I_MSGID Call by reference Type reference (TYPE) SYMSGID 20080613
4 Importing I_MSGNO Call by reference Type reference (TYPE) SYMSGNO 20080613
5 Importing I_MSGTY Call by reference Type reference (TYPE) SYMSGTY 20080613
6 Importing I_MSGV1 Call by reference Type reference (TYPE) ANY 20080613
7 Importing I_MSGV2 Call by reference Type reference (TYPE) ANY 20080613
8 Importing I_MSGV3 Call by reference Type reference (TYPE) ANY 20080613
9 Importing I_MSGV4 Call by reference Type reference (TYPE) ANY 20080613
# Exception Resumable Description Created on
1 CX_FIP_ROUNDING_ERROR Rounding failed 20080613

Method RAISE_RUNTIME_ERROR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_LOGGER Call by reference Object reference (TYPE REF TO) CL_FIP_MESSAGE_LOGGER Class for FIP message logging/handling 20080509
2 Importing IT_MESSAGES Call by reference Type reference (TYPE) FIP_T_BAL_MSG FIP Application Message Table 20080118
3 Importing I_MSGID Call by reference Type reference (TYPE) SYMSGID 20080118
4 Importing I_MSGNO Call by reference Type reference (TYPE) SYMSGNO 20080118
5 Importing I_MSGTY Call by reference Type reference (TYPE) SYMSGTY 20080118
6 Importing I_MSGV1 Call by reference Type reference (TYPE) ANY 20080118
7 Importing I_MSGV2 Call by reference Type reference (TYPE) ANY 20080118
8 Importing I_MSGV3 Call by reference Type reference (TYPE) ANY 20080118
9 Importing I_MSGV4 Call by reference Type reference (TYPE) ANY 20080118
# Exception Resumable Description Created on
1 CX_FIP_RUNTIME FIP execution error 20080118

Method RAISE_UNEXPECTED_ERROR Signature

Method RAISE_UNEXPECTED_ERROR on class CL_FIP_EXCEPTION_RAISER has no parameter.
# Exception Resumable Description Created on
1 CX_FIP_UNEXPECTED Error caused by a coding error 20080118
History
Last changed by/on SAP  20100310 
SAP Release Created in 604