<?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: uline in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/uline/m-p/3320078#M795279</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sharma,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In your first line of report  you might have used &lt;/P&gt;&lt;P&gt;"LINE-SIZE". Remove  LINE-SIZE 100.&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 zuserexit no standard page heading .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Don't forget to reward if useful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 30 Jan 2008 08:12:34 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-01-30T08:12:34Z</dc:date>
    <item>
      <title>uline</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/uline/m-p/3320074#M795275</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi experts !&lt;/P&gt;&lt;P&gt;while creating line through uline at 4(600) . i m not able to get this long length line , only 1 full width of window i m getting . no scroll is appearing in bottom side . plz help me in creating this .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jan 2008 08:01:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/uline/m-p/3320074#M795275</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-30T08:01:25Z</dc:date>
    </item>
    <item>
      <title>Re: uline</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/uline/m-p/3320075#M795276</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;Maintain the line width in the report header.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Satish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jan 2008 08:03:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/uline/m-p/3320075#M795276</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-30T08:03:14Z</dc:date>
    </item>
    <item>
      <title>Re: uline</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/uline/m-p/3320076#M795277</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ULINE &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Syntax &lt;/P&gt;&lt;P&gt;ULINE {[AT] [/][pos][(len)]} [NO-GAP]. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Effect: &lt;/P&gt;&lt;P&gt;Output of horizontal lines in lists. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This statement mainly has the same effect as the following WRITE 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;WRITE line {[AT] [/][pos][(len)]} [NO-GAP]. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this case, line is a data object with type c and length 1023, which is completely filled with "-" characters. In accordance with the predefined formatting rule for the character "-", these are joined together to form a continuous line, and are replaced by the appropriate line element. The same applies for directly consecutive characters "-" and "|". In contrast to the WRITE statement, for ULINE, the characters are also replaced with the line element for an output length of 1. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The position and length of the line are determined by the rules for the WRITE statement. In the simplest case, ULINE produces the following outcomes: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A continuous horizontal line along a whole line, if no position and length are specified after AT. In contrast to the WRITE statement, the list cursor is positioned in the first position of the next line. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A line of length len at the horizontal position pos if a position and length are specified after AT. &lt;/P&gt;&lt;P&gt;&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;If the statement FORMAT FRAMES OFF is used beforehand, the output of ULINE is not displayed as a continuous line, as this statement prevents replacement of the "-" characters with line elements. &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;Output of a horizontal line along the whole line after the first WRITE output, and two horizontal lines as a part of a frame. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WRITE 'A text in a frame'. &lt;/P&gt;&lt;P&gt;ULINE. &lt;/P&gt;&lt;P&gt;SKIP. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ULINE AT 10(10). &lt;/P&gt;&lt;P&gt;WRITE: /10 '|', 11(8) 'Text' CENTERED, 19 '|'. &lt;/P&gt;&lt;P&gt;ULINE AT /10(10).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jan 2008 08:04:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/uline/m-p/3320076#M795277</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-30T08:04:04Z</dc:date>
    </item>
    <item>
      <title>Re: uline</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/uline/m-p/3320077#M795278</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;set the selection screen width more than 600 by setting it in the report header.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REPORT  zreport_name  NO STANDARD PAGE     HEADING LINE-SIZE 600 .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anil.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jan 2008 08:09:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/uline/m-p/3320077#M795278</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-30T08:09:47Z</dc:date>
    </item>
    <item>
      <title>Re: uline</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/uline/m-p/3320078#M795279</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sharma,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In your first line of report  you might have used &lt;/P&gt;&lt;P&gt;"LINE-SIZE". Remove  LINE-SIZE 100.&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 zuserexit no standard page heading .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Don't forget to reward if useful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jan 2008 08:12:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/uline/m-p/3320078#M795279</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-30T08:12:34Z</dc:date>
    </item>
  </channel>
</rss>

