2019 Nov 14 11:52 AM
Creating Exam evaluation in that I have to set timer in screen .. I don't know how set timer on screen
Creating Exam evaluation in that I have to set timer in screen .. I don't know how set timer on screen
2019 Nov 14 1:24 PM
To help you: call function module asynchronously with a callback subroutine.
PS: I don't see how valid is an exam which tells you to not use the latest technology.
2019 Nov 14 9:00 PM
2019 Nov 15 9:38 AM
RUSHIKESH SAWANT I thought you were looking for code "without OOPS" !
SAP_TIMER_DEMO is based on the "OOPS" class CL_GUI_TIMER.
If the interview question is without "OOPS", then it's probably based on "call function module asynchronously with a callback subroutine": (you may find more details in the forum by searching "refresh SET USER-COMMAND")
CALL FUNCTION 'wait one second' STARTING NEW TASK ... PERFORMING subr ON END OF TASK.
"(function module RFC_PING_AND_WAIT can be used for demo)
FORM subr USING task.
"SET USER-COMMAND to force user action so that to refresh screen
ENDFORM.
2019 Nov 15 2:41 AM
rushi24 You can achieve this by using Time Triggered UI element. Refer to below SAP documentation and its example of how to use it.
2019 Nov 15 7:55 AM
I think that the question is more for classic dynpro ("module pool screen") than for web dynpro.
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |