2008 May 14 5:26 PM
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
2008 May 14 5:52 PM
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
2008 May 14 5:48 PM
FM name must be in capital inside the quotes.
Try like:
CALL FUNCTION 'ENQUE_SLEEP'
Regards,
Naimesh Patel
2008 May 14 5:52 PM
| User | Count |
|---|---|
| 6 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |