ABAP Keyword Documentation → ABAP - Reference → User Dialogs
Messages
Messages are repository objects that are
defined using the
message editing tool
in ABAP Workbench and called by the MESSAGE
statement in the ABAP program. The
behavior of a message depends on the context in which it was sent. The system interface
IF_T100_MESSAGE enables messages to be associated with objects and displayed using the statement MESSAGE
.
Other versions: 7.31 | 7.40 | 7.54
Programming Guideline
Only use messages for error handling in classic dynpros and as exception texts