<?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: Encoded GUI_UPLOAD data in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/encoded-gui-upload-data/m-p/5428792#M1245773</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Raymond,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks but it seems that site requires an id and password or something. Thanks for the effort.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For all other people: The problem is still there.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 06 Apr 2009 12:22:53 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-04-06T12:22:53Z</dc:date>
    <item>
      <title>Encoded GUI_UPLOAD data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/encoded-gui-upload-data/m-p/5428784#M1245765</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm using the FM GUI_UPLOAD to upload a .csv file from my pc to in internal table using the following code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;CALL FUNCTION 'GUI_UPLOAD'&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;EXPORTING&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;filename                     =  gv_filename&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;has_field_separator     = 'X'&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;TABLES&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;data_tab                     = itab&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;EXCEPTIONS&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;file_open_error         = 1&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;file_read_error          = 2&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;OTHERS                 = 17.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;LOOP AT it_data&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;CLEAR it_csv.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;SPLIT it_idata-rec AT ',' INTO it_csv-mandt&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;it_csv-field1&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;it_csv-field2&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;it_csv-field3.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;APPEND it_csv&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But after running the program my .csv file with this data: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;MANDT	field1	field2	field3&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;1000	1234	3042009	testtest&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;2000         4321         8723982   TESTTEST&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Becomes this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;ÐÏ# ########## ##.##.#### #õÿ ##ø########À #######ÿ#######ÿ#######&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;###            00.00.0000&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;### ######## Í 00.00.0000&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;###            00.00.0000&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;###            00.00.0000&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;###            00.00.0000&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;###            00.00.0000&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;###            00.00.0000&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;### ######## Í 00.00.0000&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;### ######## Í ##.##.####&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;### #######P##   .  .###&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;###            00.00.0000&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;###            00.00.0000&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why is this happening and how do I solve it? Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Apr 2009 09:41:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/encoded-gui-upload-data/m-p/5428784#M1245765</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-06T09:41:02Z</dc:date>
    </item>
    <item>
      <title>Re: Encoded GUI_UPLOAD data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/encoded-gui-upload-data/m-p/5428785#M1245766</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jeffrey,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you define the file name as the type String.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, when you passed the parameter field Separator give it as , (comma).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That should solve your purpose&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Apr 2009 09:47:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/encoded-gui-upload-data/m-p/5428785#M1245766</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-06T09:47:37Z</dc:date>
    </item>
    <item>
      <title>Re: Encoded GUI_UPLOAD data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/encoded-gui-upload-data/m-p/5428786#M1245767</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Babu  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your fast response, but that didn't work. The filename is already a string and using a ',' as seperator doesn't fix the issue.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Apr 2009 09:50:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/encoded-gui-upload-data/m-p/5428786#M1245767</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-06T09:50:44Z</dc:date>
    </item>
    <item>
      <title>Re: Encoded GUI_UPLOAD data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/encoded-gui-upload-data/m-p/5428787#M1245768</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;&lt;/P&gt;&lt;P&gt;After using the FM GUI_upload . u need splite the data into another internal table do the spliting operation . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOOP AT t_itab INTO w_itab.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      SPLIT w_itab AT     con_tab INTO w_file-f1&lt;/P&gt;&lt;P&gt;                                        w_file-f2&lt;/P&gt;&lt;P&gt;                                        w_file-f3&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;like that ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope it help u ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~linganna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Apr 2009 10:03:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/encoded-gui-upload-data/m-p/5428787#M1245768</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-06T10:03:55Z</dc:date>
    </item>
    <item>
      <title>Re: Encoded GUI_UPLOAD data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/encoded-gui-upload-data/m-p/5428788#M1245769</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jeffrey,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are reading file to table of string line type, you have to split it using hex value of the separator mark, like below:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
DATA: it_data TYPE TABLE OF string WITH HEADER LINE.
DATA: BEGIN OF it_csv OCCURS 0,
        mandt TYPE string,
        field1 TYPE string,
        field2 TYPE string,
        field3 TYPE string,
      END OF it_csv.

