Hi,
I have some fields in table control which i am validating in chain-endchain using module.
some thing like the following code:
PROCESS AFTER INPUT.
CHAIN.
FIELD xyz.
FIELD xyz.
MODULE XYZ.
ENDCHAIN.
Now if the user enters some wrong value for say field 'xyz' then i through a error message(this code is there in the module).
I have a change button in my application toolbar.
My question is should the user be allowed to navigate away from screen using the change button in my application toolbar,
until he corrects the error.
For this purpose the standard functionality suggests that Menu Bar 'CANCEL' button should work.
Please throw some light on this issue.
Regards,
Prateek Kumar.