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

alv_tree front end update

Former Member
0 Likes
619

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

3 REPLIES 3
Read only

Former Member
0 Likes
551

Hi

could you please send me the code.

Regards,

Venkat

Read only

0 Likes
551

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

Read only

Former Member
0 Likes
551

Solved by my self