<?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: ALV display using the fieldcatalog created programatically in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-display-using-the-fieldcatalog-created-programatically/m-p/6125776#M1364506</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sindhu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the FM u are passing the fieldcatalog, which u must have prepared by calling the REUSE_ALV_FIELDCATALOG_MERGE function module. And in this we have to pass the structure(DDIC) or the internal table name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But i dont want to create a DDIC object for this. I have created the fieldcatalog as shown in the previous post.&lt;/P&gt;&lt;P&gt;But on extraction the data is randomly arranged.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the main issue. &lt;/P&gt;&lt;P&gt;Please sugget.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;s.a.k&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 17 Sep 2009 11:52:00 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-09-17T11:52:00Z</dc:date>
    <item>
      <title>ALV display using the fieldcatalog created programatically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-display-using-the-fieldcatalog-created-programatically/m-p/6125769#M1364499</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 created a field catalog to be passed to the FM REUSE_ALV_GRID_DISPLAY, without calling the FM REUSE_ALV_FIELDCATALOG_MERGE. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The result is being displayed properly. But the problem is that, when I try to export the alv into a spreadsheet by clicking on the button 'Local File..', the data is saved in random manner in the excel file.(data is being placed in saome other column).&lt;/P&gt;&lt;P&gt;How to rectify this.&lt;/P&gt;&lt;P&gt;Please help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;s.a.k&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Sep 2009 11:15:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-display-using-the-fieldcatalog-created-programatically/m-p/6125769#M1364499</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-17T11:15:31Z</dc:date>
    </item>
    <item>
      <title>Re: ALV display using the fieldcatalog created programatically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-display-using-the-fieldcatalog-created-programatically/m-p/6125770#M1364500</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;do you have special characters in your report output?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Sep 2009 11:19:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-display-using-the-fieldcatalog-created-programatically/m-p/6125770#M1364500</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-17T11:19:43Z</dc:date>
    </item>
    <item>
      <title>Re: ALV display using the fieldcatalog created programatically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-display-using-the-fieldcatalog-created-programatically/m-p/6125771#M1364501</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 no special characters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The only reason is that I dont want to create a structure/table type for this.&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;s.a.k&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Sep 2009 11:23:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-display-using-the-fieldcatalog-created-programatically/m-p/6125771#M1364501</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-17T11:23:51Z</dc:date>
    </item>
    <item>
      <title>Re: ALV display using the fieldcatalog created programatically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-display-using-the-fieldcatalog-created-programatically/m-p/6125772#M1364502</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can you please how the code?&lt;/P&gt;&lt;P&gt;the field catalog and the alv fm call and the final table structure?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Sep 2009 11:28:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-display-using-the-fieldcatalog-created-programatically/m-p/6125772#M1364502</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-17T11:28:55Z</dc:date>
    </item>
    <item>
      <title>Re: ALV display using the fieldcatalog created programatically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-display-using-the-fieldcatalog-created-programatically/m-p/6125773#M1364503</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;data:&lt;/P&gt;&lt;P&gt;l_tbl_fieldcat    TYPE          slis_t_fieldcat_alv,&lt;/P&gt;&lt;P&gt;lv_fcat           LIKE LINE OF   l_tbl_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;*********************&lt;STRONG&gt;Prepare field catalog&lt;/STRONG&gt;***********************&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*Column: Role Name&lt;/P&gt;&lt;P&gt;  CLEAR lv_fcat.&lt;/P&gt;&lt;P&gt;  lv_fcat-fieldname       =   'AGR_NAME'.&lt;/P&gt;&lt;P&gt;  lv_fcat-ref_fieldname   =   'AGR_NAME'.&lt;/P&gt;&lt;P&gt;  lv_fcat-tabname         =   'AGR_1251'.&lt;/P&gt;&lt;P&gt;  lv_fcat-col_pos         =   1.&lt;/P&gt;&lt;P&gt;  lv_fcat-seltext_s       =   text-003.&lt;/P&gt;&lt;P&gt;  lv_fcat-seltext_m       =   text-003.&lt;/P&gt;&lt;P&gt;  lv_fcat-seltext_l       =   text-003.&lt;/P&gt;&lt;P&gt;  INSERT lv_fcat INTO TABLE l_tbl_fieldcat.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*Column: Role Description&lt;/P&gt;&lt;P&gt;  CLEAR lv_fcat.&lt;/P&gt;&lt;P&gt;  lv_fcat-fieldname       =   'TEXT'.&lt;/P&gt;&lt;P&gt;  lv_fcat-ref_fieldname   =   'AGR_TITLE'.&lt;/P&gt;&lt;P&gt;  lv_fcat-tabname         =   'AGR_TEXTS'.&lt;/P&gt;&lt;P&gt;  lv_fcat-col_pos         =   2.&lt;/P&gt;&lt;P&gt;  lv_fcat-seltext_s       =   text-004.&lt;/P&gt;&lt;P&gt;  lv_fcat-seltext_m       =   text-004.&lt;/P&gt;&lt;P&gt;  lv_fcat-seltext_l       =   text-004.&lt;/P&gt;&lt;P&gt;  INSERT lv_fcat INTO TABLE l_tbl_fieldcat.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*Column: Transaction Code&lt;/P&gt;&lt;P&gt;  CLEAR lv_fcat.&lt;/P&gt;&lt;P&gt;  lv_fcat-fieldname       =   'LOW'.&lt;/P&gt;&lt;P&gt;  lv_fcat-ref_fieldname   =   'TCODE'.&lt;/P&gt;&lt;P&gt;  lv_fcat-tabname         =   'TSTCT'.&lt;/P&gt;&lt;P&gt;  lv_fcat-col_pos         =   3.&lt;/P&gt;&lt;P&gt;  lv_fcat-seltext_s       =   text-005.&lt;/P&gt;&lt;P&gt;  lv_fcat-seltext_m       =   text-005.&lt;/P&gt;&lt;P&gt;  lv_fcat-seltext_l       =   text-005.&lt;/P&gt;&lt;P&gt;  INSERT lv_fcat INTO TABLE l_tbl_fieldcat.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;***************************************************&lt;/P&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI level="4" type="ul"&gt;&lt;P&gt;Display ALV****&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; CLEAR l_wa_layout.&lt;/P&gt;&lt;P&gt;  l_wa_layout-colwidth_optimize = lc_true.&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   = l_tbl_fieldcat&lt;/P&gt;&lt;P&gt;      is_layout     = l_wa_layout&lt;/P&gt;&lt;P&gt;    TABLES&lt;/P&gt;&lt;P&gt;      t_outtab      = l_tbl_role_res&lt;/P&gt;&lt;P&gt;    EXCEPTIONS&lt;/P&gt;&lt;P&gt;      program_error = 1&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;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;s.a.k&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Sep 2009 11:37:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-display-using-the-fieldcatalog-created-programatically/m-p/6125773#M1364503</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-17T11:37:55Z</dc:date>
    </item>
    <item>
      <title>Re: ALV display using the fieldcatalog created programatically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-display-using-the-fieldcatalog-created-programatically/m-p/6125774#M1364504</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;Also provide solution for the problem below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My first screen is a selection screen. The user provides some data for a particular filed. And the ALV grid is displayed with the result.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The requirement is that the result should be displayed with the selection made by the user on top of the grid.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;s.a.k&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Sep 2009 11:44:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-display-using-the-fieldcatalog-created-programatically/m-p/6125774#M1364504</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-17T11:44:16Z</dc:date>
    </item>
    <item>
      <title>Re: ALV display using the fieldcatalog created programatically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-display-using-the-fieldcatalog-created-programatically/m-p/6125775#M1364505</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;Try like this sample code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;gd_repid = sy-repid.&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;      i_callback_program = gd_repid&lt;/P&gt;&lt;P&gt;      it_fieldcat        = fieldcatalog[]&lt;/P&gt;&lt;P&gt;      i_save             = 'X'&lt;/P&gt;&lt;P&gt;    TABLES&lt;/P&gt;&lt;P&gt;      t_outtab           = lt_final&lt;/P&gt;&lt;P&gt;    EXCEPTIONS&lt;/P&gt;&lt;P&gt;      program_error      = 1&lt;/P&gt;&lt;P&gt;      OTHERS             = 2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Sep 2009 11:46:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-display-using-the-fieldcatalog-created-programatically/m-p/6125775#M1364505</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-17T11:46:08Z</dc:date>
    </item>
    <item>
      <title>Re: ALV display using the fieldcatalog created programatically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-display-using-the-fieldcatalog-created-programatically/m-p/6125776#M1364506</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sindhu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the FM u are passing the fieldcatalog, which u must have prepared by calling the REUSE_ALV_FIELDCATALOG_MERGE function module. And in this we have to pass the structure(DDIC) or the internal table name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But i dont want to create a DDIC object for this. I have created the fieldcatalog as shown in the previous post.&lt;/P&gt;&lt;P&gt;But on extraction the data is randomly arranged.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the main issue. &lt;/P&gt;&lt;P&gt;Please sugget.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;s.a.k&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Sep 2009 11:52:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-display-using-the-fieldcatalog-created-programatically/m-p/6125776#M1364506</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-17T11:52:00Z</dc:date>
    </item>
    <item>
      <title>Re: ALV display using the fieldcatalog created programatically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-display-using-the-fieldcatalog-created-programatically/m-p/6125777#M1364507</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As for the first, I suggest to drop &lt;STRONG&gt;col_pos&lt;/STRONG&gt; , it is unnecessary here as you provide column in same order as they are appended to fieldcatalog.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regarding the second question, please refer [Dispaly ALV report output in the SAME Selection Screen|http://wiki.sdn.sap.com/wiki/x/UoGCAw]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Marcin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Sep 2009 11:54:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-display-using-the-fieldcatalog-created-programatically/m-p/6125777#M1364507</guid>
      <dc:creator>MarcinPciak</dc:creator>
      <dc:date>2009-09-17T11:54:16Z</dc:date>
    </item>
    <item>
      <title>Re: ALV display using the fieldcatalog created programatically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-display-using-the-fieldcatalog-created-programatically/m-p/6125778#M1364508</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Pl. Check the field catalog after REUSE_ALV_FIELDCATALOG_MERGE whether in the field catalog COL_POS is filled properly and your OUTPUT internal table fields in the same order&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And also check your patch level of your SAPGui&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a®&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Sep 2009 11:57:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-display-using-the-fieldcatalog-created-programatically/m-p/6125778#M1364508</guid>
      <dc:creator>former_member194669</dc:creator>
      <dc:date>2009-09-17T11:57:03Z</dc:date>
    </item>
    <item>
      <title>Re: ALV display using the fieldcatalog created programatically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-display-using-the-fieldcatalog-created-programatically/m-p/6125779#M1364509</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi s.a.k.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for your second problem, you need to use TOP_OF_PAGE event..&lt;/P&gt;&lt;P&gt;in ALV Fm there is one parameter called : I_CALLBACK_TOP_OF_PAGE&lt;/P&gt;&lt;P&gt;here you need to pass a subroutine name and in this subroutine you need to call REUSE_ALV_COMMENTARY_WRITE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/bfa9e590-0201-0010-5990-a69ad5c284e2" target="test_blank"&gt;http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/bfa9e590-0201-0010-5990-a69ad5c284e2&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Sep 2009 11:57:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-display-using-the-fieldcatalog-created-programatically/m-p/6125779#M1364509</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-17T11:57:22Z</dc:date>
    </item>
    <item>
      <title>Re: ALV display using the fieldcatalog created programatically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-display-using-the-fieldcatalog-created-programatically/m-p/6125780#M1364510</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marcin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your suggestion. I will remove that. But still the problem is not solved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reagrding the second question:&lt;/P&gt;&lt;P&gt;The output should be displayed in the second screen with the selection (not the selection screen fields)&lt;/P&gt;&lt;P&gt;i.e. say the seletion screen has 5 fields and the user provides value for only one field (screen field name: created date).&lt;/P&gt;&lt;P&gt;eg. 17/09/2009&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The ALV will have the result shopwn corresponding to the date selected. On top of it, it should be something like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Created Date: 17/09/2009&lt;/P&gt;&lt;P&gt;and then the ALV .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And now if the user wants to download this into an spreadsheet(excel file), the above information should also be inserted into this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can it be done.&lt;/P&gt;&lt;P&gt;Kindly suggest.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;s.a.k&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: siemens.a.k on Sep 17, 2009 2:12 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Sep 2009 12:11:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-display-using-the-fieldcatalog-created-programatically/m-p/6125780#M1364510</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-17T12:11:10Z</dc:date>
    </item>
    <item>
      <title>Re: ALV display using the fieldcatalog created programatically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-display-using-the-fieldcatalog-created-programatically/m-p/6125781#M1364511</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi a®s,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For calling the FM: REUSE_ALV_FIELDCATALOG_MERGE, i have to pass the structure/internal table. The structure should exist in the DDIC. But I dont want to create this structure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am able to prepare the fieldcatalog. but the problem is while saving it into a spreadsheet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly suggest some alternative.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;s.a.k&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Sep 2009 12:16:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-display-using-the-fieldcatalog-created-programatically/m-p/6125781#M1364511</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-17T12:16:50Z</dc:date>
    </item>
    <item>
      <title>Re: ALV display using the fieldcatalog created programatically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-display-using-the-fieldcatalog-created-programatically/m-p/6125782#M1364512</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Somyaprakash,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much. The code sample is really helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have gone through it and I saw that after calling the FM: REUSE_ALV_FIELDCATALOG_MERGE, the fieldcatalog table is being looped and its being modified depeneding on the fieldaname. In this case, there are only 3 fields. But what if there are say 30-50 fields or may be even more.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any other way to to this thing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The example is really helpful. I am just thinking how much the number of line will be if there are 100 fields in the internal table?&lt;/P&gt;&lt;P&gt;Just to make it more efficient.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks once again.:)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;s.a.k&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Sep 2009 12:25:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-display-using-the-fieldcatalog-created-programatically/m-p/6125782#M1364512</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-17T12:25:36Z</dc:date>
    </item>
    <item>
      <title>Re: ALV display using the fieldcatalog created programatically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-display-using-the-fieldcatalog-created-programatically/m-p/6125783#M1364513</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if there are 100 rows in your itab, and you say you are creating your field catalog manually how do you create in general? use the general way only.. no problem...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Sep 2009 12:42:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-display-using-the-fieldcatalog-created-programatically/m-p/6125783#M1364513</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-17T12:42:57Z</dc:date>
    </item>
    <item>
      <title>Re: ALV display using the fieldcatalog created programatically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-display-using-the-fieldcatalog-created-programatically/m-p/6125784#M1364514</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;Thank you.:)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And also thanks to all the other users who replied.:)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;s.a.k&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Sep 2009 12:48:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-display-using-the-fieldcatalog-created-programatically/m-p/6125784#M1364514</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-17T12:48:19Z</dc:date>
    </item>
  </channel>
</rss>

