<?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 Internal table-Field Length in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-internal-table-field-length/m-p/9898700#M1792190</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;pass this value to the fieldcatlog...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; wa_fieldcat-ref_tabname = '&amp;lt;TABLE_NAME&amp;gt;'.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; wa_fieldcat-ref_fieldname = 'MATNR'.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 10 Dec 2013 04:53:22 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2013-12-10T04:53:22Z</dc:date>
    <item>
      <title>Dynamic Internal table-Field Length</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-internal-table-field-length/m-p/9898698#M1792188</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I have build a dynamic internal table and showed output as ALV Report( Using&amp;nbsp; &lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;REUSE ALV GRID DISPLAY&lt;/SPAN&gt;).&amp;nbsp; In Report Filter option is not working for MATNR field. In filter option I'm getting field length as 10 char only. How to enable filter option for this scenario. Kindly guide me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Dec 2013 04:30:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-internal-table-field-length/m-p/9898698#M1792188</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-12-10T04:30:15Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Internal table-Field Length</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-internal-table-field-length/m-p/9898699#M1792189</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The ALV field length depends on the field properties.Check if the field of the table used for MATNR field is of length 18(type CHAR) as in Table MARA-MATNR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you are creating&amp;nbsp; a dynamic internal table from a field catalog,it is advisable to &lt;SPAN style="text-decoration: underline;"&gt;use reference table/reference &lt;/SPAN&gt;to avoid such differences.Also &lt;SPAN style="text-decoration: underline;"&gt;output length in ALV properties can be set as 18 &lt;/SPAN&gt;(useful if the field type has minimum length 18).This will ensure that the field displayed by using the dynamic internal table to ALV will have the desirable field properties &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Hope it helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Dec 2013 04:46:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-internal-table-field-length/m-p/9898699#M1792189</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-12-10T04:46:19Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Internal table-Field Length</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-internal-table-field-length/m-p/9898700#M1792190</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;pass this value to the fieldcatlog...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; wa_fieldcat-ref_tabname = '&amp;lt;TABLE_NAME&amp;gt;'.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; wa_fieldcat-ref_fieldname = 'MATNR'.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Dec 2013 04:53:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-internal-table-field-length/m-p/9898700#M1792190</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-12-10T04:53:22Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Internal table-Field Length</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-internal-table-field-length/m-p/9898701#M1792191</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;After creating the internal table, retrive the fieldcatalog for the field MATNR. And then assign its putput length and its data type..&amp;nbsp; This should solve your problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suzie&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Dec 2013 05:25:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-internal-table-field-length/m-p/9898701#M1792191</guid>
      <dc:creator>lijisusan_mathews</dc:creator>
      <dc:date>2013-12-10T05:25:56Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Internal table-Field Length</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-internal-table-field-length/m-p/9898702#M1792192</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When&amp;nbsp; we are using fields like MATNR, we need to call the conversion exits to display in proper format so that filter function is enabled.&amp;nbsp; As mentioned, you just need to give the reference table name and field name in the field catalog for matnr. This would automatically call the conversion exits. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;SPAN class="L0S52"&gt; lw_fieldcat&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;outputlen &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'18'&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN class="L0S52"&gt;&amp;nbsp;&amp;nbsp; lw_fieldcat&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;ref_tabname &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'MARA'&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN class="L0S52"&gt;&amp;nbsp;&amp;nbsp; lw_fieldcat-ref_&lt;/SPAN&gt;fieldname = 'MATNR'.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Susmitha&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Dec 2013 05:28:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-internal-table-field-length/m-p/9898702#M1792192</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-12-10T05:28:41Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Internal table-Field Length</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-internal-table-field-length/m-p/9898703#M1792193</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi can you please tell me how to provide output length of type p and decimal 2&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;kishore ssk&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Feb 2014 19:04:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-internal-table-field-length/m-p/9898703#M1792193</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-02-27T19:04:40Z</dc:date>
    </item>
  </channel>
</rss>

