SAP ABAP Class CL_WDR_MESSAGE_MANAGER (Message Manager)
Hierarchy
SAP_UI (Software Component) User Interface Technology
   BC-WD-ABA-RUN (Application Component) Web Dynpro ABAP Runtime
     SWDP_RUNTIME_CORE (Package) Web Dynpro Runtime: Core Functions
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_WD_MESSAGE_LOG Log for Messages 20081216
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_WD_MESSAGE_MANAGER Message Manager 20030422
3 Interface implementation (CLASS c. INTERFACES i_ref)  IF_WD_MESSAGE_MANAGER2 Message Manager Extended 20050124
4 Interface implementation (CLASS c. INTERFACES i_ref)  IF_WD_VALIDATION Validation of Context Data 20030424
Properties
Class CL_WDR_MESSAGE_MANAGER  
Short Description Message Manager    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status S  System Program 
Category 0   
Package SWDP_RUNTIME_CORE   Web Dynpro Runtime: Core Functions 
Created 20021118   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 IF_WD_MESSAGE_MANAGER Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
3 WDYN Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 IF_WD_MESSAGE_LOG Log for Messages 20081216
2 IF_WD_MESSAGE_MANAGER Message Manager 20030422
3 IF_WD_MESSAGE_MANAGER2 Message Manager Extended 20050124
4 IF_WD_VALIDATION Validation of Context Data 20030424
Friends
Class CL_WDR_MESSAGE_MANAGER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CO_TYPE_ERROR Instance attribute Public Attribute reference (LIKE) 'X': Termination After 1 Error 20030917
2 CO_TYPE_FATAL Instance attribute Public Attribute reference (LIKE) 'X': Termination After 1 Error 20030917
3 CO_TYPE_INFO Instance attribute Public Attribute reference (LIKE) 20101203
4 CO_TYPE_REFERENCE Instance attribute Public Attribute reference (LIKE) 'X': Termination After 1 Error 20050124
5 CO_TYPE_STANDARD Instance attribute Public Attribute reference (LIKE) 'X': Termination After 1 Error 20030917
6 CO_TYPE_WARNING Instance attribute Public Attribute reference (LIKE) 'X': Termination After 1 Error 20030917
7 HAS_EXCEPTION Instance attribute Public Type reference (TYPE) ABAP_BOOL Errors? 20030210
8 IS_MODIFIED Static Attribute Public Type reference (TYPE) ABAP_BOOL Changes Since Last Query? 20030211
9 M_COMPONENT Instance attribute Private Object reference (TYPE REF TO) CL_WDR_COMPONENT Base class of all Web Dynpro applications 20030204
10 M_MSG_ID_CNT Static Attribute Private Type reference (TYPE) I Counter for the unique assignment of the message ID 20140130
11 R_DATA_CONTAINER Instance attribute Public Object reference (TYPE REF TO) CL_WDR_DATA_CONTAINER Reference to data container 20030626
12 R_MESSAGE_LOG Instance attribute Private Object reference (TYPE REF TO) IF_WD_MESSAGE_MANAGER=>TY_T_MESSAGES Table with WD Message Items 20081216
13 R_RENDER_MESSAGES Instance attribute Public Object reference (TYPE REF TO) WDR_MESSAGE_TAB 20031023
14 R_TRANSPORT_ATTRIBUTES Instance attribute Public Object reference (TYPE REF TO) TRANSPORT_ROOT_ATTRIBUTES Attributes for Handling of Transport Messages 20030626
15 R_TRANSPORT_MESSAGES Instance attribute Public Object reference (TYPE REF TO) WDR_MESSAGE_TAB WD Messages of Transport Root 20030626
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_AND_PROC_VALIDATION Instance method Public Method Executes Validation 20030624
2 CLEAR Instance method Public Method Delete All Messages 20030204
3 CLEAR_MESSAGES Instance method Public Method Query whether messages exist 20031001
4 CLEAR_MESSAGES_FOR_WINDOW Instance method Public Method 20061103
5 CLEAR_MODIFIED Instance method Public Method Resets Modified Flag 20030211
6 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20030204
7 GET_MESSAGES_FOR_WINDOW Instance method Public Method Gets the list of messages for a window 20060530
8 GET_MESSAGE_FOR_ATTRIBUTE Instance method Public Method Message for Attribute 20030204
9 GET_MESSAGE_STRING_BY_ATTR Instance method Public Method Returns the Message String for Attribute 20030204
10 GET_MESSAGE_STRING_BY_INDEX Instance method Public Method Returns Message String per Index 20030204
11 GET_NUMBER_OF_MESSAGES Instance method Public Method Number of Entries 20030204
12 GET_RENDER_MESSAGES Instance method Public Method Gets the Message List for Output 20030925
13 GET_TOP_WINDOW Instance method Private Method Checks whether window is the top popup 20110418
14 GET_TYPE_STRING Static method Public Method Gets the Type as String 20030211
15 GET_VIEW_CONTEXT_PATH Static method Public Method Gets the Context Path to an Item in View 20030211
16 HAS_ERRORS_FOR_ATTRIBUTE Instance method Public Method Query Whether Error Entries Exist for an Attribute 20030204
17 HAS_ERRORS_FOR_WINDOW Instance method Public Method Query whether error entries exist for a popup 20060526
18 HAS_EXCEPTIONS Instance method Public Method Query Whether Error Entries Exist 20030204
19 HAS_MESSAGES Instance method Public Method Query whether messages exist 20060823
20 HAS_VALIDATION_ERRORS Instance method Public Method Query whether error entries exist for context attributes 20060410
21 HAS_VAL_ERRORS_FOR_WINDOW Instance method Public Method Query whether validation errors exist for a popup 20060810
22 IS_EMPTY Instance method Public Method Query whether messages exist 20030423
23 ITEM_TO_STRING Static method Public Method Returns a Message Item for Appropriate String 20030204
24 ON_EXIT_COMPONENT Instance method Public Method Is Called when Exiting the Component 20050901
25 ON_EXIT_CONTEXT Instance method Public Method Is Called when Exiting the Context 20030624
26 RAISE_MESSAGE Instance method Public Method Message with Termination 20030204
27 RAISE_PENDING_EXCEPTION Instance method Public Method 20030210
28 REMOVE_OUTDATED_MESSAGES Instance method Private Method Deletes messages whose context no longer exists 20050921
29 REMOVE_VALIDATION_ERRORS Instance method Public Method Deletes All Validation Errors 20030625
30 REPORT_MESSAGE Instance method Public Method Add Message 20030204
31 REPORT_VALIDATION_ERROR Instance method Public Method Include Validation Error 20030626
32 RESET_TOPWINDOW_MESSAGES Instance method Public Method 20110418
Events
Class CL_WDR_MESSAGE_MANAGER has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TRANSPORT_ROOT_ATTRIBUTES Public See coding 20030626 BEGIN OF TRANSPORT_ROOT_ATTRIBUTES, is_report_single type ABAP_BOOL, has_exceptions type ABAP_BOOL, is_modified type ABAP_BOOL, END OF TRANSPORT_ROOT_ATTRIBUTES
Method Signatures

