<?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: system variable for finding last page!! in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/system-variable-for-finding-last-page/m-p/1932852#M386130</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi  Senthil kumar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think we can't find the last page of the report using system variable. But u can search any system variables are there in SE11 --&amp;gt; SYST. It contains all the  SAP ABAP SYSTEM FIELDS man. I thing it is useful for u.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Shankar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 17 Feb 2007 05:19:15 GMT</pubDate>
    <dc:creator>p291102</dc:creator>
    <dc:date>2007-02-17T05:19:15Z</dc:date>
    <item>
      <title>system variable for finding last page!!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/system-variable-for-finding-last-page/m-p/1932850#M386128</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could anybody tell me the system varible to find the last page of the report output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If not, how can i find the last page no in the report output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward sure if it is helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanking you &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 17 Feb 2007 05:04:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/system-variable-for-finding-last-page/m-p/1932850#M386128</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-17T05:04:08Z</dc:date>
    </item>
    <item>
      <title>Re: system variable for finding last page!!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/system-variable-for-finding-last-page/m-p/1932851#M386129</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 think you can make use of sy-PAGNO and count the no of pages in the report&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Shiva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 17 Feb 2007 05:09:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/system-variable-for-finding-last-page/m-p/1932851#M386129</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-17T05:09:16Z</dc:date>
    </item>
    <item>
      <title>Re: system variable for finding last page!!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/system-variable-for-finding-last-page/m-p/1932852#M386130</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi  Senthil kumar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think we can't find the last page of the report using system variable. But u can search any system variables are there in SE11 --&amp;gt; SYST. It contains all the  SAP ABAP SYSTEM FIELDS man. I thing it is useful for u.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Shankar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 17 Feb 2007 05:19:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/system-variable-for-finding-last-page/m-p/1932852#M386130</guid>
      <dc:creator>p291102</dc:creator>
      <dc:date>2007-02-17T05:19:15Z</dc:date>
    </item>
    <item>
      <title>Re: system variable for finding last page!!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/system-variable-for-finding-last-page/m-p/1932853#M386131</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;Two things to consider  &lt;/P&gt;&lt;P&gt;1.&lt;/P&gt;&lt;P&gt;See dynamically we cannot decide how many pages are listed /output cause we dont know till the time of runtime that how many records are fetched .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so page numbers can be known only after the write statement of the records .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2&lt;/P&gt;&lt;P&gt;now if i maintain a line count say for lines 10 i want a new page for 11 item .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then we are making the pages as per our way .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so if i dont maintain i line count &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;default setting for line count is 35 " i think so ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so last page value will be rounded value of &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;total records / 35 .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if its line count enabled rounded value of &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;total record / (line count value) .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 17 Feb 2007 06:41:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/system-variable-for-finding-last-page/m-p/1932853#M386131</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-17T06:41:20Z</dc:date>
    </item>
  </channel>
</rss>

