Hi all,
I've develop a webdynpro application that have some input-fields binded to context-fields with integer value constraint.
I've also put a button for clear all input fields. Unfortunatly if user enter same non-numeric characters in numeric fields, the clear button does not work becouse the webdynpro infrastructure check "formal" requirement before call my onClear method.
The question is: How can i implement somethings like "AT EXIT-COMMAND" on abap, to prevent formal validation?
Thanks in advance
Emmanuele Prudenzano