Hierarchy

⤷

⤷

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 | ![]() |
Instance method | Public | Method | Delete All Messages | 20031001 |
2 | ![]() |
Instance method | Public | Method | Returns all messages | 20070411 |
3 | ![]() |
Instance method | Public | Method | Returns the message for a MESSAGE_ID | 20080307 |
4 | ![]() |
Instance method | Public | Method | Query whether there are validation messages | 20070524 |
5 | ![]() |
Instance method | Public | Method | Query whether there are validation messages for a window | 20061201 |
6 | ![]() |
Instance method | Public | Method | Query Whether Messages Exist | 20030224 |
7 | ![]() |
Instance method | Public | Method | Obsolete | 20030224 |
8 | ![]() |
Instance method | Public | Method | Obsolete | 20030422 |
9 | ![]() |
Instance method | Public | Method | Obsolete | 20030224 |
10 | ![]() |
Instance method | Public | Method | Obsolete | 20030707 |
11 | ![]() |
Instance method | Public | Method | Obsolete | 20030707 |
12 | ![]() |
Instance method | Public | Method | Obsolete | 20030422 |
13 | ![]() |
Instance method | Public | Method | Deletes an individual message | 20070524 |
14 | ![]() |
Instance method | Public | Method | Reports a WD Exception for a Context Attribute | 20030423 |
15 | ![]() |
Instance method | Public | Method | Reports a WD Exception for a Context Attribute | 20030224 |
16 | ![]() |
Instance method | Public | Method | Reports a message for a context attribute | 20080725 |
17 | ![]() |
Instance method | Public | Method | Reports a WD Exception for a Context Attribute | 20040730 |
18 | ![]() |
Instance method | Public | Method | Reports a Web Dynpro exception related to context attributes | 20060620 |
19 | ![]() |
Instance method | Public | Method | Reports a Web Dynpro exception related to context attributes | 20060620 |
20 | ![]() |
Instance method | Public | Method | Reports a Web Dynpro exception related to context attributes | 20060620 |
21 | ![]() |
Instance method | Public | Method | Reports a Web Dynpro Message with Optional Parameters | 20030422 |
22 | ![]() |
Instance method | Public | Method | Reports a Web Dynpro Exception (May Return) | 20030224 |
23 | ![]() |
Instance method | Public | Method | Reports a Fatal WD Exception Message w/ Optional Parameters | 20030707 |
24 | ![]() |
Instance method | Public | Method | Reports a Fatal Web Dynpro Exception | 20030707 |
25 | ![]() |
Instance method | Public | Method | Reports a message | 20080725 |
26 | ![]() |
Instance method | Public | Method | Reports a Success Message | 20030224 |
27 | ![]() |
Instance method | Public | Method | Reports a Message Using a T100 Entry | 20030422 |
28 | ![]() |
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 | ![]() |
INCLUDING_PERMANENT_MSG | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | Löscht auch permanente Meldungen | 20050901 | |
2 | ![]() |
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 | ![]() |
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 | ![]() |
MESSAGE_ID | Call by reference | Type reference (TYPE) | STRING | 20080307 | |||
2 | ![]() |
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 | ![]() |
HAS_VALIDATION_ERRORS | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20070524 | |||
2 | ![]() |
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 | ![]() |
HAS_VALIDATION_ERRORS | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20061201 | |||
2 | ![]() |
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 | ![]() |
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 | ![]() |
ATTRIBUTE_NAME | Call by reference | Type reference (TYPE) | STRING | Attribut-Name | 20030422 | ||
2 | ![]() |
ELEMENT | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_ELEMENT | Referenz zum Element | 20030424 | ||
3 | ![]() |
MESSAGE_OBJECT | Call by reference | Object reference (TYPE REF TO) | IF_MESSAGE | Message-Objekt | 20030422 | ||
4 | ![]() |
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 | ![]() |
MESSAGE_TEXT | Call by reference | Type reference (TYPE) | CSEQUENCE | Meldungstext | 20030422 | ||
2 | ![]() |
MSG_USER_DATA | Call by reference | Object reference (TYPE REF TO) | DATA | Daten des Aufrufers für spätere Meldungsnavigation | 20050127 | ||
3 | ![]() |
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 | ![]() |
MESSAGE_OBJECT | Call by reference | Object reference (TYPE REF TO) | IF_MESSAGE | 20030422 | |||
2 | ![]() |
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 | ![]() |
MESSAGE_TEXT | Call by reference | Type reference (TYPE) | CSEQUENCE | Meldungstext | 20030707 | ||
2 | ![]() |
MSG_USER_DATA | Call by reference | Object reference (TYPE REF TO) | DATA | Daten des Aufrufers für spätere Meldungsnavigation | 20050127 | ||
3 | ![]() |
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 | ![]() |
MESSAGE_OBJECT | Call by reference | Object reference (TYPE REF TO) | IF_MESSAGE | 20030707 | |||
2 | ![]() |
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 | ![]() |
MSGID | Call by reference | Type reference (TYPE) | SYST-MSGID | Nachrichten-Identifikation | 20030422 | ||
2 | ![]() |
MSGNO | Call by reference | Type reference (TYPE) | SYST-MSGNO | Nachrichtennummer | 20030422 | ||
3 | ![]() |
MSGTY | Call by reference | Type reference (TYPE) | SYST-MSGTY | Nachrichtentyp | 20030422 | ||
4 | ![]() |
MSG_USER_DATA | Call by reference | Object reference (TYPE REF TO) | DATA | Daten des Aufrufers für spätere Meldungsnavigation | 20050127 | ||
5 | ![]() |
P1 | Call by reference | Type reference (TYPE) | SYST-MSGV1 | 1. Parameter | 20030422 | ||
6 | ![]() |
P2 | Call by reference | Type reference (TYPE) | SYST-MSGV2 | 2. Parameter | 20030422 | ||
7 | ![]() |
P3 | Call by reference | Type reference (TYPE) | SYST-MSGV3 | 3. Parameter | 20030422 | ||
8 | ![]() |
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 | ![]() |
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 | ![]() |
ATTRIBUTE_NAME | Call by reference | Type reference (TYPE) | STRING | Attribut-Name | 20030423 | ||
2 | ![]() |
CANCEL_NAVIGATION | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20060818 | |||
3 | ![]() |
COMPONENT | Call by reference | Object reference (TYPE REF TO) | IF_WD_COMPONENT | Web Dynpro: Component | 20090313 | ||
4 | ![]() |
ELEMENT | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_ELEMENT | Element-Referenz | 20030424 | ||
5 | ![]() |
ENABLE_MESSAGE_NAVIGATION | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20080229 | |||
6 | ![]() |
IS_PERMANENT | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20050901 | ||
7 | ![]() |
IS_VALIDATION_INDEPENDENT | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | Soll eine Standard-Aktion dennoch ausgeführt werden? | 20070220 | |
8 | ![]() |
MESSAGE_ID | Value transfer | Type reference (TYPE) | STRING | 20080229 | |||
9 | ![]() |
MESSAGE_TEXT | Call by reference | Type reference (TYPE) | CSEQUENCE | Meldungstext | 20030423 | ||
10 | ![]() |
MSG_INDEX | Call by reference | Type reference (TYPE) | I | 20060628 | |||
11 | ![]() |
MSG_USER_DATA | Call by reference | Object reference (TYPE REF TO) | DATA | Daten des Aufrufers für spätere Meldungsnavigation | 20050127 | ||
12 | ![]() |
PARAMS | Call by reference | Type reference (TYPE) | WDR_NAME_VALUE_LIST | Parameterliste | 20030423 | ||
13 | ![]() |
SCOPE_PERMANENT_MSG | Call by reference | Type reference (TYPE) | WDR_MESSAGE_SCOPE | CO_MSG_SCOPE_CTXT_ELEMENT | Web-Dynpro: Lebensdauer einer Nachricht | 20050901 | |
14 | ![]() |
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 | ![]() |
ATTRIBUTE_NAME | Call by reference | Type reference (TYPE) | STRING | Attribut-Name | 20030422 | ||
2 | ![]() |
CANCEL_NAVIGATION | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20060818 | |||
3 | ![]() |
COMPONENT | Call by reference | Object reference (TYPE REF TO) | IF_WD_COMPONENT | Web Dynpro: Component | 20090313 | ||
4 | ![]() |
ELEMENT | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_ELEMENT | Element-Referenz | 20030424 | ||
5 | ![]() |
ENABLE_MESSAGE_NAVIGATION | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20080229 | |||
6 | ![]() |
IS_PERMANENT | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20050901 | ||
7 | ![]() |
IS_VALIDATION_INDEPENDENT | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | Soll eine Standard-Aktion dennoch ausgeführt werden? | 20070220 | |
8 | ![]() |
MESSAGE_ID | Value transfer | Type reference (TYPE) | STRING | 20080229 | |||
9 | ![]() |
MESSAGE_OBJECT | Call by reference | Object reference (TYPE REF TO) | IF_MESSAGE | Meldungsobjekt | 20030422 | ||
10 | ![]() |
MESSAGE_TYPE | Call by reference | Type reference (TYPE) | I | CO_TYPE_ERROR | Schwere des Fehlers (siehe Konstanten) | 20050404 | |
11 | ![]() |
MSG_INDEX | Call by reference | Type reference (TYPE) | I | 20060628 | |||
12 | ![]() |
MSG_USER_DATA | Call by reference | Object reference (TYPE REF TO) | DATA | Daten des Aufrufers für spätere Meldungsnavigation | 20050127 | ||
13 | ![]() |
SCOPE_PERMANENT_MSG | Call by reference | Type reference (TYPE) | WDR_MESSAGE_SCOPE | CO_MSG_SCOPE_CTXT_ELEMENT | Web-Dynpro: Lebensdauer einer Nachricht | 20050901 | |
14 | ![]() |
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 | ![]() |
ATTRIBUTE_NAME | Call by reference | Type reference (TYPE) | STRING | Attribut-Name | 20080725 | ||
2 | ![]() |
CANCEL_NAVIGATION | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20080725 | |||
3 | ![]() |
COMPONENT | Call by reference | Object reference (TYPE REF TO) | IF_WD_COMPONENT | Web Dynpro: Component | 20090313 | ||
4 | ![]() |
ELEMENT | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_ELEMENT | Element-Referenz | 20080725 | ||
5 | ![]() |
ENABLE_MESSAGE_NAVIGATION | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20080725 | |||
6 | ![]() |
IS_PERMANENT | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20080725 | ||
7 | ![]() |
IS_VALIDATION_INDEPENDENT | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | Soll eine Standard-Aktion dennoch ausgeführt werden? | 20080725 | |
8 | ![]() |
MESSAGE_ID | Value transfer | Type reference (TYPE) | STRING | 20080725 | |||
9 | ![]() |
MESSAGE_TEXT | Call by reference | Type reference (TYPE) | CSEQUENCE | Meldungstext | 20080725 | ||
10 | ![]() |
MESSAGE_TYPE | Call by reference | Type reference (TYPE) | I | CO_TYPE_ERROR | 20080725 | ||
11 | ![]() |
MSG_INDEX | Call by reference | Type reference (TYPE) | I | 20080725 | |||
12 | ![]() |
MSG_USER_DATA | Call by reference | Object reference (TYPE REF TO) | DATA | Daten des Aufrufers für spätere Meldungsnavigation | 20080725 | ||
13 | ![]() |
PARAMS | Call by reference | Type reference (TYPE) | WDR_NAME_VALUE_LIST | Parameterliste | 20080725 | ||
14 | ![]() |
SCOPE_PERMANENT_MSG | Call by reference | Type reference (TYPE) | WDR_MESSAGE_SCOPE | CO_MSG_SCOPE_CTXT_ELEMENT | Web-Dynpro: Lebensdauer einer Nachricht | 20080725 | |
15 | ![]() |
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 | ![]() |
ATTRIBUTE_NAME | Call by reference | Type reference (TYPE) | STRING | Attribut-Name | 20040730 | ||
2 | ![]() |
CANCEL_NAVIGATION | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20060818 | |||
3 | ![]() |
COMPONENT | Call by reference | Object reference (TYPE REF TO) | IF_WD_COMPONENT | Web Dynpro: Component | 20090313 | ||
4 | ![]() |
ELEMENT | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_ELEMENT | Element-Referenz | 20040730 | ||
5 | ![]() |
ENABLE_MESSAGE_NAVIGATION | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20080229 | |||
6 | ![]() |
IS_PERMANENT | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20050901 | ||
7 | ![]() |
IS_VALIDATION_INDEPENDENT | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | Soll eine Standard-Aktion dennoch ausgeführt werden? | 20070220 | |
8 | ![]() |
MESSAGE_ID | Value transfer | Type reference (TYPE) | STRING | 20080229 | |||
9 | ![]() |
MESSAGE_TYPE | Call by reference | Type reference (TYPE) | I | CO_TYPE_ERROR | Schwere der Meldung (siehe Konstanten) | 20050404 | |
10 | ![]() |
MSG | Call by reference | Type reference (TYPE) | SYMSG | T100 Meldung | 20040730 | ||
11 | ![]() |
MSG_INDEX | Call by reference | Type reference (TYPE) | I | 20060628 | |||
12 | ![]() |
MSG_USER_DATA | Call by reference | Object reference (TYPE REF TO) | DATA | Daten des Aufrufers für spätere Meldungsnavigation | 20050127 | ||
13 | ![]() |
SCOPE_PERMANENT_MSG | Call by reference | Type reference (TYPE) | WDR_MESSAGE_SCOPE | CO_MSG_SCOPE_CTXT_ELEMENT | Web-Dynpro: Lebensdauer einer Nachricht | 20050901 | |
14 | ![]() |
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 | ![]() |
ATTRIBUTES | Call by reference | Type reference (TYPE) | STRING_TABLE | Attribut-Name | 20060620 | ||
2 | ![]() |
CANCEL_NAVIGATION | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20060818 | |||
3 | ![]() |
COMPONENT | Call by reference | Object reference (TYPE REF TO) | IF_WD_COMPONENT | Web Dynpro: Component | 20090313 | ||
4 | ![]() |
ELEMENT | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_ELEMENT | Element-Referenz | 20060620 | ||
5 | ![]() |
ENABLE_MESSAGE_NAVIGATION | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20080229 | |||
6 | ![]() |
IS_PERMANENT | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20060620 | ||
7 | ![]() |
IS_VALIDATION_INDEPENDENT | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | Soll eine Standard-Aktion dennoch ausgeführt werden? | 20070220 | |
8 | ![]() |
MESSAGE_ID | Value transfer | Type reference (TYPE) | STRING | 20080229 | |||
9 | ![]() |
MESSAGE_TEXT | Call by reference | Type reference (TYPE) | CSEQUENCE | Meldungstext | 20060620 | ||
10 | ![]() |
MSG_INDEX | Call by reference | Type reference (TYPE) | I | 20060628 | |||
11 | ![]() |
MSG_USER_DATA | Call by reference | Object reference (TYPE REF TO) | DATA | Daten des Aufrufers für spätere Meldungsnavigation | 20060620 | ||
12 | ![]() |
PARAMS | Call by reference | Type reference (TYPE) | WDR_NAME_VALUE_LIST | Parameterliste | 20060620 | ||
13 | ![]() |
SCOPE_PERMANENT_MSG | Call by reference | Type reference (TYPE) | WDR_MESSAGE_SCOPE | CO_MSG_SCOPE_CTXT_ELEMENT | Web-Dynpro: Lebensdauer einer Nachricht | 20060620 | |
14 | ![]() |
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 | ![]() |
ATTRIBUTES | Call by reference | Type reference (TYPE) | STRING_TABLE | Attribut-Namen | 20060620 | ||
2 | ![]() |
CANCEL_NAVIGATION | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20060818 | |||
3 | ![]() |
COMPONENT | Call by reference | Object reference (TYPE REF TO) | IF_WD_COMPONENT | Web Dynpro: Component | 20090313 | ||
4 | ![]() |
ELEMENT | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_ELEMENT | Element-Referenz | 20060620 | ||
5 | ![]() |
ENABLE_MESSAGE_NAVIGATION | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20080229 | |||
6 | ![]() |
IS_PERMANENT | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20060620 | ||
7 | ![]() |
IS_VALIDATION_INDEPENDENT | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | Soll eine Standard-Aktion dennoch ausgeführt werden? | 20070220 | |
8 | ![]() |
MESSAGE_ID | Value transfer | Type reference (TYPE) | STRING | 20080229 | |||
9 | ![]() |
MESSAGE_OBJECT | Call by reference | Object reference (TYPE REF TO) | IF_MESSAGE | Meldungsobjekt | 20060620 | ||
10 | ![]() |
MESSAGE_TYPE | Call by reference | Type reference (TYPE) | I | CO_TYPE_ERROR | Schwere des Fehlers (siehe Konstanten) | 20060620 | |
11 | ![]() |
MSG_INDEX | Call by reference | Type reference (TYPE) | I | 20060628 | |||
12 | ![]() |
MSG_USER_DATA | Call by reference | Object reference (TYPE REF TO) | DATA | Daten des Aufrufers für spätere Meldungsnavigation | 20060620 | ||
13 | ![]() |
SCOPE_PERMANENT_MSG | Call by reference | Type reference (TYPE) | WDR_MESSAGE_SCOPE | CO_MSG_SCOPE_CTXT_ELEMENT | Web-Dynpro: Lebensdauer einer Nachricht | 20060620 | |
14 | ![]() |
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 | ![]() |
ATTRIBUTES | Call by reference | Type reference (TYPE) | STRING_TABLE | Attribut-Namen | 20060620 | ||
2 | ![]() |
CANCEL_NAVIGATION | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20060818 | |||
3 | ![]() |
COMPONENT | Call by reference | Object reference (TYPE REF TO) | IF_WD_COMPONENT | Web Dynpro: Component | 20090313 | ||
4 | ![]() |
ELEMENT | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_ELEMENT | Element-Referenz | 20060620 | ||
5 | ![]() |
ENABLE_MESSAGE_NAVIGATION | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20080229 | |||
6 | ![]() |
IS_PERMANENT | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20060620 | ||
7 | ![]() |
IS_VALIDATION_INDEPENDENT | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | Soll eine Standard-Aktion dennoch ausgeführt werden? | 20070220 | |
8 | ![]() |
MESSAGE_ID | Value transfer | Type reference (TYPE) | STRING | 20080229 | |||
9 | ![]() |
MESSAGE_TYPE | Call by reference | Type reference (TYPE) | I | CO_TYPE_ERROR | Schwere der Meldung (siehe Konstanten) | 20060620 | |
10 | ![]() |
MSG | Call by reference | Type reference (TYPE) | SYMSG | T100 Meldung | 20060620 | ||
11 | ![]() |
MSG_INDEX | Call by reference | Type reference (TYPE) | I | 20060628 | |||
12 | ![]() |
MSG_USER_DATA | Call by reference | Object reference (TYPE REF TO) | DATA | Daten des Aufrufers für spätere Meldungsnavigation | 20060620 | ||
13 | ![]() |
SCOPE_PERMANENT_MSG | Call by reference | Type reference (TYPE) | WDR_MESSAGE_SCOPE | CO_MSG_SCOPE_CTXT_ELEMENT | Web-Dynpro: Lebensdauer einer Nachricht | 20060620 | |
14 | ![]() |
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 | ![]() |
CANCEL_NAVIGATION | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20060818 | |||
2 | ![]() |
COMPONENT | Call by reference | Object reference (TYPE REF TO) | IF_WD_COMPONENT | Web Dynpro: Component | 20090313 | ||
3 | ![]() |
CONTROLLER_PERMANENT_MSG | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTROLLER | Web Dynpro: Controller-Schnittstelle | 20060418 | ||
4 | ![]() |
ENABLE_MESSAGE_NAVIGATION | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20080229 | |||
5 | ![]() |
IS_PERMANENT | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20050901 | ||
6 | ![]() |
MESSAGE_ID | Value transfer | Type reference (TYPE) | STRING | 20080229 | |||
7 | ![]() |
MESSAGE_TEXT | Call by reference | Type reference (TYPE) | CSEQUENCE | Meldungstext | 20030422 | ||
8 | ![]() |
MSG_INDEX | Call by reference | Type reference (TYPE) | I | 20060628 | |||
9 | ![]() |
MSG_USER_DATA | Call by reference | Object reference (TYPE REF TO) | DATA | Daten des Aufrufers für spätere Meldungsnavigation | 20050127 | ||
10 | ![]() |
PARAMS | Call by reference | Type reference (TYPE) | WDR_NAME_VALUE_LIST | Parameterliste | 20030422 | ||
11 | ![]() |
SCOPE_PERMANENT_MSG | Call by reference | Type reference (TYPE) | WDR_MESSAGE_SCOPE | CO_MSG_SCOPE_CONTROLLER | Web-Dynpro: Lebensdauer einer Nachricht | 20050901 | |
12 | ![]() |
SHOW_AS_POPUP | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20051108 | |||
13 | ![]() |
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 | ![]() |
CANCEL_NAVIGATION | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20060818 | |||
2 | ![]() |
COMPONENT | Call by reference | Object reference (TYPE REF TO) | IF_WD_COMPONENT | Web Dynpro: Component | 20090313 | ||
3 | ![]() |
CONTROLLER_PERMANENT_MSG | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTROLLER | Web Dynpro: Controller-Schnittstelle | 20060418 | ||
4 | ![]() |
ENABLE_MESSAGE_NAVIGATION | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20080229 | |||
5 | ![]() |
IS_PERMANENT | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20050901 | ||
6 | ![]() |
MESSAGE_ID | Value transfer | Type reference (TYPE) | STRING | 20080229 | |||
7 | ![]() |
MESSAGE_OBJECT | Call by reference | Object reference (TYPE REF TO) | IF_MESSAGE | 20030422 | |||
8 | ![]() |
MESSAGE_TYPE | Call by reference | Type reference (TYPE) | I | CO_TYPE_ERROR | Schwere der Message (siehe Konstanten) | 20050404 | |
9 | ![]() |
MSG_INDEX | Call by reference | Type reference (TYPE) | I | 20060628 | |||
10 | ![]() |
MSG_USER_DATA | Call by reference | Object reference (TYPE REF TO) | DATA | 20050127 | |||
11 | ![]() |
SCOPE_PERMANENT_MSG | Call by reference | Type reference (TYPE) | WDR_MESSAGE_SCOPE | CO_MSG_SCOPE_CONTROLLER | Web-Dynpro: Lebensdauer einer Nachricht | 20050901 | |
12 | ![]() |
SHOW_AS_POPUP | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20051108 | |||
13 | ![]() |
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 | ![]() |
CANCEL_NAVIGATION | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20060818 | |||
2 | ![]() |
COMPONENT | Call by reference | Object reference (TYPE REF TO) | IF_WD_COMPONENT | Web Dynpro: Component | 20090313 | ||
3 | ![]() |
CONTROLLER_PERMANENT_MSG | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTROLLER | Web Dynpro: Controller-Schnittstelle | 20060418 | ||
4 | ![]() |
ENABLE_MESSAGE_NAVIGATION | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20080229 | |||
5 | ![]() |
IS_PERMANENT | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20050901 | ||
6 | ![]() |
MESSAGE_ID | Value transfer | Type reference (TYPE) | STRING | 20080229 | |||
7 | ![]() |
MESSAGE_TEXT | Call by reference | Type reference (TYPE) | CSEQUENCE | Meldungstext | 20030707 | ||
8 | ![]() |
MSG_INDEX | Call by reference | Type reference (TYPE) | I | 20060628 | |||
9 | ![]() |
MSG_USER_DATA | Call by reference | Object reference (TYPE REF TO) | DATA | Daten des Aufrufers für spätere Meldungsnavigation | 20050127 | ||
10 | ![]() |
PARAMS | Call by reference | Type reference (TYPE) | WDR_NAME_VALUE_LIST | Parameterliste | 20030707 | ||
11 | ![]() |
SCOPE_PERMANENT_MSG | Call by reference | Type reference (TYPE) | WDR_MESSAGE_SCOPE | CO_MSG_SCOPE_CONTROLLER | Web-Dynpro: Lebensdauer einer Nachricht | 20050901 | |
12 | ![]() |
SHOW_AS_POPUP | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20051108 | |||
13 | ![]() |
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 | ![]() |
CANCEL_NAVIGATION | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20060818 | |||
2 | ![]() |
COMPONENT | Call by reference | Object reference (TYPE REF TO) | IF_WD_COMPONENT | Web Dynpro: Component | 20090313 | ||
3 | ![]() |
CONTROLLER_PERMANENT_MSG | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTROLLER | Web Dynpro: Controller-Schnittstelle | 20060418 | ||
4 | ![]() |
ENABLE_MESSAGE_NAVIGATION | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20080229 | |||
5 | ![]() |
IS_PERMANENT | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20050901 | ||
6 | ![]() |
MESSAGE_ID | Value transfer | Type reference (TYPE) | STRING | 20080229 | |||
7 | ![]() |
MESSAGE_OBJECT | Call by reference | Object reference (TYPE REF TO) | IF_MESSAGE | 20030707 | |||
8 | ![]() |
MSG_INDEX | Call by reference | Type reference (TYPE) | I | 20060628 | |||
9 | ![]() |
MSG_USER_DATA | Call by reference | Object reference (TYPE REF TO) | DATA | Daten des Aufrufers für spätere Meldungsnavigation | 20050127 | ||
10 | ![]() |
SCOPE_PERMANENT_MSG | Call by reference | Type reference (TYPE) | WDR_MESSAGE_SCOPE | CO_MSG_SCOPE_CONTROLLER | Web-Dynpro: Lebensdauer einer Nachricht | 20050901 | |
11 | ![]() |
SHOW_AS_POPUP | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20051108 | |||
12 | ![]() |
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 | ![]() |
CANCEL_NAVIGATION | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20080725 | |||
2 | ![]() |
COMPONENT | Call by reference | Object reference (TYPE REF TO) | IF_WD_COMPONENT | Web Dynpro: Component | 20090313 | ||
3 | ![]() |
CONTROLLER_PERMANENT_MSG | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTROLLER | Web Dynpro: Controller-Schnittstelle | 20080725 | ||
4 | ![]() |
ENABLE_MESSAGE_NAVIGATION | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20080725 | |||
5 | ![]() |
IS_PERMANENT | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20080725 | ||
6 | ![]() |
MESSAGE_ID | Value transfer | Type reference (TYPE) | STRING | 20080725 | |||
7 | ![]() |
MESSAGE_TEXT | Call by reference | Type reference (TYPE) | CSEQUENCE | Meldungstext | 20080725 | ||
8 | ![]() |
MESSAGE_TYPE | Call by reference | Type reference (TYPE) | I | CO_TYPE_ERROR | 20080725 | ||
9 | ![]() |
MSG_INDEX | Call by reference | Type reference (TYPE) | I | 20080725 | |||
10 | ![]() |
MSG_USER_DATA | Call by reference | Object reference (TYPE REF TO) | DATA | Daten des Aufrufers für spätere Meldungsnavigation | 20080725 | ||
11 | ![]() |
PARAMS | Call by reference | Type reference (TYPE) | WDR_NAME_VALUE_LIST | Parameter | 20080725 | ||
12 | ![]() |
SCOPE_PERMANENT_MSG | Call by reference | Type reference (TYPE) | WDR_MESSAGE_SCOPE | CO_MSG_SCOPE_CONTROLLER | Web-Dynpro: Lebensdauer einer Nachricht | 20080725 | |
13 | ![]() |
SHOW_AS_POPUP | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20080725 | |||
14 | ![]() |
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 | ![]() |
CANCEL_NAVIGATION | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20060818 | |||
2 | ![]() |
COMPONENT | Call by reference | Object reference (TYPE REF TO) | IF_WD_COMPONENT | Web Dynpro: Component | 20090313 | ||
3 | ![]() |
CONTROLLER_PERMANENT_MSG | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTROLLER | Web Dynpro: Controller-Schnittstelle | 20060418 | ||
4 | ![]() |
ENABLE_MESSAGE_NAVIGATION | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20080229 | |||
5 | ![]() |
IS_PERMANENT | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20050901 | ||
6 | ![]() |
MESSAGE_ID | Value transfer | Type reference (TYPE) | STRING | 20080229 | |||
7 | ![]() |
MESSAGE_TEXT | Call by reference | Type reference (TYPE) | CSEQUENCE | Meldungstext | 20030422 | ||
8 | ![]() |
MSG_INDEX | Call by reference | Type reference (TYPE) | I | 20060628 | |||
9 | ![]() |
MSG_USER_DATA | Call by reference | Object reference (TYPE REF TO) | DATA | Daten des Aufrufers für spätere Meldungsnavigation | 20050127 | ||
10 | ![]() |
PARAMS | Call by reference | Type reference (TYPE) | WDR_NAME_VALUE_LIST | Parameterliste | 20030422 | ||
11 | ![]() |
SCOPE_PERMANENT_MSG | Call by reference | Type reference (TYPE) | WDR_MESSAGE_SCOPE | CO_MSG_SCOPE_CONTROLLER | Web-Dynpro: Lebensdauer einer Nachricht | 20050901 | |
12 | ![]() |
SHOW_AS_POPUP | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20051108 | |||
13 | ![]() |
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 | ![]() |
CANCEL_NAVIGATION | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20060818 | |||
2 | ![]() |
COMPONENT | Call by reference | Object reference (TYPE REF TO) | IF_WD_COMPONENT | Web Dynpro: Component | 20090313 | ||
3 | ![]() |
CONTROLLER_PERMANENT_MSG | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTROLLER | Web Dynpro: Controller-Schnittstelle | 20060418 | ||
4 | ![]() |
ENABLE_MESSAGE_NAVIGATION | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20080229 | |||
5 | ![]() |
IS_PERMANENT | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20050901 | ||
6 | ![]() |
MESSAGE_ID | Value transfer | Type reference (TYPE) | STRING | 20080229 | |||
7 | ![]() |
MSGID | Call by reference | Type reference (TYPE) | SYST-MSGID | Nachrichten-Identifikation | 20030422 | ||
8 | ![]() |
MSGNO | Call by reference | Type reference (TYPE) | SYST-MSGNO | Nachrichtennummer | 20030422 | ||
9 | ![]() |
MSGTY | Call by reference | Type reference (TYPE) | SYST-MSGTY | Nachrichtentyp | 20030422 | ||
10 | ![]() |
MSG_INDEX | Call by reference | Type reference (TYPE) | I | 20060628 | |||
11 | ![]() |
MSG_USER_DATA | Call by reference | Object reference (TYPE REF TO) | DATA | Daten des Aufrufers für spätere Meldungsnavigation | 20050127 | ||
12 | ![]() |
P1 | Call by reference | Type reference (TYPE) | SYST-MSGV1 | 1. Parameter | 20030422 | ||
13 | ![]() |
P2 | Call by reference | Type reference (TYPE) | SYST-MSGV2 | 2. Parameter | 20030422 | ||
14 | ![]() |
P3 | Call by reference | Type reference (TYPE) | SYST-MSGV3 | 3. Parameter | 20030422 | ||
15 | ![]() |
P4 | Call by reference | Type reference (TYPE) | SYST-MSGV4 | 4. Parameter | 20030422 | ||
16 | ![]() |
SCOPE_PERMANENT_MSG | Call by reference | Type reference (TYPE) | WDR_MESSAGE_SCOPE | CO_MSG_SCOPE_CONTROLLER | Web-Dynpro: Lebensdauer einer Nachricht | 20050901 | |
17 | ![]() |
SHOW_AS_POPUP | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20051108 | |||
18 | ![]() |
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 | ![]() |
CANCEL_NAVIGATION | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20060818 | |||
2 | ![]() |
COMPONENT | Call by reference | Object reference (TYPE REF TO) | IF_WD_COMPONENT | Web Dynpro: Component | 20090313 | ||
3 | ![]() |
CONTROLLER_PERMANENT_MSG | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTROLLER | Web Dynpro: Controller-Schnittstelle | 20060418 | ||
4 | ![]() |
ENABLE_MESSAGE_NAVIGATION | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20080229 | |||
5 | ![]() |
IS_PERMANENT | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20050901 | ||
6 | ![]() |
MESSAGE_ID | Value transfer | Type reference (TYPE) | STRING | 20080229 | |||
7 | ![]() |
MESSAGE_TEXT | Call by reference | Type reference (TYPE) | CSEQUENCE | Meldungstext | 20030422 | ||
8 | ![]() |
MSG_INDEX | Call by reference | Type reference (TYPE) | I | 20060628 | |||
9 | ![]() |
MSG_USER_DATA | Call by reference | Object reference (TYPE REF TO) | DATA | Daten des Aufrufers für spätere Meldungsnavigation | 20050127 | ||
10 | ![]() |
PARAMS | Call by reference | Type reference (TYPE) | WDR_NAME_VALUE_LIST | Parameter | 20030422 | ||
11 | ![]() |
SCOPE_PERMANENT_MSG | Call by reference | Type reference (TYPE) | WDR_MESSAGE_SCOPE | CO_MSG_SCOPE_CONTROLLER | Web-Dynpro: Lebensdauer einer Nachricht | 20050901 | |
12 | ![]() |
SHOW_AS_POPUP | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20051108 | |||
13 | ![]() |
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 |