cancel
Showing results for 
Search instead for 
Did you mean: 

Select options, options on search

Former Member
0 Kudos

Hi gurus

I recently created an ABAP Webdynpro application that contains select options on the selection screen. I followed this tutorial Using Select Options in WDA Application

The problem I have is that user must activate the options (EQ, BT etc) by pressing the yellw arrow and activating everything manually in the popup.

What I would like to do as I have seen in standard SAP webdynpro applications is that if the user enters only a single value in the low field and then presses on the Search button to set the option to EQ and if there are values in both low and high fields than automatically set the option to BT.

Thanks and regards,

Gunnar Má

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi again

I found the error myself. I had followed another tutorial then I posted here ([Working with Select Options in Web Dynpro for ABAP|http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/c09fec07-0dab-2a10-dbbe-c9a26bdff03e]).

Modified my code to fit what Rich Heilman describes in his tutorial and this now works as I had expected.