cancel
Showing results for 
Search instead for 
Did you mean: 

On Mouse click event for Input field

former_member589778
Participant
0 Kudos

Hi Experts,

We developed WebDynpro ABAP application, and we got new requirement u201COn mouse clicku201D or u201COn focusu201D of input box, some values(methods) has populate.

We found in WD ABAP, we canu2019t handle u201COn mouse clicku201D or u201COn Focusu201D, if we develop the same application in java can we handle for the above mentioned functionality for INPUT BOX. If so, how can I Handel.

Thanks in advance for your valuable response.

Regards,

Srinivasu.Y

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Srinivasu,

u201COn mouse clicku201D or u201COn focusu201D events for input box are not present in WD JAVA also.

You can achieve this in PDK project by developing JSPs. But in JSPs you will have to develop all you UIs though HTML coding, drag n drop in not there.

Regards

Deepak

Answers (1)

Answers (1)

former_member218672
Active Contributor
0 Kudos

Hi Srinivasu,

Using Webdynpro java, you can place a button in the view and can write method in the onClick proprty of the button.

Regards,

Sen