Hierarchy
⤷
⤷
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 | Constant | Public | Type reference (TYPE) | SY-MSGID | 'FIP_BAL_MSG_CLASS' | Message Class | 20080124 | ||
| 2 | Constant | Public | Type reference (TYPE) | SY-MSGID | 'FIP_BL_MESSAGE_CLASS' | Message Class | 20080124 | ||
| 3 | Constant | Public | Type reference (TYPE) | SY-MSGID | 'FIP_MSG_CLASS' | Message Class | 20080416 | ||
| 4 | Constant | Public | Type reference (TYPE) | SY-MSGID | 'FIP_PERSISTANCE' | Message Class | 20080124 | ||
| 5 | Constant | Public | Type reference (TYPE) | SY-MSGID | 'FIP_UI_MESSAGE_CLASS' | Message Class | 20080124 | ||
| 6 | Static Attribute | Private | Object reference (TYPE REF TO) | CL_FIP_CONST | Constants | 20080117 | |||
| 7 | Static Attribute | Private | Object reference (TYPE REF TO) | CL_FIP_EXCEPTION_RAISER | Services for raising exceptions | 20080117 | |||
| 8 | Constant | Public | See coding | Message Type | 20080306 | ||||
| 9 | 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 | Static method | Public | Constructor | CLASS_CONSTRUCTOR | 20080117 | |
| 2 | Static method | Public | Method | Returns the singleton instance of this class | 20080117 | |
| 3 | Static method | Protected | Method | Builds a message table from the given parameters | 20080416 | |
| 4 | Static method | Public | Method | Raise the exception cx_fip_authorization | 20080118 | |
| 5 | Static method | Public | Method | Raise the exception cx_fip_business_logic | 20080118 | |
| 6 | Static method | Public | Method | Raise the exception CX_FIP_CONNECTION_FAILED | 20080118 | |
| 7 | Static method | Public | Method | Raise the exception CX_FIP_CREATE_OBJECT_FAILED | 20080118 | |
| 8 | Static method | Public | Method | Raise the exception CX_FIP_CREATE_PO_FAILED | 20080118 | |
| 9 | Static method | Public | Method | Raise the exception CX_FIP_CUSTOMIZING | 20080118 | |
| 10 | Static method | Public | Method | Raise the exception CX_FIP_DATA | 20080118 | |
| 11 | Static method | Public | Method | Raise the exception CX_FIP_DATA_EXISTS | 20080118 | |
| 12 | Static method | Public | Method | Raise the exception CX_FIP_DATA_INVALID | 20080118 | |
| 13 | Static method | Public | Method | Raise the exception CX_FIP_DATA_LOCKED | 20080416 | |
| 14 | Static method | Public | Method | Raise the exception CX_FIP_DATA_NOT_FOUND | 20080118 | |
| 15 | Static method | Public | Method | Raise the exception CX_FIP_DELETE_OBJECT_FAILED | 20080118 | |
| 16 | Static method | Public | Method | Raise the exception CX_FIP_DELETE_PO_FAILED | 20080118 | |
| 17 | Static method | Public | Method | Raise the exception CX_FIP_ROUNDING_ERROR | 20080613 | |
| 18 | Static method | Public | Method | Raise the exception CX_FIP_RUNTIME | 20080118 | |
| 19 | 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 | 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
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 | IO_LOGGER | Call by reference | Object reference (TYPE REF TO) | CL_FIP_MESSAGE_LOGGER | Class for FIP message logging/handling | 20080508 | |||
| 2 | IT_MESSAGES | Call by reference | Type reference (TYPE) | FIP_T_BAL_MSG | FIP Application Message Table | 20080118 | |||
| 3 | I_MSGID | Call by reference | Type reference (TYPE) | SYMSGID | 20080118 | ||||
| 4 | I_MSGNO | Call by reference | Type reference (TYPE) | SYMSGNO | 20080118 | ||||
| 5 | I_MSGTY | Call by reference | Type reference (TYPE) | SYMSGTY | 20080118 | ||||
| 6 | I_MSGV1 | Call by reference | Type reference (TYPE) | ANY | 20080118 | ||||
| 7 | I_MSGV2 | Call by reference | Type reference (TYPE) | ANY | 20080118 | ||||
| 8 | I_MSGV3 | Call by reference | Type reference (TYPE) | ANY | 20080118 | ||||
| 9 | I_MSGV4 | Call by reference | Type reference (TYPE) | ANY | 20080118 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Authorization error | 20080118 |
Method RAISE_BUSINESS_LOGIC_ERROR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_LOGGER | Call by reference | Object reference (TYPE REF TO) | CL_FIP_MESSAGE_LOGGER | Class for FIP message logging/handling | 20080509 | |||
| 2 | IT_MESSAGES | Call by reference | Type reference (TYPE) | FIP_T_BAL_MSG | FIP Application Message Table | 20080118 | |||
| 3 | I_MSGID | Call by reference | Type reference (TYPE) | SYMSGID | 20080118 | ||||
| 4 | I_MSGNO | Call by reference | Type reference (TYPE) | SYMSGNO | 20080118 | ||||
| 5 | I_MSGTY | Call by reference | Type reference (TYPE) | SYMSGTY | 20080118 | ||||
| 6 | I_MSGV1 | Call by reference | Type reference (TYPE) | ANY | 20080118 | ||||
| 7 | I_MSGV2 | Call by reference | Type reference (TYPE) | ANY | 20080118 | ||||
| 8 | I_MSGV3 | Call by reference | Type reference (TYPE) | ANY | 20080118 | ||||
| 9 | I_MSGV4 | Call by reference | Type reference (TYPE) | ANY | 20080118 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 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 | IO_LOGGER | Call by reference | Object reference (TYPE REF TO) | CL_FIP_MESSAGE_LOGGER | Class for FIP message logging/handling | 20080509 | |||
| 2 | IT_MESSAGES | Call by reference | Type reference (TYPE) | FIP_T_BAL_MSG | FIP Application Message Table | 20080118 | |||
| 3 | I_MSGID | Call by reference | Type reference (TYPE) | SYMSGID | 20080118 | ||||
| 4 | I_MSGNO | Call by reference | Type reference (TYPE) | SYMSGNO | 20080118 | ||||
| 5 | I_MSGTY | Call by reference | Type reference (TYPE) | SYMSGTY | 20080118 | ||||
| 6 | I_MSGV1 | Call by reference | Type reference (TYPE) | ANY | 20080118 | ||||
| 7 | I_MSGV2 | Call by reference | Type reference (TYPE) | ANY | 20080118 | ||||
| 8 | I_MSGV3 | Call by reference | Type reference (TYPE) | ANY | 20080118 | ||||
| 9 | I_MSGV4 | Call by reference | Type reference (TYPE) | ANY | 20080118 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 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 | IO_LOGGER | Call by reference | Object reference (TYPE REF TO) | CL_FIP_MESSAGE_LOGGER | Class for FIP message logging/handling | 20080509 | |||
| 2 | IT_MESSAGES | Call by reference | Type reference (TYPE) | FIP_T_BAL_MSG | FIP Application Message Table | 20080118 | |||
| 3 | I_MSGID | Call by reference | Type reference (TYPE) | SYMSGID | 20080118 | ||||
| 4 | I_MSGNO | Call by reference | Type reference (TYPE) | SYMSGNO | 20080118 | ||||
| 5 | I_MSGTY | Call by reference | Type reference (TYPE) | SYMSGTY | 20080118 | ||||
| 6 | I_MSGV1 | Call by reference | Type reference (TYPE) | ANY | 20080118 | ||||
| 7 | I_MSGV2 | Call by reference | Type reference (TYPE) | ANY | 20080118 | ||||
| 8 | I_MSGV3 | Call by reference | Type reference (TYPE) | ANY | 20080118 | ||||
| 9 | I_MSGV4 | Call by reference | Type reference (TYPE) | ANY | 20080118 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 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 | IO_LOGGER | Call by reference | Object reference (TYPE REF TO) | CL_FIP_MESSAGE_LOGGER | Class for FIP message logging/handling | 20080509 | |||
| 2 | IT_MESSAGES | Call by reference | Type reference (TYPE) | FIP_T_BAL_MSG | FIP Application Message Table | 20080118 | |||
| 3 | I_MSGID | Call by reference | Type reference (TYPE) | SYMSGID | 20080118 | ||||
| 4 | I_MSGNO | Call by reference | Type reference (TYPE) | SYMSGNO | 20080118 | ||||
| 5 | I_MSGTY | Call by reference | Type reference (TYPE) | SYMSGTY | 20080118 | ||||
| 6 | I_MSGV1 | Call by reference | Type reference (TYPE) | ANY | 20080118 | ||||
| 7 | I_MSGV2 | Call by reference | Type reference (TYPE) | ANY | 20080118 | ||||
| 8 | I_MSGV3 | Call by reference | Type reference (TYPE) | ANY | 20080118 | ||||
| 9 | I_MSGV4 | Call by reference | Type reference (TYPE) | ANY | 20080118 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 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 | IO_LOGGER | Call by reference | Object reference (TYPE REF TO) | CL_FIP_MESSAGE_LOGGER | Class for FIP message logging/handling | 20080509 | |||
| 2 | IT_MESSAGES | Call by reference | Type reference (TYPE) | FIP_T_BAL_MSG | FIP Application Message Table | 20080118 | |||
| 3 | I_MSGID | Call by reference | Type reference (TYPE) | SYMSGID | 20080118 | ||||
| 4 | I_MSGNO | Call by reference | Type reference (TYPE) | SYMSGNO | 20080118 | ||||
| 5 | I_MSGTY | Call by reference | Type reference (TYPE) | SYMSGTY | 20080118 | ||||
| 6 | I_MSGV1 | Call by reference | Type reference (TYPE) | ANY | 20080118 | ||||
| 7 | I_MSGV2 | Call by reference | Type reference (TYPE) | ANY | 20080118 | ||||
| 8 | I_MSGV3 | Call by reference | Type reference (TYPE) | ANY | 20080118 | ||||
| 9 | I_MSGV4 | Call by reference | Type reference (TYPE) | ANY | 20080118 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Customizing Exceptions | 20080118 |
Method RAISE_DATA_ERROR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_LOGGER | Call by reference | Object reference (TYPE REF TO) | CL_FIP_MESSAGE_LOGGER | Class for FIP message logging/handling | 20080509 | |||
| 2 | IT_MESSAGES | Call by reference | Type reference (TYPE) | FIP_T_BAL_MSG | FIP Application Message Table | 20080118 | |||
| 3 | I_MSGID | Call by reference | Type reference (TYPE) | SYMSGID | 20080118 | ||||
| 4 | I_MSGNO | Call by reference | Type reference (TYPE) | SYMSGNO | 20080118 | ||||
| 5 | I_MSGTY | Call by reference | Type reference (TYPE) | SYMSGTY | 20080118 | ||||
| 6 | I_MSGV1 | Call by reference | Type reference (TYPE) | ANY | 20080118 | ||||
| 7 | I_MSGV2 | Call by reference | Type reference (TYPE) | ANY | 20080118 | ||||
| 8 | I_MSGV3 | Call by reference | Type reference (TYPE) | ANY | 20080118 | ||||
| 9 | I_MSGV4 | Call by reference | Type reference (TYPE) | ANY | 20080118 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 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 | IO_LOGGER | Call by reference | Object reference (TYPE REF TO) | CL_FIP_MESSAGE_LOGGER | Class for FIP message logging/handling | 20080509 | |||
| 2 | IT_MESSAGES | Call by reference | Type reference (TYPE) | FIP_T_BAL_MSG | FIP Application Message Table | 20080118 | |||
| 3 | I_MSGID | Call by reference | Type reference (TYPE) | SYMSGID | 20080118 | ||||
| 4 | I_MSGNO | Call by reference | Type reference (TYPE) | SYMSGNO | 20080118 | ||||
| 5 | I_MSGTY | Call by reference | Type reference (TYPE) | SYMSGTY | 20080118 | ||||
| 6 | I_MSGV1 | Call by reference | Type reference (TYPE) | ANY | 20080118 | ||||
| 7 | I_MSGV2 | Call by reference | Type reference (TYPE) | ANY | 20080118 | ||||
| 8 | I_MSGV3 | Call by reference | Type reference (TYPE) | ANY | 20080118 | ||||
| 9 | I_MSGV4 | Call by reference | Type reference (TYPE) | ANY | 20080118 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 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 | IO_LOGGER | Call by reference | Object reference (TYPE REF TO) | CL_FIP_MESSAGE_LOGGER | Class for FIP message logging/handling | 20080509 | |||
| 2 | IT_MESSAGES | Call by reference | Type reference (TYPE) | FIP_T_BAL_MSG | FIP Application Message Table | 20080118 | |||
| 3 | I_MSGID | Call by reference | Type reference (TYPE) | SYMSGID | 20080118 | ||||
| 4 | I_MSGNO | Call by reference | Type reference (TYPE) | SYMSGNO | 20080118 | ||||
| 5 | I_MSGTY | Call by reference | Type reference (TYPE) | SYMSGTY | 20080118 | ||||
| 6 | I_MSGV1 | Call by reference | Type reference (TYPE) | ANY | 20080118 | ||||
| 7 | I_MSGV2 | Call by reference | Type reference (TYPE) | ANY | 20080118 | ||||
| 8 | I_MSGV3 | Call by reference | Type reference (TYPE) | ANY | 20080118 | ||||
| 9 | I_MSGV4 | Call by reference | Type reference (TYPE) | ANY | 20080118 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 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 | IO_LOGGER | Call by reference | Object reference (TYPE REF TO) | CL_FIP_MESSAGE_LOGGER | Class for FIP message logging/handling | 20080509 | |||
| 2 | IT_MESSAGES | Call by reference | Type reference (TYPE) | FIP_T_BAL_MSG | FIP Application Message Table | 20080416 | |||
| 3 | I_MSGID | Call by reference | Type reference (TYPE) | SYMSGID | 20080416 | ||||
| 4 | I_MSGNO | Call by reference | Type reference (TYPE) | SYMSGNO | 20080416 | ||||
| 5 | I_MSGTY | Call by reference | Type reference (TYPE) | SYMSGTY | 20080416 | ||||
| 6 | I_MSGV1 | Call by reference | Type reference (TYPE) | ANY | 20080416 | ||||
| 7 | I_MSGV2 | Call by reference | Type reference (TYPE) | ANY | 20080416 | ||||
| 8 | I_MSGV3 | Call by reference | Type reference (TYPE) | ANY | 20080416 | ||||
| 9 | I_MSGV4 | Call by reference | Type reference (TYPE) | ANY | 20080416 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 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 | IO_LOGGER | Call by reference | Object reference (TYPE REF TO) | CL_FIP_MESSAGE_LOGGER | Class for FIP message logging/handling | 20080509 | |||
| 2 | IT_MESSAGES | Call by reference | Type reference (TYPE) | FIP_T_BAL_MSG | FIP Application Message Table | 20080118 | |||
| 3 | I_MSGID | Call by reference | Type reference (TYPE) | SYMSGID | 20080118 | ||||
| 4 | I_MSGNO | Call by reference | Type reference (TYPE) | SYMSGNO | 20080118 | ||||
| 5 | I_MSGTY | Call by reference | Type reference (TYPE) | SYMSGTY | 20080118 | ||||
| 6 | I_MSGV1 | Call by reference | Type reference (TYPE) | ANY | 20080118 | ||||
| 7 | I_MSGV2 | Call by reference | Type reference (TYPE) | ANY | 20080118 | ||||
| 8 | I_MSGV3 | Call by reference | Type reference (TYPE) | ANY | 20080118 | ||||
| 9 | I_MSGV4 | Call by reference | Type reference (TYPE) | ANY | 20080118 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 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 | IO_LOGGER | Call by reference | Object reference (TYPE REF TO) | CL_FIP_MESSAGE_LOGGER | Class for FIP message logging/handling | 20080509 | |||
| 2 | IT_MESSAGES | Call by reference | Type reference (TYPE) | FIP_T_BAL_MSG | FIP Application Message Table | 20080118 | |||
| 3 | I_MSGID | Call by reference | Type reference (TYPE) | SYMSGID | 20080118 | ||||
| 4 | I_MSGNO | Call by reference | Type reference (TYPE) | SYMSGNO | 20080118 | ||||
| 5 | I_MSGTY | Call by reference | Type reference (TYPE) | SYMSGTY | 20080118 | ||||
| 6 | I_MSGV1 | Call by reference | Type reference (TYPE) | ANY | 20080118 | ||||
| 7 | I_MSGV2 | Call by reference | Type reference (TYPE) | ANY | 20080118 | ||||
| 8 | I_MSGV3 | Call by reference | Type reference (TYPE) | ANY | 20080118 | ||||
| 9 | I_MSGV4 | Call by reference | Type reference (TYPE) | ANY | 20080118 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 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 | IO_LOGGER | Call by reference | Object reference (TYPE REF TO) | CL_FIP_MESSAGE_LOGGER | Class for FIP message logging/handling | 20080509 | |||
| 2 | IT_MESSAGES | Call by reference | Type reference (TYPE) | FIP_T_BAL_MSG | FIP Application Message Table | 20080118 | |||
| 3 | I_MSGID | Call by reference | Type reference (TYPE) | SYMSGID | 20080118 | ||||
| 4 | I_MSGNO | Call by reference | Type reference (TYPE) | SYMSGNO | 20080118 | ||||
| 5 | I_MSGTY | Call by reference | Type reference (TYPE) | SYMSGTY | 20080118 | ||||
| 6 | I_MSGV1 | Call by reference | Type reference (TYPE) | ANY | 20080118 | ||||
| 7 | I_MSGV2 | Call by reference | Type reference (TYPE) | ANY | 20080118 | ||||
| 8 | I_MSGV3 | Call by reference | Type reference (TYPE) | ANY | 20080118 | ||||
| 9 | I_MSGV4 | Call by reference | Type reference (TYPE) | ANY | 20080118 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 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 | IO_LOGGER | Call by reference | Object reference (TYPE REF TO) | CL_FIP_MESSAGE_LOGGER | Class for FIP message logging/handling | 20080613 | |||
| 2 | IT_MESSAGES | Call by reference | Type reference (TYPE) | FIP_T_BAL_MSG | FIP Application Message Table | 20080613 | |||
| 3 | I_MSGID | Call by reference | Type reference (TYPE) | SYMSGID | 20080613 | ||||
| 4 | I_MSGNO | Call by reference | Type reference (TYPE) | SYMSGNO | 20080613 | ||||
| 5 | I_MSGTY | Call by reference | Type reference (TYPE) | SYMSGTY | 20080613 | ||||
| 6 | I_MSGV1 | Call by reference | Type reference (TYPE) | ANY | 20080613 | ||||
| 7 | I_MSGV2 | Call by reference | Type reference (TYPE) | ANY | 20080613 | ||||
| 8 | I_MSGV3 | Call by reference | Type reference (TYPE) | ANY | 20080613 | ||||
| 9 | I_MSGV4 | Call by reference | Type reference (TYPE) | ANY | 20080613 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Rounding failed | 20080613 |
Method RAISE_RUNTIME_ERROR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_LOGGER | Call by reference | Object reference (TYPE REF TO) | CL_FIP_MESSAGE_LOGGER | Class for FIP message logging/handling | 20080509 | |||
| 2 | IT_MESSAGES | Call by reference | Type reference (TYPE) | FIP_T_BAL_MSG | FIP Application Message Table | 20080118 | |||
| 3 | I_MSGID | Call by reference | Type reference (TYPE) | SYMSGID | 20080118 | ||||
| 4 | I_MSGNO | Call by reference | Type reference (TYPE) | SYMSGNO | 20080118 | ||||
| 5 | I_MSGTY | Call by reference | Type reference (TYPE) | SYMSGTY | 20080118 | ||||
| 6 | I_MSGV1 | Call by reference | Type reference (TYPE) | ANY | 20080118 | ||||
| 7 | I_MSGV2 | Call by reference | Type reference (TYPE) | ANY | 20080118 | ||||
| 8 | I_MSGV3 | Call by reference | Type reference (TYPE) | ANY | 20080118 | ||||
| 9 | I_MSGV4 | Call by reference | Type reference (TYPE) | ANY | 20080118 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 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 | Error caused by a coding error | 20080118 |
History
| Last changed by/on | SAP | 20100310 |
| SAP Release Created in | 604 |