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

CL_GUI_COLUMN_TREE error handling

Former Member
0 Likes
594

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
Read only

Former Member
0 Likes
555

hi Stefano,

check this demo program

SAPCOLUMN_TREE_CONTROL_DEMO

Regards

Saurabh Goel

Read only

0 Likes
555

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

Read only

Former Member
0 Likes
555

no solution