<?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 in Back button in ALV in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-back-button-in-alv/m-p/8291904#M1634770</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 guess, you must be using custom refresh button and standard back button. I would suggest go for custom back button as well.&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;Pranav.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 24 Oct 2011 04:42:25 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-10-24T04:42:25Z</dc:date>
    <item>
      <title>Problem in Back button in ALV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-back-button-in-alv/m-p/8291902#M1634768</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have developed ALV report using grid layout.The user wanted that when he execute the report and click on refresh button the report data gets refreshed as report output is based on Z table and same Z table is updating through RFC interface continously.So this functionality is working for me but problem is that after click refresh 2 to 3 times then to come back to selection screen he has to click back button same number of times as refresh button click.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could anybody help how I can come back to selection screen on single click after click refresh button.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&amp;amp;Regards,&lt;/P&gt;&lt;P&gt;Sachin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Oct 2011 04:29:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-back-button-in-alv/m-p/8291902#M1634768</guid>
      <dc:creator>sachin_jadhav8</dc:creator>
      <dc:date>2011-10-24T04:29:19Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in Back button in ALV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-back-button-in-alv/m-p/8291903#M1634769</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi sachin ,&lt;/P&gt;&lt;P&gt;just wanted to know that wheather u created any push-button for refresh and back .&lt;/P&gt;&lt;P&gt;if yes than what is the code in back button . &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;ranjan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Oct 2011 04:37:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-back-button-in-alv/m-p/8291903#M1634769</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-10-24T04:37:35Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in Back button in ALV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-back-button-in-alv/m-p/8291904#M1634770</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 guess, you must be using custom refresh button and standard back button. I would suggest go for custom back button as well.&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;Pranav.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Oct 2011 04:42:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-back-button-in-alv/m-p/8291904#M1634770</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-10-24T04:42:25Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in Back button in ALV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-back-button-in-alv/m-p/8291905#M1634771</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi sachin ,&lt;/P&gt;&lt;P&gt;try this code.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
AT USER-COMMAND.

CASE SY-UCOMM.
WHEN 'S2000'.
CALL SELECTION-SCREEN 2000.
endcase.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards &lt;/P&gt;&lt;P&gt;ranjan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Oct 2011 04:44:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-back-button-in-alv/m-p/8291905#M1634771</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-10-24T04:44:46Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in Back button in ALV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-back-button-in-alv/m-p/8291906#M1634772</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Pranav,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the update.&lt;/P&gt;&lt;P&gt;I not using any  custome refresh button but using PF-STATUS 'STANDARD'.&lt;/P&gt;&lt;P&gt;On refresh button I am again fetching data and calling fieldcatlog and displaying report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sachin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Oct 2011 05:24:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-back-button-in-alv/m-p/8291906#M1634772</guid>
      <dc:creator>sachin_jadhav8</dc:creator>
      <dc:date>2011-10-24T05:24:37Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in Back button in ALV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-back-button-in-alv/m-p/8291907#M1634773</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sachin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ON the user command of  REFRESH button fetch data and just user after data is fetched RS_SELFIELD-REFRESH = 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will solve the problem.&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;Madhukar Shetty&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Oct 2011 05:34:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-back-button-in-alv/m-p/8291907#M1634773</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-10-24T05:34:04Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in Back button in ALV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-back-button-in-alv/m-p/8291908#M1634774</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Madhukar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The refresh button logic is working fine but problem is in back button.I mean consider user click refresh button 3 times to see the current data then to go back on selection scrren he has to click back button also three times,So this should be on single click.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sachin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Oct 2011 07:01:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-back-button-in-alv/m-p/8291908#M1634774</guid>
      <dc:creator>sachin_jadhav8</dc:creator>
      <dc:date>2011-10-24T07:01:05Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in Back button in ALV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-back-button-in-alv/m-p/8291909#M1634775</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hİ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In your user_command perform;  reconfigure back command with LEAVE TO SCREEN 0.  &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
  CASE save_ok. 
    WHEN '&amp;amp;F15' OR '&amp;amp;F03'.
      LEAVE TO SCREEN 0.
  ENDCASE.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Take care.&lt;/P&gt;&lt;P&gt;Çağatay&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Oct 2011 07:11:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-back-button-in-alv/m-p/8291909#M1634775</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-10-24T07:11:26Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in Back button in ALV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-back-button-in-alv/m-p/8291910#M1634776</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sachin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is what Madhukar meant&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On refresh button I am again fetching data and calling fieldcatlog and displaying report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do not call the fieldcatalog and function module again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Get the new data into your internal table in user command event &amp;amp; &lt;/P&gt;&lt;P&gt;Just add refresh = 'X' in your user command event.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
FORM f_user_command USING UCOMM LIKE SY-UCOMM v_selfld TYPE slis_selfield.
if sy-ucomm = 'REF'.
 PERFORM get_data. 
 selfld-refresh = u2018Xu2019. 
endif.
ENDFORM.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Kesav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Oct 2011 07:11:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-back-button-in-alv/m-p/8291910#M1634776</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2011-10-24T07:11:36Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in Back button in ALV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-back-button-in-alv/m-p/8291911#M1634777</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi keshav,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much Its working for me now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sachin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Oct 2011 08:32:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-back-button-in-alv/m-p/8291911#M1634777</guid>
      <dc:creator>sachin_jadhav8</dc:creator>
      <dc:date>2011-10-24T08:32:57Z</dc:date>
    </item>
  </channel>
</rss>

