<?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: Unicode UCCHECK errors in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-uccheck-errors/m-p/2517715#M569705</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Yogita&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Replace fm UPLOAD with method calls of &amp;lt;b&amp;gt;CL_GUI_FRONTEND_SERVICES&amp;lt;/b&amp;gt; as well:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;(1) FILE_OPEN_DIALOG
(2) GUI_UPLOAD&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: The replacement is described in the fm documenation.&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;  Uwe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 16 Jul 2007 20:58:37 GMT</pubDate>
    <dc:creator>uwe_schieferstein</dc:creator>
    <dc:date>2007-07-16T20:58:37Z</dc:date>
    <item>
      <title>Unicode UCCHECK errors</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-uccheck-errors/m-p/2517710#M569700</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;Can somebody please let me know regarding common UCCHECK errors and how to fix it ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Yogita&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jul 2007 19:34:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-uccheck-errors/m-p/2517710#M569700</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-13T19:34:54Z</dc:date>
    </item>
    <item>
      <title>Re: Unicode UCCHECK errors</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-uccheck-errors/m-p/2517711#M569701</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You may see some errors saying that the calls to WS_UPLOAD and WS_DOWNLOAD should be replaced by the funciton modules GUI_UPLOAD and GUI_DOWNLOAD.  In this case, you need to visit these programs and change the call to the new function module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jul 2007 19:40:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-uccheck-errors/m-p/2517711#M569701</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2007-07-13T19:40:43Z</dc:date>
    </item>
    <item>
      <title>Re: Unicode UCCHECK errors</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-uccheck-errors/m-p/2517712#M569702</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;manually look at the code and see if there are any commands specified in the UNICODE COOKBOOK for ABAP used in the program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the below links :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="123986"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/people/thomas.mann2/blog/2006/08/22/sap-upgrade-conflicts-1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Seshu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jul 2007 19:44:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-uccheck-errors/m-p/2517712#M569702</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-13T19:44:23Z</dc:date>
    </item>
    <item>
      <title>Re: Unicode UCCHECK errors</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-uccheck-errors/m-p/2517713#M569703</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;I am getting UCCHECK error "&amp;lt;i&amp;gt;Upload/Ws_Upload and Download/Ws_Download are obsolete, since they are not Unicode-enabled; use the class cl_gui_frontend_services"&amp;lt;/i&amp;gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for CALL FUNCTION 'UPLOAD'&lt;/P&gt;&lt;P&gt;........&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WS_UPLOAD can be replaced by GUI_UPLOAD, But how do I fix UCCHECK error for function module 'UPLOAD'?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Yogita&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jul 2007 20:46:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-uccheck-errors/m-p/2517713#M569703</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-16T20:46:45Z</dc:date>
    </item>
    <item>
      <title>Re: Unicode UCCHECK errors</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-uccheck-errors/m-p/2517714#M569704</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;'UPLOAD' can be fixed by..GUI_UPLOAD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;before calling GUI_UPLOAD call&lt;/P&gt;&lt;P&gt;Use CL_GUI_FRONTEND_SERVICES&lt;/P&gt;&lt;P&gt;method  FILE_OPEN_DIALOG.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL METHOD CL_GUI_FRONTEND_SERVICES=&amp;gt;FILE_OPEN_DIALOG&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;P&gt;      DEFAULT_EXTENSION       = 'txt'&lt;/P&gt;&lt;P&gt;      INITIAL_DIRECTORY       = 'C:\'&lt;/P&gt;&lt;P&gt;    CHANGING&lt;/P&gt;&lt;P&gt;      FILE_TABLE              = li_file&lt;/P&gt;&lt;P&gt;      RC                      = lv_rc&lt;/P&gt;&lt;P&gt;    EXCEPTIONS&lt;/P&gt;&lt;P&gt;      FILE_OPEN_DIALOG_FAILED = 1&lt;/P&gt;&lt;P&gt;      CNTL_ERROR              = 2&lt;/P&gt;&lt;P&gt;      ERROR_NO_GUI            = 3&lt;/P&gt;&lt;P&gt;      NOT_SUPPORTED_BY_GUI    = 4&lt;/P&gt;&lt;P&gt;      others                  = 5.&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;&lt;/P&gt;&lt;P&gt;now call GUI_UPLOAD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vamshi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jul 2007 20:53:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-uccheck-errors/m-p/2517714#M569704</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-16T20:53:46Z</dc:date>
    </item>
    <item>
      <title>Re: Unicode UCCHECK errors</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-uccheck-errors/m-p/2517715#M569705</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Yogita&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Replace fm UPLOAD with method calls of &amp;lt;b&amp;gt;CL_GUI_FRONTEND_SERVICES&amp;lt;/b&amp;gt; as well:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;(1) FILE_OPEN_DIALOG