Method CHECK_AND_PROC_VALIDATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RC Value transfer Type reference (TYPE) ABAP_BOOL FALSE, falls mind. 1 Validierungsfehler 20030630

Method CHECK_AND_PROC_VALIDATION on class CL_WDR_MESSAGE_MANAGER has no exception.

Method CLEAR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing INCLUDING_PERMANENT_MSG Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE Löscht auch permanente Meldungen 20050901

Method CLEAR on class CL_WDR_MESSAGE_MANAGER has no exception.

Method CLEAR_MESSAGES Signature

Method CLEAR_MESSAGES on class CL_WDR_MESSAGE_MANAGER has no parameter.
Method CLEAR_MESSAGES on class CL_WDR_MESSAGE_MANAGER has no exception.

Method CLEAR_MESSAGES_FOR_WINDOW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing INCLUDING_PERMANENT_MSG Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20070412
2 Importing WINDOW Call by reference Object reference (TYPE REF TO) IF_WD_WINDOW 20061103

Method CLEAR_MESSAGES_FOR_WINDOW on class CL_WDR_MESSAGE_MANAGER has no exception.

Method CLEAR_MODIFIED Signature

Method CLEAR_MODIFIED on class CL_WDR_MESSAGE_MANAGER has no parameter.
Method CLEAR_MODIFIED on class CL_WDR_MESSAGE_MANAGER has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing COMPONENT Call by reference Object reference (TYPE REF TO) CL_WDR_COMPONENT Base class of all Web Dynpro applications 20030204
2 Importing ROOT_MESSAGE_MANAGER Call by reference Object reference (TYPE REF TO) CL_WDR_MESSAGE_MANAGER Message-Manager der Transport-Root 20030626

