<?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: Column width in ALV in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/column-width-in-alv/m-p/2018813#M412941</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;U can use LVC_just = 'L' or 'R' or 'C'  to define the justification as left right center correspondingly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U can otimize the column width by usein &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    LVC_colwidth_optimize = 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope helps u better.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi Kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 14 Mar 2007 14:41:08 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-03-14T14:41:08Z</dc:date>
    <item>
      <title>Column width in ALV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/column-width-in-alv/m-p/2018810#M412938</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;We have the following requirement for displaying column heading in REUSE_ALV_LIST_DISPLAY.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Wherever, the heading exceeds the specified column width, it should be split into two rows .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is that possible in ALV .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Mar 2007 13:41:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/column-width-in-alv/m-p/2018810#M412938</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-14T13:41:38Z</dc:date>
    </item>
    <item>
      <title>Re: Column width in ALV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/column-width-in-alv/m-p/2018811#M412939</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ankit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is not possible in ALV&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To optimize the column width &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;wa_layout-colwidth_optimize = 'X'.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Mar 2007 13:46:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/column-width-in-alv/m-p/2018811#M412939</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-14T13:46:22Z</dc:date>
    </item>
    <item>
      <title>Re: Column width in ALV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/column-width-in-alv/m-p/2018812#M412940</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ankit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is not possible although asked and discussed frequently.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The columns heading is drawn from the short, medium or long text associated with the data element in dictionary. Automatically the text fitting the actual width will be taken.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But: When you move the mouse over the heading, the full length text gets visible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you need this for a printed report, you have to write a list report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Clemens&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Mar 2007 14:24:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/column-width-in-alv/m-p/2018812#M412940</guid>
      <dc:creator>Clemenss</dc:creator>
      <dc:date>2007-03-14T14:24:59Z</dc:date>
    </item>
    <item>
      <title>Re: Column width in ALV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/column-width-in-alv/m-p/2018813#M412941</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;U can use LVC_just = 'L' or 'R' or 'C'  to define the justification as left right center correspondingly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U can otimize the column width by usein &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    LVC_colwidth_optimize = 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope helps u better.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi Kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Mar 2007 14:41:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/column-width-in-alv/m-p/2018813#M412941</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-14T14:41:08Z</dc:date>
    </item>
  </channel>
</rss>

