SAP ABAP Class CL_ERROR_MSG (Saves Error Messages in a Queue, Output in Dialog)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-BMT-WFM (Application Component) SAP Business Workflow
⤷
SWUO (Package) Business Workflow: Office Integration

⤷

⤷

Properties
Class | CL_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 | SWUO | Business Workflow: Office Integration |
Created | 19980814 | SAP |
Last change | 20110908 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_ERROR_MSG has no forward declaration.
Interfaces
Class CL_ERROR_MSG has no interface implemented.
Friends
Class CL_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 | 19980814 | ||
2 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | MSG_TAB_TYPE | Message Table | 19981005 | ||
3 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | SY-TITLE | Heading (Context) | 19980814 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Constructor | ...As the Name Suggests! | 19980814 |
2 | ![]() |
Instance method | Public | Method | Returns the Number of Messages Received | 19981005 |
3 | ![]() |
Instance method | Protected | Method | Display List of Messages (Dialog) | 19981005 |
4 | ![]() |
Instance method | Public | Method | Reset (Empty Message Queue) | 19980814 |
5 | ![]() |
Instance method | Public | Method | Set an Error Message into Queue | 19980814 |
6 | ![]() |
Instance method | Public | Method | Display All Messages | 19980814 |
Events
Class CL_ERROR_MSG has no event.
Types
Class CL_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 | 19980814 | ||
2 | ![]() |
TITLE | Call by reference | Type reference (TYPE) | C | Überschrift für Ausgabebox (Kontext) | 19980814 |
Method CONSTRUCTOR on class CL_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 | 19981005 |
Method GET_COUNT on class CL_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 | 19981005 |
Method P_SHOW_LIST on class CL_ERROR_MSG has no exception.
Method RESET Signature
Method RESET on class CL_ERROR_MSG has no parameter.
Method RESET on class CL_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 | 19980814 | |
2 | ![]() |
NO_DUPLICATE | Call by reference | Type reference (TYPE) | XFLAG | 'X' | Keine doppelte Meldungsnummern | 19990201 | |
3 | ![]() |
NUM | Call by reference | Type reference (TYPE) | SY-MSGNO | Messagenummer | 19980814 | ||
4 | ![]() |
PA1 | Call by reference | Type reference (TYPE) | C | SPACE | Parameter 1 | 19980814 | |
5 | ![]() |
PA2 | Call by reference | Type reference (TYPE) | C | SPACE | Parameter 2 | 19980814 | |
6 | ![]() |
PA3 | Call by reference | Type reference (TYPE) | C | SPACE | Parameter 3 | 19980814 | |
7 | ![]() |
PA4 | Call by reference | Type reference (TYPE) | C | SPACE | Parameter 4 | 19980814 | |
8 | ![]() |
TYP | Call by reference | Type reference (TYPE) | SY-MSGTY | 'S' | Messagetyp ( niemals ' '!) | 19980814 |
Method SET on class CL_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 | 19980814 | ||
2 | ![]() |
TITLE | Call by reference | Type reference (TYPE) | C | abweichende Überschrift | 19980814 |
Method SHOW on class CL_ERROR_MSG has no exception.
History
Last changed by/on | SAP | 20110908 |
SAP Release Created in |