‎2009 Aug 03 3:00 PM
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
‎2009 Aug 06 8:32 AM
hi Stefano,
check this demo program
SAPCOLUMN_TREE_CONTROL_DEMO
Regards
Saurabh Goel
‎2009 Aug 06 10:28 AM
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
‎2010 Oct 29 6:24 PM