<?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 ALV refresh in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-refresh/m-p/4690217#M1102470</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;I'm developing an interactive ALV with REUSE_ALV_LIST_DISPLAY&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;form call_ucommand&lt;/P&gt;&lt;P&gt;     using ucomm     like sy-ucomm&lt;/P&gt;&lt;P&gt;           selfield  type slis_selfield.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if ucomm eq 'DALL'&lt;/P&gt;&lt;P&gt;---&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="-----" /&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="---------" /&gt;&lt;P&gt;selfield-refresh = 'X'.&lt;/P&gt;&lt;P&gt;call fiunction REUSE_ALV_LIST_DISPLAY.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;elseif ucomm eq 'RQMS&lt;/P&gt;&lt;P&gt;--&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="---" /&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="------" /&gt;&lt;P&gt;selfield-refresh = 'X'.&lt;/P&gt;&lt;P&gt;call function REUSE_ALV_LIST_DISPLAY.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;elseif ...............&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;.....&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endform.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the output if i use for example say 5 buttons for different operations, while going back (using F3) to selection screen i'm getting the latest screen five times. How to avoid this and go directly to selection screen? (Note: I'm already using selfield-refresh = 'X'.)&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;Ravi Valluri&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 13 Nov 2008 10:26:50 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-11-13T10:26:50Z</dc:date>
    <item>
      <title>ALV refresh</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-refresh/m-p/4690217#M1102470</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;I'm developing an interactive ALV with REUSE_ALV_LIST_DISPLAY&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;form call_ucommand&lt;/P&gt;&lt;P&gt;     using ucomm     like sy-ucomm&lt;/P&gt;&lt;P&gt;           selfield  type slis_selfield.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if ucomm eq 'DALL'&lt;/P&gt;&lt;P&gt;---&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="-----" /&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="---------" /&gt;&lt;P&gt;selfield-refresh = 'X'.&lt;/P&gt;&lt;P&gt;call fiunction REUSE_ALV_LIST_DISPLAY.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;elseif ucomm eq 'RQMS&lt;/P&gt;&lt;P&gt;--&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="---" /&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="------" /&gt;&lt;P&gt;selfield-refresh = 'X'.&lt;/P&gt;&lt;P&gt;call function REUSE_ALV_LIST_DISPLAY.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;elseif ...............&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;.....&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endform.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the output if i use for example say 5 buttons for different operations, while going back (using F3) to selection screen i'm getting the latest screen five times. How to avoid this and go directly to selection screen? (Note: I'm already using selfield-refresh = 'X'.)&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;Ravi Valluri&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Nov 2008 10:26:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-refresh/m-p/4690217#M1102470</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-13T10:26:50Z</dc:date>
    </item>
    <item>
      <title>Re: ALV refresh</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-refresh/m-p/4690218#M1102471</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ravi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do not call reuse_alv_list_display. If you want to display selection screen after pressing BACK button any point of time then re sb,it the sale program using statement SUBMIT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--Deepak&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Nov 2008 11:03:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-refresh/m-p/4690218#M1102471</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-13T11:03:27Z</dc:date>
    </item>
    <item>
      <title>Re: ALV refresh</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-refresh/m-p/4690219#M1102472</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Ravi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you set SELFIELD-REFRESH = 'X' in your USER_COMMAND routine that is sufficient for the list refreshing. If you call the fm again you have a kind of "secondary" list. Doing this 5 times you end up with 5 "secondary" lists.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;  Uwe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Nov 2008 11:12:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-refresh/m-p/4690219#M1102472</guid>
      <dc:creator>uwe_schieferstein</dc:creator>
      <dc:date>2008-11-13T11:12:24Z</dc:date>
    </item>
    <item>
      <title>Re: ALV refresh</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-refresh/m-p/4690220#M1102473</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Uwe Schieferstein  ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much. Your idea works fine.&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;Ravi Valluri&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Nov 2008 12:18:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-refresh/m-p/4690220#M1102473</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-13T12:18:03Z</dc:date>
    </item>
    <item>
      <title>Re: ALV refresh</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-refresh/m-p/4690221#M1102474</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Uwe,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm hiding a column of list display by modifying field catalogue (fcat-tech = 'X'). &lt;/P&gt;&lt;P&gt;With selfield-refresh = 'X', the list is not getting refreshed, i'm getting the same old list with that field.&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, 13 Nov 2008 12:54:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-refresh/m-p/4690221#M1102474</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-13T12:54:55Z</dc:date>
    </item>
  </channel>
</rss>

