SAP ABAP Interface IF_WD_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 - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_WDR_MESSAGE_MANAGER Message Manager 20030422
Properties
Interface IF_WD_MESSAGE_MANAGER  
Short Description Message Manager    
General Data
Package SWDP_RUNTIME_CORE   Web Dynpro Runtime: Core Functions 
Created 20030224   SAP 
Last changed 20130531   SAP 
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)
Interfaces
Interface IF_WD_MESSAGE_MANAGER has no interface.
Friends
Interface IF_WD_MESSAGE_MANAGER has no friend.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CO_ANY_WINDOW Constant Public Type reference (TYPE) STRING '0_ANY_WINDOW' 20100419
2 CO_MSG_SCOPE_COMPONENT Constant Public Type reference (TYPE) WDR_MESSAGE_SCOPE 2 Lifetime of Permanent Message - Component 20050901
3 CO_MSG_SCOPE_CONTROLLER Constant Public Type reference (TYPE) WDR_MESSAGE_SCOPE 0 Lifetime of Permanent Message - Controller 20050901
4 CO_MSG_SCOPE_CTXT_ELEMENT Constant Public Type reference (TYPE) WDR_MESSAGE_SCOPE 1 Only Possible for Messages Regarding Context Element 20050901
5 CO_TOP_WINDOW Constant Public Type reference (TYPE) STRING '_TOP_WINDOW' 20110413
6 CO_TYPE_ERROR Constant Public Type reference (TYPE) I 2 Errors 20030917
7 CO_TYPE_FATAL Constant Public Type reference (TYPE) I 3 Critical Error 20030917
8 CO_TYPE_INFO Constant Public Type reference (TYPE) I 4 Information 20101203
9 CO_TYPE_REFERENCE Constant Public Type reference (TYPE) I -1 Referencing Message 20050124
10 CO_TYPE_STANDARD Constant Public Type reference (TYPE) I 0 Success Message 20030917
11 CO_TYPE_WARNING Constant Public Type reference (TYPE) I 1 Warning 20030917
Methods
# Method Level Visibility Method type Description Created on
1 CLEAR_MESSAGES Instance method Public Method Delete All Messages 20031001
2 GET_MESSAGES Instance method Public Method Returns all messages 20070411
3 GET_MESSAGE_FOR_ID Instance method Public Method Returns the message for a MESSAGE_ID 20080307
4 HAS_VALIDATION_ERRORS Instance method Public Method Query whether there are validation messages 20070524
5 HAS_VAL_ERRORS_FOR_WINDOW Instance method Public Method Query whether there are validation messages for a window 20061201
6 IS_EMPTY Instance method Public Method Query Whether Messages Exist 20030224
7 RAISE_ATTRIBUTE_EXCEPTION Instance method Public Method Obsolete 20030224
8 RAISE_ERROR_MESSAGE Instance method Public Method Obsolete 20030422
9 RAISE_EXCEPTION Instance method Public Method Obsolete 20030224
10 RAISE_FATAL_ERROR_MESSAGE Instance method Public Method Obsolete 20030707
11 RAISE_FATAL_EXCEPTION Instance method Public Method Obsolete 20030707
12 RAISE_T100_ERROR Instance method Public Method Obsolete 20030422
13 REMOVE_MESSAGE Instance method Public Method Deletes an individual message 20070524
14 REPORT_ATTRIBUTE_ERROR_MESSAGE Instance method Public Method Reports a WD Exception for a Context Attribute 20030423
15 REPORT_ATTRIBUTE_EXCEPTION Instance method Public Method Reports a WD Exception for a Context Attribute 20030224
16 REPORT_ATTRIBUTE_MESSAGE Instance method Public Method Reports a message for a context attribute 20080725
17 REPORT_ATTRIBUTE_T100_MESSAGE Instance method Public Method Reports a WD Exception for a Context Attribute 20040730
18 REPORT_ELEMENT_ERROR_MESSAGE Instance method Public Method Reports a Web Dynpro exception related to context attributes 20060620
19 REPORT_ELEMENT_EXCEPTION Instance method Public Method Reports a Web Dynpro exception related to context attributes 20060620
20 REPORT_ELEMENT_T100_MESSAGE Instance method Public Method Reports a Web Dynpro exception related to context attributes 20060620
21 REPORT_ERROR_MESSAGE Instance method Public Method Reports a Web Dynpro Message with Optional Parameters 20030422
22 REPORT_EXCEPTION Instance method Public Method Reports a Web Dynpro Exception (May Return) 20030224
23 REPORT_FATAL_ERROR_MESSAGE Instance method Public Method Reports a Fatal WD Exception Message w/ Optional Parameters 20030707
24 REPORT_FATAL_EXCEPTION Instance method Public Method Reports a Fatal Web Dynpro Exception 20030707
25 REPORT_MESSAGE Instance method Public Method Reports a message 20080725
26 REPORT_SUCCESS Instance method Public Method Reports a Success Message 20030224
27 REPORT_T100_MESSAGE Instance method Public Method Reports a Message Using a T100 Entry 20030422
28 REPORT_WARNING Instance method Public Method Reports a Warning 20030224
Events
Interface IF_WD_MESSAGE_MANAGER has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_S_MESSAGE Public See coding 20070410 begin of ty_s_message, msg_index type i, element type ref to if_wd_context_element, attribute_name type string, err_message type string, msg_type type i, msg_object type ref to if_message, msg_user_data type ref to data, msg_parameter type wdr_name_value_list, is_permanent_msg type abap_bool, scope_permanent_msg type wdr_message_scope, controller_permanent_msg type ref to if_wd_controller, view type string, show_as_popup type abap_bool, attributes type string_table, is_validation_independent type abap_bool, msg_id type string, enable_message_navigation type abap_bool, component type ref to if_wd_component, msg_key type string, end of ty_s_message
2 TY_T_MESSAGES Public See coding 20070410 ty_t_messages type standard table of ty_s_message with default key
Method Signatures

