<?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: CREATING FIELDCATELOG in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-fieldcatelog/m-p/1675515#M297979</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 two possible ways i can think of&lt;/P&gt;&lt;P&gt;Create a Z structure in se11 similar to the structure of the internal table and use the FM REUSE_ALV_FIELDCATALOG_MERGE with the structure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Second option would be of using a macro &lt;/P&gt;&lt;P&gt;You can check the syntax by checking DEFINE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is sample from the help.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
DEFINE OPERATION.
   RESULT = &amp;amp;1 &amp;amp;2 &amp;amp;3.
OUTPUT &amp;amp;1 &amp;amp;2 &amp;amp;3 RESULT.
END-OF-DEFINITION.

DEFINE OUTPUT.
   WRITE: / 'The result of &amp;amp;1 &amp;amp;2 &amp;amp;3 is', &amp;amp;4.
END-OF-DEFINITION.

OPERATION 4 + 3.
OPERATION 2 ** 7.
OPERATION N2 - N1
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 21 Nov 2006 05:17:25 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-11-21T05:17:25Z</dc:date>
    <item>
      <title>CREATING FIELDCATELOG</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-fieldcatelog/m-p/1675505#M297969</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;I have a requirement to create an ALV report. for that I need to create a field catelog for an internal table. currently I am doing the following way and it works fine. but for each field of the report i will have to call this function module. Is there any easy way to create field catelog from internal table? Your help is appriciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        perform fill_fieldcat using   'INVOI'     " Field name&lt;/P&gt;&lt;P&gt;                                      'T_LOAD'    " Table name&lt;/P&gt;&lt;P&gt;                                      'Vendor Invoice' " Sel text&lt;/P&gt;&lt;P&gt;                                      '10'         " Length&lt;/P&gt;&lt;P&gt;                                      ''           " Hotspot&lt;/P&gt;&lt;P&gt;                                      'X'.         " Key&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;:&lt;/P&gt;&lt;P&gt;:&lt;/P&gt;&lt;P&gt;:&lt;/P&gt;&lt;P&gt;FORM fill_fieldcat  USING    P_F_NAME&lt;/P&gt;&lt;P&gt;                             P_TAB_NAME&lt;/P&gt;&lt;P&gt;                             P_SEL_TEXT_L&lt;/P&gt;&lt;P&gt;                             P_OUT_LEN&lt;/P&gt;&lt;P&gt;                             P_HOTSPOT&lt;/P&gt;&lt;P&gt;                             P_TAB_KEY.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  clear  wa_fieldcat.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  wa_fieldcat-fieldname    =  p_f_name.&lt;/P&gt;&lt;P&gt;  wa_fieldcat-tabname      =  p_tab_name.&lt;/P&gt;&lt;P&gt;  wa_fieldcat-seltext_l    =  p_sel_text_l.&lt;/P&gt;&lt;P&gt;  wa_fieldcat-outputlen    =  p_out_len.&lt;/P&gt;&lt;P&gt;  wa_fieldcat-hotspot      =  p_hotspot.&lt;/P&gt;&lt;P&gt;  wa_fieldcat-key          =  p_tab_key.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  append wa_fieldcat to ts_fieldcat.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDFORM.                    " fill_fieldcat&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Surya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Nov 2006 22:48:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-fieldcatelog/m-p/1675505#M297969</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-20T22:48:50Z</dc:date>
    </item>
    <item>
      <title>Re: CREATING FIELDCATELOG</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-fieldcatelog/m-p/1675506#M297970</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try this FM&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               = sy-repid&lt;/P&gt;&lt;P&gt;   I_INTERNAL_TABNAME           = 'ITAB'&lt;/P&gt;&lt;P&gt;   I_INCLNAME                   = sy-repid&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;          .&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;Regards&lt;/P&gt;&lt;P&gt;Kathirvel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Nov 2006 22:52:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-fieldcatelog/m-p/1675506#M297970</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-20T22:52:06Z</dc:date>
    </item>
    <item>
      <title>Re: CREATING FIELDCATELOG</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-fieldcatelog/m-p/1675507#M297971</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 the FM REUSE_ALV_FIELDCATALOG_MERGE to get the field catalog for the internal table..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this code..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TYPE-POOLS: slis.&lt;/P&gt;&lt;P&gt;DATA: gt_fieldcat TYPE slis_t_fieldcat_alv.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: BEGIN OF wa_mara,&lt;/P&gt;&lt;P&gt;matnr LIKE mara-matnr,&lt;/P&gt;&lt;P&gt;bismt LIKE mara-bismt,&lt;/P&gt;&lt;P&gt;ernam LIKE mara-ernam,&lt;/P&gt;&lt;P&gt;ersda LIKE mara-ersda,&lt;/P&gt;&lt;P&gt;maktx LIKE makt-maktx,&lt;/P&gt;&lt;P&gt;END OF wa_mara.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: v_repid type syrepid.&lt;/P&gt;&lt;P&gt;v_repid = sy-repid.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA it_mara LIKE STANDARD TABLE OF wa_mara.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT *&lt;/P&gt;&lt;P&gt;FROM mara&lt;/P&gt;&lt;P&gt;INTO CORRESPONDING FIELDS OF TABLE it_mara.&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     = v_repid&lt;/P&gt;&lt;P&gt;          i_internal_tabname = 'WA_MARA'&lt;/P&gt;&lt;P&gt;          i_inclname         = v_repid&lt;/P&gt;&lt;P&gt;     CHANGING&lt;/P&gt;&lt;P&gt;          ct_fieldcat        = gt_fieldcat.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'&lt;/P&gt;&lt;P&gt;     EXPORTING&lt;/P&gt;&lt;P&gt;          it_fieldcat = gt_fieldcat&lt;/P&gt;&lt;P&gt;     TABLES&lt;/P&gt;&lt;P&gt;          t_outtab    = it_mara.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Nov 2006 22:53:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-fieldcatelog/m-p/1675507#M297971</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-20T22:53:02Z</dc:date>
    </item>
    <item>
      <title>Re: CREATING FIELDCATELOG</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-fieldcatelog/m-p/1675508#M297972</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;One more example is already available in demo programs&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BCALV_FIELDCAT_TEST&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Kathirvel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Nov 2006 22:56:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-fieldcatelog/m-p/1675508#M297972</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-20T22:56:21Z</dc:date>
    </item>
    <item>
      <title>Re: CREATING FIELDCATELOG</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-fieldcatelog/m-p/1675509#M297973</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Surya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kathirvel 's  logic will work only when you define the internal table fields using LIKE keyword.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA:BEGIN OF ITAB OCCURS 0,&lt;/P&gt;&lt;P&gt;            FIELD1 LIKE ZTABLE-FIELD1,&lt;/P&gt;&lt;P&gt;            FIELD2 LIKE ZTABLE-FIELD2,&lt;/P&gt;&lt;P&gt;            ......&lt;/P&gt;&lt;P&gt;         END OF ITAB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ramakrishna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Nov 2006 22:57:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-fieldcatelog/m-p/1675509#M297973</guid>
      <dc:creator>venkata_ramisetti</dc:creator>
      <dc:date>2006-11-20T22:57:37Z</dc:date>
    </item>
    <item>
      <title>Re: CREATING FIELDCATELOG</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-fieldcatelog/m-p/1675510#M297974</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;&lt;/P&gt;&lt;P&gt;I am getting dumps. Here is more about my program structure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have report program(ZREP), it has an include ZXY which have all the sub routines and this include(ZXY) is having another include(ZZY) for data declarations. my internal table is in the data declarations include(ZZY).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data declarations: ZZY&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA:  begin of ty_load occurs 0,&lt;/P&gt;&lt;P&gt;          venin like zpoauto-venin,&lt;/P&gt;&lt;P&gt;          venno like zpoauto-venno,&lt;/P&gt;&lt;P&gt;        end of ty_load.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From ZREP I am calling like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INCLUDE ZXY.&lt;/P&gt;&lt;P&gt;:&lt;/P&gt;&lt;P&gt;:&lt;/P&gt;&lt;P&gt;      perform reuse_alv_fieldcatalog_merge using sy-repid&lt;/P&gt;&lt;P&gt;                                                 'TY_LOAD'&lt;/P&gt;&lt;P&gt;                                           changing&lt;/P&gt;&lt;P&gt;                                                 ts_fieldcat.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This routine is in ZXY and which is :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;:&lt;/P&gt;&lt;P&gt;INCLUDE ZZY.&lt;/P&gt;&lt;P&gt;:&lt;/P&gt;&lt;P&gt;FORM reuse_alv_fieldcatalog_merge  USING    SY_REPID&lt;/P&gt;&lt;P&gt;                                            TABL_NAME&lt;/P&gt;&lt;P&gt;                                   CHANGING TS_FIELDCAT.&lt;/P&gt;&lt;P&gt;&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               = SY_REPID&lt;/P&gt;&lt;P&gt;       I_INTERNAL_TABNAME           = TABL_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                   = SY_REPID&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;      I_BYPASSING_BUFFER           =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;      I_BUFFER_ACTIVE              =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;      CHANGING&lt;/P&gt;&lt;P&gt;        CT_FIELDCAT                  = TS_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;              .&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;&lt;/P&gt;&lt;P&gt;ENDFORM.                    " reuse_alv_fieldcatalog_merge&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Surya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Nov 2006 23:34:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-fieldcatelog/m-p/1675510#M297974</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-20T23:34:59Z</dc:date>
    </item>
    <item>
      <title>Re: CREATING FIELDCATELOG</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-fieldcatelog/m-p/1675511#M297975</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;What is the dump you are getting..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Make sure the field catalog internal table is declared like this..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: TS_FIELDCAT TYPE SLIS_T_FIELCAT_ALV..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Nov 2006 23:38:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-fieldcatelog/m-p/1675511#M297975</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-20T23:38:19Z</dc:date>
    </item>
    <item>
      <title>Re: CREATING FIELDCATELOG</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-fieldcatelog/m-p/1675512#M297976</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please post the dump &amp;amp; complete code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check your data declarations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then Try to move sy-repid to a variable and then pass it to the FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Kathirvel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Nov 2006 23:38:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-fieldcatelog/m-p/1675512#M297976</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-20T23:38:28Z</dc:date>
    </item>
    <item>
      <title>Re: CREATING FIELDCATELOG</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-fieldcatelog/m-p/1675513#M297977</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Surya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try using &lt;/P&gt;&lt;P&gt;v_repid = sy-repid.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;perform reuse_alv_fieldcatalog_merge using v_repid&lt;/P&gt;&lt;P&gt;'TY_LOAD'&lt;/P&gt;&lt;P&gt;changing&lt;/P&gt;&lt;P&gt;ts_fieldcat&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;instead of &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;perform reuse_alv_fieldcatalog_merge using sy-repid&lt;/P&gt;&lt;P&gt;'TY_LOAD'&lt;/P&gt;&lt;P&gt;changing&lt;/P&gt;&lt;P&gt;ts_fieldcat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Nov 2006 03:57:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-fieldcatelog/m-p/1675513#M297977</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-21T03:57:23Z</dc:date>
    </item>
    <item>
      <title>Re: CREATING FIELDCATELOG</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-fieldcatelog/m-p/1675514#M297978</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Surya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try using &lt;/P&gt;&lt;P&gt;v_repid = sy-repid.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;perform reuse_alv_fieldcatalog_merge using v_repid&lt;/P&gt;&lt;P&gt;'TY_LOAD'&lt;/P&gt;&lt;P&gt;changing&lt;/P&gt;&lt;P&gt;ts_fieldcat&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;instead of &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;perform reuse_alv_fieldcatalog_merge using sy-repid&lt;/P&gt;&lt;P&gt;'TY_LOAD'&lt;/P&gt;&lt;P&gt;changing&lt;/P&gt;&lt;P&gt;ts_fieldcat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Nov 2006 04:00:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-fieldcatelog/m-p/1675514#M297978</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-21T04:00:53Z</dc:date>
    </item>
    <item>
      <title>Re: CREATING FIELDCATELOG</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-fieldcatelog/m-p/1675515#M297979</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 two possible ways i can think of&lt;/P&gt;&lt;P&gt;Create a Z structure in se11 similar to the structure of the internal table and use the FM REUSE_ALV_FIELDCATALOG_MERGE with the structure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Second option would be of using a macro &lt;/P&gt;&lt;P&gt;You can check the syntax by checking DEFINE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is sample from the help.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
