cancel
Showing results for 
Search instead for 
Did you mean: 

GuiTableControl - onCellDoubleClick

elainey
Explorer
0 Kudos

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

Accepted Solutions (0)

Answers (1)

Answers (1)

kmagons
Advisor
Advisor
0 Kudos

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