cancel
Showing results for 
Search instead for 
Did you mean: 

Reset default values - unfilter action

Former Member
0 Kudos

Hi all,

How can I reset input UI elements( Input Text or Drop Down) to the default values ?

I have a form that contains Drop Down, Date Picker etc.

This form used as a filter for some dashboard.

It contains 'filter' and 'unfilter' buttons.

The question is how can I put the default values to the form UI elements while clicking the 'unfilter' button.

Please note that unfilter action is working ( I pass default values to BAPI) but UI elements doesn't initilized to the default values.

Thanks,

Ola

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

HI Ola,

you cannot "reset" an input field to the default value. You have to re-enter the form that contains the input field, i.e. there must be a data flow into your form. This data flow must contain the default values.

Another option is to use a drop down box instead, containing the possible filter values.

The input field does not refresh a value automatically. Only an expression box does. There, however, you cannot enter texts.

Best Regards,

Benni

Answers (0)