SAP NetWeaver AS ABAP Release 751, ©Copyright 2017 SAP AG. All rights reserved.
ABAP - Keyword Documentation → ABAP - Quick Reference → W
WAIT - Quick reference
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]]
[PUSH CHANNELS UNTIL
log_exp [UP TO t SECONDS]]}.
Effect
Interrupts the execution of a program.
Additions