<?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: avoid using the scroll bar in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/avoid-using-the-scroll-bar/m-p/1822144#M351231</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1. If you are using ALV then in the layout use &lt;/P&gt;&lt;P&gt;       wa_layout-colwidth_optimize = 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. If you are not displaying a normal report the optimize the column widths in the in the internal table&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 24 Jan 2007 09:59:54 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-01-24T09:59:54Z</dc:date>
    <item>
      <title>avoid using the scroll bar</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/avoid-using-the-scroll-bar/m-p/1822143#M351230</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've about 9 columns in my internal table..... which is getting very wide and therefore the user is forced to use the scroll bar to chech out the last 2 columns.....how can I avoid the use of the scroll bar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jan 2007 09:53:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/avoid-using-the-scroll-bar/m-p/1822143#M351230</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-24T09:53:50Z</dc:date>
    </item>
    <item>
      <title>Re: avoid using the scroll bar</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/avoid-using-the-scroll-bar/m-p/1822144#M351231</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1. If you are using ALV then in the layout use &lt;/P&gt;&lt;P&gt;       wa_layout-colwidth_optimize = 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. If you are not displaying a normal report the optimize the column widths in the in the internal table&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jan 2007 09:59:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/avoid-using-the-scroll-bar/m-p/1822144#M351231</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-24T09:59:54Z</dc:date>
    </item>
    <item>
      <title>Re: avoid using the scroll bar</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/avoid-using-the-scroll-bar/m-p/1822145#M351232</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if you are using classical report at write command fix the length&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;write : pos(len) field. as per your requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you are using alv&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ifieldcat-outputlen = &amp;lt;fix the length&amp;gt;.&lt;/P&gt;&lt;P&gt;and ilayout-colwidth_optimize = 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;shiba dutta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jan 2007 10:00:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/avoid-using-the-scroll-bar/m-p/1822145#M351232</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-24T10:00:58Z</dc:date>
    </item>
    <item>
      <title>Re: avoid using the scroll bar</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/avoid-using-the-scroll-bar/m-p/1822146#M351233</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm not using ALV..... How can I optimize the width please.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jan 2007 10:01:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/avoid-using-the-scroll-bar/m-p/1822146#M351233</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-24T10:01:40Z</dc:date>
    </item>
    <item>
      <title>Re: avoid using the scroll bar</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/avoid-using-the-scroll-bar/m-p/1822147#M351234</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks but I'm gettin an error '' Feild pos is unknow when I using write : pos(len) field.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jan 2007 10:06:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/avoid-using-the-scroll-bar/m-p/1822147#M351234</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-24T10:06:47Z</dc:date>
    </item>
  </channel>
</rss>

