cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

GuiTableControl - onCellDoubleClick

elainey
Explorer
0 Likes
568

We are using Personas SP14, notes are all updated.

I'm trying to utilize the event onCellDoubleClick in transaction VA41 Items table.

In the scripting, I try to get the variables like source, and rowIndex but they are not recognized at all (the yellow curly underline).

I'm not sure what I'm missing. Hope somebody is able to give some insight.

Thanks,

Elaine

View Entire Topic
kmagons
Product and Topic Expert
Product and Topic Expert
0 Likes

Hi Elaine,

Your script for the onCellDoubleClick table event is syntactically correct.

The scripting editor warns you that the variables source and rowIndex are not explicitly declared in your scrip. Add /*globals source, rowIndex */ to the top of your script to clear the warnings

Thanks,

Krists Magons

SAP Screen Personas Dev Team