cancel
Showing results for 
Search instead for 
Did you mean: 

How to clear fields without validate context?

Former Member
0 Kudos

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

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Try to use non-validating action handlers -- switch to "Actions" tab of view controller editor, select desired action, double-click and set "without validation" to true.

VS

Answers (0)