cancel
Showing results for 
Search instead for 
Did you mean: 

Dropdown event handling on Select Options (WDR_SELECT_OPTIONS)

Former Member
0 Kudos

Hi,

I need to hide some selection fields based on the value of a Dropdown. The Dropdown is also a selection field in WDR_SELECT_OPTIONS.

I noticed that WDR_SELECT_OPTIONS does not generates events for ON_SELECT so I do not have how to know when the user changed the value.

I removed the dropdown from WDR_SELECT_OPTIONS and created in my WD component. However I can´t align the fields .

Does anyone have a sugestion on how to handle this problem?

Thanks in advance.

Edited by: Leandro Guedes on Oct 21, 2010 8:26 PM

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hello Sharath,

Unfortunatelly the component does not rise the events you mentioned when the user changes a value in a Dropbox.

I achived it trough an enhancement in the standard component.

Thanks

Sharathmg
Active Contributor
0 Kudos

Instead of ON_SELECT, try to use one of the events provided by the select_options components. The events provided are:

ON_CANCEL

ON_CHECK

ON_ENTER

ON_EXECUTE

ON_OVS

ON_RESET

Regards,

Sharath

Former Member
0 Kudos

Hi,

In such scenario check if you can get control in modifyview method

.

Thanks,

Rahul