<?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_UPLOAD Function Module in 4.6C does not split into lines in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/gui-upload-function-module-in-4-6c-does-not-split-into-lines/m-p/4534666#M1071535</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hey,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call function 'GUI_UPLOAD'&lt;/P&gt;&lt;P&gt;exporting&lt;/P&gt;&lt;P&gt;filename = filename&lt;/P&gt;&lt;P&gt;FILETYPE = 'ASC'&lt;/P&gt;&lt;P&gt;HAS_FIELD_SEPARATOR = 'X' "&amp;lt;---use this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Midhun Abraham&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 08 Oct 2008 02:17:11 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-10-08T02:17:11Z</dc:date>
    <item>
      <title>GUI_UPLOAD Function Module in 4.6C does not split into lines</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/gui-upload-function-module-in-4-6c-does-not-split-into-lines/m-p/4534665#M1071534</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm about to upload text file into SAP using the FM 'GUI_UPLOAD'.&lt;/P&gt;&lt;P&gt;Previously I've developed a test program to upload the same file in SAP v4.7&lt;/P&gt;&lt;P&gt;and it returns correctly into several lines as expected.&lt;/P&gt;&lt;P&gt;Snippet:&lt;/P&gt;&lt;P&gt; CALL FUNCTION 'GUI_UPLOAD'&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;P&gt;      filename                      = l_filename&lt;/P&gt;&lt;P&gt;      filetype                        = 'ASC'&lt;/P&gt;&lt;P&gt;      has_field_separator       = ' '&lt;/P&gt;&lt;P&gt;      header_length               = 0&lt;/P&gt;&lt;P&gt;      read_by_line                  = 'X'&lt;/P&gt;&lt;P&gt;    TABLES&lt;/P&gt;&lt;P&gt;      data_tab                      = gt_tabfile&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As we can see, the 'read_by_line' parameter is already 'X'. gt_tabfile only consist of 1 string column.&lt;/P&gt;&lt;P&gt;But as I run the same code using the same parameter and file in SAP v4.6C&lt;/P&gt;&lt;P&gt;it returned only 1 line of very long string instead of the correct lines resulted in 4.7.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there anything to do with codepage (4.6 is English 1100, I forgot the codepage in 4.7 but i believe it's the same due to language selection is EN). Or anything to do with OSS Note?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly help me to resolve the issue.&lt;/P&gt;&lt;P&gt;Appreciate it very much&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Oct 2008 01:28:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/gui-upload-function-module-in-4-6c-does-not-split-into-lines/m-p/4534665#M1071534</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-08T01:28:51Z</dc:date>
    </item>
    <item>
      <title>Re: GUI_UPLOAD Function Module in 4.6C does not split into lines</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/gui-upload-function-module-in-4-6c-does-not-split-into-lines/m-p/4534666#M1071535</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hey,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call function 'GUI_UPLOAD'&lt;/P&gt;&lt;P&gt;exporting&lt;/P&gt;&lt;P&gt;filename = filename&lt;/P&gt;&lt;P&gt;FILETYPE = 'ASC'&lt;/P&gt;&lt;P&gt;HAS_FIELD_SEPARATOR = 'X' "&amp;lt;---use this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Midhun Abraham&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Oct 2008 02:17:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/gui-upload-function-module-in-4-6c-does-not-split-into-lines/m-p/4534666#M1071535</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-08T02:17:11Z</dc:date>
    </item>
    <item>
      <title>Re: GUI_UPLOAD Function Module in 4.6C does not split into lines</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/gui-upload-function-module-in-4-6c-does-not-split-into-lines/m-p/4534667#M1071536</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for trying to help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please be noted I've done all the possible value on these parameter&lt;/P&gt;&lt;P&gt;-   filetype 'ASC' OR 'BIN' &lt;/P&gt;&lt;P&gt;-  has_field_separator ' ' or 'X'&lt;/P&gt;&lt;P&gt;-  header_length 0 or 1 which is dont make sense since my file dont have header so must be 0&lt;/P&gt;&lt;P&gt;-  read_by_line ' ' of 'X' doesnt work my expectation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any other good questions please? How 4.6C and 4.7 above make a different result?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Oct 2008 02:26:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/gui-upload-function-module-in-4-6c-does-not-split-into-lines/m-p/4534667#M1071536</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-08T02:26:22Z</dc:date>
    </item>
  </channel>
</rss>

