Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

WAIT

Former Member
0 Likes
379

In 45B, can I use command WAIT

Does

call function 'ENQUE_SLEEP'

exporting

seconds = 2

exceptions

system_failure = 01.

Do the same thing as wait

1 REPLY 1
Read only

Former Member
0 Likes
338

It holts the farther execution for certain intervals .

Suppose you pass '10' to the Seconds import parameter of ENQUE_SLEEP. The FM will take 10 seconds to execute. Hence the farther execution of your program folw will halt for 10 seconds. The functionality is same as wait.