ABAP Keyword Documentation → ABAP - Quick Reference
DEMAND - Quick reference
Other versions: 7.31 | 7.40 | 7.54
Syntax
DEMAND val1 = f1 val2 = f2 ...
FROM CONTEXT context_ref
[MESSAGES INTO itab].
Effect
Obsolete
Addition
-
MESSAGES INTO itab
Appends messages of the context to the internal tableitab
. Otherwise messages are sent.