<?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: Fieldcatalog: column width in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/fieldcatalog-column-width/m-p/10643743#M1865638</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Column Optimize takes preference over Column Ouput Width.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 31 Oct 2014 12:06:34 GMT</pubDate>
    <dc:creator>former_member201275</dc:creator>
    <dc:date>2014-10-31T12:06:34Z</dc:date>
    <item>
      <title>Fieldcatalog: column width</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fieldcatalog-column-width/m-p/10643738#M1865633</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I try to set the width of one column in my fieldcatalog in this way:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;CLEAR &lt;/SPAN&gt;wa_field_catalog_detail&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; wa_field_catalog_detail&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;fieldname &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'MAKTX'&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; wa_field_catalog_detail&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;ref_field &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'MAKTX'&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; wa_field_catalog_detail&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;ref_table &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'MAKT'&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;wa_field_catalog_detail&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;outputlen &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'40'&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN class="L0S55"&gt;&lt;STRONG&gt;.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; wa_field_catalog_detail&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;scrtext_s &lt;SPAN class="L0S55"&gt;=&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;text&lt;/SPAN&gt;&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;t09&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; wa_field_catalog_detail&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;edit &lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;abap_false&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;APPEND &lt;/SPAN&gt;wa_field_catalog_detail &lt;SPAN class="L0S52"&gt;TO &lt;/SPAN&gt;ta_field_catalog_detail&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But for some reason the column is onl that width as the description of it, but note 40 as I would like to have....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What could be a reason for it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Denis&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Oct 2014 10:51:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fieldcatalog-column-width/m-p/10643738#M1865633</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-10-31T10:51:55Z</dc:date>
    </item>
    <item>
      <title>Re: Fieldcatalog: column width</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fieldcatalog-column-width/m-p/10643739#M1865634</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Denis!&lt;/P&gt;&lt;P&gt;Haven't you used layout&lt;SPAN class="L0S70"&gt;-colwidth_optimize (OR cwidth_opt - depending on what type of ALV you have) flag?&lt;SPAN class="L0S55"&gt;&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;&lt;/SPAN&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Oct 2014 10:54:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fieldcatalog-column-width/m-p/10643739#M1865634</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-10-31T10:54:33Z</dc:date>
    </item>
    <item>
      <title>Re: Fieldcatalog: column width</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fieldcatalog-column-width/m-p/10643740#M1865635</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Denis,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I guess, if you set outputlen to 30, then it would only show the forst 30 characters. So I thinki it is about showing x characters and not the default width of the field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thomas Wagner&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Oct 2014 10:54:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fieldcatalog-column-width/m-p/10643740#M1865635</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-10-31T10:54:55Z</dc:date>
    </item>
    <item>
      <title>Re: Fieldcatalog: column width</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fieldcatalog-column-width/m-p/10643741#M1865636</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;I did use:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;wa_layout_detail&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;cwidth_opt &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'X'&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;But the width is enough only for column title and not for column content&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Oct 2014 11:00:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fieldcatalog-column-width/m-p/10643741#M1865636</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-10-31T11:00:32Z</dc:date>
    </item>
    <item>
      <title>Re: Fieldcatalog: column width</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fieldcatalog-column-width/m-p/10643742#M1865637</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi! I've played with sample ALV and it seems that cwidth_opt overrides outputlen definition. Try to&amp;nbsp; switch off cwidth_opt temporarily and test it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Oct 2014 11:18:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fieldcatalog-column-width/m-p/10643742#M1865637</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-10-31T11:18:55Z</dc:date>
    </item>
    <item>
      <title>Re: Fieldcatalog: column width</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fieldcatalog-column-width/m-p/10643743#M1865638</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Column Optimize takes preference over Column Ouput Width.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Oct 2014 12:06:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fieldcatalog-column-width/m-p/10643743#M1865638</guid>
      <dc:creator>former_member201275</dc:creator>
      <dc:date>2014-10-31T12:06:34Z</dc:date>
    </item>
  </channel>
</rss>