Method CLEAR_MESSAGES 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
2 Importing ONLY_PERMANENT_MSG Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20070524

Method CLEAR_MESSAGES on Interface IF_WD_MESSAGE_MANAGER has no exception.

Method GET_MESSAGES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) TY_T_MESSAGES 20070411

Method GET_MESSAGES on Interface IF_WD_MESSAGE_MANAGER has no exception.

Method GET_MESSAGE_FOR_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing MESSAGE_ID Call by reference Type reference (TYPE) STRING 20080307
2 Returning RESULT Value transfer Type reference (TYPE) TY_S_MESSAGE 20080307

Method GET_MESSAGE_FOR_ID on Interface IF_WD_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 20070524
2 Importing INCLUDING_PERMANENT_MSG Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20070524

Method HAS_VALIDATION_ERRORS on Interface IF_WD_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 20061201
2 Importing WINDOW Call by reference Object reference (TYPE REF TO) IF_WD_WINDOW Wenn initial => Prüfung im Hauptfenster 20061201

Method HAS_VAL_ERRORS_FOR_WINDOW on Interface IF_WD_MESSAGE_MANAGER has no exception.

Method IS_EMPTY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EMPTY Value transfer Type reference (TYPE) ABAP_BOOL ABAP_TRUE, falls Meldungsliste leer 20030422

Method IS_EMPTY on Interface IF_WD_MESSAGE_MANAGER has no exception.

Method RAISE_ATTRIBUTE_EXCEPTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ATTRIBUTE_NAME Call by reference Type reference (TYPE) STRING Attribut-Name 20030422
2 Importing ELEMENT Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT Referenz zum Element 20030424
3 Importing MESSAGE_OBJECT Call by reference Object reference (TYPE REF TO) IF_MESSAGE Message-Objekt 20030422
4 Importing MSG_USER_DATA Call by reference Object reference (TYPE REF TO) DATA Daten des Aufrufers für spätere Meldungsnavigation 20050127

Method RAISE_ATTRIBUTE_EXCEPTION on Interface IF_WD_MESSAGE_MANAGER has no exception.

Method RAISE_ERROR_MESSAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing MESSAGE_TEXT Call by reference Type reference (TYPE) CSEQUENCE Meldungstext 20030422
2 Importing MSG_USER_DATA Call by reference Object reference (TYPE REF TO) DATA Daten des Aufrufers für spätere Meldungsnavigation 20050127
3 Importing PARAMS Call by reference Type reference (TYPE) WDR_NAME_VALUE_LIST Parameterliste 20030422

Method RAISE_ERROR_MESSAGE on Interface IF_WD_MESSAGE_MANAGER has no exception.

Method RAISE_EXCEPTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing MESSAGE_OBJECT Call by reference Object reference (TYPE REF TO) IF_MESSAGE 20030422
2 Importing MSG_USER_DATA Call by reference Object reference (TYPE REF TO) DATA Daten des Aufrufers für spätere Meldungsnavigation 20050127

Method RAISE_EXCEPTION on Interface IF_WD_MESSAGE_MANAGER has no exception.

Method RAISE_FATAL_ERROR_MESSAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing MESSAGE_TEXT Call by reference Type reference (TYPE) CSEQUENCE Meldungstext 20030707
2 Importing MSG_USER_DATA Call by reference Object reference (TYPE REF TO) DATA Daten des Aufrufers für spätere Meldungsnavigation 20050127
3 Importing PARAMS Call by reference Type reference (TYPE) WDR_NAME_VALUE_LIST Parameterliste 20030707

Method RAISE_FATAL_ERROR_MESSAGE on Interface IF_WD_MESSAGE_MANAGER has no exception.

Method RAISE_FATAL_EXCEPTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing MESSAGE_OBJECT Call by reference Object reference (TYPE REF TO) IF_MESSAGE 20030707
2 Importing MSG_USER_DATA Call by reference Object reference (TYPE REF TO) DATA 20050127

