<?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: How to enable save button in ALV Grid using Custom Function module in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-enable-save-button-in-alv-grid-using-custom-function-module/m-p/11011429#M1897304</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rajkumar Narasimman,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here We are using &lt;STRONG&gt;custom function module. &lt;/STRONG&gt;We don't have an option to pass the GUI status to the Function module...When I click on save button displayed records are updated to the database, but the save button seems to be disable.we can do it by the standard function module, According to my requirement i have to use custom function module only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For Reference&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/689806" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Girish Kumar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 22 Apr 2015 04:56:56 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2015-04-22T04:56:56Z</dc:date>
    <item>
      <title>How to enable save button in ALV Grid using Custom Function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-enable-save-button-in-alv-grid-using-custom-function-module/m-p/11011427#M1897302</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using the Custom function module to display Records in ALV Grid, i tried to enable the Save button using standard GUI&amp;nbsp; and custom GUI status but its not working..Please help me on this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For Reference&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/689474" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Girish Kumar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Apr 2015 14:45:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-enable-save-button-in-alv-grid-using-custom-function-module/m-p/11011427#M1897302</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-04-21T14:45:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable save button in ALV Grid using Custom Function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-enable-save-button-in-alv-grid-using-custom-function-module/m-p/11011428#M1897303</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Girish,&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
&lt;P&gt;Girish Kumar Vedurupaka wrote:&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;I am using the Custom function &lt;STRONG&gt;module to display Records in ALV Grid,&lt;/STRONG&gt; i tried to enable the Save button using standard GUI&amp;nbsp; and custom GUI status but its not working..Please help me on this&lt;/P&gt;

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;In ALV Display report, why you need the save button here? &lt;SPAN style="font-size: 10pt;"&gt;Are you going to update the ALV values?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the Custom GUI PF status is created, please assign the Custom PF status in the attribute &lt;STRONG&gt;i_callback_pf_status_set = 'GUI_STAT_NAME' &lt;/STRONG&gt;as shown below.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
&lt;P&gt;CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'&lt;/P&gt;
&lt;P&gt;EXPORTING&lt;/P&gt;
&lt;P&gt;i_callback_program&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = SY-REPID&lt;/P&gt;
&lt;P&gt;i_callback_pf_status_set = 'GUI_STAT_NAME'&lt;/P&gt;
&lt;P&gt;----&lt;/P&gt;
&lt;P&gt;----&lt;/P&gt;

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rajkumar Narasimman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Apr 2015 15:25:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-enable-save-button-in-alv-grid-using-custom-function-module/m-p/11011428#M1897303</guid>
      <dc:creator>rajkumarnarasimman</dc:creator>
      <dc:date>2015-04-21T15:25:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable save button in ALV Grid using Custom Function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-enable-save-button-in-alv-grid-using-custom-function-module/m-p/11011429#M1897304</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rajkumar Narasimman,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here We are using &lt;STRONG&gt;custom function module. &lt;/STRONG&gt;We don't have an option to pass the GUI status to the Function module...When I click on save button displayed records are updated to the database, but the save button seems to be disable.we can do it by the standard function module, According to my requirement i have to use custom function module only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For Reference&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/689806" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Girish Kumar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Apr 2015 04:56:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-enable-save-button-in-alv-grid-using-custom-function-module/m-p/11011429#M1897304</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-04-22T04:56:56Z</dc:date>
    </item>
  </channel>
</rss>