Method CONSTRUCTOR on class CL_WDR_MESSAGE_MANAGER has no exception.

Method GET_MESSAGES_FOR_WINDOW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing FOLLOW_REFERENCE Call by reference Type reference (TYPE) WDY_BOOLEAN ABAP_TRUE Ersatz für echten boolschen Typ: 'X' == wahr '' == falsch 20060530
2 Returning MESSAGES Value transfer Type reference (TYPE) WDR_MESSAGE_TAB Tabelle mit den WD Message-Items 20060530
3 Importing WINDOW Call by reference Object reference (TYPE REF TO) CL_WDR_WINDOW 20060530

Method GET_MESSAGES_FOR_WINDOW on class CL_WDR_MESSAGE_MANAGER has no exception.

Method GET_MESSAGE_FOR_ATTRIBUTE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ATTRIBUTE Call by reference Type reference (TYPE) WDR_ATTRIBUTE_POINTER Information zu einem Attribut 20030204
2 Returning MESSAGE Value transfer Type reference (TYPE) WDR_MESSAGE_ITEM 20030204

Method GET_MESSAGE_FOR_ATTRIBUTE on class CL_WDR_MESSAGE_MANAGER has no exception.

Method GET_MESSAGE_STRING_BY_ATTR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ATTRIBUTE_POINTER Call by reference Type reference (TYPE) WDR_ATTRIBUTE_POINTER Information zu einem Attribut 20030204
2 Returning MESSAGE Value transfer Type reference (TYPE) STRING Message als String 20030204

Method GET_MESSAGE_STRING_BY_ATTR on class CL_WDR_MESSAGE_MANAGER has no exception.

Method GET_MESSAGE_STRING_BY_INDEX Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing INDEX Call by reference Type reference (TYPE) I laufender Index 20030204
2 Returning MESSAGE Value transfer Type reference (TYPE) STRING Message als String 20030204

Method GET_MESSAGE_STRING_BY_INDEX on class CL_WDR_MESSAGE_MANAGER has no exception.

Method GET_NUMBER_OF_MESSAGES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IGNORE_REFERENCE_MESSAGES Call by reference Type reference (TYPE) WDY_BOOLEAN ABAP_TRUE Referenzing-Messages nicht mitzählen 20050124
2 Returning NUMBER Value transfer Type reference (TYPE) I Anzahl der Messages 20030204

Method GET_NUMBER_OF_MESSAGES on class CL_WDR_MESSAGE_MANAGER has no exception.

Method GET_RENDER_MESSAGES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing FILL_AUTO_MESSAGES Call by reference Type reference (TYPE) WDY_BOOLEAN ABAP_FALSE Ersatz für echten boolschen Typ: 'X' == wahr '' == falsch 20110418
2 Importing FOLLOW_REFERENCE Call by reference Type reference (TYPE) WDY_BOOLEAN ABAP_TRUE Ersatz für echten boolschen Typ: 'X' == wahr '' == falsch 20050124
3 Returning MESSAGES Value transfer Type reference (TYPE) WDR_MESSAGE_TAB 20030925

Method GET_RENDER_MESSAGES on class CL_WDR_MESSAGE_MANAGER has no exception.

Method GET_TOP_WINDOW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting WINDOW_COMPONENT Call by reference Object reference (TYPE REF TO) CL_WDR_COMPONENT Web Dynpro: Component 20110418
2 Exporting WINDOW_NAME Call by reference Type reference (TYPE) STRING 20110418

Method GET_TOP_WINDOW on class CL_WDR_MESSAGE_MANAGER has no exception.

Method GET_TYPE_STRING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ITEM Call by reference Type reference (TYPE) WDR_MESSAGE_ITEM Struktur zum Speichern von Fehlermeldung, Warnung oder Info 20030211
2 Returning VALUE Value transfer Type reference (TYPE) STRING 20030211

Method GET_TYPE_STRING on class CL_WDR_MESSAGE_MANAGER has no exception.

Method GET_VIEW_CONTEXT_PATH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ITEM Call by reference Type reference (TYPE) WDR_MESSAGE_ITEM Struktur zum Speichern von Fehlermeldung, Warnung oder Info 20030211
2 Returning PATH Value transfer Type reference (TYPE) STRING 20030211

Method GET_VIEW_CONTEXT_PATH on class CL_WDR_MESSAGE_MANAGER has no exception.