Method RAISE_FATAL_EXCEPTION on Interface IF_WD_MESSAGE_MANAGER has no exception.

Method RAISE_T100_ERROR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing MSGID Call by reference Type reference (TYPE) SYST-MSGID Nachrichten-Identifikation 20030422
2 Importing MSGNO Call by reference Type reference (TYPE) SYST-MSGNO Nachrichtennummer 20030422
3 Importing MSGTY Call by reference Type reference (TYPE) SYST-MSGTY Nachrichtentyp 20030422
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 P1 Call by reference Type reference (TYPE) SYST-MSGV1 1. Parameter 20030422
6 Importing P2 Call by reference Type reference (TYPE) SYST-MSGV2 2. Parameter 20030422
7 Importing P3 Call by reference Type reference (TYPE) SYST-MSGV3 3. Parameter 20030422
8 Importing P4 Call by reference Type reference (TYPE) SYST-MSGV4 4. Parameter 20030422

Method RAISE_T100_ERROR on Interface IF_WD_MESSAGE_MANAGER has no exception.

Method REMOVE_MESSAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing MSG_ID Call by reference Type reference (TYPE) STRING 20070524

Method REMOVE_MESSAGE on Interface IF_WD_MESSAGE_MANAGER has no exception.

Method REPORT_ATTRIBUTE_ERROR_MESSAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ATTRIBUTE_NAME Call by reference Type reference (TYPE) STRING Attribut-Name 20030423
2 Importing CANCEL_NAVIGATION Call by reference Type reference (TYPE) ABAP_BOOL 20060818
3 Importing COMPONENT Call by reference Object reference (TYPE REF TO) IF_WD_COMPONENT Web Dynpro: Component 20090313
4 Importing ELEMENT Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT Element-Referenz 20030424
5 Importing ENABLE_MESSAGE_NAVIGATION Call by reference Type reference (TYPE) ABAP_BOOL 20080229
6 Importing IS_PERMANENT Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20050901
7 Importing IS_VALIDATION_INDEPENDENT Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE Soll eine Standard-Aktion dennoch ausgeführt werden? 20070220
8 Returning MESSAGE_ID Value transfer Type reference (TYPE) STRING 20080229
9 Importing MESSAGE_TEXT Call by reference Type reference (TYPE) CSEQUENCE Meldungstext 20030423
10 Importing MSG_INDEX Call by reference Type reference (TYPE) I 20060628
11 Importing MSG_USER_DATA Call by reference Object reference (TYPE REF TO) DATA Daten des Aufrufers für spätere Meldungsnavigation 20050127
12 Importing PARAMS Call by reference Type reference (TYPE) WDR_NAME_VALUE_LIST Parameterliste 20030423
13 Importing SCOPE_PERMANENT_MSG Call by reference Type reference (TYPE) WDR_MESSAGE_SCOPE CO_MSG_SCOPE_CTXT_ELEMENT Web-Dynpro: Lebensdauer einer Nachricht 20050901
14 Importing VIEW Call by reference Type reference (TYPE) STRING 20080627

Method REPORT_ATTRIBUTE_ERROR_MESSAGE on Interface IF_WD_MESSAGE_MANAGER has no exception.

Method REPORT_ATTRIBUTE_EXCEPTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ATTRIBUTE_NAME Call by reference Type reference (TYPE) STRING Attribut-Name 20030422
2 Importing CANCEL_NAVIGATION Call by reference Type reference (TYPE) ABAP_BOOL 20060818
3 Importing COMPONENT Call by reference Object reference (TYPE REF TO) IF_WD_COMPONENT Web Dynpro: Component 20090313
4 Importing ELEMENT Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT Element-Referenz 20030424
5 Importing ENABLE_MESSAGE_NAVIGATION Call by reference Type reference (TYPE) ABAP_BOOL 20080229
6 Importing IS_PERMANENT Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20050901
7 Importing IS_VALIDATION_INDEPENDENT Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE Soll eine Standard-Aktion dennoch ausgeführt werden? 20070220
8 Returning MESSAGE_ID Value transfer Type reference (TYPE) STRING 20080229
9 Importing MESSAGE_OBJECT Call by reference Object reference (TYPE REF TO) IF_MESSAGE Meldungsobjekt 20030422
10 Importing MESSAGE_TYPE Call by reference Type reference (TYPE) I CO_TYPE_ERROR Schwere des Fehlers (siehe Konstanten) 20050404
11 Importing MSG_INDEX Call by reference Type reference (TYPE) I 20060628
12 Importing MSG_USER_DATA Call by reference Object reference (TYPE REF TO) DATA Daten des Aufrufers für spätere Meldungsnavigation 20050127
13 Importing SCOPE_PERMANENT_MSG Call by reference Type reference (TYPE) WDR_MESSAGE_SCOPE CO_MSG_SCOPE_CTXT_ELEMENT Web-Dynpro: Lebensdauer einer Nachricht 20050901
14 Importing VIEW Call by reference Type reference (TYPE) STRING 20080627

