Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Problem with CL_GUI_CFW=>DISPATCH

sushant_singh
Participant
0 Likes
1,110

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.

.

4 REPLIES 4
Read only

Former Member
0 Likes
799

Check with below links :

Thanks

Seshu

Read only

sushant_singh
Participant
0 Likes
799

Sorry these links are not helpful to me.

Read only

0 Likes
799

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

Read only

0 Likes
799

Hi,

I just want to know , What if Dispatch method return = -1 ? How to handle the event then ? Please help me.

Thanks.