i have executable program.

mycode.
START-OF-SELECTION.
PERFORM f_check USING lv_flag.
IF lv_flag IS NOT INITIAL.
MESSAGE 'Can''t Print' TYPE 'E'.
CALL SCREEN 1000.
ELSE.
PERFORM f_process_data.
PERFORM f_show_smartforms.
ENDIF.
after i run. screen stuck in blank like below.

I want back to first screen.but it's not work.
i hv tried CALL SCREEN 1000, CALL SCREEN 0, SUBMIT, but still stuck in blank.
Request clarification before answering.
Hi
The error message shows : cannot print
Please debug in your f_show_smartforms.
Also, did you handle - BACK - usercommand in your GUI_STATUS ?
Regards,
Venkat
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 10 | |
| 5 | |
| 5 | |
| 5 | |
| 5 | |
| 2 | |
| 2 | |
| 2 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.