Method REPORT_ATTRIBUTE_EXCEPTION on Interface IF_WD_MESSAGE_MANAGER has no exception.

Method REPORT_ATTRIBUTE_MESSAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ATTRIBUTE_NAME Call by reference Type reference (TYPE) STRING Attribut-Name 20080725
2 Importing CANCEL_NAVIGATION Call by reference Type reference (TYPE) ABAP_BOOL 20080725
3 Importing COMPONENT Call by reference Object reference (TYPE REF TO) IF_WD_COMPONENT Web Dynpro: Component 20090313
4 Importing ELEMENT Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT Element-Referenz 20080725
5 Importing ENABLE_MESSAGE_NAVIGATION Call by reference Type reference (TYPE) ABAP_BOOL 20080725
6 Importing IS_PERMANENT Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20080725
7 Importing IS_VALIDATION_INDEPENDENT Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE Soll eine Standard-Aktion dennoch ausgeführt werden? 20080725
8 Returning MESSAGE_ID Value transfer Type reference (TYPE) STRING 20080725
9 Importing MESSAGE_TEXT Call by reference Type reference (TYPE) CSEQUENCE Meldungstext 20080725
10 Importing MESSAGE_TYPE Call by reference Type reference (TYPE) I CO_TYPE_ERROR 20080725
11 Importing MSG_INDEX Call by reference Type reference (TYPE) I 20080725
12 Importing MSG_USER_DATA Call by reference Object reference (TYPE REF TO) DATA Daten des Aufrufers für spätere Meldungsnavigation 20080725
13 Importing PARAMS Call by reference Type reference (TYPE) WDR_NAME_VALUE_LIST Parameterliste 20080725
14 Importing SCOPE_PERMANENT_MSG Call by reference Type reference (TYPE) WDR_MESSAGE_SCOPE CO_MSG_SCOPE_CTXT_ELEMENT Web-Dynpro: Lebensdauer einer Nachricht 20080725
15 Importing VIEW Call by reference Type reference (TYPE) STRING 20080725

Method REPORT_ATTRIBUTE_MESSAGE on Interface IF_WD_MESSAGE_MANAGER has no exception.

Method REPORT_ATTRIBUTE_T100_MESSAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ATTRIBUTE_NAME Call by reference Type reference (TYPE) STRING Attribut-Name 20040730
2 Importing CANCEL_NAVIGATION Call by reference Type reference (TYPE) ABAP_BOOL 20060818
3 Importing COMPONENT Call by reference Object reference (TYPE REF TO) IF_WD_COMPONENT Web Dynpro: Component 20090313
4 Importing ELEMENT Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT Element-Referenz 20040730
5 Importing ENABLE_MESSAGE_NAVIGATION Call by reference Type reference (TYPE) ABAP_BOOL 20080229
6 Importing IS_PERMANENT Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20050901
7 Importing IS_VALIDATION_INDEPENDENT Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE Soll eine Standard-Aktion dennoch ausgeführt werden? 20070220
8 Returning MESSAGE_ID Value transfer Type reference (TYPE) STRING 20080229
9 Importing MESSAGE_TYPE Call by reference Type reference (TYPE) I CO_TYPE_ERROR Schwere der Meldung (siehe Konstanten) 20050404
10 Importing MSG Call by reference Type reference (TYPE) SYMSG T100 Meldung 20040730
11 Importing MSG_INDEX Call by reference Type reference (TYPE) I 20060628
12 Importing MSG_USER_DATA Call by reference Object reference (TYPE REF TO) DATA Daten des Aufrufers für spätere Meldungsnavigation 20050127
13 Importing SCOPE_PERMANENT_MSG Call by reference Type reference (TYPE) WDR_MESSAGE_SCOPE CO_MSG_SCOPE_CTXT_ELEMENT Web-Dynpro: Lebensdauer einer Nachricht 20050901
14 Importing VIEW Call by reference Type reference (TYPE) STRING 20080627

Method REPORT_ATTRIBUTE_T100_MESSAGE on Interface IF_WD_MESSAGE_MANAGER has no exception.

Method REPORT_ELEMENT_ERROR_MESSAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ATTRIBUTES Call by reference Type reference (TYPE) STRING_TABLE Attribut-Name 20060620
2 Importing CANCEL_NAVIGATION Call by reference Type reference (TYPE) ABAP_BOOL 20060818
3 Importing COMPONENT Call by reference Object reference (TYPE REF TO) IF_WD_COMPONENT Web Dynpro: Component 20090313
4 Importing ELEMENT Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT Element-Referenz 20060620
5 Importing ENABLE_MESSAGE_NAVIGATION Call by reference Type reference (TYPE) ABAP_BOOL 20080229
6 Importing IS_PERMANENT Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20060620
7 Importing IS_VALIDATION_INDEPENDENT Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE Soll eine Standard-Aktion dennoch ausgeführt werden? 20070220
8 Returning MESSAGE_ID Value transfer Type reference (TYPE) STRING 20080229
9 Importing MESSAGE_TEXT Call by reference Type reference (TYPE) CSEQUENCE Meldungstext 20060620
10 Importing MSG_INDEX Call by reference Type reference (TYPE) I 20060628
11 Importing MSG_USER_DATA Call by reference Object reference (TYPE REF TO) DATA Daten des Aufrufers für spätere Meldungsnavigation 20060620
12 Importing PARAMS Call by reference Type reference (TYPE) WDR_NAME_VALUE_LIST Parameterliste 20060620
13 Importing SCOPE_PERMANENT_MSG Call by reference Type reference (TYPE) WDR_MESSAGE_SCOPE CO_MSG_SCOPE_CTXT_ELEMENT Web-Dynpro: Lebensdauer einer Nachricht 20060620
14 Importing VIEW Call by reference Type reference (TYPE) STRING 20080627

Method REPORT_ELEMENT_ERROR_MESSAGE on Interface IF_WD_MESSAGE_MANAGER has no exception.

Method REPORT_ELEMENT_EXCEPTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ATTRIBUTES Call by reference Type reference (TYPE) STRING_TABLE Attribut-Namen 20060620
2 Importing CANCEL_NAVIGATION Call by reference Type reference (TYPE) ABAP_BOOL 20060818
3 Importing COMPONENT Call by reference Object reference (TYPE REF TO) IF_WD_COMPONENT Web Dynpro: Component 20090313
4 Importing ELEMENT Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT Element-Referenz 20060620
5 Importing ENABLE_MESSAGE_NAVIGATION Call by reference Type reference (TYPE) ABAP_BOOL 20080229
6 Importing IS_PERMANENT Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20060620
7 Importing IS_VALIDATION_INDEPENDENT Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE Soll eine Standard-Aktion dennoch ausgeführt werden? 20070220
8 Returning MESSAGE_ID Value transfer Type reference (TYPE) STRING 20080229
9 Importing MESSAGE_OBJECT Call by reference Object reference (TYPE REF TO) IF_MESSAGE Meldungsobjekt 20060620
10 Importing MESSAGE_TYPE Call by reference Type reference (TYPE) I CO_TYPE_ERROR Schwere des Fehlers (siehe Konstanten) 20060620
11 Importing MSG_INDEX Call by reference Type reference (TYPE) I 20060628
12 Importing MSG_USER_DATA Call by reference Object reference (TYPE REF TO) DATA Daten des Aufrufers für spätere Meldungsnavigation 20060620
13 Importing SCOPE_PERMANENT_MSG Call by reference Type reference (TYPE) WDR_MESSAGE_SCOPE CO_MSG_SCOPE_CTXT_ELEMENT Web-Dynpro: Lebensdauer einer Nachricht 20060620
14 Importing VIEW Call by reference Type reference (TYPE) STRING 20080627

Method REPORT_ELEMENT_EXCEPTION on Interface IF_WD_MESSAGE_MANAGER has no exception.

Method REPORT_ELEMENT_T100_MESSAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ATTRIBUTES Call by reference Type reference (TYPE) STRING_TABLE Attribut-Namen 20060620
2 Importing CANCEL_NAVIGATION Call by reference Type reference (TYPE) ABAP_BOOL 20060818
3 Importing COMPONENT Call by reference Object reference (TYPE REF TO) IF_WD_COMPONENT Web Dynpro: Component 20090313
4 Importing ELEMENT Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT Element-Referenz 20060620
5 Importing ENABLE_MESSAGE_NAVIGATION Call by reference Type reference (TYPE) ABAP_BOOL 20080229
6 Importing IS_PERMANENT Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20060620
7 Importing IS_VALIDATION_INDEPENDENT Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE Soll eine Standard-Aktion dennoch ausgeführt werden? 20070220
8 Returning MESSAGE_ID Value transfer Type reference (TYPE) STRING 20080229
9 Importing MESSAGE_TYPE Call by reference Type reference (TYPE) I CO_TYPE_ERROR Schwere der Meldung (siehe Konstanten) 20060620
10 Importing MSG Call by reference Type reference (TYPE) SYMSG T100 Meldung 20060620
11 Importing MSG_INDEX Call by reference Type reference (TYPE) I 20060628
12 Importing MSG_USER_DATA Call by reference Object reference (TYPE REF TO) DATA Daten des Aufrufers für spätere Meldungsnavigation 20060620
13 Importing SCOPE_PERMANENT_MSG Call by reference Type reference (TYPE) WDR_MESSAGE_SCOPE CO_MSG_SCOPE_CTXT_ELEMENT Web-Dynpro: Lebensdauer einer Nachricht 20060620
14 Importing VIEW Call by reference Type reference (TYPE) STRING 20080627

Method REPORT_ELEMENT_T100_MESSAGE on Interface IF_WD_MESSAGE_MANAGER has no exception.

