<?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 problems with ALV refreshing in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problems-with-alv-refreshing/m-p/1691738#M303849</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a button to refresh an ALV. The first time it does it but the nexts doesn't. I want the ALV to have the last modifications of table pa0000 (HR) when I refresh it instead of having the modifications made before, in the last loop. It seems that takes no updated data of pa0000 when I call it, so I don't know how to change it because I am doing a refresh table and clear table to have new data to print.  Perhaps it is something referred to commit but I have tried it and does not work neither.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 27 Oct 2006 12:15:08 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-10-27T12:15:08Z</dc:date>
    <item>
      <title>problems with ALV refreshing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problems-with-alv-refreshing/m-p/1691738#M303849</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a button to refresh an ALV. The first time it does it but the nexts doesn't. I want the ALV to have the last modifications of table pa0000 (HR) when I refresh it instead of having the modifications made before, in the last loop. It seems that takes no updated data of pa0000 when I call it, so I don't know how to change it because I am doing a refresh table and clear table to have new data to print.  Perhaps it is something referred to commit but I have tried it and does not work neither.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Oct 2006 12:15:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problems-with-alv-refreshing/m-p/1691738#M303849</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-27T12:15:08Z</dc:date>
    </item>
    <item>
      <title>Re: problems with ALV refreshing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problems-with-alv-refreshing/m-p/1691739#M303850</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi maria,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. In the callback FORM routine,&lt;/P&gt;&lt;P&gt;   we have to give&lt;/P&gt;&lt;P&gt;  selfield-REFRESH = 'X'.&lt;/P&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;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;amit m.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Oct 2006 12:17:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problems-with-alv-refreshing/m-p/1691739#M303850</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-27T12:17:53Z</dc:date>
    </item>
    <item>
      <title>Re: problems with ALV refreshing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problems-with-alv-refreshing/m-p/1691740#M303851</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Maria,&lt;/P&gt;&lt;P&gt;i think the parameters on which you fill your itab&lt;/P&gt;&lt;P&gt;are lost??.&lt;/P&gt;&lt;P&gt;I do it on this way:&lt;/P&gt;&lt;P&gt;fill itab.&lt;/P&gt;&lt;P&gt;make ALV-DISPLAY.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when Button refresh then clear, refresh itab and fill it&lt;/P&gt;&lt;P&gt;new with all parameters like first output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you check (debugg) if some parameters are lost?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, Dieter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Oct 2006 12:20:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problems-with-alv-refreshing/m-p/1691740#M303851</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-27T12:20:04Z</dc:date>
    </item>
    <item>
      <title>Re: problems with ALV refreshing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problems-with-alv-refreshing/m-p/1691741#M303852</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dieter. That's not the problem because I am filling the table with data each time I refresh. The problem is that I have an internal table with diferent data from the one I have in pa0000 table. The internal table should be the same as pa0000 when I read it but it is not and the first time I refresh it works and then doesn´&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Oct 2006 12:34:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problems-with-alv-refreshing/m-p/1691741#M303852</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-27T12:34:54Z</dc:date>
    </item>
    <item>
      <title>Re: problems with ALV refreshing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problems-with-alv-refreshing/m-p/1691742#M303853</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Maria,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can you show a code-extract where are you doing this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards, Dieter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Oct 2006 12:40:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problems-with-alv-refreshing/m-p/1691742#M303853</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-27T12:40:14Z</dc:date>
    </item>
    <item>
      <title>Re: problems with ALV refreshing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problems-with-alv-refreshing/m-p/1691743#M303854</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When I fill the table once again when I push refresh I am doing something like this. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;clear t_0000.&lt;/P&gt;&lt;P&gt;refresh t_0000.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CALL FUNCTION 'HR_READ_INFOTYPE'&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;P&gt;      PERNR     = pernr  -&amp;gt; I am receiving the pernr in the function &lt;/P&gt;&lt;P&gt;      INFTY     = '0000'&lt;/P&gt;&lt;P&gt;    TABLES&lt;/P&gt;&lt;P&gt;      INFTY_TAB = t_0000. -&amp;gt; In this table when I refresh I don´t obtain the data in pa0000 for this pernr. Just other data from the last loop executed for the same pernr so that's the problem but I don't know why. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FORM user_command USING u_ucomm     TYPE syucomm&lt;/P&gt;&lt;P&gt;                        us_selfield TYPE slis_selfield.&lt;/P&gt;&lt;P&gt; WHEN 'REFRESH'.       &lt;/P&gt;&lt;P&gt;      us_selfield-refresh = 'X'.&lt;/P&gt;&lt;P&gt;      perform function. -&amp;gt; to obtain new data &lt;/P&gt;&lt;P&gt;      perform listado_alv.&lt;/P&gt;&lt;P&gt;ENDFORM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Oct 2006 12:47:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problems-with-alv-refreshing/m-p/1691743#M303854</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-27T12:47:56Z</dc:date>
    </item>
    <item>
      <title>Re: problems with ALV refreshing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problems-with-alv-refreshing/m-p/1691744#M303855</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Maria,&lt;/P&gt;&lt;P&gt;you use &lt;/P&gt;&lt;P&gt;WHEN 'REFRESH'. &lt;/P&gt;&lt;P&gt;us_selfield-refresh = 'X'.&lt;/P&gt;&lt;P&gt;perform function. -&amp;gt; to obtain new data &lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;perform listado_alv.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;ENDFORM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i think the line perform listado_alv must must not need&lt;/P&gt;&lt;P&gt;(if its the REUSE_ALV...).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Comment the line and try it again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, Dieter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Oct 2006 12:56:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problems-with-alv-refreshing/m-p/1691744#M303855</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-27T12:56:37Z</dc:date>
    </item>
    <item>
      <title>Re: problems with ALV refreshing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problems-with-alv-refreshing/m-p/1691745#M303856</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Maria,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have taken a look to the FM.&lt;/P&gt;&lt;P&gt;i think you should try it with&lt;/P&gt;&lt;P&gt;the PARAMETER: BYPASS_BUFFER = 'X'&lt;/P&gt;&lt;P&gt;then its shur that you get the data from the DB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regrads, Dieter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Oct 2006 13:18:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problems-with-alv-refreshing/m-p/1691745#M303856</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-27T13:18:43Z</dc:date>
    </item>
    <item>
      <title>Re: problems with ALV refreshing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problems-with-alv-refreshing/m-p/1691746#M303857</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much Dieter. &lt;/P&gt;&lt;P&gt;That was my problem. It is solved. &lt;SPAN __jive_emoticon_name="wink"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Oct 2006 07:46:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problems-with-alv-refreshing/m-p/1691746#M303857</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-30T07:46:20Z</dc:date>
    </item>
  </channel>
</rss>

