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 M_MID Instance attribute Protected Type reference (TYPE) SY-MSGID Message Class 19980814
2 M_MSG_TAB Instance attribute Protected Type reference (TYPE) MSG_TAB_TYPE Message Table 19981005
3 M_TITLE Instance attribute Protected Type reference (TYPE) SY-TITLE Heading (Context) 19980814
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor ...As the Name Suggests! 19980814
2 GET_COUNT Instance method Public Method Returns the Number of Messages Received 19981005
3 P_SHOW_LIST Instance method Protected Method Display List of Messages (Dialog) 19981005
4 RESET Instance method Public Method Reset (Empty Message Queue) 19980814
5 SET Instance method Public Method Set an Error Message into Queue 19980814
6 SHOW 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 Importing MID Call by reference Type reference (TYPE) SY-MSGID Nachrichtenklasse 19980814
2 Importing 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 Returning 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 Importing 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 Importing MID Call by reference Type reference (TYPE) SY-MSGID SPACE (abweichende) Nachrichtenklasse 19980814
2 Importing NO_DUPLICATE Call by reference Type reference (TYPE) XFLAG 'X' Keine doppelte Meldungsnummern 19990201
3 Importing NUM Call by reference Type reference (TYPE) SY-MSGNO Messagenummer 19980814
4 Importing PA1 Call by reference Type reference (TYPE) C SPACE Parameter 1 19980814
5 Importing PA2 Call by reference Type reference (TYPE) C SPACE Parameter 2 19980814
6 Importing PA3 Call by reference Type reference (TYPE) C SPACE Parameter 3 19980814
7 Importing PA4 Call by reference Type reference (TYPE) C SPACE Parameter 4 19980814
8 Importing 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 Returning COUNT Value transfer Type reference (TYPE) SY-TABIX Return: Anzahl Fehler 19980814
2 Importing 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