Method REPORT_ERROR_MESSAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CANCEL_NAVIGATION Call by reference Type reference (TYPE) ABAP_BOOL 20060818
2 Importing COMPONENT Call by reference Object reference (TYPE REF TO) IF_WD_COMPONENT Web Dynpro: Component 20090313
3 Importing CONTROLLER_PERMANENT_MSG Call by reference Object reference (TYPE REF TO) IF_WD_CONTROLLER Web Dynpro: Controller-Schnittstelle 20060418
4 Importing ENABLE_MESSAGE_NAVIGATION Call by reference Type reference (TYPE) ABAP_BOOL 20080229
5 Importing IS_PERMANENT Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20050901
6 Returning MESSAGE_ID Value transfer Type reference (TYPE) STRING 20080229
7 Importing MESSAGE_TEXT Call by reference Type reference (TYPE) CSEQUENCE Meldungstext 20030422
8 Importing MSG_INDEX Call by reference Type reference (TYPE) I 20060628
9 Importing MSG_USER_DATA Call by reference Object reference (TYPE REF TO) DATA Daten des Aufrufers für spätere Meldungsnavigation 20050127
10 Importing PARAMS Call by reference Type reference (TYPE) WDR_NAME_VALUE_LIST Parameterliste 20030422
11 Importing SCOPE_PERMANENT_MSG Call by reference Type reference (TYPE) WDR_MESSAGE_SCOPE CO_MSG_SCOPE_CONTROLLER Web-Dynpro: Lebensdauer einer Nachricht 20050901
12 Importing SHOW_AS_POPUP Call by reference Type reference (TYPE) ABAP_BOOL 20051108
13 Importing VIEW Call by reference Type reference (TYPE) STRING 20051108

Method REPORT_ERROR_MESSAGE on Interface IF_WD_MESSAGE_MANAGER has no exception.

Method REPORT_EXCEPTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CANCEL_NAVIGATION Call by reference Type reference (TYPE) ABAP_BOOL 20060818
2 Importing COMPONENT Call by reference Object reference (TYPE REF TO) IF_WD_COMPONENT Web Dynpro: Component 20090313
3 Importing CONTROLLER_PERMANENT_MSG Call by reference Object reference (TYPE REF TO) IF_WD_CONTROLLER Web Dynpro: Controller-Schnittstelle 20060418
4 Importing ENABLE_MESSAGE_NAVIGATION Call by reference Type reference (TYPE) ABAP_BOOL 20080229
5 Importing IS_PERMANENT Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20050901
6 Returning MESSAGE_ID Value transfer Type reference (TYPE) STRING 20080229
7 Importing MESSAGE_OBJECT Call by reference Object reference (TYPE REF TO) IF_MESSAGE 20030422
8 Importing MESSAGE_TYPE Call by reference Type reference (TYPE) I CO_TYPE_ERROR Schwere der Message (siehe Konstanten) 20050404
9 Importing MSG_INDEX Call by reference Type reference (TYPE) I 20060628
10 Importing MSG_USER_DATA Call by reference Object reference (TYPE REF TO) DATA 20050127
11 Importing SCOPE_PERMANENT_MSG Call by reference Type reference (TYPE) WDR_MESSAGE_SCOPE CO_MSG_SCOPE_CONTROLLER Web-Dynpro: Lebensdauer einer Nachricht 20050901
12 Importing SHOW_AS_POPUP Call by reference Type reference (TYPE) ABAP_BOOL 20051108
13 Importing VIEW Call by reference Type reference (TYPE) STRING 20051108

Method REPORT_EXCEPTION on Interface IF_WD_MESSAGE_MANAGER has no exception.

Method REPORT_FATAL_ERROR_MESSAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CANCEL_NAVIGATION Call by reference Type reference (TYPE) ABAP_BOOL 20060818
2 Importing COMPONENT Call by reference Object reference (TYPE REF TO) IF_WD_COMPONENT Web Dynpro: Component 20090313
3 Importing CONTROLLER_PERMANENT_MSG Call by reference Object reference (TYPE REF TO) IF_WD_CONTROLLER Web Dynpro: Controller-Schnittstelle 20060418
4 Importing ENABLE_MESSAGE_NAVIGATION Call by reference Type reference (TYPE) ABAP_BOOL 20080229
5 Importing IS_PERMANENT Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20050901
6 Returning MESSAGE_ID Value transfer Type reference (TYPE) STRING 20080229
7 Importing MESSAGE_TEXT Call by reference Type reference (TYPE) CSEQUENCE Meldungstext 20030707
8 Importing MSG_INDEX Call by reference Type reference (TYPE) I 20060628
9 Importing MSG_USER_DATA Call by reference Object reference (TYPE REF TO) DATA Daten des Aufrufers für spätere Meldungsnavigation 20050127
10 Importing PARAMS Call by reference Type reference (TYPE) WDR_NAME_VALUE_LIST Parameterliste 20030707
11 Importing SCOPE_PERMANENT_MSG Call by reference Type reference (TYPE) WDR_MESSAGE_SCOPE CO_MSG_SCOPE_CONTROLLER Web-Dynpro: Lebensdauer einer Nachricht 20050901
12 Importing SHOW_AS_POPUP Call by reference Type reference (TYPE) ABAP_BOOL 20051108
13 Importing VIEW Call by reference Type reference (TYPE) STRING 20051108

