SAP ABAP Class CL_WCF_ML_EXCEPTION_REPORTER (Services for raising exceptions)
Hierarchy
☛
WEBCUIF (Software Component) SAP Web UI Framework
⤷
CA-WUI (Application Component) WebClient UI
⤷
WCF_MIXED_LIST_CORE (Package) Mixed Object result list core objects
⤷
⤷
Properties
| Class | CL_WCF_ML_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 | WCF_MIXED_LIST_CORE | Mixed Object result list core objects |
| Created | 20090302 | SAP |
| Last change | 20100303 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_WCF_ML_EXCEPTION_REPORTER has no forward declaration.
Interfaces
Class CL_WCF_ML_EXCEPTION_REPORTER has no interface implemented.
Friends
Class CL_WCF_ML_EXCEPTION_REPORTER has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | MSGID | 'MIXED_LIST' | Default message class | 20090313 | ||
| 2 | Static Attribute | Private | Object reference (TYPE REF TO) | CL_WCF_ML_EXCEPTION_REPORTER | Services for raising exceptions | 20090302 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Constructor | CLASS_CONSTRUCTOR | 20090302 | |
| 2 | Static method | Public | Method | Returns the singleton instance of this class | 20090302 | |
| 3 | Static method | Public | Method | Builds a message table from the given parameters | 20090302 | |
| 4 | Static method | Public | Method | Raise the exception cx_wcf_fav_data_not found | 20090305 | |
| 5 | Static method | Public | Method | Raise the exception cx_wcf_fav_data_not found | 20090302 |
Events
Class CL_WCF_ML_EXCEPTION_REPORTER has no event.
Types
Class CL_WCF_ML_EXCEPTION_REPORTER has no local type.
Method Signatures
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_WCF_ML_EXCEPTION_REPORTER has no parameter.
Method CLASS_CONSTRUCTOR on class CL_WCF_ML_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_WCF_ML_EXCEPTION_REPORTER | Services for raising exceptions | 20090302 |
Method GET_INSTANCE on class CL_WCF_ML_EXCEPTION_REPORTER has no exception.
Method GET_MESSAGES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_MESSAGES | Call by reference | Type reference (TYPE) | WCF_MLT_MSG | Messages | 20090302 | |||
| 2 | IV_MSGID | Call by reference | Type reference (TYPE) | SYMSGID | 20090302 | ||||
| 3 | IV_MSGNO | Call by reference | Type reference (TYPE) | SYMSGNO | 20090302 | ||||
| 4 | IV_MSGTY | Call by reference | Type reference (TYPE) | SYMSGTY | 20090302 | ||||
| 5 | IV_MSGV1 | Call by reference | Type reference (TYPE) | ANY | 20090302 | ||||
| 6 | IV_MSGV2 | Call by reference | Type reference (TYPE) | ANY | 20090302 | ||||
| 7 | IV_MSGV3 | Call by reference | Type reference (TYPE) | ANY | 20090302 | ||||
| 8 | IV_MSGV4 | Call by reference | Type reference (TYPE) | ANY | 20090302 | ||||
| 9 | IV_MSG_PROVIDED | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20090302 | |||
| 10 | RRT_MESSAGES | Value transfer | Object reference (TYPE REF TO) | WCF_MLT_MSG | Messages | 20090302 |
Method GET_MESSAGES on class CL_WCF_ML_EXCEPTION_REPORTER has no exception.
Method RAISE_DATA_EXISTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_MESSAGES | Call by reference | Type reference (TYPE) | WCF_MLT_MSG | Messages | 20090305 | |||
| 2 | IV_MSGID | Call by reference | Type reference (TYPE) | SYMSGID | Message Class | 20090305 | |||
| 3 | IV_MSGNO | Call by reference | Type reference (TYPE) | SYMSGNO | Message Number | 20090305 | |||
| 4 | IV_MSGTY | Call by reference | Type reference (TYPE) | SYMSGTY | Message Type | 20090305 | |||
| 5 | IV_MSGV1 | Call by reference | Type reference (TYPE) | ANY | 20090305 | ||||
| 6 | IV_MSGV2 | Call by reference | Type reference (TYPE) | ANY | 20090305 | ||||
| 7 | IV_MSGV3 | Call by reference | Type reference (TYPE) | ANY | 20090305 | ||||
| 8 | IV_MSGV4 | Call by reference | Type reference (TYPE) | ANY | 20090305 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Invalid data | 20090305 |
Method RAISE_DATA_NOT_FOUND Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_MESSAGES | Call by reference | Type reference (TYPE) | WCF_MLT_MSG | Messages | 20090302 | |||
| 2 | IV_MSGID | Call by reference | Type reference (TYPE) | SYMSGID | Message Class | 20090302 | |||
| 3 | IV_MSGNO | Call by reference | Type reference (TYPE) | SYMSGNO | Message Number | 20090302 | |||
| 4 | IV_MSGTY | Call by reference | Type reference (TYPE) | SYMSGTY | Message Type | 20090302 | |||
| 5 | IV_MSGV1 | Call by reference | Type reference (TYPE) | ANY | 20090302 | ||||
| 6 | IV_MSGV2 | Call by reference | Type reference (TYPE) | ANY | 20090302 | ||||
| 7 | IV_MSGV3 | Call by reference | Type reference (TYPE) | ANY | 20090302 | ||||
| 8 | IV_MSGV4 | Call by reference | Type reference (TYPE) | ANY | 20090302 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Invalid data | 20090302 |
History
| Last changed by/on | SAP | 20100303 |
| SAP Release Created in | 701 |