SAP WAIT - Obsolete ABAP Statements



Get Example source ABAP code based on a different SAP table
  


ID WAIT-UNTIL
• WAIT UNTIL ABAP Statement

WAIT UNTIL, Short Form
Short Reference

ABAP_SYNTAX_OBS
WAIT UNTIL log_exp $[UP TO sec SECONDS$].

What does it do?
This statement works in the same way as
WAIT FOR ASYNCHRONOUS TASKS UNTIL logexp $[UP TO sec SECONDS$].



Latest notes:

The complete form using FOR ASYNCHRONOUS TASKS should always be used. This addition expresses 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.
ABAP_HINT_END

Return to menu