Method REPORT_FATAL_ERROR_MESSAGE on Interface IF_WD_MESSAGE_MANAGER has no exception.

Method REPORT_FATAL_EXCEPTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CANCEL_NAVIGATION Call by reference Type reference (TYPE) ABAP_BOOL 20060818
2 Importing COMPONENT Call by reference Object reference (TYPE REF TO) IF_WD_COMPONENT Web Dynpro: Component 20090313
3 Importing CONTROLLER_PERMANENT_MSG Call by reference Object reference (TYPE REF TO) IF_WD_CONTROLLER Web Dynpro: Controller-Schnittstelle 20060418
4 Importing ENABLE_MESSAGE_NAVIGATION Call by reference Type reference (TYPE) ABAP_BOOL 20080229
5 Importing IS_PERMANENT Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20050901
6 Returning MESSAGE_ID Value transfer Type reference (TYPE) STRING 20080229
7 Importing MESSAGE_OBJECT Call by reference Object reference (TYPE REF TO) IF_MESSAGE 20030707
8 Importing MSG_INDEX Call by reference Type reference (TYPE) I 20060628
9 Importing MSG_USER_DATA Call by reference Object reference (TYPE REF TO) DATA Daten des Aufrufers für spätere Meldungsnavigation 20050127
10 Importing SCOPE_PERMANENT_MSG Call by reference Type reference (TYPE) WDR_MESSAGE_SCOPE CO_MSG_SCOPE_CONTROLLER Web-Dynpro: Lebensdauer einer Nachricht 20050901
11 Importing SHOW_AS_POPUP Call by reference Type reference (TYPE) ABAP_BOOL 20051108
12 Importing VIEW Call by reference Type reference (TYPE) STRING 20051108

Method REPORT_FATAL_EXCEPTION on Interface IF_WD_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 CANCEL_NAVIGATION Call by reference Type reference (TYPE) ABAP_BOOL 20080725
2 Importing COMPONENT Call by reference Object reference (TYPE REF TO) IF_WD_COMPONENT Web Dynpro: Component 20090313
3 Importing CONTROLLER_PERMANENT_MSG Call by reference Object reference (TYPE REF TO) IF_WD_CONTROLLER Web Dynpro: Controller-Schnittstelle 20080725
4 Importing ENABLE_MESSAGE_NAVIGATION Call by reference Type reference (TYPE) ABAP_BOOL 20080725
5 Importing IS_PERMANENT Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20080725
6 Returning MESSAGE_ID Value transfer Type reference (TYPE) STRING 20080725
7 Importing MESSAGE_TEXT Call by reference Type reference (TYPE) CSEQUENCE Meldungstext 20080725
8 Importing MESSAGE_TYPE Call by reference Type reference (TYPE) I CO_TYPE_ERROR 20080725
9 Importing MSG_INDEX Call by reference Type reference (TYPE) I 20080725
10 Importing MSG_USER_DATA Call by reference Object reference (TYPE REF TO) DATA Daten des Aufrufers für spätere Meldungsnavigation 20080725
11 Importing PARAMS Call by reference Type reference (TYPE) WDR_NAME_VALUE_LIST Parameter 20080725
12 Importing SCOPE_PERMANENT_MSG Call by reference Type reference (TYPE) WDR_MESSAGE_SCOPE CO_MSG_SCOPE_CONTROLLER Web-Dynpro: Lebensdauer einer Nachricht 20080725
13 Importing SHOW_AS_POPUP Call by reference Type reference (TYPE) ABAP_BOOL 20080725
14 Importing VIEW Call by reference Type reference (TYPE) STRING 20080725

Method REPORT_MESSAGE on Interface IF_WD_MESSAGE_MANAGER has no exception.

Method REPORT_SUCCESS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CANCEL_NAVIGATION Call by reference Type reference (TYPE) ABAP_BOOL 20060818
2 Importing COMPONENT Call by reference Object reference (TYPE REF TO) IF_WD_COMPONENT Web Dynpro: Component 20090313
3 Importing CONTROLLER_PERMANENT_MSG Call by reference Object reference (TYPE REF TO) IF_WD_CONTROLLER Web Dynpro: Controller-Schnittstelle 20060418
4 Importing ENABLE_MESSAGE_NAVIGATION Call by reference Type reference (TYPE) ABAP_BOOL 20080229
5 Importing IS_PERMANENT Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20050901
6 Returning MESSAGE_ID Value transfer Type reference (TYPE) STRING 20080229
7 Importing MESSAGE_TEXT Call by reference Type reference (TYPE) CSEQUENCE Meldungstext 20030422
8 Importing MSG_INDEX Call by reference Type reference (TYPE) I 20060628
9 Importing MSG_USER_DATA Call by reference Object reference (TYPE REF TO) DATA Daten des Aufrufers für spätere Meldungsnavigation 20050127
10 Importing PARAMS Call by reference Type reference (TYPE) WDR_NAME_VALUE_LIST Parameterliste 20030422
11 Importing SCOPE_PERMANENT_MSG Call by reference Type reference (TYPE) WDR_MESSAGE_SCOPE CO_MSG_SCOPE_CONTROLLER Web-Dynpro: Lebensdauer einer Nachricht 20050901
12 Importing SHOW_AS_POPUP Call by reference Type reference (TYPE) ABAP_BOOL 20051108
13 Importing VIEW Call by reference Type reference (TYPE) STRING 20051108