Method HAS_ERRORS_FOR_ATTRIBUTE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ATTRIBUTE Call by reference Type reference (TYPE) WDR_ATTRIBUTE_POINTER Information zu einem Attribut 20030204
2 Returning HAS_ERRORS Value transfer Type reference (TYPE) ABAP_BOOL 20030204
3 Importing INCLUDING_PERMANENT_MSG Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20060413

Method HAS_ERRORS_FOR_ATTRIBUTE on class CL_WDR_MESSAGE_MANAGER has no exception.

Method HAS_ERRORS_FOR_WINDOW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning HAS_ERRORS Value transfer Type reference (TYPE) ABAP_BOOL 20060526
2 Importing WINDOW Call by reference Object reference (TYPE REF TO) CL_WDR_WINDOW 20060526

Method HAS_ERRORS_FOR_WINDOW on class CL_WDR_MESSAGE_MANAGER has no exception.

Method HAS_EXCEPTIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning HAS_EXCEPTIONS Value transfer Type reference (TYPE) ABAP_BOOL 20030204
2 Importing INCLUDING_PERMANENT_MSG Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20050902

Method HAS_EXCEPTIONS on class CL_WDR_MESSAGE_MANAGER has no exception.

Method HAS_MESSAGES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning HAS_MESSAGES Value transfer Type reference (TYPE) ABAP_BOOL 20060823

Method HAS_MESSAGES on class CL_WDR_MESSAGE_MANAGER has no exception.

Method HAS_VALIDATION_ERRORS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning HAS_VALIDATION_ERRORS Value transfer Type reference (TYPE) ABAP_BOOL 20060410
2 Importing INCLUDING_PERMANENT_MSG Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20060410

Method HAS_VALIDATION_ERRORS on class CL_WDR_MESSAGE_MANAGER has no exception.

Method HAS_VAL_ERRORS_FOR_WINDOW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning HAS_VALIDATION_ERRORS Value transfer Type reference (TYPE) ABAP_BOOL 20060810
2 Importing WINDOW Call by reference Object reference (TYPE REF TO) CL_WDR_WINDOW 20060810

Method HAS_VAL_ERRORS_FOR_WINDOW on class CL_WDR_MESSAGE_MANAGER has no exception.

Method IS_EMPTY Signature

Method IS_EMPTY on class CL_WDR_MESSAGE_MANAGER has no parameter.
Method IS_EMPTY on class CL_WDR_MESSAGE_MANAGER has no exception.

Method ITEM_TO_STRING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing FOLLOW_REFERENCE Call by reference Type reference (TYPE) WDY_BOOLEAN ABAP_TRUE Referenzen verfolgen 20050124
2 Importing ITEM Call by reference Type reference (TYPE) WDR_MESSAGE_ITEM Struktur zum Speichern von Fehlermeldung, Warnung oder Info 20030204
3 Returning MESSAGE Value transfer Type reference (TYPE) STRING String 20030204

Method ITEM_TO_STRING on class CL_WDR_MESSAGE_MANAGER has no exception.

Method ON_EXIT_COMPONENT Signature

Method ON_EXIT_COMPONENT on class CL_WDR_MESSAGE_MANAGER has no parameter.
Method ON_EXIT_COMPONENT on class CL_WDR_MESSAGE_MANAGER has no exception.

Method ON_EXIT_CONTEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONTEXT Call by reference Object reference (TYPE REF TO) IF_WDR_CONTEXT 20030624

Method ON_EXIT_CONTEXT on class CL_WDR_MESSAGE_MANAGER has no exception.

Method RAISE_MESSAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ATTRIBUTE Call by reference Type reference (TYPE) WDR_ATTRIBUTE_POINTER Information zu einem Attribut 20030204
2 Importing MSG Call by reference Type reference (TYPE) STRING Message als String 20030204
3 Importing MSG_OBJECT Call by reference Object reference (TYPE REF TO) IF_MESSAGE Message-Objekt 20030205
4 Importing MSG_USER_DATA Call by reference Object reference (TYPE REF TO) DATA Daten des Aufrufers für spätere Meldungsnavigation 20050127
5 Importing PARAMS Call by reference Type reference (TYPE) WDR_NAME_VALUE_LIST optionale Parameter für Message 20030204
6 Importing TYPE Call by reference Type reference (TYPE) I Message-Type (sieh CO_TYPE*) 20030204

Method RAISE_MESSAGE on class CL_WDR_MESSAGE_MANAGER has no exception.

