<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic alv tree checkbox problem in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-tree-checkbox-problem/m-p/4459725#M1056973</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;hi guys i have this problem&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;i am using an alv tree with a checkbox&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CLEAR gs_fieldcat.&lt;/P&gt;&lt;P&gt;  gs_fieldcat-col_pos = 10.&lt;/P&gt;&lt;P&gt;  gs_fieldcat-reptext = 'Bo.Ejecutivo'.&lt;/P&gt;&lt;P&gt;  gs_fieldcat-scrtext_s = 'Bo.Ejecutivo'.&lt;/P&gt;&lt;P&gt;  gs_fieldcat-fieldname = 'CHECK'.&lt;/P&gt;&lt;P&gt;  gs_fieldcat-tabname = 'IT_FINAL'.&lt;/P&gt;&lt;P&gt;  gs_fieldcat-checkbox = 'X'.&lt;/P&gt;&lt;P&gt;  gs_fieldcat-edit = 'X'.&lt;/P&gt;&lt;P&gt;   gs_fieldcat-outputlen = '5'.&lt;/P&gt;&lt;P&gt;  APPEND gs_fieldcat TO gt_fieldcat_tree.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;and when the user select a row from the alv tree i use&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL METHOD g_alv_tree-&amp;gt;get_selected_nodes&lt;/P&gt;&lt;P&gt;          CHANGING&lt;/P&gt;&lt;P&gt;            ct_selected_nodes = lt_selected_node.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        LOOP AT lt_selected_node INTO l_selected_node .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;          CALL METHOD g_alv_tree-&amp;gt;get_outtab_line&lt;/P&gt;&lt;P&gt;            EXPORTING&lt;/P&gt;&lt;P&gt;              i_node_key    = l_selected_node&lt;/P&gt;&lt;P&gt;            IMPORTING&lt;/P&gt;&lt;P&gt;              e_outtab_line = wa_finalop.&lt;/P&gt;&lt;P&gt;          APPEND wa_finalop TO it_finalop.&lt;/P&gt;&lt;P&gt;        ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the problems comes when the user wants to tickmark the checkbox, because when i get the selected row the checkboxfield is initial . what should i do to update the checkbox field value ? help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 17 Sep 2008 17:08:45 GMT</pubDate>
    <dc:creator>alejandro_romero2</dc:creator>
    <dc:date>2008-09-17T17:08:45Z</dc:date>
    <item>
      <title>alv tree checkbox problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-tree-checkbox-problem/m-p/4459725#M1056973</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;hi guys i have this problem&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;i am using an alv tree with a checkbox&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CLEAR gs_fieldcat.&lt;/P&gt;&lt;P&gt;  gs_fieldcat-col_pos = 10.&lt;/P&gt;&lt;P&gt;  gs_fieldcat-reptext = 'Bo.Ejecutivo'.&lt;/P&gt;&lt;P&gt;  gs_fieldcat-scrtext_s = 'Bo.Ejecutivo'.&lt;/P&gt;&lt;P&gt;  gs_fieldcat-fieldname = 'CHECK'.&lt;/P&gt;&lt;P&gt;  gs_fieldcat-tabname = 'IT_FINAL'.&lt;/P&gt;&lt;P&gt;  gs_fieldcat-checkbox = 'X'.&lt;/P&gt;&lt;P&gt;  gs_fieldcat-edit = 'X'.&lt;/P&gt;&lt;P&gt;   gs_fieldcat-outputlen = '5'.&lt;/P&gt;&lt;P&gt;  APPEND gs_fieldcat TO gt_fieldcat_tree.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;and when the user select a row from the alv tree i use&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL METHOD g_alv_tree-&amp;gt;get_selected_nodes&lt;/P&gt;&lt;P&gt;          CHANGING&lt;/P&gt;&lt;P&gt;            ct_selected_nodes = lt_selected_node.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        LOOP AT lt_selected_node INTO l_selected_node .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;          CALL METHOD g_alv_tree-&amp;gt;get_outtab_line&lt;/P&gt;&lt;P&gt;            EXPORTING&lt;/P&gt;&lt;P&gt;              i_node_key    = l_selected_node&lt;/P&gt;&lt;P&gt;            IMPORTING&lt;/P&gt;&lt;P&gt;              e_outtab_line = wa_finalop.&lt;/P&gt;&lt;P&gt;          APPEND wa_finalop TO it_finalop.&lt;/P&gt;&lt;P&gt;        ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the problems comes when the user wants to tickmark the checkbox, because when i get the selected row the checkboxfield is initial . what should i do to update the checkbox field value ? help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Sep 2008 17:08:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-tree-checkbox-problem/m-p/4459725#M1056973</guid>
      <dc:creator>alejandro_romero2</dc:creator>
      <dc:date>2008-09-17T17:08:45Z</dc:date>
    </item>
    <item>
      <title>Re: alv tree checkbox problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-tree-checkbox-problem/m-p/4459726#M1056974</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Alejandro&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The solution can be found in &lt;SPAN __jive_macro_name="thread" id="1050473"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;  Uwe&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS: Please avoid cross-posting.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Sep 2008 19:29:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-tree-checkbox-problem/m-p/4459726#M1056974</guid>
      <dc:creator>uwe_schieferstein</dc:creator>
      <dc:date>2008-09-17T19:29:43Z</dc:date>
    </item>
    <item>
      <title>Re: alv tree checkbox problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-tree-checkbox-problem/m-p/4459727#M1056975</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I solved by my self but the answer was very helpfull&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Sep 2008 02:37:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-tree-checkbox-problem/m-p/4459727#M1056975</guid>
      <dc:creator>alejandro_romero2</dc:creator>
      <dc:date>2008-09-18T02:37:26Z</dc:date>
    </item>
  </channel>
</rss>