Method REPORT_SUCCESS on Interface IF_WD_MESSAGE_MANAGER has no exception.

Method REPORT_T100_MESSAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CANCEL_NAVIGATION Call by reference Type reference (TYPE) ABAP_BOOL 20060818
2 Importing COMPONENT Call by reference Object reference (TYPE REF TO) IF_WD_COMPONENT Web Dynpro: Component 20090313
3 Importing CONTROLLER_PERMANENT_MSG Call by reference Object reference (TYPE REF TO) IF_WD_CONTROLLER Web Dynpro: Controller-Schnittstelle 20060418
4 Importing ENABLE_MESSAGE_NAVIGATION Call by reference Type reference (TYPE) ABAP_BOOL 20080229
5 Importing IS_PERMANENT Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20050901
6 Returning MESSAGE_ID Value transfer Type reference (TYPE) STRING 20080229
7 Importing MSGID Call by reference Type reference (TYPE) SYST-MSGID Nachrichten-Identifikation 20030422
8 Importing MSGNO Call by reference Type reference (TYPE) SYST-MSGNO Nachrichtennummer 20030422
9 Importing MSGTY Call by reference Type reference (TYPE) SYST-MSGTY Nachrichtentyp 20030422
10 Importing MSG_INDEX Call by reference Type reference (TYPE) I 20060628
11 Importing MSG_USER_DATA Call by reference Object reference (TYPE REF TO) DATA Daten des Aufrufers für spätere Meldungsnavigation 20050127
12 Importing P1 Call by reference Type reference (TYPE) SYST-MSGV1 1. Parameter 20030422
13 Importing P2 Call by reference Type reference (TYPE) SYST-MSGV2 2. Parameter 20030422
14 Importing P3 Call by reference Type reference (TYPE) SYST-MSGV3 3. Parameter 20030422
15 Importing P4 Call by reference Type reference (TYPE) SYST-MSGV4 4. Parameter 20030422
16 Importing SCOPE_PERMANENT_MSG Call by reference Type reference (TYPE) WDR_MESSAGE_SCOPE CO_MSG_SCOPE_CONTROLLER Web-Dynpro: Lebensdauer einer Nachricht 20050901
17 Importing SHOW_AS_POPUP Call by reference Type reference (TYPE) ABAP_BOOL 20051108
18 Importing VIEW Call by reference Type reference (TYPE) STRING 20051108

Method REPORT_T100_MESSAGE on Interface IF_WD_MESSAGE_MANAGER has no exception.

Method REPORT_WARNING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CANCEL_NAVIGATION Call by reference Type reference (TYPE) ABAP_BOOL 20060818
2 Importing COMPONENT Call by reference Object reference (TYPE REF TO) IF_WD_COMPONENT Web Dynpro: Component 20090313
3 Importing CONTROLLER_PERMANENT_MSG Call by reference Object reference (TYPE REF TO) IF_WD_CONTROLLER Web Dynpro: Controller-Schnittstelle 20060418
4 Importing ENABLE_MESSAGE_NAVIGATION Call by reference Type reference (TYPE) ABAP_BOOL 20080229
5 Importing IS_PERMANENT Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20050901
6 Returning MESSAGE_ID Value transfer Type reference (TYPE) STRING 20080229
7 Importing MESSAGE_TEXT Call by reference Type reference (TYPE) CSEQUENCE Meldungstext 20030422
8 Importing MSG_INDEX Call by reference Type reference (TYPE) I 20060628
9 Importing MSG_USER_DATA Call by reference Object reference (TYPE REF TO) DATA Daten des Aufrufers für spätere Meldungsnavigation 20050127
10 Importing PARAMS Call by reference Type reference (TYPE) WDR_NAME_VALUE_LIST Parameter 20030422
11 Importing SCOPE_PERMANENT_MSG Call by reference Type reference (TYPE) WDR_MESSAGE_SCOPE CO_MSG_SCOPE_CONTROLLER Web-Dynpro: Lebensdauer einer Nachricht 20050901
12 Importing SHOW_AS_POPUP Call by reference Type reference (TYPE) ABAP_BOOL 20051108
13 Importing VIEW Call by reference Type reference (TYPE) STRING 20051108

Method REPORT_WARNING on Interface IF_WD_MESSAGE_MANAGER has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 640