<?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 SAP-ABAP in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-abap/m-p/1456727#M215850</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For displaying the footer in list i have to reserve some empty lines for this what i have to do?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 21 Jun 2006 03:13:29 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-06-21T03:13:29Z</dc:date>
    <item>
      <title>SAP-ABAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-abap/m-p/1456727#M215850</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For displaying the footer in list i have to reserve some empty lines for this what i have to do?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jun 2006 03:13:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-abap/m-p/1456727#M215850</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-21T03:13:29Z</dc:date>
    </item>
    <item>
      <title>Re: SAP-ABAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-abap/m-p/1456728#M215851</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;In the 'REPORT' statement, mention the number of lines and also mention the number of lines you want to reserve in each page for the footer within bracket. for example the following statement will reserve 3 lines for footer in each list page.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Report ZTESTREPO line-count 70(3).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;Deb.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jun 2006 03:20:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-abap/m-p/1456728#M215851</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-21T03:20:02Z</dc:date>
    </item>
    <item>
      <title>Re: SAP-ABAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-abap/m-p/1456729#M215852</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;Take a look here&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/9f/dba06935c111d1829f0000e829fbfe/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/9f/dba06935c111d1829f0000e829fbfe/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To execute a page break on the condition that less than a certain number of lines is left on a page, use the RESERVE statement:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jun 2006 03:22:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-abap/m-p/1456729#M215852</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-21T03:22:25Z</dc:date>
    </item>
    <item>
      <title>Re: SAP-ABAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-abap/m-p/1456730#M215853</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;you can  Use the RESERVE statement.&lt;/P&gt;&lt;P&gt;RESERVE &amp;lt;n&amp;gt; LINES&lt;/P&gt;&lt;P&gt;If less than n free lines are left on the list page between the last output and the page footer, this statemet gets triggered&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Beena&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jun 2006 03:40:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-abap/m-p/1456730#M215853</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-21T03:40:04Z</dc:date>
    </item>
    <item>
      <title>Re: SAP-ABAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-abap/m-p/1456731#M215854</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI&lt;/P&gt;&lt;P&gt;GOOD&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AS YOU HAVE NOT MENTIONED IN WHICH KIND OF REPORT YOU WANT THE SPACE HEREWITH I AM GIVING SOME LINKS,GO THROUGH THEM I HOPE YOU WILL GET SOME SOLUTION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The function module SET_PRINT_PARAMETERS fills the input fields with the default values. Because of the function module, the Lines field is ready for input, even though the LINE-COUNT addition is used in the REPORT statement. The option, in this case, is needed to reserve space for two footer lines.&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/9f/dba5e235c111d1829f0000e829fbfe/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/9f/dba5e235c111d1829f0000e829fbfe/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/90/1d493a331311d5b696006094192fe3/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/90/1d493a331311d5b696006094192fe3/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THANKS&lt;/P&gt;&lt;P&gt;MRUTYUN&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jun 2006 03:53:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-abap/m-p/1456731#M215854</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-21T03:53:59Z</dc:date>
    </item>
    <item>
      <title>Re: SAP-ABAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-abap/m-p/1456732#M215855</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Srinivas,&lt;/P&gt;&lt;P&gt; Please read the following paragraph.&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Controlling Page Size&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;To control the size of the output page, use the following additions on the report statement: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;line-size &lt;/P&gt;&lt;P&gt;line-count &lt;/P&gt;&lt;P&gt;The line-size addition controls the width of the output list; line-count controls the number of lines per page. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Syntax for the line-size and line-count Additions to the report Statement&lt;/P&gt;&lt;P&gt;The syntax for the line-size and line-count additions to the report statement is as follows: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;report line-size i line-count j(k).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i, j, and k are numeric constants. Variables are not allowed. &lt;/P&gt;&lt;P&gt;i specifies the width of the output list (in characters). &lt;/P&gt;&lt;P&gt;j specifies the number of lines per page in the output list. &lt;/P&gt;&lt;P&gt;k specifies the number of lines reserved for a footer at the bottom of each page. &lt;/P&gt;&lt;P&gt;Do not enclose i, j, or k in quotes. &lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Using line-size and line-count&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;By default, the width of the output list is equal to the maximized window width. For example, if your window is maximized before you execute a report, the system will use that width as the output width of your program. If your window has been resized to be less than the maximum, the system will still use the maximized size. A scroll bar will appear at the bottom of the window to allow you to scroll right and see the rest of the report. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To override this behavior, specify the list output width by using line-size. Valid values are 2 through 255.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TIP &lt;/P&gt;&lt;P&gt;Most printers cannot print more than 132 characters on a line. If you think your users may want to print the output list, try not to exceed 132 characters per line. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The page number is printed in the top-right corner of the list. The default number of lines per page is 60,000-the maximum allowed. You can use line-count to override this number. For example, to specify 55 lines per page, enter report line-count 55. Specifying line-count 0 means use the maximum (60,000). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The user can specify the number of lines per page that is appropriate for the printer when he or she prints the report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TIP &lt;/P&gt;&lt;P&gt;You can also set the line-count in the middle of the report, so different pages can have different numbers of output lines. To do this, use the new-page statement (covered later). It can also be used to set the number of lines per-page before any output is generated.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;line-count is not usually used with reports that are viewed online. For example, suppose R/3 incremented the page number each time you pressed the page down key. If the user generates a report, scrolls to page 3, and then resizes the window, will he still be on page 3? Obviously, the ability to resize the window makes it difficult to make rules about page numbers online. You could try making the page size equal to the window height when the report was run. But if the user resizes the window after the report has been generated, the page breaks will no longer match the window height. The user will see gaps in the output and the beginning of pages in the middle of the window. To avoid these problems in online reports, use the default value for line-count.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jun 2006 04:12:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-abap/m-p/1456732#M215855</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-21T04:12:41Z</dc:date>
    </item>
    <item>
      <title>Re: SAP-ABAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-abap/m-p/1456733#M215856</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;Use this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REPORT &amp;lt;reportname&amp;gt; LINE-COUNT 25(5).&lt;/P&gt;&lt;P&gt;This means that the page would conain 25 lines and 5 lines are reserved for the footer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sujana&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jun 2006 04:15:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-abap/m-p/1456733#M215856</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-21T04:15:49Z</dc:date>
    </item>
    <item>
      <title>Re: SAP-ABAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-abap/m-p/1456734#M215857</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Srinivas,&lt;/P&gt;&lt;P&gt; Please go thorugh this link. This is very useful.&lt;/P&gt;&lt;P&gt;&lt;A href="http://cma.zdnet.com/book/abap/ch15/ch15.htm" target="test_blank"&gt;http://cma.zdnet.com/book/abap/ch15/ch15.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;a href="http://cma.zdnet.com/book/abap/ch15/ch15.htm"&amp;gt;Page Format&amp;lt;/a&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jun 2006 04:24:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-abap/m-p/1456734#M215857</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-21T04:24:47Z</dc:date>
    </item>
  </channel>
</rss>

