Skip to Content
0
Former Member
Sep 26, 2005 at 02:12 PM

How to clear fields without validate context?

27 Views

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