DEFINE OPERATION.
   RESULT = &amp;amp;1 &amp;amp;2 &amp;amp;3.
OUTPUT &amp;amp;1 &amp;amp;2 &amp;amp;3 RESULT.
END-OF-DEFINITION.

DEFINE OUTPUT.
   WRITE: / 'The result of &amp;amp;1 &amp;amp;2 &amp;amp;3 is', &amp;amp;4.
END-OF-DEFINITION.

OPERATION 4 + 3.
OPERATION 2 ** 7.
OPERATION N2 - N1
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Nov 2006 05:17:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-fieldcatelog/m-p/1675515#M297979</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-21T05:17:25Z</dc:date>
    </item>
    <item>
      <title>Re: CREATING FIELDCATELOG</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-fieldcatelog/m-p/1675516#M297980</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;&lt;/P&gt;&lt;P&gt;Here is the dump I am getting &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"The ABAP source code lines are longer than the width of the internal"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kathirvel:&lt;/P&gt;&lt;P&gt;I tried using FM LVC_FIELDCATALOG_MERGE, from program BCALV_FIELDCAT_TEST. This is running with no errors but no rows in field catelog table. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA:  begin of ty_load occurs 0,&lt;/P&gt;&lt;P&gt;          venin like zpoauto-venin,&lt;/P&gt;&lt;P&gt;          venno like zpoauto-venno,&lt;/P&gt;&lt;P&gt;        end of ty_load.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&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_structure_name       = 'TY_LOAD'&lt;/P&gt;&lt;UL&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;       changing&lt;/P&gt;&lt;P&gt;            ct_fieldcat            = p_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;            .&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;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Surya.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Nov 2006 17:04:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-fieldcatelog/m-p/1675516#M297980</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-27T17:04:43Z</dc:date>
    </item>
    <item>
      <title>Re: CREATING FIELDCATELOG</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-fieldcatelog/m-p/1675517#M297981</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE'
