<?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 Editable ALV Tree in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/editable-alv-tree/m-p/7153885#M1515000</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to make an Editable ALV tree ..but cannot find the &lt;/P&gt;&lt;P&gt;I have used fieldcat -edit = X but it only works for GRID ALV and not TREE ALV ...&lt;/P&gt;&lt;P&gt;Please help me on this .....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Karan Chopra on Aug 2, 2010 1:11 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 02 Aug 2010 07:30:20 GMT</pubDate>
    <dc:creator>Karan_Chopra_</dc:creator>
    <dc:date>2010-08-02T07:30:20Z</dc:date>
    <item>
      <title>Editable ALV Tree</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/editable-alv-tree/m-p/7153885#M1515000</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to make an Editable ALV tree ..but cannot find the &lt;/P&gt;&lt;P&gt;I have used fieldcat -edit = X but it only works for GRID ALV and not TREE ALV ...&lt;/P&gt;&lt;P&gt;Please help me on this .....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Karan Chopra on Aug 2, 2010 1:11 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Aug 2010 07:30:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/editable-alv-tree/m-p/7153885#M1515000</guid>
      <dc:creator>Karan_Chopra_</dc:creator>
      <dc:date>2010-08-02T07:30:20Z</dc:date>
    </item>
    <item>
      <title>Re: Editable ALV Tree</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/editable-alv-tree/m-p/7153886#M1515001</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Karan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check class CL_GUI_ALV_TREE for the following methods:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ADD_NODE&lt;/P&gt;&lt;P&gt;CHANGE_ITEM&lt;/P&gt;&lt;P&gt;CHANGE_NODE&lt;/P&gt;&lt;P&gt;DELETE_SUBTREE&lt;/P&gt;&lt;P&gt;EXPAND_NODE&lt;/P&gt;&lt;P&gt;EXPAND_NODES&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Aug 2010 07:47:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/editable-alv-tree/m-p/7153886#M1515001</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-02T07:47:20Z</dc:date>
    </item>
    <item>
      <title>Re: Editable ALV Tree</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/editable-alv-tree/m-p/7153887#M1515002</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No success these methods does not make cell editable &lt;/P&gt;&lt;P&gt;How can I make row editable&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help .....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Karan Chopra on Aug 2, 2010 3:59 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Aug 2010 09:06:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/editable-alv-tree/m-p/7153887#M1515002</guid>
      <dc:creator>Karan_Chopra_</dc:creator>
      <dc:date>2010-08-02T09:06:38Z</dc:date>
    </item>
    <item>
      <title>Re: Editable ALV Tree</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/editable-alv-tree/m-p/7153888#M1515003</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Karan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CL_GUI_ALV_TREE is only a display tool. &lt;/P&gt;&lt;P&gt;It has not a feature for editable data unfortunately.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was used a popup input screen on cell "double click" event to change the data in a cell &lt;/P&gt;&lt;P&gt;in one of my projects.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe it can be a solution for u .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Aug 2010 10:30:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/editable-alv-tree/m-p/7153888#M1515003</guid>
      <dc:creator>bbalci</dc:creator>
      <dc:date>2010-08-02T10:30:04Z</dc:date>
    </item>
  </channel>
</rss>

