<?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: Diff Between Manually Building fieldcatalog and using function module REUSE in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/diff-between-manually-building-fieldcatalog-and-using-function-module-reuse/m-p/4243539#M1012809</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;Reuse....FM , will create field catalog with all fields present in DB table or structure, whereas if we create manually we can add fields which we require&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;Lavanya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 11 Aug 2008 13:13:08 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-08-11T13:13:08Z</dc:date>
    <item>
      <title>Diff Between Manually Building fieldcatalog and using function module REUSE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diff-between-manually-building-fieldcatalog-and-using-function-module-reuse/m-p/4243538#M1012808</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ABAP Gurus, &lt;/P&gt;&lt;P&gt;Can any one explain me the Diff Between Manually Building fieldcatalog and  using function module &lt;/P&gt;&lt;P&gt;REUSE_ALV_FIELDCATALOG_MERGE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards&lt;/P&gt;&lt;P&gt;Srini&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Aug 2008 13:11:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diff-between-manually-building-fieldcatalog-and-using-function-module-reuse/m-p/4243538#M1012808</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-11T13:11:55Z</dc:date>
    </item>
    <item>
      <title>Re: Diff Between Manually Building fieldcatalog and using function module REUSE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diff-between-manually-building-fieldcatalog-and-using-function-module-reuse/m-p/4243539#M1012809</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;Reuse....FM , will create field catalog with all fields present in DB table or structure, whereas if we create manually we can add fields which we require&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;Lavanya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Aug 2008 13:13:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diff-between-manually-building-fieldcatalog-and-using-function-module-reuse/m-p/4243539#M1012809</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-11T13:13:08Z</dc:date>
    </item>
    <item>
      <title>Re: Diff Between Manually Building fieldcatalog and using function module REUSE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diff-between-manually-building-fieldcatalog-and-using-function-module-reuse/m-p/4243540#M1012810</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Lavanya for your help, i given points for u...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Aug 2008 05:11:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diff-between-manually-building-fieldcatalog-and-using-function-module-reuse/m-p/4243540#M1012810</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-12T05:11:13Z</dc:date>
    </item>
    <item>
      <title>Re: Diff Between Manually Building fieldcatalog and using function module REUSE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diff-between-manually-building-fieldcatalog-and-using-function-module-reuse/m-p/4243541#M1012811</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi srini,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. For practical purposes, there is no difference.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   The field catalogue is basically an internal table&lt;/P&gt;&lt;P&gt;   which provides information to the alv regarding&lt;/P&gt;&lt;P&gt;   the fields, the fields length, the data type, sequence, &lt;/P&gt;&lt;P&gt;  whether key field or not etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. So if we fill this field catalogue internal table manually,&lt;/P&gt;&lt;P&gt;   or we fill this using the FM does not make any difference.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. To reduce the coding, its always better to use the FM.&lt;/P&gt;&lt;P&gt;    After that if required, we can modify the field catalogue&lt;/P&gt;&lt;P&gt;   internal table to suit our requirements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;amit m.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Aug 2008 05:18:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diff-between-manually-building-fieldcatalog-and-using-function-module-reuse/m-p/4243541#M1012811</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-12T05:18:53Z</dc:date>
    </item>
    <item>
      <title>Re: Diff Between Manually Building fieldcatalog and using function module REUSE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diff-between-manually-building-fieldcatalog-and-using-function-module-reuse/m-p/4243542#M1012812</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;"REUSE_ALV_FIELDCATALOG_MERGE"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create field catalog from dictionary structure or internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Supports the creation of the field catalog for the ALV function modules based either on a structure or table defined in the ABAP Data Dictionary, or a program-internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The program-internal table must either be in a TOP Include or its Include must be specified explicitly in the interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The variant based on a program-internal table should only be used for rapid prototyping since the following restrictions apply:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Performance is affected since the code of the table definition must always be read and interpreted at runtime.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dictionary references are only considered if the keywords LIKE or INCLUDE STRUCTURE (not TYPE) are used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the field catalog contains more than 90 fields, the first 90 fields are output in the list by default whereas the remaining fields are only available in the field selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Manual field catalog building is also the same way but the coding required to write is more and even we can add the required fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanx,&lt;/P&gt;&lt;P&gt;dhanashri&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Dhanashri Pawar on Aug 12, 2008 7:28 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Aug 2008 05:28:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diff-between-manually-building-fieldcatalog-and-using-function-module-reuse/m-p/4243542#M1012812</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-12T05:28:17Z</dc:date>
    </item>
    <item>
      <title>Re: Diff Between Manually Building fieldcatalog and using function module REUSE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diff-between-manually-building-fieldcatalog-and-using-function-module-reuse/m-p/4243543#M1012813</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;Create field catalog from dictionary structure or internal table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Supports the creation of the field catalog for the ALV function modules based either on a structure or table defined in the ABAP Data Dictionary, or a program-internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The program-internal table must either be in a TOP Include or its Include must be specified explicitly in the interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The variant based on a program-internal table should only be used for rapid prototyping since the following restrictions apply:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Performance is affected since the code of the table definition must always be read and interpreted at runtime.&lt;/P&gt;&lt;P&gt;Dictionary references are only considered if the keywords LIKE or INCLUDE STRUCTURE (not TYPE) are used.&lt;/P&gt;&lt;P&gt;If the field catalog contains more than 90 fields, the first 90 fields are output in the list by default whereas the remaining fields are only available in the field selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the field catalog is passed with values, they are merged with the 'automatically' found information&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Aug 2008 05:32:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diff-between-manually-building-fieldcatalog-and-using-function-module-reuse/m-p/4243543#M1012813</guid>
      <dc:creator>former_member206439</dc:creator>
      <dc:date>2008-08-12T05:32:44Z</dc:date>
    </item>
    <item>
      <title>Re: Diff Between Manually Building fieldcatalog and using function module REUSE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diff-between-manually-building-fieldcatalog-and-using-function-module-reuse/m-p/4243544#M1012814</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Srini,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will tell you there are differences between Manual fieldcatlog building and using Reuse_alv_fieldcatalog_merge&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As per the performance issues, using field catalog Function module is preferable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But this can be dont only if we have pre defined database structure or database table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this case, the database structure should be same as your internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But using Manual fieldcatalog is preferable in many ways.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) You can define any structure based on your requirements&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) Also this structure is independent, while transporting program no need to transport any other structues and build manual database structures&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3) Also, you can define hotspots, perform additional tasks only for few fields in output like displaying totals, subtotals, sortings, column hiding, automatic alv events, etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, it depends purely on your program requirements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check for SLIS_ALV_FIELDCATALOG_MERGE for the several options you can specify individually to each and every field in the output list. &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;Santosh Kumar M.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Aug 2008 05:48:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diff-between-manually-building-fieldcatalog-and-using-function-module-reuse/m-p/4243544#M1012814</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-12T05:48:48Z</dc:date>
    </item>
  </channel>
</rss>

