<?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 Re: SALV Object Model - Info needed in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/salv-object-model-info-needed/m-p/2643521#M608743</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't see any problem with mixing technologies here.  Your ALV on the right would use the cl_gui_alv_grid, and your tree could be an SALV tree on the left.  Enter   SALV*&lt;STRONG&gt;TREE&lt;/STRONG&gt; in the program field in SE38, and hit F4, here you will see the example programs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 27 Aug 2007 17:44:50 GMT</pubDate>
    <dc:creator>RichHeilman</dc:creator>
    <dc:date>2007-08-27T17:44:50Z</dc:date>
    <item>
      <title>SALV Object Model - Info needed</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/salv-object-model-info-needed/m-p/2643518#M608740</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I want to create a screen as per below mentioned using &lt;B&gt;&lt;/B&gt;&lt;/P&gt;&lt;P&gt;SALV Object Model&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am looking some tutorial how to do this use SALV. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your help will be appreciated&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
--------------------------------------------------------
 Node       |No:______         Date: ________
     a      |Desc: ________________________ Deleted : _
     b      |   (Here above field are editable)
     c      |-------------------------------------------
     d      |
     e      |
     f      |
     g      |
            |          Here i want an ALV Editable Grid
            |     on the basis of tree node selection 
            |            on the left hand side 
            |
            |
            |
--------------------------------------------------------
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a®&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Aug 2007 17:29:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/salv-object-model-info-needed/m-p/2643518#M608740</guid>
      <dc:creator>former_member194669</dc:creator>
      <dc:date>2007-08-27T17:29:21Z</dc:date>
    </item>
    <item>
      <title>Re: SALV Object Model - Info needed</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/salv-object-model-info-needed/m-p/2643519#M608741</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Editable ALV is not currently supported using ALV Object Model.  You must use the class CL_GUI_ALV_GRID to implement an editable ALV.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Aug 2007 17:33:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/salv-object-model-info-needed/m-p/2643519#M608741</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2007-08-27T17:33:00Z</dc:date>
    </item>
    <item>
      <title>Re: SALV Object Model - Info needed</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/salv-object-model-info-needed/m-p/2643520#M608742</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rich,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Whether can i use CL_GUI_ALV_GRID along with SALV?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I searched for some simple tutorial for &lt;B&gt;&lt;/B&gt;&lt;/P&gt;&lt;P&gt;SALV tree model&lt;/P&gt;, could not find, &lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a®&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Aug 2007 17:40:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/salv-object-model-info-needed/m-p/2643520#M608742</guid>
      <dc:creator>former_member194669</dc:creator>
      <dc:date>2007-08-27T17:40:29Z</dc:date>
    </item>
    <item>
      <title>Re: SALV Object Model - Info needed</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/salv-object-model-info-needed/m-p/2643521#M608743</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't see any problem with mixing technologies here.  Your ALV on the right would use the cl_gui_alv_grid, and your tree could be an SALV tree on the left.  Enter   SALV*&lt;STRONG&gt;TREE&lt;/STRONG&gt; in the program field in SE38, and hit F4, here you will see the example programs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Aug 2007 17:44:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/salv-object-model-info-needed/m-p/2643521#M608743</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2007-08-27T17:44:50Z</dc:date>
    </item>
    <item>
      <title>Re: SALV Object Model - Info needed</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/salv-object-model-info-needed/m-p/2643522#M608744</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rich,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for reminding me to look for example programs . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I find lot of example program related to SALV tree in ECC6&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Points given. This thread is closed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Aug 2007 17:50:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/salv-object-model-info-needed/m-p/2643522#M608744</guid>
      <dc:creator>former_member194669</dc:creator>
      <dc:date>2007-08-27T17:50:07Z</dc:date>
    </item>
  </channel>
</rss>

