<?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: refreshing the list in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/refreshing-the-list/m-p/4135634#M989006</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1) In case you have to use your own PF Status - Always copy the standard GUI status &lt;/P&gt;&lt;P&gt;(Program : SAPLSLVC_FULLSCREEN, &lt;/P&gt;&lt;P&gt;  Status : STANDARD_FULLSCREEN )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And add and delete the function codes as per your custome requirements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) For REFRESH - Include parameter for "USER_COMMAND" in the Function module interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Inside the User command subroutine - set "RS_SELFIELD-REFRESH" = "X". It will automatically refresh the ALV and there is  no requirement to call ALV again. Just Setting this field is suffice.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if useful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 26 Jun 2008 04:09:34 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-06-26T04:09:34Z</dc:date>
    <item>
      <title>refreshing the list</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/refreshing-the-list/m-p/4135633#M989005</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;experts,&lt;/P&gt;&lt;P&gt;    i have used reuse_alv_grid_display to display a report and used my own pf status and added a pushbutton on the application tool bar named 'refresh'.when ever i am clicking refresh a new list is getting generated overlapping the other,the problem is when i press 'back'  the lists generated are equivalent to the number of times i press 'refresh'.&lt;/P&gt;&lt;P&gt;  how to overcome this problem (or) how to display the list only and refresh it automatically&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jun 2008 03:57:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/refreshing-the-list/m-p/4135633#M989005</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-26T03:57:15Z</dc:date>
    </item>
    <item>
      <title>Re: refreshing the list</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/refreshing-the-list/m-p/4135634#M989006</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1) In case you have to use your own PF Status - Always copy the standard GUI status &lt;/P&gt;&lt;P&gt;(Program : SAPLSLVC_FULLSCREEN, &lt;/P&gt;&lt;P&gt;  Status : STANDARD_FULLSCREEN )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And add and delete the function codes as per your custome requirements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) For REFRESH - Include parameter for "USER_COMMAND" in the Function module interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Inside the User command subroutine - set "RS_SELFIELD-REFRESH" = "X". It will automatically refresh the ALV and there is  no requirement to call ALV again. Just Setting this field is suffice.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if useful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jun 2008 04:09:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/refreshing-the-list/m-p/4135634#M989006</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-26T04:09:34Z</dc:date>
    </item>
    <item>
      <title>Re: refreshing the list</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/refreshing-the-list/m-p/4135635#M989007</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;If you are using OOPs ALV,&lt;/P&gt;&lt;P&gt; then use the method CALL METHOD w_alv_grid-&amp;gt;refresh_table_display.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are using normal ALV, then in the even of 'REFRESH', before calling the subroutine or FM, try giving:&lt;/P&gt;&lt;P&gt;LEAVE TO SCREEN 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Subramanian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jun 2008 04:29:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/refreshing-the-list/m-p/4135635#M989007</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-26T04:29:44Z</dc:date>
    </item>
    <item>
      <title>Re: refreshing the list</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/refreshing-the-list/m-p/4135636#M989008</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank's&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jun 2008 04:37:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/refreshing-the-list/m-p/4135636#M989008</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-26T04:37:26Z</dc:date>
    </item>
  </channel>
</rss>

