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, we got new requirement u201COn mouse clicku201D or u201COn focusu201D of input box, some values has populate.

We have only u201COn Enteru201D event for input box. Is it possible to handle u201COn mouse clicku201D or u201COn focusu201D event 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)

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

There is only onEnter. For the future, all the events for all UI elements are documented in the online help.

http://help.sap.com/saphelp_nw70ehp1/helpdata/en/d7/ef8841e3af1609e10000000a155106/frameset.htm

Former Member
0 Kudos

Hi Thomas,

The link which you have provided does not have an new event called 'ON TABLEPASTE' .

Can you please tell what is the event for?

Former Member
0 Kudos

That event is used to paste multiple entry into table from clipboard/excel..

for more info.. please look at ..

Former Member
0 Kudos

Thanks for your post Agarwal

former_member184578
Active Contributor
0 Kudos

Hi,

The onTablePaste event is available from Netweaver 700 Ehp3 onwards and you could find it here in this Help InputField - Reference - SAP Library

Further more, this event is not only for pasting the data in table. As mentioned in the document provided by Chandra, this is the feature for Input field and the importing parameter ( with type WDUI_TABLE_PASTE_DATA) of the onTablePaste event handler will hold the copied/pasted clipboard data. you can use this data for multiple purposes ( ex: populating table or populating Form data etc.. )

Regards,

Kiran

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Srinivasu,

On mouse click is client side events which is not in WDA.

Regards

Chinnaiya P