cancel
Showing results for 
Search instead for 
Did you mean: 

Options in the drop down list

Former Member
0 Kudos

Hi,

Is it possible to keep the options in the drop down list when we click the button to filter and clear the drop down list values when we click the button to reset?

Regards,

Lingz

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Lingz,

As per my knowledge this can be done.

"Is it possible to keep the options in the drop down list when we click the button to filter ?"

Just call the Bapi/Data service which is giving the searched values after the filter button event is triggered.And mentioned that Bapi/data service in the dynamic property of the Drop down list.Do not forget to assign that link with the value selceted before the filter button is clicked.

"clear the drop down list values when we click the button to reset?"

you have to perform the same action but while reseting just send a blank or null value for search to Bapi/data service. Then do the same mentioned above.Since there will be no input for the search bapi/data service so no values will be populated in drop down.

I hope it will help you.

Thanks and Regards,

Nutan

Former Member
0 Kudos

Hi,

But i did one model following the link below:

https://www.sdn.sap.com/irj/sdn/wiki?path=/display/vc/resetting+field

somehow the input form cannot work well

Sometimes allow user input, sometimes the form is disabled.

Regards,

Lingz