alv tree 添加新文件夹

添加收藏夹

  CALL METHOD g_alv_tree->add_node      "添加收藏夹
    EXPORTING
      i_relat_node_key = ''
      i_relationship   = cl_gui_column_tree=>relat_last_child
      i_node_text      = '收藏夹'
      is_node_layout   = l_layout_node
    IMPORTING
      e_new_node_key   = l_top_key.

 

其他相关设置,均来自于BCALV_TREE_*程序

你可能感兴趣的:(tree,layout)