2009 Jan 29 1:55 PM
I added &IC1 to the extab while set pf-status.
but the double click is still enabled in reuse_alv_grid_display_lvc.
How to get rid of double click?
2009 Jan 29 1:58 PM
remove the code in the case statement of user command...
remove: { set parameter ID etc.... call transaction....}
2009 Jan 29 1:59 PM
Hello,
What difference does it make, if you donot handle the &IC1 ucomm in the subroutine passed to the I_CALLBACK_USER_COMMAND parameter.
Have you handled the &IC1 SY-UCOMM. Then you need to comment that code.
BR,
Suhas
2009 Jan 29 2:12 PM
Hi,
"I added &IC1 to the extab while set pf-status."
This is done if you want to remove an icon from the pf-status.
You cannot disable double click functionality but what you can do is actually do nothing when user double clicks. This means that in your process_user_commands, do not put any code for sy-ucomm = '&IC1'.
Regards,
Dev.
2009 Jan 29 2:12 PM
Sorry, duplicate reply by mistake...
Edited by: Dev Parbutteea on Jan 29, 2009 3:13 PM
2009 Jan 29 2:18 PM