SAP ABAP Class CL_WER_EXCEPTION_REPORTER (Services for raising exceptions)
Hierarchy
☛
SAP_APPL (Software Component) Logistics and Accounting
⤷
LO-MD-MM (Application Component) Material Master
⤷
WER_EXCEPTIONS (Package) Exceptions
⤷
⤷
Properties
| Class | CL_WER_EXCEPTION_REPORTER | |
| Short Description | Services for raising exceptions | |
| Super Class | ||
| Instantiability of a Class | 0 | Private |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | WER_EXCEPTIONS | Exceptions |
| Created | 20060627 | SAP |
| Last change | 20100310 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Class CL_WER_EXCEPTION_REPORTER has no interface implemented.
Friends
Class CL_WER_EXCEPTION_REPORTER has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Static Attribute | Private | Object reference (TYPE REF TO) | CL_WER_CONST | Constants | 20060627 | |||
| 2 | Static Attribute | Private | Object reference (TYPE REF TO) | CL_WER_EXCEPTION_REPORTER | Singleton instance | 20060627 | |||
| 3 | Static Attribute | Private | Object reference (TYPE REF TO) | CL_WER_SERVICES | Grouping of generic services | 20060801 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Constructor | 20060627 | ||
| 2 | Static method | Public | Method | Returns the singleton instance of this class | 20060627 | |
| 3 | Static method | Public | Method | Raise the exception cx_wer_authorization | 20060627 | |
| 4 | Static method | Public | Method | Raise the exception cx_wer_data_exists | 20060627 | |
| 5 | Static method | Public | Method | Raise the exception cx_wer_data_invalid | 20060627 | |
| 6 | Static method | Public | Method | Raise the exception cx_wer_data_not_found | 20060627 | |
| 7 | Static method | Public | Method | Raise the exception cx_wer_operation_failed | 20060714 | |
| 8 | Static method | Public | Method | Raise the exception cx_wer_runtime | 20060914 |
Events
Class CL_WER_EXCEPTION_REPORTER has no event.
Types
Class CL_WER_EXCEPTION_REPORTER has no local type.
Method Signatures
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_WER_EXCEPTION_REPORTER has no parameter.
Method CLASS_CONSTRUCTOR on class CL_WER_EXCEPTION_REPORTER has no exception.
Method GET_INSTANCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RR_INSTANCE | Value transfer | Object reference (TYPE REF TO) | CL_WER_EXCEPTION_REPORTER | Services for raising exceptions | 20060627 |
Method GET_INSTANCE on class CL_WER_EXCEPTION_REPORTER has no exception.
Method RAISE_AUTHORIZATION_ERROR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_FDT_MESSAGES | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>T_MESSAGE | FDT messages | 20060714 | |||
| 2 | IT_MESSAGES | Call by reference | Type reference (TYPE) | WER_MSG_TTY | Application Log: Table with Messages | 20060627 | |||
| 3 | I_MSGID | Call by reference | Type reference (TYPE) | SYMSGID | Message Class | 20060627 | |||
| 4 | I_MSGNO | Call by reference | Type reference (TYPE) | SYMSGNO | Message Number | 20060627 | |||
| 5 | I_MSGTY | Call by reference | Type reference (TYPE) | SYMSGTY | Message Type | 20060627 | |||
| 6 | I_MSGV1 | Call by reference | Type reference (TYPE) | ANY | Message Variable | 20060627 | |||
| 7 | I_MSGV2 | Call by reference | Type reference (TYPE) | ANY | Message Variable | 20060627 | |||
| 8 | I_MSGV3 | Call by reference | Type reference (TYPE) | ANY | Message Variable | 20060627 | |||
| 9 | I_MSGV4 | Call by reference | Type reference (TYPE) | ANY | Message Variable | 20060627 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Authorization error | 20060627 |
Method RAISE_DATA_EXISTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_FDT_MESSAGES | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>T_MESSAGE | FDT messages | 20060714 | |||
| 2 | IT_MESSAGES | Call by reference | Type reference (TYPE) | WER_MSG_TTY | Application Log: Table with Messages | 20060627 | |||
| 3 | I_MSGID | Call by reference | Type reference (TYPE) | SYMSGID | Message Class | 20060627 | |||
| 4 | I_MSGNO | Call by reference | Type reference (TYPE) | SYMSGNO | Message Number | 20060627 | |||
| 5 | I_MSGTY | Call by reference | Type reference (TYPE) | SYMSGTY | Message Type | 20060627 | |||
| 6 | I_MSGV1 | Call by reference | Type reference (TYPE) | ANY | Message Variable | 20060627 | |||
| 7 | I_MSGV2 | Call by reference | Type reference (TYPE) | ANY | Message Variable | 20060627 | |||
| 8 | I_MSGV3 | Call by reference | Type reference (TYPE) | ANY | Message Variable | 20060627 | |||
| 9 | I_MSGV4 | Call by reference | Type reference (TYPE) | ANY | Message Variable | 20060627 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Authorization error | 20060627 |
Method RAISE_DATA_INVALID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_FDT_MESSAGES | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>T_MESSAGE | FDT messages | 20060714 | |||
| 2 | IT_MESSAGES | Call by reference | Type reference (TYPE) | WER_MSG_TTY | Application Log: Table with Messages | 20060627 | |||
| 3 | I_MSGID | Call by reference | Type reference (TYPE) | SYMSGID | Message Class | 20060627 | |||
| 4 | I_MSGNO | Call by reference | Type reference (TYPE) | SYMSGNO | Message Number | 20060627 | |||
| 5 | I_MSGTY | Call by reference | Type reference (TYPE) | SYMSGTY | Message Type | 20060627 | |||
| 6 | I_MSGV1 | Call by reference | Type reference (TYPE) | ANY | Message Variable | 20060627 | |||
| 7 | I_MSGV2 | Call by reference | Type reference (TYPE) | ANY | Message Variable | 20060627 | |||
| 8 | I_MSGV3 | Call by reference | Type reference (TYPE) | ANY | Message Variable | 20060627 | |||
| 9 | I_MSGV4 | Call by reference | Type reference (TYPE) | ANY | Message Variable | 20060627 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Authorization error | 20060627 |
Method RAISE_DATA_NOT_FOUND Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_FDT_MESSAGES | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>T_MESSAGE | FDT messages | 20060714 | |||
| 2 | IT_MESSAGES | Call by reference | Type reference (TYPE) | WER_MSG_TTY | Application Log: Table with Messages | 20060627 | |||
| 3 | I_MSGID | Call by reference | Type reference (TYPE) | SYMSGID | Message Class | 20060627 | |||
| 4 | I_MSGNO | Call by reference | Type reference (TYPE) | SYMSGNO | Message Number | 20060627 | |||
| 5 | I_MSGTY | Call by reference | Type reference (TYPE) | SYMSGTY | Message Type | 20060627 | |||
| 6 | I_MSGV1 | Call by reference | Type reference (TYPE) | ANY | Message Variable | 20060627 | |||
| 7 | I_MSGV2 | Call by reference | Type reference (TYPE) | ANY | Message Variable | 20060627 | |||
| 8 | I_MSGV3 | Call by reference | Type reference (TYPE) | ANY | Message Variable | 20060627 | |||
| 9 | I_MSGV4 | Call by reference | Type reference (TYPE) | ANY | Message Variable | 20060627 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Authorization error | 20060627 |
Method RAISE_OPERATION_FAILED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_FDT_MESSAGES | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>T_MESSAGE | FDT messages | 20060714 | |||
| 2 | IT_MESSAGES | Call by reference | Type reference (TYPE) | WER_MSG_TTY | Application Log: Table with Messages | 20060714 | |||
| 3 | I_MSGID | Call by reference | Type reference (TYPE) | SYMSGID | Message Class | 20060714 | |||
| 4 | I_MSGNO | Call by reference | Type reference (TYPE) | SYMSGNO | Message Number | 20060714 | |||
| 5 | I_MSGTY | Call by reference | Type reference (TYPE) | SYMSGTY | Message Type | 20060714 | |||
| 6 | I_MSGV1 | Call by reference | Type reference (TYPE) | ANY | Message Variable | 20060714 | |||
| 7 | I_MSGV2 | Call by reference | Type reference (TYPE) | ANY | Message Variable | 20060714 | |||
| 8 | I_MSGV3 | Call by reference | Type reference (TYPE) | ANY | Message Variable | 20060714 | |||
| 9 | I_MSGV4 | Call by reference | Type reference (TYPE) | ANY | Message Variable | 20060714 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Operation not allowed exception | 20060714 |
Method RAISE_RUNTIME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_FDT_MESSAGES | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>T_MESSAGE | FDT messages | 20060914 | |||
| 2 | IT_MESSAGES | Call by reference | Type reference (TYPE) | WER_MSG_TTY | Application Log: Table with Messages | 20060914 | |||
| 3 | I_MSGID | Call by reference | Type reference (TYPE) | SYMSGID | Message Class | 20060914 | |||
| 4 | I_MSGNO | Call by reference | Type reference (TYPE) | SYMSGNO | Message Number | 20060914 | |||
| 5 | I_MSGTY | Call by reference | Type reference (TYPE) | SYMSGTY | Message Type | 20060914 | |||
| 6 | I_MSGV1 | Call by reference | Type reference (TYPE) | ANY | Message Variable | 20060914 | |||
| 7 | I_MSGV2 | Call by reference | Type reference (TYPE) | ANY | Message Variable | 20060914 | |||
| 8 | I_MSGV3 | Call by reference | Type reference (TYPE) | ANY | Message Variable | 20060914 | |||
| 9 | I_MSGV4 | Call by reference | Type reference (TYPE) | ANY | Message Variable | 20060914 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Authorization error | 20060914 |
History
| Last changed by/on | SAP | 20100310 |
| SAP Release Created in | 700 |