<?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 Save functionality in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-save-functionality/m-p/8312334#M1636565</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;        I have designed an alv with 10 columns,in which 5 are editable fields.&lt;/P&gt;&lt;P&gt;In user command , i have given &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;case sy-ucomm.&lt;/P&gt;&lt;P&gt;when '&amp;amp;DATA_SAVE'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Loop at itab.&lt;/P&gt;&lt;P&gt;&amp;lt;THE ENTERED DATA COMING PROPERLY&amp;gt;&lt;/P&gt;&lt;P&gt;endlloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But if i give a new button in toolbar ('&amp;amp;SAVE'),The data is not coming in internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to know that,if only &amp;amp;DATA_SAVE given,the data will be copied inside the program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to use different user command names apart from the &amp;amp;DATA_SAVE to save the data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 02 Nov 2011 16:42:31 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-11-02T16:42:31Z</dc:date>
    <item>
      <title>ALV Save functionality</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-save-functionality/m-p/8312334#M1636565</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;        I have designed an alv with 10 columns,in which 5 are editable fields.&lt;/P&gt;&lt;P&gt;In user command , i have given &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;case sy-ucomm.&lt;/P&gt;&lt;P&gt;when '&amp;amp;DATA_SAVE'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Loop at itab.&lt;/P&gt;&lt;P&gt;&amp;lt;THE ENTERED DATA COMING PROPERLY&amp;gt;&lt;/P&gt;&lt;P&gt;endlloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But if i give a new button in toolbar ('&amp;amp;SAVE'),The data is not coming in internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to know that,if only &amp;amp;DATA_SAVE given,the data will be copied inside the program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to use different user command names apart from the &amp;amp;DATA_SAVE to save the data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Nov 2011 16:42:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-save-functionality/m-p/8312334#M1636565</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-11-02T16:42:31Z</dc:date>
    </item>
    <item>
      <title>Re: ALV Save functionality</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-save-functionality/m-p/8312335#M1636566</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;so post the code you have for your sy-ucomm &amp;amp;SAVE button press....obviously you have something working when it's &amp;amp;DATA_SAVE...so what is different in your code between the two ucomm values?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Nov 2011 17:06:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-save-functionality/m-p/8312335#M1636566</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-11-02T17:06:08Z</dc:date>
    </item>
    <item>
      <title>Re: ALV Save functionality</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-save-functionality/m-p/8312336#M1636567</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When creating &amp;amp;SAVE button in SE41 I think you chose a "Reserved function keys" (F4 maybe?). Choose one from "Freely assigned function keys".  See if it fixes your problem. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also you don't have to use &amp;amp; in front you can just use SAVE, if you want.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Jeevan Sagar on Nov 2, 2011 2:08 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Nov 2011 19:07:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-save-functionality/m-p/8312336#M1636567</guid>
      <dc:creator>sjeevan</dc:creator>
      <dc:date>2011-11-02T19:07:17Z</dc:date>
    </item>
    <item>
      <title>Re: ALV Save functionality</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-save-functionality/m-p/8312337#M1636568</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Dec 2011 14:35:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-save-functionality/m-p/8312337#M1636568</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-12-05T14:35:54Z</dc:date>
    </item>
  </channel>
</rss>

