‎2008 Jun 27 5:19 AM
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.
‎2008 Jun 27 5:29 AM
Hi,
USe:
CALL FUNCTION 'ENQUE_SLEEP'
EXPORTING
seconds = w_waitperiod_in_seconds.
Regards
Raju Chitale
‎2008 Jun 27 5:47 AM
‎2008 Jun 27 5:58 AM
Hi,
You can use the following syntax:
WAIT UP TO sec SECONDS.
Regards,
Saurabh