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 module...

Former Member
0 Likes
1,019

i tried to call enque_sleep in my report...but it wouldn't work out...

WRITE : / 'HALLO APA KABAR'.

CALL FUNCTION 'enque_sleep'

IMPORTING

seconds = 10.

WRITE : / 'HALLO APA KABAR'.

anybody could help me ??

thanks

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
644

Use the command: WAIT UP TO n SECONDS.

2 REPLIES 2
Read only

naimesh_patel
Active Contributor
0 Likes
644

FM name must be in capital inside the quotes.

Try like:


              CALL FUNCTION 'ENQUE_SLEEP'

Regards,

Naimesh Patel

Read only

Former Member
0 Likes
645

Use the command: WAIT UP TO n SECONDS.