<?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: PROBLEM WITH FM GUI_UPLOAD in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-fm-gui-upload/m-p/12080041#M1970841</link>
    <description>&lt;P&gt;NOT WORKING, I HAVE TRY WITH CODEPAGE= '4110' AND '4103'&lt;/P&gt;&lt;P&gt;THIS IS MY FM: &lt;/P&gt;&lt;P&gt;CALL FUNCTION 'GUI_UPLOAD'&lt;BR /&gt;
 EXPORTING&lt;BR /&gt;
 filename = lv_dir&lt;BR /&gt;
 FILETYPE = 'ASC'&lt;BR /&gt;
* HAS_FIELD_SEPARATOR = ' '&lt;BR /&gt;
* HEADER_LENGTH = 0&lt;BR /&gt;
* READ_BY_LINE = 'X'&lt;BR /&gt;
* DAT_MODE = ' '&lt;BR /&gt;
 CODEPAGE = '4110'&lt;BR /&gt;
* IGNORE_CERR = ABAP_TRUE&lt;BR /&gt;
* REPLACEMENT = '#'&lt;BR /&gt;
* CHECK_BOM = ' '&lt;BR /&gt;
* VIRUS_SCAN_PROFILE =&lt;BR /&gt;
* NO_AUTH_CHECK = ' '&lt;BR /&gt;
* IMPORTING&lt;BR /&gt;
* FILELENGTH =&lt;BR /&gt;
* HEADER =&lt;BR /&gt;
 tables&lt;BR /&gt;
 data_tab = GT_OUT&lt;BR /&gt;
 EXCEPTIONS&lt;BR /&gt;
 FILE_OPEN_ERROR = 1&lt;BR /&gt;
 FILE_READ_ERROR = 2&lt;BR /&gt;
 NO_BATCH = 3&lt;BR /&gt;
 GUI_REFUSE_FILETRANSFER = 4&lt;BR /&gt;
 INVALID_TYPE = 5&lt;BR /&gt;
 NO_AUTHORITY = 6&lt;BR /&gt;
 UNKNOWN_ERROR = 7&lt;BR /&gt;
 BAD_DATA_FORMAT = 8&lt;BR /&gt;
 HEADER_NOT_ALLOWED = 9&lt;BR /&gt;
 SEPARATOR_NOT_ALLOWED = 10&lt;BR /&gt;
 HEADER_TOO_LONG = 11&lt;BR /&gt;
 UNKNOWN_DP_ERROR = 12&lt;BR /&gt;
 ACCESS_DENIED = 13&lt;BR /&gt;
 DP_OUT_OF_MEMORY = 14&lt;BR /&gt;
 DISK_FULL = 15&lt;BR /&gt;
 DP_TIMEOUT = 16&lt;BR /&gt;
 OTHERS = 17&lt;/P&gt;</description>
    <pubDate>Tue, 05 Nov 2019 14:06:33 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2019-11-05T14:06:33Z</dc:date>
    <item>
      <title>PROBLEM WITH FM GUI_UPLOAD</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-fm-gui-upload/m-p/12080038#M1970838</link>
      <description>&lt;P&gt;THIS IS THE OUTPUT OF FM GUI_UPLOAD:&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/1743789-gui-upload.png" /&gt;&lt;/P&gt;
  &lt;P&gt;WHY THIS ERROR?&lt;/P&gt;
  &lt;P&gt;THANKS&lt;/P&gt;</description>
      <pubDate>Tue, 05 Nov 2019 09:05:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-fm-gui-upload/m-p/12080038#M1970838</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2019-11-05T09:05:41Z</dc:date>
    </item>
    <item>
      <title>Re: PROBLEM WITH FM GUI_UPLOAD</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-fm-gui-upload/m-p/12080039#M1970839</link>
      <description>&lt;P&gt;Hello &lt;A href="https://answers.sap.com/users/887275/lucatreva.html"&gt;luca treva&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;Please be clear on what you ask.&lt;/P&gt;&lt;P&gt;What did you do from your end to get this screen?&lt;/P&gt;&lt;P&gt;Also please explain your requirement in detail.&lt;/P&gt;&lt;P&gt;Regards!&lt;/P&gt;</description>
      <pubDate>Tue, 05 Nov 2019 09:28:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-fm-gui-upload/m-p/12080039#M1970839</guid>
      <dc:creator>former_member1716</dc:creator>
      <dc:date>2019-11-05T09:28:01Z</dc:date>
    </item>
    <item>
      <title>Re: PROBLEM WITH FM GUI_UPLOAD</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-fm-gui-upload/m-p/12080040#M1970840</link>
      <description>&lt;P&gt;check your CODEPAGE parameter, should be Unicode (codepage = 4110?) for most cases.&lt;/P&gt;</description>
      <pubDate>Tue, 05 Nov 2019 09:59:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-fm-gui-upload/m-p/12080040#M1970840</guid>
      <dc:creator>former_member269539</dc:creator>
      <dc:date>2019-11-05T09:59:52Z</dc:date>
    </item>
    <item>
      <title>Re: PROBLEM WITH FM GUI_UPLOAD</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-fm-gui-upload/m-p/12080041#M1970841</link>
      <description>&lt;P&gt;NOT WORKING, I HAVE TRY WITH CODEPAGE= '4110' AND '4103'&lt;/P&gt;&lt;P&gt;THIS IS MY FM: &lt;/P&gt;&lt;P&gt;CALL FUNCTION 'GUI_UPLOAD'&lt;BR /&gt;
 EXPORTING&lt;BR /&gt;
 filename = lv_dir&lt;BR /&gt;
 FILETYPE = 'ASC'&lt;BR /&gt;
