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

ENQUE_SLEEP function

Former Member
0 Likes
3,979

Hi,

ENQUE_SLEEP function, a Delay command functions for how many seconds

Thanks

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,850

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.

2 REPLIES 2
Read only

Former Member
0 Likes
1,850

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

Read only

Former Member
0 Likes
1,851

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.