on 2022 May 26 9:13 PM
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
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
68 | |
10 | |
8 | |
7 | |
6 | |
6 | |
6 | |
6 | |
6 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.