<?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: GUI_DOWNLOAD issue - returns empty table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/gui-download-issue-returns-empty-table/m-p/4327371#M1031082</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Davis,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Things like that can happen. I highly respect your regret. Many guys don't even recognize their mistake nor do they admit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Heinz&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 27 Aug 2008 19:48:32 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-08-27T19:48:32Z</dc:date>
    <item>
      <title>GUI_DOWNLOAD issue - returns empty table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/gui-download-issue-returns-empty-table/m-p/4327367#M1031078</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using the following to read a text file (I have tried a tab delimited text file as well as a .csv file) into an internal table.  The returned sy-subrc value is 0 but the returned table is empty.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Davis&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;d_string = p_file.
  CALL FUNCTION 'GUI_DOWNLOAD'
    EXPORTING
*   BIN_FILESIZE                    =
      filename                        = d_string
*   FILETYPE                        = 'ASC'
*   APPEND                          = ' '
*   WRITE_FIELD_SEPARATOR           = ' '
*   HEADER                          = '00'
*   TRUNC_TRAILING_BLANKS           = ' '
*   WRITE_LF                        = 'X'
*   COL_SELECT                      = ' '
*   COL_SELECT_MASK                 = ' '
*   DAT_MODE                        = ' '
*   CONFIRM_OVERWRITE               = ' '
*   NO_AUTH_CHECK                   = ' '
*   CODEPAGE                        = ' '
*   IGNORE_CERR                     = ABAP_TRUE
*   REPLACEMENT                     = '#'
*   WRITE_BOM                       = ' '
*   TRUNC_TRAILING_BLANKS_EOL       = 'X'
*   WK1_N_FORMAT                    = ' '
*   WK1_N_SIZE                      = ' '
*   WK1_T_FORMAT                    = ' '
*   WK1_T_SIZE                      = ' '
*   WRITE_LF_AFTER_LAST_LINE        = ABAP_TRUE
*   SHOW_TRANSFER_STATUS            = ABAP_TRUE
* IMPORTING
*   FILELENGTH                      =
    TABLES
      data_tab                        = it_string
*   FIELDNAMES                      =
   EXCEPTIONS
     file_write_error                = 1
     no_batch                        = 2
     gui_refuse_filetransfer         = 3
     invalid_type                    = 4
     no_authority                    = 5
     unknown_error                   = 6
     header_not_allowed              = 7
     separator_not_allowed           = 8
     filesize_not_allowed            = 9
     header_too_long                 = 10
     dp_error_create                 = 11
     dp_error_send                   = 12
     dp_error_write                  = 13
     unknown_dp_error                = 14
     access_denied                   = 15
     dp_out_of_memory                = 16
     disk_full                       = 17
     dp_timeout                      = 18
     file_not_found                  = 19
     dataprovider_exception          = 20
     control_flush_error             = 21
     OTHERS                          = 22
            .&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Aug 2008 19:29:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/gui-download-issue-returns-empty-table/m-p/4327367#M1031078</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-27T19:29:12Z</dc:date>
    </item>
    <item>
      <title>Re: GUI_DOWNLOAD issue - returns empty table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/gui-download-issue-returns-empty-table/m-p/4327368#M1031079</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am an idiot.  I am using the wrong FM.  I need upload.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Aug 2008 19:33:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/gui-download-issue-returns-empty-table/m-p/4327368#M1031079</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-27T19:33:57Z</dc:date>
    </item>
    <item>
      <title>Re: GUI_DOWNLOAD issue - returns empty table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/gui-download-issue-returns-empty-table/m-p/4327369#M1031080</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use FM GUI_UPLOAD instead.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Aug 2008 19:35:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/gui-download-issue-returns-empty-table/m-p/4327369#M1031080</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-27T19:35:00Z</dc:date>
    </item>
    <item>
      <title>Re: GUI_DOWNLOAD issue - returns empty table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/gui-download-issue-returns-empty-table/m-p/4327370#M1031081</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Arent you supposed to use GUI_UPLOAD?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
GUI_UPLOAD - Text file to internal table.
GUI_Download - Internal table to text file.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Aug 2008 19:36:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/gui-download-issue-returns-empty-table/m-p/4327370#M1031081</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-27T19:36:32Z</dc:date>
    </item>
    <item>
      <title>Re: GUI_DOWNLOAD issue - returns empty table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/gui-download-issue-returns-empty-table/m-p/4327371#M1031082</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Davis,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Things like that can happen. I highly respect your regret. Many guys don't even recognize their mistake nor do they admit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Heinz&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Aug 2008 19:48:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/gui-download-issue-returns-empty-table/m-p/4327371#M1031082</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-27T19:48:32Z</dc:date>
    </item>
  </channel>
</rss>

