SAP MESSAGE - Syntax ABAP Statements

Get Example source ABAP code based on a different SAP table
  


ABAP Code Snippet


ABAP 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].

Return to menu