Method RAISE_PENDING_EXCEPTION Signature

Method RAISE_PENDING_EXCEPTION on class CL_WDR_MESSAGE_MANAGER has no parameter.
Method RAISE_PENDING_EXCEPTION on class CL_WDR_MESSAGE_MANAGER has no exception.

Method REMOVE_OUTDATED_MESSAGES Signature

Method REMOVE_OUTDATED_MESSAGES on class CL_WDR_MESSAGE_MANAGER has no parameter.
Method REMOVE_OUTDATED_MESSAGES on class CL_WDR_MESSAGE_MANAGER has no exception.

Method REMOVE_VALIDATION_ERRORS Signature

Method REMOVE_VALIDATION_ERRORS on class CL_WDR_MESSAGE_MANAGER has no parameter.
Method REMOVE_VALIDATION_ERRORS on class CL_WDR_MESSAGE_MANAGER has no exception.

Method REPORT_MESSAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ATTRIBUTE Call by reference Type reference (TYPE) WDR_ATTRIBUTE_POINTER Information zu einem Attribut 20030204
2 Importing ATTRIBUTES Call by reference Type reference (TYPE) STRING_TABLE Tabelle von Strings 20060620
3 Importing CANCEL_NAVIGATION Call by reference Type reference (TYPE) ABAP_BOOL 20060818
4 Importing COMPONENT Call by reference Object reference (TYPE REF TO) IF_WD_COMPONENT Web Dynpro: Component 20090313
5 Importing CONTROLLER_PERMANENT_MSG Call by reference Object reference (TYPE REF TO) IF_WD_CONTROLLER Web Dynpro: Controller-Schnittstelle 20060418
6 Importing ENABLE_MESSAGE_NAVIGATION Call by reference Type reference (TYPE) ABAP_BOOL 20080229
7 Importing IS_PERMANENT Call by reference Type reference (TYPE) ABAP_BOOL 20050901
8 Importing IS_VALIDATION_INDEPENDENT Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20070220
9 Returning MESSAGE_ID Value transfer Type reference (TYPE) STRING 20080229
10 Importing METHOD_NAME Call by reference Type reference (TYPE) STRING 'REPORT_MESSAGE' 20120130
11 Importing MSG Call by reference Type reference (TYPE) CSEQUENCE Fehlermeldung als String 20030204
12 Importing MSG_INDEX Call by reference Type reference (TYPE) I 20060628
13 Importing MSG_KEY Call by reference Type reference (TYPE) STRING 20090703
14 Importing MSG_OBJECT Call by reference Object reference (TYPE REF TO) IF_MESSAGE Message-Objekt 20030205
15 Importing MSG_USER_DATA Call by reference Object reference (TYPE REF TO) DATA Beliebige Daten des Anwenders für spätere Navgiation 20050127
16 Importing PARAMS Call by reference Type reference (TYPE) WDR_NAME_VALUE_LIST optionale Parameter zur Message 20030204
17 Importing SCOPE_PERMANENT_MSG Call by reference Type reference (TYPE) WDR_MESSAGE_SCOPE Web-Dynpro: Lebensdauer einer Nachricht 20050901
18 Importing SHOW_AS_POPUP Call by reference Type reference (TYPE) ABAP_BOOL 20051108
19 Importing TYPE Call by reference Type reference (TYPE) I Message-Typ (sieh CO_TYPE_*) 20030204
20 Importing VIEW Call by reference Type reference (TYPE) STRING 20051108

Method REPORT_MESSAGE on class CL_WDR_MESSAGE_MANAGER has no exception.

Method REPORT_VALIDATION_ERROR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ATTRIBUTE Call by reference Type reference (TYPE) WDR_ATTRIBUTE_POINTER 20030626
2 Importing MESSAGE_TYPE Call by reference Type reference (TYPE) I CO_TYPE_ERROR 20050404
3 Importing MSG_OBJECT Call by reference Object reference (TYPE REF TO) CX_WDR_CONVERSION_EXCEPTION 20030626

Method REPORT_VALIDATION_ERROR on class CL_WDR_MESSAGE_MANAGER has no exception.

Method RESET_TOPWINDOW_MESSAGES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing WINDOW Call by reference Object reference (TYPE REF TO) CL_WDR_WINDOW 20110418

Method RESET_TOPWINDOW_MESSAGES on class CL_WDR_MESSAGE_MANAGER has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 640