Skip to Content
0
Former Member
Jan 28, 2010 at 05:06 PM

Fill a dropdown based on value selected in another

32 Views

Hello Experts,

Well first of all am sorry to post this question in spite of many threads existing over the same. I did go through all of them & couldnt quite make my mind as to how I could proceed.

My scenario is an online interactive form so I dont need to go for the Web Services functionality. I need to be able to trigger an action when I select a value from the 1st dropdown & then capture this action within Web Dynpro ABAP. I tried selecting a Exit* event with the first dropdown & then selected the language as Java Script. I then created an action by name Exit within Web Dynpro ABAP & assumed that the system would automatically trigger the ONACTIONEXIT eventhandler method. But this isn't happening.

Is my assumption wrong? The reason why i came up with this approach was coz I was capturing the CLICK event of a button in the Adobe form by creating an eventhandler method by name ONACTIONCLICK.

Regards,

Uday