<?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-SIZE in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/line-size/m-p/2658085#M613070</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;REPORT rep [ LINE-SIZE col ]&amp;lt;/b&amp;gt; &lt;/P&gt;&lt;P&gt;&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;&amp;lt;b&amp;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).&amp;lt;/b&amp;gt; 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. &amp;lt;b&amp;gt;You cannot print lists wider than 255 characters at all using the standard print functions.&amp;lt;/b&amp;gt; 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;&amp;lt;b&amp;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.&amp;lt;/b&amp;gt; &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;reward if helpful,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;LIJO JOHN&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 20 Aug 2007 10:49:01 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-08-20T10:49:01Z</dc:date>
    <item>
      <title>LINE-SIZE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/line-size/m-p/2658082#M613067</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;Using Values Greater than 255 for the LINE-SIZE of a List &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what i have to do in this case&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Aug 2007 10:41:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/line-size/m-p/2658082#M613067</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-20T10:41:10Z</dc:date>
    </item>
    <item>
      <title>Re: LINE-SIZE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/line-size/m-p/2658083#M613068</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;In the report statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REPORT ZXXX LINE-SIZE 1023.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Reward if helpful.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Aug 2007 10:45:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/line-size/m-p/2658083#M613068</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-20T10:45:49Z</dc:date>
    </item>
    <item>
      <title>Re: LINE-SIZE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/line-size/m-p/2658084#M613069</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;If you use a column with greater than 255 as the LINE-SIZE in the REPORT or NEW-PAGE statement, the following notes apply: &lt;/P&gt;&lt;P&gt;- Type definitions: The type group SLIST defines the valid maximum value for the list width (SLIST_MAX_LINESIZE), and contains a type for list lines with maximum type (SLIST_MAX_LISTLINE). &lt;/P&gt;&lt;P&gt;- Printing: You cannot print the list using standard printing functions. To print it, you must create 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;- Accessing the entire contents of a line: To read or modify the entire contents of a wide line, you can use the ... LINE VALUE addition in the READ LINE or MODIFY LINE statements. This is an alternative to using SY-LISEL that is independent of the attributes of the system field (since the length of SY-LISEL is 255 characters). &lt;/P&gt;&lt;P&gt;- Horizontal lines: With extra-wide lists, the "ULINE." statement corresponds to "WRITE / SY-ULINE.". So, for example, "ULINE AT 5(300)." corresponds to "WRITE AT 5(300) SY-ULINE.". &lt;/P&gt;&lt;P&gt;- Output length: You can use the length specification in WRITE (or ULINE) to extend the output length of an extra-wide list up to the value of LINE-SIZE. If you want to output a whole field that is longer than 255 characters, you must use this, even if the field itself is defined as longer than 255 characters. &lt;/P&gt;&lt;P&gt;Example &lt;/P&gt;&lt;P&gt;NEW-PAGE LINE-SIZE 1000. &lt;/P&gt;&lt;P&gt;DATA: F1(500) VALUE 'F1'. &lt;/P&gt;&lt;P&gt;WRITE: / F1 COLOR COL_NORMAL. " Output with length 255 &lt;/P&gt;&lt;P&gt;WRITE: /(500) F1 COLOR COL_NORMAL. " Output with length 500 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward if usefull&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Aug 2007 10:48:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/line-size/m-p/2658084#M613069</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-20T10:48:22Z</dc:date>
    </item>
    <item>
      <title>Re: LINE-SIZE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/line-size/m-p/2658085#M613070</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;REPORT rep [ LINE-SIZE col ]&amp;lt;/b&amp;gt; &lt;/P&gt;&lt;P&gt;&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;&amp;lt;b&amp;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).&amp;lt;/b&amp;gt; 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. &amp;lt;b&amp;gt;You cannot print lists wider than 255 characters at all using the standard print functions.&amp;lt;/b&amp;gt; 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;&amp;lt;b&amp;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.&amp;lt;/b&amp;gt; &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;reward if helpful,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;LIJO JOHN&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Aug 2007 10:49:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/line-size/m-p/2658085#M613070</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-20T10:49:01Z</dc:date>
    </item>
    <item>
      <title>Re: LINE-SIZE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/line-size/m-p/2658086#M613071</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;report ztest line-size 1023.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;srinivas&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;*&lt;STRONG&gt;reward for useful answers&lt;/STRONG&gt;*&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Aug 2007 10:49:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/line-size/m-p/2658086#M613071</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-20T10:49:58Z</dc:date>
    </item>
    <item>
      <title>Re: LINE-SIZE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/line-size/m-p/2658087#M613072</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maximum line size is 1023 but we can have upto 255 characters...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can use like as &lt;/P&gt;&lt;P&gt;REPORT ZXXX LINE-SIZE 1023.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Aug 2007 10:58:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/line-size/m-p/2658087#M613072</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-20T10:58:29Z</dc:date>
    </item>
    <item>
      <title>Re: LINE-SIZE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/line-size/m-p/2658088#M613073</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;in report programming if wants to have more than 255 characters then there are 2 options&lt;/P&gt;&lt;P&gt;      1. u can go for alv by which u can display only required columns&lt;/P&gt;&lt;P&gt;      2. or add addition LINE-SIZE 1023 to the REPORT STATEMENT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if helpful reward some points.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with regards,&lt;/P&gt;&lt;P&gt;Suresh Aluri.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Aug 2007 11:08:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/line-size/m-p/2658088#M613073</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-20T11:08:59Z</dc:date>
    </item>
  </channel>
</rss>

