cancel
Showing results for 
Search instead for 
Did you mean: 

Action Mapping to "Select-Options" in Web Dynpro ABAP

Former Member
0 Kudos

Dear Experts,

Is it possible to map the Action to the Select-Option parameter field in Web Dynpro ABAP?

If so, Please guide me with the code, how to achieve it...

-Thanks in Advance,

Kavin.L

Accepted Solutions (1)

Accepted Solutions (1)

Gowtham
Contributor
0 Kudos

Hi Kavin,

You can achieve this by using the Hooks method : WDDOAFTERACTION , Inside after action method check the initiality of select options and write your logic . Don forget to clear select options value at last.

Regards,

Gowtham.A

Former Member
0 Kudos

Hi Gowtham,

Hooks method : WDDOAFTERACTION, will be get executed for every action in screen, but this should not be happen rite!!!

Former Member
0 Kudos

Hi Gowtham,

Hooks method : WDDOAFTERACTION, will be get executed for every action in screen, but this should not be happen rite!!!

Former Member
0 Kudos

Dear All,

I have done through Creating 'Event Handler' method and mapped to 'ON ENTER' event of Select-Options Interface controller.

Thanks & Regards,

Kavin.L

Answers (0)