Skip to content

ABAP Keyword Documentation →  ABAP - Quick Reference 

DEMAND - Quick reference

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 table itab. Otherwise messages are sent.