‎2008 Mar 29 6:19 AM
Hi,
ENQUE_SLEEP function, a Delay command functions for how many seconds
Thanks
‎2008 Mar 30 10:57 AM
Hi,
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.
Reward if helpful..
Madhavi.
‎2008 Mar 29 6:28 AM
Hi,
report ztest no standard page heading.
message i398(00) with 'Before the sleep wait 3 sec' .
call function 'ENQUE_SLEEP'
exporting
seconds = 3.
message i398(00) with 'After the sleep' .
Refer
https://forums.sdn.sap.com/click.jspa?searchID=10199158&messageID=1763789
Regards
Kiran Sure
‎2008 Mar 30 10:57 AM
Hi,
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.
Reward if helpful..
Madhavi.