ABAP Keyword Documentation →  ABAP − Short Reference → 

MESSAGE - Short Reference

Reference

Syntax

MESSAGE { tn
        | tn(id)
        | {ID mid TYPE mtype NUMBER num}
        | {oref TYPE mtype}
        | {text TYPE mtype} }
        { { [DISPLAY LIKE dtype]
            [RAISING exception] }
        | [INTO text] }
        [WITH dobj1 ... dobj4].


Effect

Sends a message.

Additions

Specification of the message and message type:

Specification of the display type:

Raises a non-class-based exception