<?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: Function module to create FIELD CATALOG in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-create-field-catalog/m-p/5607783#M1277885</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;use can use the FM 'LVC_FIELDCATALOG_MERGE' to create field catalog .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;gowri&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 22 May 2009 06:28:48 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-05-22T06:28:48Z</dc:date>
    <item>
      <title>Function module to create FIELD CATALOG</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-create-field-catalog/m-p/5607781#M1277883</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am displaying data through ALV using SET_TABLE_FOR_FIRST_DISPLAY method of class CL_GUI_ALV_GRID.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is there any function module available to create the field catalog for that??&lt;/P&gt;&lt;P&gt;the F.M. "REUSE_ALV_FIELDCATALOG_MERGE" is giving some error for that. any other function moudle  is available or not??&lt;/P&gt;&lt;P&gt;how to use above function module for that??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 May 2009 06:22:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-create-field-catalog/m-p/5607781#M1277883</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-22T06:22:08Z</dc:date>
    </item>
    <item>
      <title>Re: Function module to create FIELD CATALOG</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-create-field-catalog/m-p/5607782#M1277884</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;Use can use FM 'REUSE_ALV_FIELDCATALOG_MERGE' for fieldcatolgue display .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try to pass by creating a structure .for ex..&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     = g_repid&lt;/P&gt;&lt;P&gt;    I_INTERNAL_TABNAME = 'HEADER'&lt;/P&gt;&lt;P&gt;    I_STRUCTURE_NAME   = 'Z9I_STK_LISTE1_H'&lt;/P&gt;&lt;P&gt;  CHANGING&lt;/P&gt;&lt;P&gt;    CT_FIELDCAT        = lt_fcat.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;gowri&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 May 2009 06:25:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-create-field-catalog/m-p/5607782#M1277884</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-22T06:25:58Z</dc:date>
    </item>
    <item>
      <title>Re: Function module to create FIELD CATALOG</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-create-field-catalog/m-p/5607783#M1277885</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;use can use the FM 'LVC_FIELDCATALOG_MERGE' to create field catalog .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;gowri&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 May 2009 06:28:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-create-field-catalog/m-p/5607783#M1277885</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-22T06:28:48Z</dc:date>
    </item>
    <item>
      <title>Re: Function module to create FIELD CATALOG</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-create-field-catalog/m-p/5607784#M1277886</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;There are many ways in which to build a field catalog, some of which can be found below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Building a fieldcatalog based on a dictionary structure/table&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;This Method requires you to create a dictionary structure via&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;SE11 and pass that in the 'I_STRUCTURE_NAME' parameter.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;The below example will be for all of EKKO but you could create a new&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;structure containing only the fields you require.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*For Function module ALV (report)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: it_fieldcat  TYPE slis_t_fieldcat_alv,&lt;/P&gt;&lt;P&gt;          wa_fieldcat   LIKE LINE OF it_fieldcat.&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_structure_name       = 'EKKO'&lt;/P&gt;&lt;P&gt;    CHANGING&lt;/P&gt;&lt;P&gt;      ct_fieldcat            = it_fieldcat&lt;/P&gt;&lt;P&gt;    EXCEPTIONS&lt;/P&gt;&lt;P&gt;      inconsistent_interface = 1&lt;/P&gt;&lt;P&gt;      program_error          = 2&lt;/P&gt;&lt;P&gt;      OTHERS                 = 3.&lt;/P&gt;&lt;P&gt;  IF sy-subrc &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;P&gt;    MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno&lt;/P&gt;&lt;P&gt;            WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*For object ALV (Screen)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: gd_fieldcat2 type LVC_T_FCAT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'LVC_FIELDCATALOG_MERGE'&lt;/P&gt;&lt;P&gt;    EXPORTING                              &lt;/P&gt;&lt;P&gt;       I_BUFFER_ACTIVE                =         &lt;/P&gt;&lt;P&gt;      I_STRUCTURE_NAME            = 'EKKO'   &lt;/P&gt;&lt;P&gt;      I_CLIENT_NEVER_DISPLAY   = 'X&lt;/P&gt;&lt;P&gt;      I_BYPASSING_BUFFER         =         &lt;/P&gt;&lt;P&gt;   CHANGING&lt;/P&gt;&lt;P&gt;      ct_fieldcat                              = gd_fieldcat2&lt;/P&gt;&lt;P&gt;    EXCEPTIONS&lt;/P&gt;&lt;P&gt;      INCONSISTENT_INTERFACE = 1&lt;/P&gt;&lt;P&gt;      PROGRAM_ERROR              = 2&lt;/P&gt;&lt;P&gt;      OTHERS                               = 3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Shyamala&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Shyamala S on May 25, 2009 3:21 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 May 2009 12:25:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-create-field-catalog/m-p/5607784#M1277886</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-25T12:25:28Z</dc:date>
    </item>
  </channel>
</rss>

