2007 Jul 12 9:23 AM
Hi.
I have a selection screen with a select options.
in the execution of the program i have the next code:
IF i_ztbanexcontrol[] IS INITIAL.
MESSAGE i000(zsd) WITH 'No se han seleccionado anexos'.<u>
in this case i want back to selection screen</u>
How????
ENDIF.Thanks
2007 Jul 12 9:30 AM
Hi,
Use Stop after Message..
IF i_ztbanexcontrol[] IS INITIAL.
MESSAGE i000(zsd) WITH 'No se han seleccionado anexos'.
<b>STOP.</b>
ENDIF.
Reward if helpful.
Hi,
Use Stop after Message..
IF i_ztbanexcontrol[] IS INITIAL.
MESSAGE i000(zsd) WITH 'No se han seleccionado anexos'.
<b>STOP.</b>
ENDIF.
Reward if helpful.
2007 Jul 12 9:26 AM
2007 Jul 12 9:29 AM
2007 Jul 12 9:30 AM
2007 Jul 12 9:30 AM
Hi,
Use Stop after Message..
IF i_ztbanexcontrol[] IS INITIAL.
MESSAGE i000(zsd) WITH 'No se han seleccionado anexos'.
<b>STOP.</b>
ENDIF.
Reward if helpful.
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |