<?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: refresh list-output in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-list-output/m-p/1439504#M209221</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi mike,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. when we COME BACK&lt;/P&gt;&lt;P&gt;   (after line-selection),&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. we cannot trace that event.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. Hence, if we make our own toolbar,&lt;/P&gt;&lt;P&gt;   only then can we DETECT,&lt;/P&gt;&lt;P&gt;   the BACK Button,&lt;/P&gt;&lt;P&gt;  and write our own code.&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;amit m.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 24 Jul 2006 14:07:56 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-07-24T14:07:56Z</dc:date>
    <item>
      <title>refresh list-output</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-list-output/m-p/1439503#M209220</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 have a WRITE-list with the opportunity to choose a line over 'AT LINE-SELECTION'. In the 'AT LINE-SELECTION' a Dynpro is called to make database-changes. After changing the dataset, you get back to the list-output. But after changing the dataset, the list-output should be refreshed. So I have to rewrite the list and therefore I have to rerun the hole procedure to create the list-output.&lt;/P&gt;&lt;P&gt;How can I realize this?   &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thx&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Jul 2006 14:05:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-list-output/m-p/1439503#M209220</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-24T14:05:19Z</dc:date>
    </item>
    <item>
      <title>Re: refresh list-output</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-list-output/m-p/1439504#M209221</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi mike,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. when we COME BACK&lt;/P&gt;&lt;P&gt;   (after line-selection),&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. we cannot trace that event.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. Hence, if we make our own toolbar,&lt;/P&gt;&lt;P&gt;   only then can we DETECT,&lt;/P&gt;&lt;P&gt;   the BACK Button,&lt;/P&gt;&lt;P&gt;  and write our own code.&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;amit m.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Jul 2006 14:07:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-list-output/m-p/1439504#M209221</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-24T14:07:56Z</dc:date>
    </item>
    <item>
      <title>Re: refresh list-output</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-list-output/m-p/1439505#M209222</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;After changing the dataset, store the sy-subrc value in some global variable, at the event when back or cancel pressed, if the stored sy-subrc value is zero then submit the same report. U will get ur problem solved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sreedhar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Jul 2006 14:10:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-list-output/m-p/1439505#M209222</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-24T14:10:49Z</dc:date>
    </item>
    <item>
      <title>Re: refresh list-output</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-list-output/m-p/1439506#M209223</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the AT LINE-SELECTION event, after calling your dialog,  you need to re-write the list.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;at line-selection.

* Call the dialog

sy-lsind = sy-lsing - 1.  " Reset the list indicator
perform write_list.&lt;/CODE&gt;&lt;/PRE&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;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Jul 2006 14:11:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-list-output/m-p/1439506#M209223</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2006-07-24T14:11:23Z</dc:date>
    </item>
    <item>
      <title>Re: refresh list-output</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-list-output/m-p/1439507#M209224</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;@Sreedhar Kanchanapalli&lt;/P&gt;&lt;P&gt;I also tried to solve the problem in this way. I used the function 'RS_REFRESH_FROM_SELECTOPTIONS' to get the actual selection-criteria and then submitted the program again. It worked!&lt;/P&gt;&lt;P&gt;But don't you think it may cause a problem, after submitting the program multiple times?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Jul 2006 14:21:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-list-output/m-p/1439507#M209224</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-24T14:21:14Z</dc:date>
    </item>
    <item>
      <title>Re: refresh list-output</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-list-output/m-p/1439508#M209225</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;Yes it does.....but again it depends on the complexity of the program and how many no of times this program would be re-run if it is less u can very much use this if not try the logic as said by Rich.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sreedhar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Jul 2006 14:27:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-list-output/m-p/1439508#M209225</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-24T14:27:15Z</dc:date>
    </item>
    <item>
      <title>Re: refresh list-output</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-list-output/m-p/1439509#M209226</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;@rich heilman&lt;/P&gt;&lt;P&gt;ok, i also tried your solution, before I posted in forum, but I didn't no how to realise to jump back correctly.&lt;/P&gt;&lt;P&gt;'sy-lsind = sy-lsing - 1.' is the solution for my problem.&lt;/P&gt;&lt;P&gt;thx&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Jul 2006 14:37:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-list-output/m-p/1439509#M209226</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-24T14:37:38Z</dc:date>
    </item>
    <item>
      <title>Re: refresh list-output</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-list-output/m-p/1439510#M209227</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;... another question: Which sy-parameter do I have to change, that the list-header works correctly, after generating the list again? It doesn't appear after performing list-output again.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Jul 2006 14:54:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-list-output/m-p/1439510#M209227</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-24T14:54:14Z</dc:date>
    </item>
    <item>
      <title>Re: refresh list-output</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-list-output/m-p/1439511#M209228</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You must put your list headings in the TOP-OF-PAGE event and the top-of-page DURING LINE-SELECTION event.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;top-of-page.
perform write_headings.

top-of-page DURING LINE-SELECTION .
perform write_headings.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Jul 2006 15:03:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-list-output/m-p/1439511#M209228</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2006-07-24T15:03:05Z</dc:date>
    </item>
  </channel>
</rss>