EXPORTING
I_PROGRAM_NAME = SY_REPID
I_INTERNAL_TABNAME = TABL_NAME
* I_STRUCTURE_NAME =
* I_CLIENT_NEVER_DISPLAY = 'X'
I_INCLNAME = &amp;lt;change the include name &amp;gt;--------------------------------here give ur include name where u had called this Function Module
* I_BYPASSING_BUFFER =&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Nov 2006 17:21:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-fieldcatelog/m-p/1675517#M297981</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-27T17:21:01Z</dc:date>
    </item>
    <item>
      <title>Re: CREATING FIELDCATELOG</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-fieldcatelog/m-p/1675518#M297982</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Surya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You are passing internal table 'TY_LOAD' to i_structure_name, but you should pass this to i_internal_tabname as it is an internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When there is a structure available in the Data Dictionary, then you can pass to i_structure_name.&lt;/P&gt;&lt;P&gt;&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     = sy-repid&lt;/P&gt;&lt;P&gt;      i_internal_tabname = 'TY_LOAD'&lt;/P&gt;&lt;P&gt;    changing&lt;/P&gt;&lt;P&gt;      ct_fieldcat        = p_fieldcat[].&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Ramakrishna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Nov 2006 17:23:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-fieldcatelog/m-p/1675518#M297982</guid>
      <dc:creator>venkata_ramisetti</dc:creator>
      <dc:date>2006-11-27T17:23:15Z</dc:date>
    </item>
    <item>
      <title>Re: CREATING FIELDCATELOG</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-fieldcatelog/m-p/1675519#M297983</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ramakrishna,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried passing 'TY_LOAD' to i_internal_tabname parameter of LVC_FIELDCATALOG_MERGE, but getting error 'Field catalog not found'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please note that my FM is LVC_FIELDCATALOG_MERGE. Your above code shows REUSE_ALV_FIELDCATALOG_MERGE. Even for this FM I am passing table name to I_INTERNAL_TABNAME prameter.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Surya.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Surya Manthina&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Nov 2006 18:16:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-fieldcatelog/m-p/1675519#M297983</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-27T18:16:48Z</dc:date>
    </item>
    <item>
      <title>Re: CREATING FIELDCATELOG</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-fieldcatelog/m-p/1675520#M297984</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Surya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As Chandrashekar mentioned, you need to specify the include name also. Since you write the code in the main program only, the include name is also your main program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check the below working code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REPORT  ZSIMPLEALV                              .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TYPE-POOLS: SLIS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA:BEGIN OF T_MARA OCCURS 0,&lt;/P&gt;&lt;P&gt;       MATNR LIKE MARA-MATNR,&lt;/P&gt;&lt;P&gt;       MATKL LIKE MARA-MATKL,&lt;/P&gt;&lt;P&gt;       MTART LIKE MARA-MATKL,&lt;/P&gt;&lt;P&gt;     END OF T_MARA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: T_SLIS_FCAT TYPE SLIS_T_FIELDCAT_ALV.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT-OPTIONS: MATERIAL FOR T_MARA-MATNR.&lt;/P&gt;&lt;P&gt;PARAMETER:LIST RADIOBUTTON GROUP R1,&lt;/P&gt;&lt;P&gt;          GRID RADIOBUTTON GROUP R1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;START-OF-SELECTION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  SELECT MATNR MATKL MTART INTO TABLE T_MARA&lt;/P&gt;&lt;P&gt;         FROM MARA&lt;/P&gt;&lt;P&gt;         WHERE MATNR IN MATERIAL.&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     = SY-REPID&lt;/P&gt;&lt;P&gt;      I_INTERNAL_TABNAME = 'T_MARA'&lt;/P&gt;&lt;P&gt;      I_INCLNAME         = SY-REPID&lt;/P&gt;&lt;P&gt;    CHANGING&lt;/P&gt;&lt;P&gt;      CT_FIELDCAT        = T_SLIS_FCAT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  IF NOT LIST IS INITIAL.&lt;/P&gt;&lt;P&gt;    CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY'&lt;/P&gt;&lt;P&gt;      EXPORTING&lt;/P&gt;&lt;P&gt;        IT_FIELDCAT = T_SLIS_FCAT&lt;/P&gt;&lt;P&gt;      TABLES&lt;/P&gt;&lt;P&gt;        T_OUTTAB    = T_MARA.&lt;/P&gt;&lt;P&gt;  ELSE.&lt;/P&gt;&lt;P&gt;    CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'&lt;/P&gt;&lt;P&gt;      EXPORTING&lt;/P&gt;&lt;P&gt;        IT_FIELDCAT = T_SLIS_FCAT&lt;/P&gt;&lt;P&gt;      TABLES&lt;/P&gt;&lt;P&gt;        T_OUTTAB    = T_MARA.&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Ramakrishna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Nov 2006 18:48:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-fieldcatelog/m-p/1675520#M297984</guid>
      <dc:creator>venkata_ramisetti</dc:creator>
      <dc:date>2006-11-27T18:48:11Z</dc:date>
    </item>
    <item>
      <title>Re: CREATING FIELDCATELOG</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-fieldcatelog/m-p/1675521#M297985</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;Check this example of how to prepare field catalog for an internal table..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TYPE-POOLS: slis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: gt_fieldcat TYPE slis_t_fieldcat_alv.&lt;/P&gt;&lt;P&gt;DATA: BEGIN OF wa_mara,&lt;/P&gt;&lt;P&gt;matnr LIKE mara-matnr,&lt;/P&gt;&lt;P&gt;bismt LIKE mara-bismt,&lt;/P&gt;&lt;P&gt;ernam LIKE mara-ernam,&lt;/P&gt;&lt;P&gt;ersda LIKE mara-ersda,&lt;/P&gt;&lt;P&gt;maktx LIKE makt-maktx,&lt;/P&gt;&lt;P&gt;END OF wa_mara.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: v_repid TYPE syrepid.&lt;/P&gt;&lt;P&gt;v_repid = sy-repid.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA it_mara LIKE STANDARD TABLE OF wa_mara.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT *&lt;/P&gt;&lt;P&gt;FROM mara&lt;/P&gt;&lt;P&gt;INTO CORRESPONDING FIELDS OF TABLE it_mara.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE'&lt;/P&gt;&lt;P&gt;     EXPORTING&lt;/P&gt;&lt;P&gt;          i_program_name     = v_repid&lt;/P&gt;&lt;P&gt;          i_internal_tabname = 'WA_MARA'&lt;/P&gt;&lt;P&gt;          i_inclname         = v_repid&lt;/P&gt;&lt;P&gt;     CHANGING&lt;/P&gt;&lt;P&gt;          ct_fieldcat        = gt_fieldcat.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY'&lt;/P&gt;&lt;P&gt;     EXPORTING&lt;/P&gt;&lt;P&gt;          it_fieldcat = gt_fieldcat&lt;/P&gt;&lt;P&gt;     TABLES&lt;/P&gt;&lt;P&gt;          t_outtab    = it_mara.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Nov 2006 19:00:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-fieldcatelog/m-p/1675521#M297985</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-27T19:00:38Z</dc:date>
    </item>
    <item>
      <title>Re: CREATING FIELDCATELOG</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-fieldcatelog/m-p/1675522#M297986</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ramakrishna/ Naren,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These programs you guys gave are working fine when I created them in different report program. But dump is giving when run the same code in my program. Please let me know if you need any information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Surya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Nov 2006 20:22:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-fieldcatelog/m-p/1675522#M297986</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-27T20:22:09Z</dc:date>
    </item>
    <item>
      <title>Re: CREATING FIELDCATELOG</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-fieldcatelog/m-p/1675523#M297987</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;Are you using any includes?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please paste the code here?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Ramakrishna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Nov 2006 20:40:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-fieldcatelog/m-p/1675523#M297987</guid>
      <dc:creator>venkata_ramisetti</dc:creator>
      <dc:date>2006-11-27T20:40:54Z</dc:date>
    </item>
    <item>
      <title>Re: CREATING FIELDCATELOG</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-fieldcatelog/m-p/1675524#M297988</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, I am using two includes. One for data declarations one for all subroutines. main program has the subroutines include and subroutines include has data declarations include. I can not post the entire code here, it is too big. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Surya.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Nov 2006 22:46:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-fieldcatelog/m-p/1675524#M297988</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-27T22:46:14Z</dc:date>
    </item>
  </channel>
</rss>

