<?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: Dynamic table and Fieldcatalog in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-table-and-fieldcatalog/m-p/1010903#M78902</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can try use the following fields of fieldcatalog_c:&lt;/P&gt;&lt;P&gt;DATATYPE&lt;/P&gt;&lt;P&gt;INTTYPE&lt;/P&gt;&lt;P&gt;INTLEN&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;they should define field type.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 08 Sep 2005 12:31:16 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-09-08T12:31:16Z</dc:date>
    <item>
      <title>Dynamic table and Fieldcatalog</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-table-and-fieldcatalog/m-p/1010901#M78900</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt; I am creating one dynamic internal table using method &lt;/P&gt;&lt;P&gt;  CALL METHOD cl_alv_table_create=&amp;gt;create_dynamic_table&lt;/P&gt;&lt;P&gt;       EXPORTING&lt;/P&gt;&lt;P&gt;           it_fieldcatalog           = fieldcatalog_c&lt;/P&gt;&lt;P&gt;       IMPORTING&lt;/P&gt;&lt;P&gt;           ep_table                  = dref_c.&lt;/P&gt;&lt;P&gt;For which I am building fieldcatalog_c , in that one of the field has following structure&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; fieldcatalog2-fieldname     = 'DIFF'.&lt;/P&gt;&lt;P&gt;  fieldcatalog2-coltext       = text-036.&lt;/P&gt;&lt;P&gt;  fieldcatalog2-col_pos       = colpos.&lt;/P&gt;&lt;P&gt;  fieldcatalog2-outputlen     = 15.&lt;/P&gt;&lt;P&gt;  fieldcatalog2-just          = 'R'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now what is happening is even if I have given output len and justification for it after the table is created the length of the field is shown as more than the defined one in this case it is showing 26 but I want 15. Where as with other fields I am not facing such kind of problem.&lt;/P&gt;&lt;P&gt;Any clues?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;pM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Sep 2005 12:19:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-table-and-fieldcatalog/m-p/1010901#M78900</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-09-08T12:19:28Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic table and Fieldcatalog</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-table-and-fieldcatalog/m-p/1010902#M78901</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;How long is the header text ( fieldcatalog2-coltext = text-036 )? May be it is connected with it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Svetlin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Sep 2005 12:28:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-table-and-fieldcatalog/m-p/1010902#M78901</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-09-08T12:28:47Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic table and Fieldcatalog</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-table-and-fieldcatalog/m-p/1010903#M78902</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can try use the following fields of fieldcatalog_c:&lt;/P&gt;&lt;P&gt;DATATYPE&lt;/P&gt;&lt;P&gt;INTTYPE&lt;/P&gt;&lt;P&gt;INTLEN&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;they should define field type.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Sep 2005 12:31:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-table-and-fieldcatalog/m-p/1010903#M78902</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-09-08T12:31:16Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic table and Fieldcatalog</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-table-and-fieldcatalog/m-p/1010904#M78903</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi, if you want the field has 15 length definition, you should set 'intlen', not 'outputlen'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;normally, 'outputlen' is for print out length.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Sep 2005 14:19:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-table-and-fieldcatalog/m-p/1010904#M78903</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-09-08T14:19:37Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic table and Fieldcatalog</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-table-and-fieldcatalog/m-p/1010905#M78904</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Thanks all, it was related to the heading only which i had defined useing text elements hence was giving the problems.&lt;/P&gt;&lt;P&gt;Thank again &lt;/P&gt;&lt;P&gt;pM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Sep 2005 11:19:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-table-and-fieldcatalog/m-p/1010905#M78904</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-09-12T11:19:56Z</dc:date>
    </item>
  </channel>
</rss>

