Skip to content

ABAP Keyword Documentation →  ABAP − Reference →  Obsolete Language Elements →  Obsolete Data and Communication Interfaces →  Obsolete Wait 

WAIT UNTIL - Short Form

Quick Reference

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 or WAIT FOR PUSH CHANNELS, which are waiting for messages from ABAP Messaging Channels or ABAP Push Channels.