* HAS_FIELD_SEPARATOR = ' '&lt;BR /&gt;
* HEADER_LENGTH = 0&lt;BR /&gt;
* READ_BY_LINE = 'X'&lt;BR /&gt;
* DAT_MODE = ' '&lt;BR /&gt;
 CODEPAGE = '4110'&lt;BR /&gt;
* IGNORE_CERR = ABAP_TRUE&lt;BR /&gt;
* REPLACEMENT = '#'&lt;BR /&gt;
* CHECK_BOM = ' '&lt;BR /&gt;
* VIRUS_SCAN_PROFILE =&lt;BR /&gt;
* NO_AUTH_CHECK = ' '&lt;BR /&gt;
* IMPORTING&lt;BR /&gt;
* FILELENGTH =&lt;BR /&gt;
* HEADER =&lt;BR /&gt;
 tables&lt;BR /&gt;
 data_tab = GT_OUT&lt;BR /&gt;
 EXCEPTIONS&lt;BR /&gt;
 FILE_OPEN_ERROR = 1&lt;BR /&gt;
 FILE_READ_ERROR = 2&lt;BR /&gt;
 NO_BATCH = 3&lt;BR /&gt;
 GUI_REFUSE_FILETRANSFER = 4&lt;BR /&gt;
 INVALID_TYPE = 5&lt;BR /&gt;
 NO_AUTHORITY = 6&lt;BR /&gt;
 UNKNOWN_ERROR = 7&lt;BR /&gt;
 BAD_DATA_FORMAT = 8&lt;BR /&gt;
 HEADER_NOT_ALLOWED = 9&lt;BR /&gt;
 SEPARATOR_NOT_ALLOWED = 10&lt;BR /&gt;
 HEADER_TOO_LONG = 11&lt;BR /&gt;
 UNKNOWN_DP_ERROR = 12&lt;BR /&gt;
 ACCESS_DENIED = 13&lt;BR /&gt;
 DP_OUT_OF_MEMORY = 14&lt;BR /&gt;
 DISK_FULL = 15&lt;BR /&gt;
 DP_TIMEOUT = 16&lt;BR /&gt;
 OTHERS = 17&lt;/P&gt;</description>
      <pubDate>Tue, 05 Nov 2019 14:06:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-fm-gui-upload/m-p/12080041#M1970841</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2019-11-05T14:06:33Z</dc:date>
    </item>
    <item>
      <title>Re: PROBLEM WITH FM GUI_UPLOAD</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-fm-gui-upload/m-p/12080042#M1970842</link>
      <description>&lt;P&gt;What kind of data does this file contain?&lt;/P&gt;&lt;P&gt;If it's a pure text file, you may detect the code page by running the program Z_CSR_FILE_DETECTOR (you need to first install abapgit as explained here: &lt;A href="https://blogs.sap.com/2019/11/04/abap-csr-custom-tool-for-character-set-and-language-recognition/"&gt;https://blogs.sap.com/2019/11/04/abap-csr-custom-tool-for-character-set-and-language-recognition/&lt;/A&gt;)&lt;/P&gt;</description>
      <pubDate>Tue, 05 Nov 2019 14:21:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-fm-gui-upload/m-p/12080042#M1970842</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2019-11-05T14:21:10Z</dc:date>
    </item>
  </channel>
</rss>

