2008 Mar 10 12:28 PM
Hello all,
I have a problem while calling the method CALL METHOD lcl_gui_alv_tree->frontend_update.
The program dumps stating that field symbol was not assigned.
Please hell me in this issue.
Regards,
Lisa
Hello all,
I have a problem while calling the method CALL METHOD lcl_gui_alv_tree->frontend_update.
The program dumps stating that field symbol was not assigned.
Please hell me in this issue.
Regards,
Lisa
2008 Mar 10 12:45 PM
2008 Mar 10 12:51 PM
Dear Venkat,
Here is the code:
CALL METHOD lcl_gui_alv_tree->add_node
EXPORTING
i_relat_node_key = ''
i_relationship = cl_gui_column_tree=>relat_last_child
i_node_text = text-001
is_outtab_line = 'TEST'
IMPORTING
e_new_node_key = p_node_key.
CALL METHOD lcl_gui_alv_tree->frontend_update.
Regards,
Lisa
2008 Mar 10 1:36 PM