cancel
Showing results for 
Search instead for 
Did you mean: 

RIGHT CLICK OPTION

Former Member
0 Kudos

Hi

I want to implement the right click option which should the copy and paste functionality.

How should i implement This? any way for this. Please let me know any solution

Accepted Solutions (0)

Answers (1)

Answers (1)

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

You can add items to the right mouse click menu via the Web Dynpro Context Menu:

http://help.sap.com/saphelp_nw70ehp1/helpdata/en/46/8a781d568e59d9e10000000a1553f6/frameset.htm

However there isn't anything in WDA that will allow you to interact with the client side clipboard. You could implement some sort of psudo clipboard functionality where the data is stored on the server, but it will only work within your WDA application (for instance you want to cut and paste a row between two tables in a WDA application).