Application Development 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: 

CL_GUI_CONTROL not showing in Debug

yes_sapteam
Participant
0 Kudos

Hi,

I'm using cl_gui_control=>gui_is_running to know if I can display message or not.

It is compiling OK, but in debug it's like the Class does not exist.


BTW, I have no problem assigning this Attribute to a local var and this var gets the "X" correctly.


Any ideas?



Regards,

Ayal.

2 REPLIES 2

Former Member
0 Kudos

Hi;

Please; use in this way cl_gui_object=>gui_is_running

We tried this way. We solved our problem.

former_member182550
Active Contributor
0 Kudos

When you are in debugging,  are you in SYSTEM Debugging ? /HS or Settings -> System Debug.

Rich