<?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 Report Cursor Position in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/report-cursor-position/m-p/3284172#M785502</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 report. In the report output, when I have the output for more than one page, I go to the 2nd or 3rd page. From there, when I double click on one value, it goes to a screen. and when I come BACK to the report output, it shows the report from the first page again instead of showing the output in the 3rd page.&lt;/P&gt;&lt;P&gt;My requirement is, when I come BACK from the screen, the cursor should stay in the same page where we double clicked earlier. We use a statement for the same. Could someone tell me how to do this..?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Paddu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 08 Jan 2008 13:38:45 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-01-08T13:38:45Z</dc:date>
    <item>
      <title>Report Cursor Position</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/report-cursor-position/m-p/3284172#M785502</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 report. In the report output, when I have the output for more than one page, I go to the 2nd or 3rd page. From there, when I double click on one value, it goes to a screen. and when I come BACK to the report output, it shows the report from the first page again instead of showing the output in the 3rd page.&lt;/P&gt;&lt;P&gt;My requirement is, when I come BACK from the screen, the cursor should stay in the same page where we double clicked earlier. We use a statement for the same. Could someone tell me how to do this..?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Paddu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jan 2008 13:38:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/report-cursor-position/m-p/3284172#M785502</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-08T13:38:45Z</dc:date>
    </item>
    <item>
      <title>Re: Report Cursor Position</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/report-cursor-position/m-p/3284173#M785503</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use sth like this in your dynpro:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      MODULE exit INPUT.                         &lt;/P&gt;&lt;P&gt;                                              &lt;/P&gt;&lt;P&gt;     IF ok_code =    'BACK'.                                                             &lt;/P&gt;&lt;P&gt;       SET SCREEN 0.                          &lt;/P&gt;&lt;P&gt;       LEAVE SCREEN.                          &lt;/P&gt;&lt;P&gt;     ENDIF.                                                                                &lt;/P&gt;&lt;P&gt;ENDMODULE.                 " exit  INPUT   &lt;/P&gt;&lt;P&gt;________&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;additional for refreshing alv-list use  :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   rs_selfield-refresh = 'X'.        &lt;/P&gt;&lt;P&gt;   rs_selfield-row_stable = 'X'.     &lt;/P&gt;&lt;P&gt;   rs_selfield-col_stable = 'X'.     &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jan 2008 14:09:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/report-cursor-position/m-p/3284173#M785503</guid>
      <dc:creator>andreas_mann3</dc:creator>
      <dc:date>2008-01-08T14:09:03Z</dc:date>
    </item>
  </channel>
</rss>

