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

halting execution for a short span

Former Member
0 Likes
469

experts,

i have looped an internal table and used write statement to write the work area of the internal table.

during the printing process after displaying the 1 st record the system or printing process should halt or stop for few seconds before displaying the second record.

with regrads.

3 REPLIES 3
Read only

Former Member
0 Likes
453

Hi,

USe:

CALL FUNCTION 'ENQUE_SLEEP'

EXPORTING

seconds = w_waitperiod_in_seconds.

Regards

Raju Chitale

Read only

Former Member
0 Likes
453

You can make use of WAIT statement.

Read only

Former Member
0 Likes
453

Hi,

You can use the following syntax:

WAIT UP TO sec SECONDS.

Regards,

Saurabh