<?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: FieldCatalog Problem? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/fieldcatalog-problem/m-p/1043127#M87104</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vijay.&lt;/P&gt;&lt;P&gt;Already there is one standard transaction MB52 which is doing this purpose successfully through fieldcatalog.The problem is that they have used macros and other stuffs to achieve this,very difficult to understand what they have done.Is there any function module availble for removing decimals...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Abdul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 21 Dec 2005 10:53:14 GMT</pubDate>
    <dc:creator>abdul_hakim</dc:creator>
    <dc:date>2005-12-21T10:53:14Z</dc:date>
    <item>
      <title>FieldCatalog Problem?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fieldcatalog-problem/m-p/1043124#M87101</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friends,&lt;/P&gt;&lt;P&gt;I want to remove decimal places for particular currency say 'KRW'.So while building fieldcatalog i have checked if currency = 'KRW' then decimals_out = 0.&lt;/P&gt;&lt;P&gt;It is working fine if execute for KRW alone.If i combine KRW and GBP the decimal is not coming for both currencies.&lt;/P&gt;&lt;P&gt;How can i show decimals for currencies other than KRW and without decimal for KRW.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Abdul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Dec 2005 10:41:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fieldcatalog-problem/m-p/1043124#M87101</guid>
      <dc:creator>abdul_hakim</dc:creator>
      <dc:date>2005-12-21T10:41:27Z</dc:date>
    </item>
    <item>
      <title>Re: FieldCatalog Problem?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fieldcatalog-problem/m-p/1043125#M87102</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Abdul,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That is not possible, But why can't you populate the data population level itself and try (decimals other than KRW , for KRW no decimals).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Dec 2005 10:47:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fieldcatalog-problem/m-p/1043125#M87102</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-21T10:47:48Z</dc:date>
    </item>
    <item>
      <title>Re: FieldCatalog Problem?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fieldcatalog-problem/m-p/1043126#M87103</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;In field catalog you need to pass one filed for which you are editing.&lt;/P&gt;&lt;P&gt;And for currencies we must always refer curr field.&lt;/P&gt;&lt;P&gt;*******&lt;/P&gt;&lt;P&gt;fieldcat-cfieldname = 'WAERS'.&lt;/P&gt;&lt;P&gt;fieldcat-datatype = 'CURR'.&lt;/P&gt;&lt;P&gt;*********************&lt;/P&gt;&lt;P&gt;See for Korean currency and Japanese currency there will be no decimals.&lt;/P&gt;&lt;P&gt;So while building the field catalog for amount field refer the CURR like what i mentioned above.&lt;/P&gt;&lt;P&gt;It will take care.&lt;/P&gt;&lt;P&gt;In the decleration also you have to refer Db Table-field not Type CHAR.&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;If this helps u reward with points and close the thread.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Deepak333 k&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Deepak333 k&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Dec 2005 10:48:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fieldcatalog-problem/m-p/1043126#M87103</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-21T10:48:09Z</dc:date>
    </item>
    <item>
      <title>Re: FieldCatalog Problem?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fieldcatalog-problem/m-p/1043127#M87104</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vijay.&lt;/P&gt;&lt;P&gt;Already there is one standard transaction MB52 which is doing this purpose successfully through fieldcatalog.The problem is that they have used macros and other stuffs to achieve this,very difficult to understand what they have done.Is there any function module availble for removing decimals...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Abdul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Dec 2005 10:53:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fieldcatalog-problem/m-p/1043127#M87104</guid>
      <dc:creator>abdul_hakim</dc:creator>
      <dc:date>2005-12-21T10:53:14Z</dc:date>
    </item>
    <item>
      <title>Re: FieldCatalog Problem?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fieldcatalog-problem/m-p/1043128#M87105</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try to check it as suggested by deepak.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Dec 2005 11:07:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fieldcatalog-problem/m-p/1043128#M87105</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-21T11:07:54Z</dc:date>
    </item>
    <item>
      <title>Re: FieldCatalog Problem?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fieldcatalog-problem/m-p/1043129#M87106</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is not working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Abdul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Dec 2005 12:27:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fieldcatalog-problem/m-p/1043129#M87106</guid>
      <dc:creator>abdul_hakim</dc:creator>
      <dc:date>2005-12-21T12:27:11Z</dc:date>
    </item>
    <item>
      <title>Re: FieldCatalog Problem?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fieldcatalog-problem/m-p/1043130#M87107</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i know that , but you should convert the the currency if it is KRW and remove decimals, but if it is other than KRW you don't do any thing...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Dec 2005 12:31:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fieldcatalog-problem/m-p/1043130#M87107</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-21T12:31:14Z</dc:date>
    </item>
    <item>
      <title>Re: FieldCatalog Problem?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fieldcatalog-problem/m-p/1043131#M87108</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there any other way to remove it!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Abdul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Dec 2005 12:48:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fieldcatalog-problem/m-p/1043131#M87108</guid>
      <dc:creator>abdul_hakim</dc:creator>
      <dc:date>2005-12-21T12:48:55Z</dc:date>
    </item>
    <item>
      <title>Re: FieldCatalog Problem?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fieldcatalog-problem/m-p/1043132#M87109</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;... just a small addition. What we do, is first build the field catalog (semi-automatic).&lt;/P&gt;&lt;P&gt;Then 'enhance it' modifying some texts and so on. In this step, we assign the currency fields&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  field-symbols:&lt;/P&gt;&lt;P&gt;    &amp;lt;alv_fieldcat&amp;gt; type slis_fieldcat_alv.&lt;/P&gt;&lt;P&gt;  loop at pt_alv_fieldcat assigning &amp;lt;alv_fieldcat&amp;gt;.&lt;/P&gt;&lt;P&gt;    if &amp;lt;alv_fieldcat&amp;gt;-fieldname(5) = 'KBETR'.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Company code currency&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;      &amp;lt;alv_fieldcat&amp;gt;-cfieldname = 'BWAER'.&lt;/P&gt;&lt;P&gt;    elseif  &amp;lt;alv_fieldcat&amp;gt;-fieldname(5) = 'KWERT'.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Document Currency&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;      &amp;lt;alv_fieldcat&amp;gt;-cfieldname = 'WAERK'.&lt;/P&gt;&lt;P&gt;    endif.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The interesting thing is: If you have any ALV sums on currency columns, the sums are split by currency.&lt;/P&gt;&lt;P&gt;I thing the same logic applies to units, only the reference field is called qfieldname (not cfieldname).&lt;/P&gt;&lt;P&gt;You should have the currency itself in the same table, otherwise you have to specify the reference table as ctabname in the field catalog.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;C.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Dec 2005 12:56:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fieldcatalog-problem/m-p/1043132#M87109</guid>
      <dc:creator>Clemenss</dc:creator>
      <dc:date>2005-12-21T12:56:13Z</dc:date>
    </item>
    <item>
      <title>Re: FieldCatalog Problem?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fieldcatalog-problem/m-p/1043133#M87110</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi abdul,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. There are two things.&lt;/P&gt;&lt;P&gt;  a) in the internal table there must a field for currency  which must be properly containing values&lt;/P&gt;&lt;P&gt;    eg. INR, USD etc.&lt;/P&gt;&lt;P&gt;     (u might be already having it )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  a) we need to modify the field-catalogue&lt;/P&gt;&lt;P&gt;         (after it is built)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.  suppose your fieldcatalogue variable name is ALVFC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. Declare this first.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA : alvwa TYPE slis_fieldcat_alv.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. Then just after the field catalogue has been built.&lt;/P&gt;&lt;P&gt;   write this code :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOOP AT alvfc INTO alvwa.&lt;/P&gt;&lt;P&gt;  alvwa-cfieldname = 'WAERS'.&lt;/P&gt;&lt;P&gt;  alvwa-tabname = 'ITAB'.&lt;/P&gt;&lt;P&gt;  MODIFY alvfc FROM alvwa.&lt;/P&gt;&lt;P&gt;ENDLOOP.&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5. Modify the code a little to &lt;/P&gt;&lt;P&gt;   specify the ACTUAL NAMES.&lt;/P&gt;&lt;P&gt;  for &lt;/P&gt;&lt;P&gt;  ITAB =  name of your internal table&lt;/P&gt;&lt;P&gt;  WAERS =  name of the field which has curreny&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;6. I tried the code, it works fantastic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;7. The system will take the decision&lt;/P&gt;&lt;P&gt;  to show decimals or not for that currency&lt;/P&gt;&lt;P&gt;  based upon configuration.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;8. U can use currency COP&lt;/P&gt;&lt;P&gt;   for no decimals.&lt;/P&gt;&lt;P&gt;  (even if your actual currency is different,&lt;/P&gt;&lt;P&gt;   just populate COP for such currency.&lt;/P&gt;&lt;P&gt;    u may use extra field in ur internal table&lt;/P&gt;&lt;P&gt;   for such manipulation puropse&lt;/P&gt;&lt;P&gt;   only for handling decimals.&lt;/P&gt;&lt;P&gt;   actual currency field can be different&lt;/P&gt;&lt;P&gt;   But accordingly speecify in the field catalogue)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope u understood the funda. &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;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Amit Mittal&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Dec 2005 13:24:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fieldcatalog-problem/m-p/1043133#M87110</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-21T13:24:53Z</dc:date>
    </item>
    <item>
      <title>Re: FieldCatalog Problem?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fieldcatalog-problem/m-p/1043134#M87111</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi again,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. I tried another INTERESTING &amp;amp; SIMPLE thing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. In your internal table,  &lt;/P&gt;&lt;P&gt;    how is the field  for currency defined ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. define it like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   waers LIKE TCURC-WAERS,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. NO NEED TO DO ANYTHING.&lt;/P&gt;&lt;P&gt;   IT WORKS FANTASTIC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5. DEFINE IT EXACTLY LIKE THIS.&lt;/P&gt;&lt;P&gt;   DO NOT EVEN CHANGE THE FIELD NAME.&lt;/P&gt;&lt;P&gt;&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>Wed, 21 Dec 2005 13:35:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fieldcatalog-problem/m-p/1043134#M87111</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-21T13:35:50Z</dc:date>
    </item>
    <item>
      <title>Re: FieldCatalog Problem?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fieldcatalog-problem/m-p/1043135#M87112</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi again,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. try this simple program (just copy paste)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. especially note currency field declaration&lt;/P&gt;&lt;P&gt;   f1  LIKE P0008-BET01,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  (it should be LIKE some real TABLE-FIELDNAME&lt;/P&gt;&lt;P&gt;  which has currency value)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REPORT abc.&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;*----&lt;/P&gt;&lt;HR originaltext="-----------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA : alvfc TYPE slis_t_fieldcat_alv.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA  : BEGIN OF itab OCCURS 0,&lt;/P&gt;&lt;P&gt;        f1  LIKE P0008-BET01,&lt;/P&gt;&lt;P&gt;        waers LIKE tcurc-waers,&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;HR originaltext="--------------------------" /&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;  itab-f1 = '4.15'.&lt;/P&gt;&lt;P&gt;  itab-waers = 'KRW'.&lt;/P&gt;&lt;P&gt;  APPEND itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  itab-f1 = '4.68'.&lt;/P&gt;&lt;P&gt;  itab-waers = 'GBP'.&lt;/P&gt;&lt;P&gt;  APPEND itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*----&lt;/P&gt;&lt;HR originaltext="-----------------------------" /&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 = '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        = alvfc.&lt;/P&gt;&lt;P&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;      i_callback_program      = sy-repid&lt;/P&gt;&lt;P&gt;      it_fieldcat             = alvfc&lt;/P&gt;&lt;P&gt;    TABLES&lt;/P&gt;&lt;P&gt;      t_outtab                = itab&lt;/P&gt;&lt;P&gt;    EXCEPTIONS&lt;/P&gt;&lt;P&gt;      OTHERS                  = 2.&lt;/P&gt;&lt;P&gt;&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>Wed, 21 Dec 2005 13:42:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fieldcatalog-problem/m-p/1043135#M87112</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-21T13:42:50Z</dc:date>
    </item>
  </channel>
</rss>

