<?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: line in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/line/m-p/2582466#M590608</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;line-size ---  maximum line size of  report&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;line-count --- no of lines per page in a report&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 27 Jul 2007 13:49:03 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-07-27T13:49:03Z</dc:date>
    <item>
      <title>line</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/line/m-p/2582465#M590607</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what are the terms  line-size line-count indicate.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jul 2007 13:47:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/line/m-p/2582465#M590607</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-27T13:47:05Z</dc:date>
    </item>
    <item>
      <title>Re: line</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/line/m-p/2582466#M590608</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;line-size ---  maximum line size of  report&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;line-count --- no of lines per page in a report&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jul 2007 13:49:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/line/m-p/2582466#M590608</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-27T13:49:03Z</dc:date>
    </item>
    <item>
      <title>Re: line</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/line/m-p/2582467#M590609</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Line-size indicates -  Output width&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Line-count indicates number lines per page&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jul 2007 13:50:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/line/m-p/2582467#M590609</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-27T13:50:46Z</dc:date>
    </item>
    <item>
      <title>Re: line</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/line/m-p/2582468#M590610</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;These are the two parameters at the report level which will control the total number of lines per page and total lenght of each line  and also the end of the page..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ex.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   report ztest line-count 30(3) line-size 100.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; this indicates that the total lines printed per page is 30 out of which 3 is reserved for the end of page and line-size 100 indicate 100 charaters per line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;mahesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jul 2007 13:51:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/line/m-p/2582468#M590610</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-27T13:51:32Z</dc:date>
    </item>
    <item>
      <title>Re: line</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/line/m-p/2582469#M590611</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sandeep,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Line-Size&amp;lt;/b&amp;gt; indicate the length of the line....&lt;/P&gt;&lt;P&gt;Line-size 100.&lt;/P&gt;&lt;P&gt;here 100 is the number of characters per line can have.&lt;/P&gt;&lt;P&gt;....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Line-Count&amp;lt;/b&amp;gt; indicates the no op lines per page.&lt;/P&gt;&lt;P&gt;Line-count 25(3).&lt;/P&gt;&lt;P&gt;here 25 wil set ur number of lines per page as 25 &amp;amp; 3 indicates the footer .&lt;/P&gt;&lt;P&gt;3 wil be reserved from ur 25 lines for footer text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this is clear.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Reward Points if Useful*&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jul 2007 13:58:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/line/m-p/2582469#M590611</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-27T13:58:09Z</dc:date>
    </item>
    <item>
      <title>Re: line</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/line/m-p/2582470#M590612</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;lt;b&amp;gt;REPORT &amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Addition 2 &lt;/P&gt;&lt;P&gt;... LINE-SIZE col &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Effect &lt;/P&gt;&lt;P&gt;Creates a report with col columns per line. &lt;/P&gt;&lt;P&gt;If the LINE-SIZE specification is missing, the line length corresponds to the current screen width. The system field SY-LINSZ contains the current line size for generating lists. The maximum width of a list is 1023 characters. You should keep lists to the minimum possible size to improve useability and performance (recommendation: LINE-SIZE &amp;lt; 132). For very wide lists (LINE-SIZE &amp;gt; 255), you should consult the notes for using LINE-SIZE &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;greater than 255. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Notes &lt;/P&gt;&lt;P&gt;The specified LINE-SIZE must not appear in quotation marks. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the you want the report list (i.e. the output) to be printable, do not define a LINE-SIZE with a value greater than 132 because most printers cannot handle wider lists. You cannot print lists wider than 255 characters at all using the standard print functions. To print the contents of the lists, you need to write a special print routine that arranges the data in shorter lines (for example, using the PRINT ON addition in the NEW-PAGE statement. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At the beginning of a new list level, you can set a fixed line width for the level using the ... LINE SIZE addition to the NEW-PAGE statement. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example&lt;/P&gt;&lt;P&gt;REPORT ZREPNAME LINE-SIZE 132. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Addition 3 &lt;/P&gt;&lt;P&gt;... LINE-COUNT n(m) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Effect &lt;/P&gt;&lt;P&gt;Creates a report list with n lines per page, of which m lines are reserved for the END-OF-PAGE processing. If you omit the "(m)", the default value 0 applies. The system field SY-LINCT contains the current number of lines per page for generating lists. &lt;/P&gt;&lt;P&gt;If the LINE-COUNT specification is missing, the number of lines per page is calculated dynamically from the number of lines actually output on this page. Here, a page break no longer occurs automatically, (internal limit: 60,000 lines) but must be specified explicitly with NEW-PAGE, and the system field SY-LINCT is set to 0. (NEW-PAGE ... LINE-COUNT) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note &lt;/P&gt;&lt;P&gt;The LINE-COUNT must not be enclosed in quotation marks. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Further information about using LINE-COUNT. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Examples&lt;/P&gt;&lt;P&gt;REPORT ZREPNAME LINE-COUNT 65. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The page has 65 lines. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REPORT ZREPNAME LINE-COUNT 65(8). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The page has 65 lines, of which the last 8 are only used by END-OF-PAGE. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jul 2007 14:03:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/line/m-p/2582470#M590612</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2007-07-27T14:03:59Z</dc:date>
    </item>
    <item>
      <title>Re: line</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/line/m-p/2582471#M590613</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;&amp;lt;u&amp;gt;&amp;lt;b&amp;gt;Line-Size:&amp;lt;/b&amp;gt;&amp;lt;/u&amp;gt;&lt;/P&gt;&lt;P&gt;To determine the width of the output list, use the LINE-SIZE option of the REPORT statement.&lt;/P&gt;&lt;P&gt;Syntax&lt;/P&gt;&lt;P&gt;REPORT &amp;lt;rep&amp;gt; LINE-SIZE &amp;lt;width&amp;gt;.&lt;/P&gt;&lt;P&gt;This statement determines the width of the output list of program &amp;lt;rep&amp;gt; as &amp;lt;width&amp;gt; characters. If you set &amp;lt;width&amp;gt; to zero, the system uses the width of the standard list.&lt;/P&gt;&lt;P&gt;A line can be up to 255 characters long. However, if you intend to print the list, note that most printers cannot print lists wider than 132 characters. If you want to print the list directly while creating it, the page width must comply with one of the existing print formats. Otherwise, the system will not print the list. Make sure not to choose a list width exceeding 132 characters, unless you create the list for display only.&lt;/P&gt;&lt;P&gt;While creating the list, the system field SY-LINSZ contains the current line width. To adapt the list width to the current window width.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;u&amp;gt;&amp;lt;b&amp;gt;Line-Count:&amp;lt;/b&amp;gt;&amp;lt;/u&amp;gt;&lt;/P&gt;&lt;P&gt;To determine the page length of an output list, use the LINE-COUNT option of the REPORT&lt;/P&gt;&lt;P&gt;statement.&lt;/P&gt;&lt;P&gt;Syntax&lt;/P&gt;&lt;P&gt;REPORT &amp;lt;rep&amp;gt; LINE-COUNT &amp;lt;length&amp;gt;[(&amp;lt;n&amp;gt;)].&lt;/P&gt;&lt;P&gt;This statement determines the page length of the output list of program &amp;lt;rep&amp;gt; as &amp;lt;length&amp;gt; lines.&lt;/P&gt;&lt;P&gt;If you specify the optional number &amp;lt;n&amp;gt;, the system reserves &amp;lt;n&amp;gt; lines of the page length for the page footer. Those lines of the page footer that are not filled at the END-OF-PAGE event, appear as blank lines.&lt;/P&gt;&lt;P&gt;If you set &amp;lt;length&amp;gt; to zero, the system uses the standard page length . To adapt the page length to the current window size, see Lists with Several Pages&lt;/P&gt;&lt;P&gt;. While the list is created, the system field SY-LINCT contains the current number of lines per page (that is &amp;lt;length&amp;gt;, or 0 for the standard page length).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Bhaskar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jul 2007 16:31:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/line/m-p/2582471#M590613</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-27T16:31:16Z</dc:date>
    </item>
  </channel>
</rss>

