ABAP Keyword Documentation → ABAP - Reference → Obsolete Language Elements → Obsolete data and communication interfaces → Obsolete Wait
WAIT UNTIL - Short Form
Other versions:
7.31 | 7.40 | 7.54
Obsolete Syntax
WAIT UNTIL log_exp [UP TO sec SECONDS].
Effect
This statement works in the same way as
WAIT FOR ASYNCHRONOUS TASKS UNTIL logexp [UP TO sec SECONDS].
Note
The complete form using FOR ASYNCHRONOUS TASKS
should always be used. This addition indicates that an
asynchronous RFC is
expected and distinguishes the statement from WAIT FOR MESSAGING CHANNELS
, which is waiting for messages from
ABAP Messaging Channels.