<?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: Report heding in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/report-heding/m-p/2399940#M534511</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;To determine the width of the output list, use the LINE-SIZE option of the REPORT statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Syntax&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;REPORT &amp;lt;rep&amp;gt; LINE-SIZE &amp;lt;width&amp;gt;.&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;u write sy-linsz = 155 in TOP-OF-PAGE DURING LINE-SELECTION insted of writing in TOP-OF-PAGE&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;top-of-page during line-selection provides the header for secondary lists.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Ashokreddy.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 12 Jun 2007 11:13:48 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-06-12T11:13:48Z</dc:date>
    <item>
      <title>Report heding</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/report-heding/m-p/2399938#M534509</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; i want to set Report width dynamically.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my requiremnt like when i click on any field in output it will show another list(interactive).&lt;/P&gt;&lt;P&gt;here i wnat to set width as 155. before this line-size is 132.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how can achieve this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in top-of-page during line selection  i mentioined  sy-linsz =  155 , but it is taking line size as 155 but while printing it is coming in next line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how can set in same line .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;Rambabu.A&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jun 2007 11:04:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/report-heding/m-p/2399938#M534509</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-12T11:04:57Z</dc:date>
    </item>
    <item>
      <title>Re: Report heding</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/report-heding/m-p/2399939#M534510</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;&amp;lt;b&amp;gt;NEW-PAGE.&lt;/P&gt;&lt;P&gt;SY-LINSZ = 155.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jun 2007 11:06:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/report-heding/m-p/2399939#M534510</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-12T11:06:34Z</dc:date>
    </item>
    <item>
      <title>Re: Report heding</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/report-heding/m-p/2399940#M534511</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;To determine the width of the output list, use the LINE-SIZE option of the REPORT statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Syntax&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;REPORT &amp;lt;rep&amp;gt; LINE-SIZE &amp;lt;width&amp;gt;.&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;u write sy-linsz = 155 in TOP-OF-PAGE DURING LINE-SELECTION insted of writing in TOP-OF-PAGE&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;top-of-page during line-selection provides the header for secondary lists.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Ashokreddy.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jun 2007 11:13:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/report-heding/m-p/2399940#M534511</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-12T11:13:48Z</dc:date>
    </item>
  </channel>
</rss>

