Skip to content

ABAP Keyword Documentation →  ABAP - Reference →  User Dialogs 

Messages

Messages are repository objects that are maintained using the message maintenance 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 you to create messages for objects and display them 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

Continue

Storing Messages

Behavior of messages

MESSAGE

System Interface for Messages