<?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: Problem with REFRESH_TABLE_DISPLAY &amp; EVENT_TOOLBAR_CLICK in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-refresh-table-display-event-toolbar-click/m-p/3765725#M906025</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where have you written this code? In any event for button click?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Lakshmi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 29 Apr 2008 08:48:59 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-04-29T08:48:59Z</dc:date>
    <item>
      <title>Problem with REFRESH_TABLE_DISPLAY &amp; EVENT_TOOLBAR_CLICK</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-refresh-table-display-event-toolbar-click/m-p/3765724#M906024</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 a problem with data refreshing.&lt;/P&gt;&lt;P&gt;I have ALV Grid with modified subtotals . They are not SUM or AVG totals.&lt;/P&gt;&lt;P&gt;When I want refresh totals I will write:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    CALL METHOD p_grid-&amp;gt;refresh_table_display&lt;/P&gt;&lt;P&gt;      EXPORTING&lt;/P&gt;&lt;P&gt;        is_stable      = lvc_s_stbl&lt;/P&gt;&lt;P&gt;        i_soft_refresh = '1'              " ! ! ! refresh just totals&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Problem appears, when I want to press some button  (from toolbar) in ALV grid, EVENT_TOOLBAR_CLICK is started and It evokes above mentioned code, but it leads to looped by itself.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Apr 2008 08:42:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-refresh-table-display-event-toolbar-click/m-p/3765724#M906024</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-29T08:42:37Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with REFRESH_TABLE_DISPLAY &amp; EVENT_TOOLBAR_CLICK</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-refresh-table-display-event-toolbar-click/m-p/3765725#M906025</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where have you written this code? In any event for button click?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Lakshmi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Apr 2008 08:48:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-refresh-table-display-event-toolbar-click/m-p/3765725#M906025</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-29T08:48:59Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with REFRESH_TABLE_DISPLAY &amp; EVENT_TOOLBAR_CLICK</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-refresh-table-display-event-toolbar-click/m-p/3765726#M906026</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;REFRESH .. code is in EVENT_TOOLBAR_CLICK body.&lt;/P&gt;&lt;P&gt;When I press standard button of ALV from toolbar, EVENT_TOOLBAR_CLICK is started.&lt;/P&gt;&lt;P&gt;Problem is that this deletes me values in subtotals, wchich I was created.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Apr 2008 09:18:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-refresh-table-display-event-toolbar-click/m-p/3765726#M906026</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-29T09:18:21Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with REFRESH_TABLE_DISPLAY &amp; EVENT_TOOLBAR_CLICK</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-refresh-table-display-event-toolbar-click/m-p/3765727#M906027</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Before refreshing the table, call method -&amp;gt; Check_changed_data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will refresh your table with the changed values in your internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will work assuming that Sub totals and average are edited in the alv itself and available as a row in the output internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Lakshmi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Apr 2008 09:32:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-refresh-table-display-event-toolbar-click/m-p/3765727#M906027</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-29T09:32:47Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with REFRESH_TABLE_DISPLAY &amp; EVENT_TOOLBAR_CLICK</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-refresh-table-display-event-toolbar-click/m-p/3765728#M906028</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When I have press toolbar button I do not change the values.&lt;/P&gt;&lt;P&gt;When I have this in event_toolbar_click :&lt;/P&gt;&lt;P&gt;    CALL METHOD go_grid-&amp;gt;refresh_table_display&lt;/P&gt;&lt;P&gt;      EXPORTING&lt;/P&gt;&lt;P&gt;        is_stable      = lvc_s_stbl&lt;/P&gt;&lt;P&gt;        i_soft_refresh = '1'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loopping occur,&lt;/P&gt;&lt;P&gt;when I will write:&lt;/P&gt;&lt;P&gt;    CALL METHOD go_grid-&amp;gt;refresh_table_display&lt;/P&gt;&lt;P&gt;      EXPORTING&lt;/P&gt;&lt;P&gt;        is_stable      = lvc_s_stbl.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;only data will be refreshed, not the totals, there will be deleted.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Apr 2008 09:46:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-refresh-table-display-event-toolbar-click/m-p/3765728#M906028</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-29T09:46:59Z</dc:date>
    </item>
  </channel>
</rss>