CALL FUNCTION 'GUI_UPLOAD'
  EXPORTING
    filename                = 'C:\test.txt'
    has_field_separator     = 'X'
  TABLES
    data_tab                = it_data
  EXCEPTIONS
    file_open_error         = 1
    file_read_error         = 2
    no_batch                = 3
    gui_refuse_filetransfer = 4
    invalid_type            = 5
    no_authority            = 6
    unknown_error           = 7
    bad_data_format         = 8
    header_not_allowed      = 9
    separator_not_allowed   = 10
    header_too_long         = 11
    unknown_dp_error        = 12
    access_denied           = 13
    dp_out_of_memory        = 14
    disk_full               = 15
    dp_timeout              = 16
    OTHERS                  = 17.

CHECK sy-subrc = 0.

DATA: xsep TYPE xstring,
       sep TYPE string.

xsep = '20'. "hex for space mark as separator, for tab mark it is '09'

CALL FUNCTION 'HR_KR_XSTRING_TO_STRING'
  EXPORTING
    in_xstring = xsep
  IMPORTING
    out_string = sep.

LOOP AT it_data.
  SPLIT it_data AT sep INTO it_csv-mandt it_csv-field1  it_csv-field2 it_csv-field3.
ENDLOOP.
&lt;/CODE&gt;&lt;/PRE&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>Mon, 06 Apr 2009 10:07:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/encoded-gui-upload-data/m-p/5428788#M1245769</guid>
      <dc:creator>MarcinPciak</dc:creator>
      <dc:date>2009-04-06T10:07:52Z</dc:date>
    </item>
    <item>
      <title>Re: Encoded GUI_UPLOAD data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/encoded-gui-upload-data/m-p/5428789#M1245770</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try to use a has_field_separator = space. (it's a CSV so no x'09' separator expected)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Apr 2009 10:08:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/encoded-gui-upload-data/m-p/5428789#M1245770</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2009-04-06T10:08:21Z</dc:date>
    </item>
    <item>
      <title>Re: Encoded GUI_UPLOAD data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/encoded-gui-upload-data/m-p/5428790#M1245771</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;@ katigiri &lt;/P&gt;&lt;P&gt;Thanks, but I already did that in my original code. I just didn't include it because the splitting has no effect on the encoded output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;@ Marcin Pciak &lt;/P&gt;&lt;P&gt; Thank for your answer but I'm afraid the FM 'HR_KR_XSTRING_TO_STRING' doesn't exist here. So I'm unable to call it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;@ Raymond Giuseppi &lt;/P&gt;&lt;P&gt;Thanks, I did this but it doesn't affect the output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you all for trying.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Apr 2009 10:40:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/encoded-gui-upload-data/m-p/5428790#M1245771</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-06T10:40:48Z</dc:date>
    </item>
    <item>
      <title>Re: Encoded GUI_UPLOAD data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/encoded-gui-upload-data/m-p/5428791#M1245772</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I found an OSS note [Note 1066919 - Showcase GUI_UPLOAD: Comma separated value (CSV) file|https://service.sap.com/sap/support/notes/1066919] but doesn't seem to rely on your problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So the problem may come from page codes, look at OSS [Note 1088209 - Help for troubleshooting: Code page display problems|https://service.sap.com/sap/support/notes/1088209]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Apr 2009 12:10:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/encoded-gui-upload-data/m-p/5428791#M1245772</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2009-04-06T12:10:03Z</dc:date>
    </item>
    <item>
      <title>Re: Encoded GUI_UPLOAD data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/encoded-gui-upload-data/m-p/5428792#M1245773</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Raymond,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks but it seems that site requires an id and password or something. Thanks for the effort.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For all other people: The problem is still there.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Apr 2009 12:22:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/encoded-gui-upload-data/m-p/5428792#M1245773</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-06T12:22:53Z</dc:date>
    </item>
    <item>
      <title>Re: Encoded GUI_UPLOAD data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/encoded-gui-upload-data/m-p/5428793#M1245774</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The Note : [Note 1088209 - Help for troubleshooting: Code page display problems|https://service.sap.com/sap/support/notes/1088209]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;STRONG&gt;Symptom&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;You experience display problems after you download or upload data that&lt;/P&gt;&lt;P&gt;refers to an incorrect code page.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;More Terms&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GUI_DOWNLOAD, GUI_UPLOAD, garbled characters, character encoding&lt;/P&gt;&lt;P&gt;Cause and Prerequisites&lt;/P&gt;&lt;P&gt;This problem is caused by an incorrect code page when using GUI_DOWNLOAD&lt;/P&gt;&lt;P&gt;and GUI_UPLOAD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Solution&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Help for troubleshooting&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This note provides support for customers with customer developments who,&lt;/P&gt;&lt;P&gt;for example, want to download ABAP lists to the PC for processing them with&lt;/P&gt;&lt;P&gt;Microsoft Office programs. This note also offers support to internal&lt;/P&gt;&lt;P&gt;application developers so that they can provide users with an interface for&lt;/P&gt;&lt;P&gt;the data transfer to or from the front end.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For this purpose, the methods of the class CL_GUI_FRONTEND_SERVICES=&amp;gt;&lt;/P&gt;&lt;P&gt;GUI_DOWNLOAD and GUI_UPLOAD are to be used. Both methods provide the&lt;/P&gt;&lt;P&gt;option of explicitly setting the code page as a parameter. The code page&lt;/P&gt;&lt;P&gt;contains the country-specific or language-specific assignment of characters&lt;/P&gt;&lt;P&gt;to their representation (screen, printer) using one or more bytes.&lt;/P&gt;&lt;P&gt;The code page that is to be used can generally be determined using the&lt;/P&gt;&lt;P&gt;following procedures:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;o If a file from an SAP Unicode system is to be processed for a&lt;/P&gt;&lt;P&gt;single code page, the system uses the logon language to determine&lt;/P&gt;&lt;P&gt;the single-byte code page. You can change the current logon&lt;/P&gt;&lt;P&gt;language using the parameter SY-LANGU with the statement SET LOCALE&lt;/P&gt;&lt;P&gt;LANGUAGE &amp;lt;lang&amp;gt;. (Also see the table TCP01: Assignment of the&lt;/P&gt;&lt;P&gt;language to the single code page)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;o As of SAP GUI 6.40, you have the option of using the interactive&lt;/P&gt;&lt;P&gt;file dialog with the methods FILE_OPEN or SAVE_DIALOG from the&lt;/P&gt;&lt;P&gt;class CL_GUI_FRONTEND_SERVICES. If these two methods are called&lt;/P&gt;&lt;P&gt;with the parameter WITH_ENCODING = 'X', the user can interactively&lt;/P&gt;&lt;P&gt;select the code page that is to be used in the dialog.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;o As of SAP GUI 6.40, the code page for the PC file can also be set&lt;/P&gt;&lt;P&gt;by default. To do this, use SAPLogon or SAPShortcut. For this&lt;/P&gt;&lt;P&gt;purpose, you must select the system entry in the SAPLogon and then&lt;/P&gt;&lt;P&gt;choose "Change Entry" to switch to the "Code Page" tab page. On&lt;/P&gt;&lt;P&gt;this tab page, the code page setting for the upload or the download&lt;/P&gt;&lt;P&gt;can be set by default. (Caution: The language settings that are&lt;/P&gt;&lt;P&gt;further up on the same tab page do not affect the code page&lt;/P&gt;&lt;P&gt;for the download or the upload.)&lt;/P&gt;&lt;P&gt;In both methods GUI_DOWNLOAD and GUI_UPLOAD, internal processing of the&lt;/P&gt;&lt;P&gt;code page is still significantly affected by the additional parameter&lt;/P&gt;&lt;P&gt;SAP Note 1088209 -Help for troubleshooting: Code page display problems&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Filetype:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;o Filetype = 'IBM'&lt;/P&gt;&lt;P&gt;If you set this parameter, the system uses the code page 1103&lt;/P&gt;&lt;P&gt;(IBM-PC Multilingual 850) by default.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;o FileType = 'DBF'&lt;/P&gt;&lt;P&gt;If the transferred parameter 'CODEPAGE' is initial, the system uses&lt;/P&gt;&lt;P&gt;the code page 1103 (IBM-PC Multilingual).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;o Filetype = 'BIN'&lt;/P&gt;&lt;P&gt;No code page is used -- parameter is ignored.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;o Filetype = 'ASC'&lt;/P&gt;&lt;P&gt;If no explicit code page is transferred, the system uses the code&lt;/P&gt;&lt;P&gt;page that is set in SAPLogon.&lt;/P&gt;&lt;P&gt;If the user does not select an explicit code page in the SAPLogon and&lt;/P&gt;&lt;P&gt;selects one of the two default entries instead, the following applies:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;o If the user selects Default ANSI for UNICODE systems in the&lt;/P&gt;&lt;P&gt;SAPLogon, the system uses the code page for the current logon&lt;/P&gt;&lt;P&gt;language. (ANSI code page, no UNICODE code page)&lt;/P&gt;&lt;P&gt;o If the user selects Default UTF8 for UNICODE in the SAPLogon,&lt;/P&gt;&lt;P&gt;the system also uses the code page for the current logon language&lt;/P&gt;&lt;P&gt;in non-Unicode systems. For Unicode systems, UTF8 is automatically&lt;/P&gt;&lt;P&gt;set.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you use GUI_UPLOAD, note the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;o If no code page is transferred, the system first performs a BOM&lt;/P&gt;&lt;P&gt;check (byte order mark) to be able to identify a Unicode file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;o If the BOM check has a negative outcome, the system automatically&lt;/P&gt;&lt;P&gt;uses the code page you selected in the SAPLogon.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To identify the code page that is currently set, you can use the method&lt;/P&gt;&lt;P&gt;get_saplogon_encoding of the class CL_GUI_FRONTEND_SERVICES. This&lt;/P&gt;&lt;P&gt;method returns the code page that is currently set in the changing&lt;/P&gt;&lt;P&gt;parameter file_encoding (type abap_encoding).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Several typical error sources are:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;o When you download a text with Filetype 'BIN' from a Unicode system,&lt;/P&gt;&lt;P&gt;blanks (blank characters) are created after each character:&lt;/P&gt;&lt;P&gt;This is not an error -- Unicode uses two bytes for each character:&lt;/P&gt;&lt;P&gt;Whether the "blank character" is in front of or behind the&lt;/P&gt;&lt;P&gt;character depends on whether the encoding is UTF-16 little endian&lt;/P&gt;&lt;P&gt;or UTF-16 big endian. The "blank character" (actually 0x00) mainly&lt;/P&gt;&lt;P&gt;occurs for the (American) standard ASCII characters.&lt;/P&gt;&lt;P&gt;There is no reason for a binary download of text.&lt;/P&gt;&lt;P&gt;o When you perform a Unicode download in UTF8 format, you must note&lt;/P&gt;&lt;P&gt;that most of the Microsoft Office applications cannot handle UTF8&lt;/P&gt;&lt;P&gt;encoding. (In UTF8, for example, umlauts are encoded with three&lt;/P&gt;&lt;P&gt;bytes.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Conclusion&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For customer developments that indicate a code page problem, the customer&lt;/P&gt;&lt;P&gt;should first check whether the correct code page was transferred to the two&lt;/P&gt;&lt;P&gt;methods GUI_DOWNLOAD and GUI_UPLOAD. You may require consulting concerning&lt;/P&gt;&lt;P&gt;the code page that is to be used because you have questions, such as:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;o Which code page should be used for Cyrillic languages?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;o Are the required code pages installed?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;o The correct code page is used. However, the result is not&lt;/P&gt;&lt;P&gt;satisfactory. What should be done?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If this is the case, open a message for the component BC-I18. Explicit&lt;/P&gt;&lt;P&gt;questions about Unicode are handled under the component BC-I18-UNI.&lt;/P&gt;&lt;P&gt;Application developments should generally go through the same process:&lt;/P&gt;&lt;P&gt;Check whether the correct code page has been transferred and check whether&lt;/P&gt;&lt;P&gt;internal processing of the methods (described above) has been taken into&lt;/P&gt;&lt;P&gt;account.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If problems still occur (for example, conversion errors) or if a standard&lt;/P&gt;&lt;P&gt;function (for example, menu: System==&amp;gt;List==&amp;gt;Save) indicates problems, open&lt;/P&gt;&lt;P&gt;a message for the component BC-FES-GUI.&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Apr 2009 13:01:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/encoded-gui-upload-data/m-p/5428793#M1245774</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2009-04-06T13:01:13Z</dc:date>
    </item>
    <item>
      <title>Re: Encoded GUI_UPLOAD data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/encoded-gui-upload-data/m-p/5428794#M1245775</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm sorry but that text contains no information on solving my problem, I've read it and tried some things but the error remains.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Apr 2009 14:36:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/encoded-gui-upload-data/m-p/5428794#M1245775</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-06T14:36:31Z</dc:date>
    </item>
    <item>
      <title>Re: Encoded GUI_UPLOAD data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/encoded-gui-upload-data/m-p/5428795#M1245776</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;just check in the debug mode whether the internal table u r using in gui upload is having  a correct string of values if not do the follwing:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;create a structure with only one field which is of string type ...&lt;/P&gt;&lt;P&gt;declare a table of  that structure type&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;types: begin of bst,&lt;/P&gt;&lt;P&gt;   cool type string,&lt;/P&gt;&lt;P&gt;end of bst .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i_table type standard table of bst.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;give the same table in table parameter of gui_upload ie i_table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now u want to move the data of i_table into another tabel lets say i_item &lt;/P&gt;&lt;P&gt;would suggest create a work area w_item with its structure same as i_item, use the same refrence which u have used for i_item. declare the table without header line &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now use the same command which u have alrady used with work area and later append in the inetrnal table &lt;/P&gt;&lt;P&gt;but use spilt at "tab which u r giving"               w_item -field1&lt;/P&gt;&lt;P&gt;                                                                      w_item2-field2&lt;/P&gt;&lt;P&gt;                            &lt;/P&gt;&lt;P&gt;append w_item into i_tem&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;note: &lt;/P&gt;&lt;P&gt;just for info &lt;/P&gt;&lt;P&gt;there is command from which u can pick the tab value from the system ( not sure of the command)&lt;/P&gt;&lt;P&gt;the command simply uses some class. "if the seprator is tab."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: sabsvk on Apr 8, 2009 8:06 PM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: sabsvk on Apr 8, 2009 8:07 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Apr 2009 18:04:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/encoded-gui-upload-data/m-p/5428795#M1245776</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-08T18:04:53Z</dc:date>
    </item>
    <item>
      <title>Re: Encoded GUI_UPLOAD data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/encoded-gui-upload-data/m-p/5428796#M1245777</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks sabsvk  but I'm afraid that also didn't work. My code is now as following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REPORT  z_csv_program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*Types&lt;/P&gt;&lt;P&gt;TYPES: BEGIN OF zinfo,&lt;/P&gt;&lt;P&gt;   rec(65000) TYPE c,&lt;/P&gt;&lt;P&gt;END OF zinfo.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TYPES:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; BEGIN OF zcustomer,&lt;/P&gt;&lt;P&gt;         mandt        TYPE mandt,&lt;/P&gt;&lt;P&gt;         businesspartner TYPE zpartner,&lt;/P&gt;&lt;P&gt;         creationdate TYPE zerdat,&lt;/P&gt;&lt;P&gt;         description TYPE zdescription,&lt;/P&gt;&lt;P&gt; END OF zcustomer,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; BEGIN OF zcustomer_error,&lt;/P&gt;&lt;P&gt;         businesspartner TYPE bu_partner,&lt;/P&gt;&lt;P&gt;         creationdate TYPE zerdat,&lt;/P&gt;&lt;P&gt;         description TYPE zdescription,&lt;/P&gt;&lt;P&gt;         message       TYPE crmmsgtext,&lt;/P&gt;&lt;P&gt; END OF zcustomer_error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA : BEGIN OF i_partner_check OCCURS 0,&lt;/P&gt;&lt;P&gt;                partner LIKE but000-partner,&lt;/P&gt;&lt;P&gt;           END OF i_partner_check.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*Tables&lt;/P&gt;&lt;P&gt;DATA: it_klant TYPE TABLE OF zcustomer WITH HEADER LINE,&lt;/P&gt;&lt;P&gt;           it_info  TYPE TABLE OF zinfo WITH HEADER LINE,&lt;/P&gt;&lt;P&gt;           it_klant_error TYPE TABLE OF zcustomer_error WITH HEADER LINE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*Variables&lt;/P&gt;&lt;P&gt;DATA: gv_filename    TYPE string,&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;*Work area's&lt;/P&gt;&lt;P&gt;DATA: wa_info TYPE zcustomer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*Parameters&lt;/P&gt;&lt;P&gt;PARAMETERS: csv_file TYPE localfile.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*Call selection screen for document selection&lt;/P&gt;&lt;P&gt;AT SELECTION-SCREEN ON VALUE-REQUEST FOR csv_file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*get file name&lt;/P&gt;&lt;P&gt;  CALL FUNCTION 'KD_GET_FILENAME_ON_F4'&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;P&gt;      field_name    = ' '&lt;/P&gt;&lt;P&gt;    CHANGING&lt;/P&gt;&lt;P&gt;      file_name     = csv_file&lt;/P&gt;&lt;P&gt;    EXCEPTIONS&lt;/P&gt;&lt;P&gt;      mask_too_long = 1&lt;/P&gt;&lt;P&gt;      OTHERS        = 2.&lt;/P&gt;&lt;P&gt;  IF sy-subrc NE 0.&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;START-OF-SELECTION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Perform read external file&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;gv_filename = csv_file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Upload .csv to internal table&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  CALL FUNCTION 'GUI_UPLOAD'&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;P&gt;      filename            = gv_filename&lt;/P&gt;&lt;P&gt;      has_field_separator = 'X'&lt;/P&gt;&lt;P&gt;      filetype            = 'ASC'&lt;/P&gt;&lt;P&gt;    TABLES&lt;/P&gt;&lt;P&gt;      data_tab            = it_klant&lt;/P&gt;&lt;P&gt;   EXCEPTIONS&lt;/P&gt;&lt;P&gt;     EXCEPTIONS&lt;/P&gt;&lt;P&gt;      file_open_error         = 1&lt;/P&gt;&lt;P&gt;      file_read_error         = 2&lt;/P&gt;&lt;P&gt;      no_batch                = 3&lt;/P&gt;&lt;P&gt;      gui_refuse_filetransfer = 4&lt;/P&gt;&lt;P&gt;      invalid_type            = 5&lt;/P&gt;&lt;P&gt;      no_authority            = 6&lt;/P&gt;&lt;P&gt;      unknown_error           = 7&lt;/P&gt;&lt;P&gt;      bad_data_format         = 8&lt;/P&gt;&lt;P&gt;      header_not_allowed      = 9&lt;/P&gt;&lt;P&gt;      separator_not_allowed   = 10&lt;/P&gt;&lt;P&gt;      header_too_long         = 11&lt;/P&gt;&lt;P&gt;      unknown_dp_error        = 12&lt;/P&gt;&lt;P&gt;      access_denied           = 13&lt;/P&gt;&lt;P&gt;      dp_out_of_memory        = 14&lt;/P&gt;&lt;P&gt;      disk_full               = 15&lt;/P&gt;&lt;P&gt;      dp_timeout              = 16&lt;/P&gt;&lt;P&gt;      OTHERS                  = 17.&lt;/P&gt;&lt;P&gt;  IF sy-subrc &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;P&gt;    WRITE:/ 'local file', gv_filename , 'could not be openend.'.&lt;/P&gt;&lt;P&gt;  ENDIF.&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;    MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno&lt;/P&gt;&lt;P&gt;            WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;END-OF-SELECTION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And some more irrelevant pieces of code. I don't know anymore and think it would be better to try something else.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Apr 2009 06:48:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/encoded-gui-upload-data/m-p/5428796#M1245777</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-09T06:48:49Z</dc:date>
    </item>
    <item>
      <title>Re: Encoded GUI_UPLOAD data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/encoded-gui-upload-data/m-p/5428797#M1245778</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can use &lt;STRONG&gt;FileType = 'DAT'&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Apr 2009 06:02:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/encoded-gui-upload-data/m-p/5428797#M1245778</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-10T06:02:44Z</dc:date>
    </item>
    <item>
      <title>Re: Encoded GUI_UPLOAD data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/encoded-gui-upload-data/m-p/5428798#M1245779</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;@ Chenna kesava  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks but SAP doesn't agree with you. When defining 'DAT' as Filetype I get the following error message: "&lt;EM&gt;parameter 'FILETYPE" has the wrong value&lt;/EM&gt;".&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Apr 2009 06:07:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/encoded-gui-upload-data/m-p/5428798#M1245779</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-10T06:07:57Z</dc:date>
    </item>
    <item>
      <title>Re: Encoded GUI_UPLOAD data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/encoded-gui-upload-data/m-p/5428799#M1245780</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;comment the  filetype and has_field seprator..&lt;/P&gt;&lt;P&gt;the try to run the fm.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;one additional note: u can use f4_filename function module too for file search help (browse).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; one more observation if sy-subrc eq 0&lt;/P&gt;&lt;P&gt;then  file can not be opend ???&lt;/P&gt;&lt;P&gt;if i am not wrong  it shld be sy-subrc ne 0&lt;/P&gt;&lt;P&gt;then file can not be opened.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Apr 2009 08:23:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/encoded-gui-upload-data/m-p/5428799#M1245780</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-14T08:23:40Z</dc:date>
    </item>
    <item>
      <title>Re: Encoded GUI_UPLOAD data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/encoded-gui-upload-data/m-p/5428800#M1245781</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;comment filetype and has field seprator and then run fm .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;note: u cna use f4_filename fm for search  help for file (browsing)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;one observation:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if sy-subrc eq 0&lt;/P&gt;&lt;P&gt;file not created &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i think it shld be&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if sy-subrc ne 0&lt;/P&gt;&lt;P&gt;file not created&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Apr 2009 11:19:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/encoded-gui-upload-data/m-p/5428800#M1245781</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-14T11:19:50Z</dc:date>
    </item>
    <item>
      <title>Re: Encoded GUI_UPLOAD data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/encoded-gui-upload-data/m-p/5428801#M1245782</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks sabsvk  &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;But that doesn't work for me. I already started working on another way around this issue so thanks you all for the help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Apr 2009 11:25:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/encoded-gui-upload-data/m-p/5428801#M1245782</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-14T11:25:16Z</dc:date>
    </item>
    <item>
      <title>Re: Encoded GUI_UPLOAD data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/encoded-gui-upload-data/m-p/5428802#M1245783</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi jeffrey,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;well its a distant guess, But have you changed the format of teh date anywhere .I mean there is a date field in the internal table(it_klant), The data you are passing is according to teh DATS format (8 charcters) and the uploaded data is in teh format of dd.mm.yyyy (10 characters)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please debug watchfully and see what data is being passed baecuas according to current i guess the values 00.00.0000 is being passed due to setting of default data for date.)i.e whenevr no data fr date is passed).Please check , maybe you can find the error in upload,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Laveen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Apr 2009 13:47:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/encoded-gui-upload-data/m-p/5428802#M1245783</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-20T13:47:18Z</dc:date>
    </item>
  </channel>
</rss>

