wait up to 42 seconds.
Use when CPU processes are at a premium and when the implicit commit will not corrupt your data or cause a short dump because of an open database cursor.
CALL FUNCTION 'ENQUE_SLEEP'
EXPORTING
seconds = 42.
Use when you cannot afford an implicit commit, and the system can handle the work process(es) being tied up for the duration of the SLEEP command.