<?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 fieldcat in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/fieldcat/m-p/2707993#M627532</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I displaying the output using alv.&lt;/P&gt;&lt;P&gt;In this i want to change the one of the column name(fieldname) and it has to display this in full name whatever be the output length.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For eg:&lt;/P&gt;&lt;P&gt;In the output there is fied LGNUM.&lt;/P&gt;&lt;P&gt;I changed this as &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &amp;lt;b&amp;gt;LOOP AT t_fieldcat.&lt;/P&gt;&lt;P&gt;    CASE t_fieldcat-fieldname.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Warehouse Number&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;      WHEN 'LGNUM'.&lt;/P&gt;&lt;P&gt;        t_fieldcat-seltext_l = text-t04.&lt;/P&gt;&lt;P&gt;        t_fieldcat-seltext_m = text-t04.&lt;/P&gt;&lt;P&gt;        t_fieldcat-seltext_s = text-t04.&lt;/P&gt;&lt;P&gt;        t_fieldcat-reptext_ddic = text-t04.&lt;/P&gt;&lt;P&gt;        t_fieldcat-ddictxt = c_l.&lt;/P&gt;&lt;P&gt;        t_fieldcat-key     = ' '.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        MODIFY t_fieldcat TRANSPORTING seltext_l&lt;/P&gt;&lt;P&gt;                                       seltext_m&lt;/P&gt;&lt;P&gt;                                       seltext_s&lt;/P&gt;&lt;P&gt;                                       reptext_ddic&lt;/P&gt;&lt;P&gt;                                       ddictxt&lt;/P&gt;&lt;P&gt;                                       key.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here text-t04 = 'warehouse number'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But since the lgnum has only 4 characters the fieldname is displaying as Whno.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want the full fieldname in the output.For this which field we need to cahnge in the fieldcatalog.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 13 Aug 2007 09:10:09 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-08-13T09:10:09Z</dc:date>
    <item>
      <title>fieldcat</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fieldcat/m-p/2707993#M627532</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I displaying the output using alv.&lt;/P&gt;&lt;P&gt;In this i want to change the one of the column name(fieldname) and it has to display this in full name whatever be the output length.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For eg:&lt;/P&gt;&lt;P&gt;In the output there is fied LGNUM.&lt;/P&gt;&lt;P&gt;I changed this as &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &amp;lt;b&amp;gt;LOOP AT t_fieldcat.&lt;/P&gt;&lt;P&gt;    CASE t_fieldcat-fieldname.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Warehouse Number&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;      WHEN 'LGNUM'.&lt;/P&gt;&lt;P&gt;        t_fieldcat-seltext_l = text-t04.&lt;/P&gt;&lt;P&gt;        t_fieldcat-seltext_m = text-t04.&lt;/P&gt;&lt;P&gt;        t_fieldcat-seltext_s = text-t04.&lt;/P&gt;&lt;P&gt;        t_fieldcat-reptext_ddic = text-t04.&lt;/P&gt;&lt;P&gt;        t_fieldcat-ddictxt = c_l.&lt;/P&gt;&lt;P&gt;        t_fieldcat-key     = ' '.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        MODIFY t_fieldcat TRANSPORTING seltext_l&lt;/P&gt;&lt;P&gt;                                       seltext_m&lt;/P&gt;&lt;P&gt;                                       seltext_s&lt;/P&gt;&lt;P&gt;                                       reptext_ddic&lt;/P&gt;&lt;P&gt;                                       ddictxt&lt;/P&gt;&lt;P&gt;                                       key.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here text-t04 = 'warehouse number'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But since the lgnum has only 4 characters the fieldname is displaying as Whno.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want the full fieldname in the output.For this which field we need to cahnge in the fieldcatalog.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Aug 2007 09:10:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fieldcat/m-p/2707993#M627532</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-13T09:10:09Z</dc:date>
    </item>
    <item>
      <title>Re: fieldcat</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fieldcat/m-p/2707994#M627533</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi ,&lt;/P&gt;&lt;P&gt;Check the line in BOLD&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOOP AT t_fieldcat.&lt;/P&gt;&lt;P&gt;CASE t_fieldcat-fieldname.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Warehouse Number&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;WHEN 'LGNUM'.&lt;/P&gt;&lt;P&gt;t_fieldcat-seltext_l = text-t04.&lt;/P&gt;&lt;P&gt;t_fieldcat-seltext_m = text-t04.&lt;/P&gt;&lt;P&gt;t_fieldcat-seltext_s = text-t04.&lt;/P&gt;&lt;P&gt;t_fieldcat-reptext_ddic = text-t04.&lt;/P&gt;&lt;P&gt;t_fieldcat-ddictxt = c_l.&lt;/P&gt;&lt;P&gt;t_fieldcat-key = ' '&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;t_fieldcat-OUTPUTLEN = 20.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MODIFY t_fieldcat TRANSPORTING seltext_l&lt;/P&gt;&lt;P&gt;seltext_m&lt;/P&gt;&lt;P&gt;seltext_s&lt;/P&gt;&lt;P&gt;reptext_ddic&lt;/P&gt;&lt;P&gt;ddictxt&lt;/P&gt;&lt;P&gt;key.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Reward if Helpful&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Aug 2007 09:13:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fieldcat/m-p/2707994#M627533</guid>
      <dc:creator>varma_narayana</dc:creator>
      <dc:date>2007-08-13T09:13:00Z</dc:date>
    </item>
    <item>
      <title>Re: fieldcat</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fieldcat/m-p/2707995#M627534</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;LOOP AT t_fieldcat.&lt;/P&gt;&lt;P&gt;CASE t_fieldcat-fieldname.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Warehouse Number&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;WHEN 'LGNUM'.&lt;/P&gt;&lt;P&gt;t_fieldcat-seltext_l = text-t04.&lt;/P&gt;&lt;P&gt;t_fieldcat-seltext_m = text-t04.&lt;/P&gt;&lt;P&gt;t_fieldcat-seltext_s = text-t04.&lt;/P&gt;&lt;P&gt;t_fieldcat-reptext_ddic = text-t04.&lt;/P&gt;&lt;P&gt;t_fieldcat-ddictxt = c_l.&lt;/P&gt;&lt;P&gt;t_fieldcat-key = ' '.&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;t_fieldcat-outputlen = '30'.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MODIFY t_fieldcat TRANSPORTING seltext_l&lt;/P&gt;&lt;P&gt;seltext_m&lt;/P&gt;&lt;P&gt;seltext_s&lt;/P&gt;&lt;P&gt;reptext_ddic&lt;/P&gt;&lt;P&gt;ddictxt&lt;/P&gt;&lt;P&gt;key.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Aug 2007 09:13:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fieldcat/m-p/2707995#M627534</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-13T09:13:04Z</dc:date>
    </item>
    <item>
      <title>Re: fieldcat</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fieldcat/m-p/2707996#M627535</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shoban , &lt;/P&gt;&lt;P&gt;  You need to explecitly specify the lenght on the feild in the catalog , to get the desired output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Arun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Aug 2007 09:13:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fieldcat/m-p/2707996#M627535</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-13T09:13:14Z</dc:date>
    </item>
    <item>
      <title>Re: fieldcat</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fieldcat/m-p/2707997#M627536</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;  WA_FLDCAT-FIELDNAME = 'REFERENCE'.&lt;/P&gt;&lt;P&gt;  WA_FLDCAT-REPTEXT = 'Ref Euip Num'.&lt;/P&gt;&lt;P&gt;use REOPTEXT property for getting &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward points to all helpful answers &lt;/P&gt;&lt;P&gt;kiran.M&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Aug 2007 09:13:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fieldcat/m-p/2707997#M627536</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-13T09:13:46Z</dc:date>
    </item>
    <item>
      <title>Re: fieldcat</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fieldcat/m-p/2707998#M627537</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi! babu  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Specify the Output Lengh = value (or) don't specify the Fixed Length = 'X''.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so, while expand the column the full length of the text will be visible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nagulan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Aug 2007 09:28:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fieldcat/m-p/2707998#M627537</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-13T09:28:06Z</dc:date>
    </item>
    <item>
      <title>Re: fieldcat</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fieldcat/m-p/2707999#M627538</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi! babu  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Specify the Output Lengh = value (or) don't specify the Fixed Length = 'X''.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so, while expand the column size the full length of the text will be visible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nagulan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Aug 2007 09:29:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fieldcat/m-p/2707999#M627538</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-13T09:29:09Z</dc:date>
    </item>
  </channel>
</rss>

