<?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: QUERY REGARDING FUNCTION MODULE TO GENERATE FIELD CATALOG in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/query-regarding-function-module-to-generate-field-catalog/m-p/3619856#M872046</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Faisal,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;yes, you can still use REUSE_ALV_FIELDCATALOG_MERGE. Like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE'&lt;/P&gt;&lt;P&gt;   EXPORTING&lt;/P&gt;&lt;P&gt;     i_program_name               = program_name&lt;/P&gt;&lt;P&gt;     i_internal_tabname           = internal_table_name&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  I_STRUCTURE_NAME             =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  I_CLIENT_NEVER_DISPLAY       = 'X'&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;     i_inclname                   = program_name&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls. note that you have to declare all fields with LIKE (and not with TYPE), otherwise the Fm is not working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;P&gt;ec&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 17 Mar 2008 17:35:33 GMT</pubDate>
    <dc:creator>JozsefSzikszai</dc:creator>
    <dc:date>2008-03-17T17:35:33Z</dc:date>
    <item>
      <title>QUERY REGARDING FUNCTION MODULE TO GENERATE FIELD CATALOG</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/query-regarding-function-module-to-generate-field-catalog/m-p/3619855#M872045</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Guys.........&lt;/P&gt;&lt;P&gt;             What i want to know is that whether or not we can use function modules like REUSE_ALV_FIELDCATALOG_MERGE to generate field catalog if we r using more than one standard table in our code. If yes than what function module to use and how to use it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Mar 2008 15:45:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/query-regarding-function-module-to-generate-field-catalog/m-p/3619855#M872045</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-17T15:45:40Z</dc:date>
    </item>
    <item>
      <title>Re: QUERY REGARDING FUNCTION MODULE TO GENERATE FIELD CATALOG</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/query-regarding-function-module-to-generate-field-catalog/m-p/3619856#M872046</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Faisal,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;yes, you can still use REUSE_ALV_FIELDCATALOG_MERGE. Like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE'&lt;/P&gt;&lt;P&gt;   EXPORTING&lt;/P&gt;&lt;P&gt;     i_program_name               = program_name&lt;/P&gt;&lt;P&gt;     i_internal_tabname           = internal_table_name&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  I_STRUCTURE_NAME             =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  I_CLIENT_NEVER_DISPLAY       = 'X'&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;     i_inclname                   = program_name&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls. note that you have to declare all fields with LIKE (and not with TYPE), otherwise the Fm is not working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;P&gt;ec&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Mar 2008 17:35:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/query-regarding-function-module-to-generate-field-catalog/m-p/3619856#M872046</guid>
      <dc:creator>JozsefSzikszai</dc:creator>
      <dc:date>2008-03-17T17:35:33Z</dc:date>
    </item>
    <item>
      <title>Re: QUERY REGARDING FUNCTION MODULE TO GENERATE FIELD CATALOG</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/query-regarding-function-module-to-generate-field-catalog/m-p/3619857#M872047</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Faisal&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have only "flat" (non-hierarchical of block) ALV list then I recommend to avoid SLIS-based ALV.&lt;/P&gt;&lt;P&gt;Instead use the following function modules (if you do not want to use OO-based ALV):&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;LVC_FIELDCATALOG_MERGE
REUSE_ALV_GRID_DISPLAY_LVC&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If your output itab consists of several structures simply call fm LVC_FIELDCATALOG_MERGE repeatedly with the different structures. The entries in the fieldcatalog are appended.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;  Uwe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Mar 2008 08:29:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/query-regarding-function-module-to-generate-field-catalog/m-p/3619857#M872047</guid>
      <dc:creator>uwe_schieferstein</dc:creator>
      <dc:date>2008-03-18T08:29:24Z</dc:date>
    </item>
    <item>
      <title>Re: QUERY REGARDING FUNCTION MODULE TO GENERATE FIELD CATALOG</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/query-regarding-function-module-to-generate-field-catalog/m-p/3619858#M872048</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;kool guys.....thanks..eh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Mar 2008 16:29:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/query-regarding-function-module-to-generate-field-catalog/m-p/3619858#M872048</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-18T16:29:12Z</dc:date>
    </item>
    <item>
      <title>Re: QUERY REGARDING FUNCTION MODULE TO GENERATE FIELD CATALOG</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/query-regarding-function-module-to-generate-field-catalog/m-p/3619859#M872049</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Khan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For generatinf fieldcatalaog for different structures , you need to call the FM 'REUSE_ALV_FIELDCATALOG_MERGE' as many times as you need.&lt;/P&gt;&lt;P&gt;so every time u pass the name of the structure a fieldcatalog is generated for that structure.&lt;/P&gt;&lt;P&gt;I think other than this u cannot do .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;AMK.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REWARD POINTS IF USEFUL.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Mar 2008 22:35:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/query-regarding-function-module-to-generate-field-catalog/m-p/3619859#M872049</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-19T22:35:42Z</dc:date>
    </item>
  </channel>
</rss>