(2) GUI_UPLOAD&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: The replacement is described in the fm documenation.&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;  Uwe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jul 2007 20:58:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-uccheck-errors/m-p/2517715#M569705</guid>
      <dc:creator>uwe_schieferstein</dc:creator>
      <dc:date>2007-07-16T20:58:37Z</dc:date>
    </item>
    <item>
      <title>Re: Unicode UCCHECK errors</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-uccheck-errors/m-p/2517716#M569706</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;I have below code for UPLOAD fm. Can you please let me know the sample code/details(with declaration) to replace below fm with &lt;/P&gt;&lt;P&gt;-method FILE_OPEN_DIALOG&lt;/P&gt;&lt;P&gt;-method GUI_UPLOAD &lt;/P&gt;&lt;P&gt;.........&lt;/P&gt;&lt;P&gt;data :       BEGIN OF UPLTAB OCCURS 0,&lt;/P&gt;&lt;P&gt;                DATA(200)     TYPE C,&lt;/P&gt;&lt;P&gt;              END OF UPLTAB,&lt;/P&gt;&lt;P&gt;Data : fname  type  LOCALFILE,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'UPLOAD'&lt;/P&gt;&lt;P&gt;     EXPORTING&lt;/P&gt;&lt;P&gt;          FILENAME = FNAME&lt;/P&gt;&lt;P&gt;          FILETYPE = 'ASC'&lt;/P&gt;&lt;P&gt;     TABLES&lt;/P&gt;&lt;P&gt;          DATA_TAB = UPLTAB.&lt;/P&gt;&lt;P&gt;..........&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;yogita&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jul 2007 22:11:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-uccheck-errors/m-p/2517716#M569706</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-16T22:11:59Z</dc:date>
    </item>
    <item>
      <title>Re: Unicode UCCHECK errors</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-uccheck-errors/m-p/2517717#M569707</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;Can you please let me know where can I find the documentation as you mentioned below? I checked GUI_UPLOAD fm documentation, but it doesn't have details regarding replacement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also do you know if can use method FILE_SAVE_DIALOG here instead of FILE_OPEN_DIALOG?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Yogita&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jul 2007 22:17:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-uccheck-errors/m-p/2517717#M569707</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-16T22:17:18Z</dc:date>
    </item>
    <item>
      <title>Re: Unicode UCCHECK errors</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-uccheck-errors/m-p/2517718#M569708</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just see example code :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tables rlgrap.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: it_tab type filetable,&lt;/P&gt;&lt;P&gt;      gd_subrc type i.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;selection-screen begin of block m with frame.&lt;/P&gt;&lt;P&gt;    select-options so_fpath for rlgrap-filename.&lt;/P&gt;&lt;P&gt;selection-screen end of block m.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at selection-screen on value-request for so_fpath-low.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REFRESH: it_tab.&lt;/P&gt;&lt;P&gt;CALL METHOD CL_GUI_FRONTEND_SERVICES=&amp;gt;FILE_OPEN_DIALOG&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;P&gt;        WINDOW_TITLE = 'Select File'&lt;/P&gt;&lt;P&gt;        DEFAULT_FILENAME = '*.txt'&lt;/P&gt;&lt;P&gt;        MULTISELECTION = 'X'&lt;/P&gt;&lt;P&gt;    CHANGING&lt;/P&gt;&lt;P&gt;        FILE_TABLE = it_tab&lt;/P&gt;&lt;P&gt;        RC = gd_subrc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at it_tab into so_fpath-low.&lt;/P&gt;&lt;P&gt;    so_fpath-sign = 'I'.&lt;/P&gt;&lt;P&gt;    so_fpath-option = 'EQ'.&lt;/P&gt;&lt;P&gt;    append so_fpath.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the below Link :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="181393"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Seshu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jul 2007 22:20:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-uccheck-errors/m-p/2517718#M569708</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-16T22:20:49Z</dc:date>
    </item>
    <item>
      <title>Re: Unicode UCCHECK errors</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-uccheck-errors/m-p/2517719#M569709</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can find the documentation in Se37. Or SE24. class CL_GUI_FRONTEND_SERVICES.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Search for both the methods.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jul 2007 22:22:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-uccheck-errors/m-p/2517719#M569709</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-16T22:22:05Z</dc:date>
    </item>
    <item>
      <title>Re: Unicode UCCHECK errors</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-uccheck-errors/m-p/2517720#M569710</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;DATA: v_file TYPE file_table,&lt;/P&gt;&lt;P&gt;      i_file TYPE filetable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CALL METHOD cl_gui_frontend_services=&amp;gt;file_open_dialog&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;     window_title      = l_msg&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;     default_extension = 'txt'&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;     default_filename  = v_default_file&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;     file_filter       = '*.TXT'&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;     initial_directory = v_dir&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    CHANGING&lt;/P&gt;&lt;P&gt;      file_table        = i_file&lt;/P&gt;&lt;P&gt;      rc                = v_rc         " This is like sy-subrc return code&lt;/P&gt;&lt;P&gt;      user_action       = v_action   "user action&lt;/P&gt;&lt;P&gt;    EXCEPTIONS&lt;/P&gt;&lt;P&gt;      file_open_dialog_failed = 1&lt;/P&gt;&lt;P&gt;      cntl_error              = 2&lt;/P&gt;&lt;P&gt;      error_no_gui            = 3&lt;/P&gt;&lt;P&gt;      OTHERS                  = 4.&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 e000&lt;/P&gt;&lt;P&gt;      WITH 'Error specifing a file name and path for upload.'(012).&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  READ TABLE i_file INDEX 1 INTO fname.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*---Upload &lt;/P&gt;&lt;P&gt;pass the filename to string&lt;/P&gt;&lt;P&gt;data:l_file type string.&lt;/P&gt;&lt;P&gt;l_file = FNAME.&lt;/P&gt;&lt;P&gt; CALL METHOD cl_gui_frontend_services=&amp;gt;gui_upload&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;P&gt;      filename                = l_file&lt;/P&gt;&lt;P&gt;      filetype                = 'ASC'&lt;/P&gt;&lt;P&gt;    CHANGING&lt;/P&gt;&lt;P&gt;      data_tab                = UPLTAB&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;&lt;/P&gt;&lt;P&gt;  IF sy-subrc &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;P&gt;    MESSAGE e000&lt;/P&gt;&lt;P&gt;      WITH 'Error uploading the file, return code ='(013) sy-subrc.&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jul 2007 22:26:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-uccheck-errors/m-p/2517720#M569710</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-16T22:26:57Z</dc:date>
    </item>
  </channel>
</rss>

