Skip to content

ABAP Keyword Documentation →  ABAP − Short Reference 

WAIT - Short Reference

Reference

Other versions: 7.31 | 7.40 | 7.54

Syntax


WAIT {UP TO t SECONDS} 
   | {FOR [ASYNCHRONOUS TASKS UNTIL log_exp [UP TO t SECONDS]]
          [MESSAGING CHANNELS UNTIL log_exp [UP TO t SECONDS]]}.

Effect

Interrupts the execution of a program.

Additions