2007 Dec 04 11:43 AM
Hello,
how can i abort the PBO processing, if the save_ok is f.e. 'TEST'.
Best regards,
TomSd
Hello,
how can i abort the PBO processing, if the save_ok is f.e. 'TEST'.
Best regards,
TomSd
2007 Dec 04 12:07 PM
You'd normally abort in the PAI. Using something like MODULE EXIT_COMMAND AT EXIT-COMMAND as the first line of the flow logic of the screen, where the module EXIT_COMMAND contains "IF ok_code = 'TEST'. LEAVE TO SCREEN 0. ENDIF.".
Otherwise, try leave to screen 0 in the first module of the PBO.
matt
2007 Dec 04 12:16 PM
Hello Tomas,
I don't know if using CHAIN for example ON CHAIN-INPUT or another variant work.
But you can use EXIT inside all modules in your PBO processing of sentenced IF, this work ok :-).
Manuel.
| User | Count |
|---|---|
| 6 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |