‎2007 Jul 06 11:45 AM
hi experts,
when I double click on a node , the dispatch metod :
CALL METHOD CL_GUI_CFW=>DISPATCH
IMPORTING
RETURN_CODE = RETURN_CODE.
returns ' -1'. ( RETURN_CODE = -1 ).
means no event triggered, but I have double click on the node.
Please tell me what could be the reason.
Thanks.
.
‎2007 Jul 06 11:52 AM
‎2007 Jul 06 12:02 PM
‎2007 Jul 06 12:06 PM
Hi
It's not easy to say why, it seems there's a problem on the gui, perhaps you aren't using an object in the right way.
Try to run your report in debug and set the flag automation controller, it should help you to know the problem.
Max
‎2007 Jul 06 12:10 PM
Hi,
I just want to know , What if Dispatch method return = -1 ? How to handle the event then ? Please help me.
Thanks.