<?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 Width output issue in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/width-output-issue/m-p/9965854#M1800320</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;&lt;/P&gt;&lt;P&gt;I have an issue with the output of an Z abap program.&lt;/P&gt;&lt;P&gt;The displayed results are too large and the width of the output page isn't sufficient to display all the results. Besides i don't have the width scroll bar to navigate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can i solve my issue?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Amine&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 28 Nov 2013 16:18:00 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2013-11-28T16:18:00Z</dc:date>
    <item>
      <title>Width output issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/width-output-issue/m-p/9965854#M1800320</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;&lt;/P&gt;&lt;P&gt;I have an issue with the output of an Z abap program.&lt;/P&gt;&lt;P&gt;The displayed results are too large and the width of the output page isn't sufficient to display all the results. Besides i don't have the width scroll bar to navigate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can i solve my issue?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Amine&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Nov 2013 16:18:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/width-output-issue/m-p/9965854#M1800320</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-11-28T16:18:00Z</dc:date>
    </item>
    <item>
      <title>Re: Width output issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/width-output-issue/m-p/9965855#M1800321</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why not try ALV output&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Nov 2013 16:24:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/width-output-issue/m-p/9965855#M1800321</guid>
      <dc:creator>former_member195698</dc:creator>
      <dc:date>2013-11-28T16:24:02Z</dc:date>
    </item>
    <item>
      <title>Re: Width output issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/width-output-issue/m-p/9965856#M1800322</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Amine,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you talk about classic report then you can use LINE SIZE to limit the output:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;REPORT&amp;nbsp; &lt;/SPAN&gt;z_name &lt;SPAN class="L0S52"&gt;NO &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;STANDARD &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;PAGE &lt;/SPAN&gt;HEADING &lt;STRONG&gt;&lt;SPAN class="L0S52"&gt;LINE-SIZE &lt;/SPAN&gt;&lt;SPAN class="L0S32"&gt;170&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vladimir&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Nov 2013 16:32:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/width-output-issue/m-p/9965856#M1800322</guid>
      <dc:creator>vladimir_erakovic</dc:creator>
      <dc:date>2013-11-28T16:32:52Z</dc:date>
    </item>
    <item>
      <title>Re: Width output issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/width-output-issue/m-p/9965857#M1800323</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; If you have classic report than&lt;/P&gt;&lt;P&gt;Report z_name no standard pade hading line-size 1000, in classic report max limit is 1022 &lt;/P&gt;&lt;P&gt;and if you try to ALV &lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: #333333;"&gt;The maximum length of ALV grid is 128 characters. You can find the same in note 857823 also.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background-color: white;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: #333333;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background-color: white;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: #333333;"&gt;Note: 857823 - ALV grid: Strings with a maximum of 128 characters&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background-color: white;"&gt;&lt;STRONG style="color: #333333; font-size: 9.0pt; font-family: 'inherit','serif';"&gt;Cause and Prerequisites&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="background-color: white;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: #333333;"&gt;The data table that is sent to the front end only allows character values&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background-color: white;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: #333333;"&gt;with the length 128.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background-color: white;"&gt;&lt;STRONG style="color: #333333; font-size: 9.0pt; font-family: 'inherit','serif';"&gt;Solution&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="background-color: white;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: #333333;"&gt;This is the standard system behavior and cannot be changed.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Nov 2013 07:20:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/width-output-issue/m-p/9965857#M1800323</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-11-29T07:20:55Z</dc:date>
    </item>
    <item>
      <title>Re: Width output issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/width-output-issue/m-p/9965858#M1800324</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks guys.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Amine&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Dec 2013 09:21:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/width-output-issue/m-p/9965858#M1800324</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-12-02T09:21:18Z</dc:date>
    </item>
  </channel>
</rss>

