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_COLUMN_TREE error handling

Former Member
0 Kudos

Hi all,

does anyone know how to handle an error message in the method "handle_ctx_menu_sel" FOR EVENT "node_context_menu_select" OF "cl_gui_column_tree"?

Thanks in advance,

Stefano

3 REPLIES 3

Former Member
0 Kudos

hi Stefano,

check this demo program

SAPCOLUMN_TREE_CONTROL_DEMO

Regards

Saurabh Goel

0 Kudos

Hi Saurabh Goel,

I looked at the demo program you mention but it never trigger an error message in methods.

The only useful info is the way to pass through the PAI before calling the handling methods. Here someone can trigger an error message, but in my situation I only know of possible error during execution of handling method so I need to trigger the error message in it.

other suggestion will be appreciated.

thanks,

Stefano

Former Member
0 Kudos

no solution