cancel
Showing results for 
Search instead for 
Did you mean: 

Suppress onCellDouble Click event

grant
Explorer
0 Kudos

We are using Personas 3.0 SP6. We are running several standard SAP reports and the user has the functionality to double click on line items which will take them to subsequent screens. How do you create a script to suppress the backend event taking them to the next screen?

Example: Transaction MB25- Reservation Report. Double click on line item taken to transaction MB23- Display Reservation. Would like double click to be suppressed, user remains on current report results.

Accepted Solutions (1)

Accepted Solutions (1)

Thomas_Mangler
Active Participant

Hi Betsy,

> go to flavor edit mode
> mark the table
> create a script event for doubleclicks (insert > script events > onCellDoubleKlick)
> set the following code in the script

return true;
grant
Explorer
0 Kudos

Thank you!! That worked perfectly and was very easy.

Answers (0)