SAP ABAP Class CL_UHC_ERROR_MSG (Saves Error Messages in a Queue, Output in Dialog)
Hierarchy
☛
FINBASIS (Software Component) Fin. Basis
⤷
FIN-FSCM-DR (Application Component) Internal Collection Procedure
⤷
UHC_ACTION_LIST (Package) Case Subcomponent for Actions of Processor
⤷
⤷
Properties
| Class | CL_UHC_ERROR_MSG | |
| Short Description | Saves Error Messages in a Queue, Output in Dialog | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | UHC_ACTION_LIST | Case Subcomponent for Actions of Processor |
| Created | 20031030 | SAP |
| Last change | 20050109 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_UHC_ERROR_MSG has no forward declaration.
Interfaces
Class CL_UHC_ERROR_MSG has no interface implemented.
Friends
Class CL_UHC_ERROR_MSG has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Protected | Type reference (TYPE) | SY-MSGID | Message Class | 20031030 | |||
| 2 | Instance attribute | Protected | Type reference (TYPE) | MSG_TAB_TYPE | Message Table | 20031030 | |||
| 3 | Instance attribute | Protected | Type reference (TYPE) | SY-TITLE | Heading (Context) | 20031030 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | ...As the Name Suggests! | 20031030 | |
| 2 | Instance method | Public | Method | Returns the Number of Messages Received | 20031030 | |
| 3 | Instance method | Protected | Method | Display List of Messages (Dialog) | 20031030 | |
| 4 | Instance method | Public | Method | Reset (Empty Message Queue) | 20031030 | |
| 5 | Instance method | Public | Method | Set an Error Message into Queue | 20031030 | |
| 6 | Instance method | Public | Method | Display All Messages | 20031030 |
Events
Class CL_UHC_ERROR_MSG has no event.
Types
Class CL_UHC_ERROR_MSG has no local type.
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | MID | Call by reference | Type reference (TYPE) | SY-MSGID | Nachrichtenklasse | 20031030 | |||
| 2 | TITLE | Call by reference | Type reference (TYPE) | C | Überschrift für Ausgabebox (Kontext) | 20031030 |
Method CONSTRUCTOR on class CL_UHC_ERROR_MSG has no exception.
Method GET_COUNT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | COUNT | Value transfer | Type reference (TYPE) | SY-TABIX | Anzahl Messages | 20031030 |
Method GET_COUNT on class CL_UHC_ERROR_MSG has no exception.
Method P_SHOW_LIST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | TITLE | Call by reference | Type reference (TYPE) | C | Dialog-Title | 20031030 |
Method P_SHOW_LIST on class CL_UHC_ERROR_MSG has no exception.
Method RESET Signature
Method RESET on class CL_UHC_ERROR_MSG has no parameter.
Method RESET on class CL_UHC_ERROR_MSG has no exception.
Method SET Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | MID | Call by reference | Type reference (TYPE) | SY-MSGID | SPACE | (abweichende) Nachrichtenklasse | 20031030 | ||
| 2 | NO_DUPLICATE | Call by reference | Type reference (TYPE) | XFLAG | 'X' | Keine doppelte Meldungsnummern | 20031030 | ||
| 3 | NUM | Call by reference | Type reference (TYPE) | SY-MSGNO | Messagenummer | 20031030 | |||
| 4 | PA1 | Call by reference | Type reference (TYPE) | C | SPACE | Parameter 1 | 20031030 | ||
| 5 | PA2 | Call by reference | Type reference (TYPE) | C | SPACE | Parameter 2 | 20031030 | ||
| 6 | PA3 | Call by reference | Type reference (TYPE) | C | SPACE | Parameter 3 | 20031030 | ||
| 7 | PA4 | Call by reference | Type reference (TYPE) | C | SPACE | Parameter 4 | 20031030 | ||
| 8 | TYP | Call by reference | Type reference (TYPE) | SY-MSGTY | 'S' | Messagetyp ( niemals ' '!) | 20031030 |
Method SET on class CL_UHC_ERROR_MSG has no exception.
Method SHOW Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | COUNT | Value transfer | Type reference (TYPE) | SY-TABIX | Return: Anzahl Fehler | 20031030 | |||
| 2 | TITLE | Call by reference | Type reference (TYPE) | C | abweichende Überschrift | 20031030 |
Method SHOW on class CL_UHC_ERROR_MSG has no exception.
History
| Last changed by/on | SAP | 20050109 |
| SAP Release Created in | 300 |