<?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: ALV refresh problem in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-refresh-problem/m-p/1663999#M294098</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;when u press back &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;write code like &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;leave to screen '1000'. this is default selection-screen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Nov 2006 13:20:08 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-11-16T13:20:08Z</dc:date>
    <item>
      <title>ALV refresh problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-refresh-problem/m-p/1663991#M294090</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;In an ALV list, i have added a pushbutton to call a popup screen. Based on that popup screen data. i am changing the ALV list display.Problem is when i press the BACK button at this point. When the BACK button is pressed, i am going back to the initial display of ALV list instead of going back to selection screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; please suggest me to handle this issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;B Raju&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Nov 2006 11:12:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-refresh-problem/m-p/1663991#M294090</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-16T11:12:37Z</dc:date>
    </item>
    <item>
      <title>Re: ALV refresh problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-refresh-problem/m-p/1663992#M294091</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Looks like the problem is with the way you are refreshing the data.&lt;/P&gt;&lt;P&gt;Could you please let us know how are refreshing the ALV List.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Post the code as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Nov 2006 11:15:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-refresh-problem/m-p/1663992#M294091</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-16T11:15:07Z</dc:date>
    </item>
    <item>
      <title>Re: ALV refresh problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-refresh-problem/m-p/1663993#M294092</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;write code as when back...leave to screen 0 (or 100/1000).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Nov 2006 11:16:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-refresh-problem/m-p/1663993#M294092</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-16T11:16:09Z</dc:date>
    </item>
    <item>
      <title>Re: ALV refresh problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-refresh-problem/m-p/1663994#M294093</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raju,&lt;/P&gt;&lt;P&gt;  If you are using controls you can call the method REFRESH_TABLE_DISPLAY of the class CL_GUI_ALV_GRID.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sandeep&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Nov 2006 11:22:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-refresh-problem/m-p/1663994#M294093</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-16T11:22:09Z</dc:date>
    </item>
    <item>
      <title>Re: ALV refresh problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-refresh-problem/m-p/1663995#M294094</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;1. popup comes, you are doing some thing here, then you are displaying the list&lt;/P&gt;&lt;P&gt;at this point you have to refresh the first list, but you are not doing that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. when you are press BACK what happens is , from second list, it is coming to first list .to avoid before displaying the second list , refresh the first one and your problem will be solved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Nov 2006 11:23:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-refresh-problem/m-p/1663995#M294094</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-16T11:23:38Z</dc:date>
    </item>
    <item>
      <title>Re: ALV refresh problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-refresh-problem/m-p/1663996#M294095</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;     try &lt;/P&gt;&lt;P&gt;    when "BACK'&lt;/P&gt;&lt;P&gt;       submit program v_test via selection-screen.&lt;/P&gt;&lt;P&gt;     or &lt;/P&gt;&lt;P&gt;      leave  to screen 0&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;Amole&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Nov 2006 11:25:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-refresh-problem/m-p/1663996#M294095</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-16T11:25:35Z</dc:date>
    </item>
    <item>
      <title>Re: ALV refresh problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-refresh-problem/m-p/1663997#M294096</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Handle the function code of back button in your program and use &lt;/P&gt;&lt;P&gt;leave to screen 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to go back to the selection screen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Nov 2006 11:26:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-refresh-problem/m-p/1663997#M294096</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-16T11:26:24Z</dc:date>
    </item>
    <item>
      <title>Re: ALV refresh problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-refresh-problem/m-p/1663998#M294097</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Actually on the popup, i have few radiobuttons. Based on the radioutton selection, i am getting the ALV list display correspondingly(Dynamically changing). For each radiobutton selection i am calling the FM Reuse_alv_list_display.&lt;/P&gt;&lt;P&gt;As a hint : The stack is not getting cleared.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know any FM to clear ALV stack&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Raju&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Nov 2006 13:16:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-refresh-problem/m-p/1663998#M294097</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-16T13:16:19Z</dc:date>
    </item>
    <item>
      <title>Re: ALV refresh problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-refresh-problem/m-p/1663999#M294098</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;when u press back &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;write code like &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;leave to screen '1000'. this is default selection-screen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Nov 2006 13:20:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-refresh-problem/m-p/1663999#M294098</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-16T13:20:08Z</dc:date>
    </item>
    <item>
      <title>Re: ALV refresh problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-refresh-problem/m-p/1664000#M294099</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raju,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope you are handling the Popup in the User_command form of ALV. &lt;/P&gt;&lt;P&gt;in that case you are going to call the ALV list from the user command of the First list. before calling the new list you just use the paramter of user_command form selfield-refresh = 'X'.&lt;/P&gt;&lt;P&gt;then call your ALV list. and then see...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Nov 2006 13:22:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-refresh-problem/m-p/1664000#M294099</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-16T13:22:47Z</dc:date>
    </item>
    <item>
      <title>Re: ALV refresh problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-refresh-problem/m-p/1664001#M294100</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mr.Vijay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, am using the USER_COMMAND of ALV. Thankls, will set this parameter and let u know&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raju&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Nov 2006 13:29:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-refresh-problem/m-p/1664001#M294100</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-16T13:29:50Z</dc:date>
    </item>
    <item>
      <title>Re: ALV refresh problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-refresh-problem/m-p/1664002#M294101</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When the Popup appears U do some action.Catch up the User-coomand at this point and based on this command write ur code as u need like if you need to display the list by username then sort ur internal table by user name and then again call the fm Reuse_alv_list_display so that the list appears as u needed..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward If Helpful&lt;/P&gt;&lt;P&gt;Vicky&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Nov 2006 13:59:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-refresh-problem/m-p/1664002#M294101</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-16T13:59:34Z</dc:date>
    </item>
  </channel>
</rss>

