<?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: Dump while downloding the ALV output in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-while-downloding-the-alv-output/m-p/2212122#M473953</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Add this code to the alv report. the report will get downlaoded as an excel sheet to ur hard drive.&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 DOWNLOAD .&lt;/P&gt;&lt;P&gt;  DFILENAME =  'D:\log.xls'.&lt;/P&gt;&lt;P&gt;  CALL FUNCTION 'GUI_DOWNLOAD'&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  BIN_FILESIZE                  =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;      FILENAME                      = DFILENAME&lt;/P&gt;&lt;P&gt;      FILETYPE                      = 'ASC'&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  APPEND                        = ' '&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;     WRITE_FIELD_SEPARATOR         = ','&lt;/P&gt;&lt;P&gt;    TABLES&lt;/P&gt;&lt;P&gt;      DATA_TAB                      = IT_MDKP&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;  ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDFORM.                    " DOWNLOAD&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REWARD POINTS IF USEFUL &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 08 May 2007 11:25:51 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-05-08T11:25:51Z</dc:date>
    <item>
      <title>Dump while downloding the ALV output</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-while-downloding-the-alv-output/m-p/2212121#M473952</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;My requirement is to Develop an ALV report with new Function Keys in the Application Toolbar of the ALV.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For that I have copied the Status of the program 'SAPLSLVC_FULLSCREEN' Status - 'STANDARD_FULLSCREEN' and added few more Function Key's on the Application Toolbar. The new Key's added are working fine but when I try to download the ALV Output using the Download file option on the application toolbar its giving and dump saying 'Field symbol has not yet been assigned'&lt;/P&gt;&lt;P&gt;Runtime Errors         GETWA_NOT_ASSIGNED.&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;Ramu N.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 May 2007 07:47:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-while-downloding-the-alv-output/m-p/2212121#M473952</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-08T07:47:39Z</dc:date>
    </item>
    <item>
      <title>Re: Dump while downloding the ALV output</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-while-downloding-the-alv-output/m-p/2212122#M473953</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Add this code to the alv report. the report will get downlaoded as an excel sheet to ur hard drive.&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 DOWNLOAD .&lt;/P&gt;&lt;P&gt;  DFILENAME =  'D:\log.xls'.&lt;/P&gt;&lt;P&gt;  CALL FUNCTION 'GUI_DOWNLOAD'&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  BIN_FILESIZE                  =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;      FILENAME                      = DFILENAME&lt;/P&gt;&lt;P&gt;      FILETYPE                      = 'ASC'&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  APPEND                        = ' '&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;     WRITE_FIELD_SEPARATOR         = ','&lt;/P&gt;&lt;P&gt;    TABLES&lt;/P&gt;&lt;P&gt;      DATA_TAB                      = IT_MDKP&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;  ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDFORM.                    " DOWNLOAD&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REWARD POINTS IF USEFUL &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 May 2007 11:25:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-while-downloding-the-alv-output/m-p/2212122#M473953</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-08T11:25:51Z</dc:date>
    </item>
    <item>
      <title>Re: Dump while downloding the ALV output</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-while-downloding-the-alv-output/m-p/2212123#M473954</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you get this error in your user_command or even before you get there?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 May 2007 11:34:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-while-downloding-the-alv-output/m-p/2212123#M473954</guid>
      <dc:creator>MarcelloUrbani</dc:creator>
      <dc:date>2007-05-08T11:34:31Z</dc:date>
    </item>
    <item>
      <title>Re: Dump while downloding the ALV output</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-while-downloding-the-alv-output/m-p/2212124#M473955</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ramu,&lt;/P&gt;&lt;P&gt;              &lt;/P&gt;&lt;P&gt;                Use FM 'Gui_download' to dowload internal table into flat/excel file.&lt;/P&gt;&lt;P&gt;Or use microsoft excel view(ctrl&lt;EM&gt;shift&lt;/EM&gt;F7) button on the application toolbar  to download alv output in to excel sheet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Hemant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 May 2007 11:40:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-while-downloding-the-alv-output/m-p/2212124#M473955</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-08T11:40:57Z</dc:date>
    </item>
    <item>
      <title>Re: Dump while downloding the ALV output</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-while-downloding-the-alv-output/m-p/2212125#M473956</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ramu,&lt;/P&gt;&lt;P&gt;        just make sure that you are passing correct values to all the parameters which you are passing to the ALV Funtion module.Or else can you show the code.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 May 2007 12:19:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-while-downloding-the-alv-output/m-p/2212125#M473956</guid>
      <dc:creator>former_member491305</dc:creator>
      <dc:date>2007-05-08T12:19:33Z</dc:date>
    </item>
    <item>
      <title>Re: Dump while downloding the ALV output</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-while-downloding-the-alv-output/m-p/2212126#M473957</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marcello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I get this dump in USER_COMMAND only and that to for few keys only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ramu N.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 May 2007 14:00:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-while-downloding-the-alv-output/m-p/2212126#M473957</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-08T14:00:09Z</dc:date>
    </item>
  </channel>
</rss>

