SAP ABAP Programming, Functional and Basis Components Books


ENQUE_SLEEP - Delay command

This 3 command can be used after an update.  Usually after a COMMIT WORK.

* Delay for 3 seconds.

1.     WAIT UP TO 3 Seconds.

2.     call function 'ENQUE_SLEEP'
                    exporting
                                    seconds              =        3.

3.     CALL FUNCTION 'FMCT_WAIT_FOR_UPDATE'
                            EXPORTING
                                                  I_SEC = 3.

Back to Previous

Return to SAP Hints and Tips on Configuration and ABAP/4 Programming