<?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: Question Regarding Refresh in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/question-regarding-refresh/m-p/1357372#M178130</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;REFRESH alv_tab.&lt;/P&gt;&lt;P&gt;      REFRESH itab1.&lt;/P&gt;&lt;P&gt;      REFRESH flows1.&lt;/P&gt;&lt;P&gt;      REFRESH gt_tab.&lt;/P&gt;&lt;P&gt;      PERFORM get_items.&lt;/P&gt;&lt;P&gt;      PERFORM display_items.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 01 Jun 2006 20:44:45 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-06-01T20:44:45Z</dc:date>
    <item>
      <title>Question Regarding Refresh</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/question-regarding-refresh/m-p/1357367#M178125</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 created an interactive report where i cud forward items to different users. So after i forward them to different users i had put up a refresh button which when clicked on cud refresh the items to new users. Now when i dont click on a report it gives me a popup saying select item. Now its working good for the first time and when i refresh after 1st forward and when i dont select any item it still gives me a popup but when i click ok it returns to the first screen(the screen where i had selected item to be forwarded for the firsttime). It shudnt go this way. It shud still stay in the present screen and cud able to forward the item...How cud i achieve this..Thanks in Advance...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vicky&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Jun 2006 20:18:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/question-regarding-refresh/m-p/1357367#M178125</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-01T20:18:34Z</dc:date>
    </item>
    <item>
      <title>Re: Question Regarding Refresh</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/question-regarding-refresh/m-p/1357368#M178126</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is it an alv? Then for refreshing I think you just need to do this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the user command subroutine:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;form SUB_USER_COMMAND using r_ucomm LIKE sy-ucomm&lt;/P&gt;&lt;P&gt;                            rs_selfield TYPE slis_selfield.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. rs_selfield-refresh = 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Do your processing and modify your internal table which you are using for ALV output. This modification od records will be output when someone clicks on that refresh button on your report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDFORM.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Jun 2006 20:26:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/question-regarding-refresh/m-p/1357368#M178126</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-01T20:26:49Z</dc:date>
    </item>
    <item>
      <title>Re: Question Regarding Refresh</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/question-regarding-refresh/m-p/1357369#M178127</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;its not an alv, just a interactive report&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Jun 2006 20:28:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/question-regarding-refresh/m-p/1357369#M178127</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-01T20:28:00Z</dc:date>
    </item>
    <item>
      <title>Re: Question Regarding Refresh</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/question-regarding-refresh/m-p/1357370#M178128</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does it help if you set sy-lsind = '1' when catching the user command?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Jun 2006 20:31:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/question-regarding-refresh/m-p/1357370#M178128</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-01T20:31:42Z</dc:date>
    </item>
    <item>
      <title>Re: Question Regarding Refresh</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/question-regarding-refresh/m-p/1357371#M178129</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please post your code for the 'refresh'.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Jun 2006 20:41:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/question-regarding-refresh/m-p/1357371#M178129</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-01T20:41:06Z</dc:date>
    </item>
    <item>
      <title>Re: Question Regarding Refresh</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/question-regarding-refresh/m-p/1357372#M178130</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;REFRESH alv_tab.&lt;/P&gt;&lt;P&gt;      REFRESH itab1.&lt;/P&gt;&lt;P&gt;      REFRESH flows1.&lt;/P&gt;&lt;P&gt;      REFRESH gt_tab.&lt;/P&gt;&lt;P&gt;      PERFORM get_items.&lt;/P&gt;&lt;P&gt;      PERFORM display_items.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Jun 2006 20:44:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/question-regarding-refresh/m-p/1357372#M178130</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-01T20:44:45Z</dc:date>
    </item>
    <item>
      <title>Re: Question Regarding Refresh</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/question-regarding-refresh/m-p/1357373#M178131</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Where do you have this code(in which event)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you display the item in your perform display_items, I am assuming your users have a choice of selecting some or all the lines you displayed using a checkbox(?) and what do they after that? Is there a pushbutton in the application toolbar? If so can you please also post the code for that function code?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Jun 2006 20:53:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/question-regarding-refresh/m-p/1357373#M178131</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-01T20:53:54Z</dc:date>
    </item>
    <item>
      <title>Re: Question Regarding Refresh</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/question-regarding-refresh/m-p/1357374#M178132</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ya Srinivas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You got it right, the users can all be selected or selected by chioice and are forwarded using a fmodule..So how do i achieve my case using this..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;VIcky&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Jun 2006 21:03:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/question-regarding-refresh/m-p/1357374#M178132</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-01T21:03:26Z</dc:date>
    </item>
    <item>
      <title>Re: Question Regarding Refresh</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/question-regarding-refresh/m-p/1357375#M178133</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you please post the code for 'SEND' button? You select some users and click on a button to send. In that code for that button processing, you must be calling a function module to send the emails(?). That is the code I want to look at.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Jun 2006 19:08:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/question-regarding-refresh/m-p/1357375#M178133</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-02T19:08:11Z</dc:date>
    </item>
  </channel>
</rss>

