<?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 garble code in debug mode in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/garble-code-in-debug-mode/m-p/2925065#M689026</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;i downloaded a txt file from 3rd party software and upload to sap. all country are ok except 1 country.&lt;/P&gt;&lt;P&gt;in 1 of the line, there is a character at the begining of the line :&lt;/P&gt;&lt;P&gt;&amp;amp;#38168;?20:070511 &lt;/P&gt;&lt;P&gt;it should actually be :20:070511.&lt;/P&gt;&lt;P&gt;this character only can be seen in debug mode. i tried to delete the line and type in manually in the txt file and reupload to sap but the character still there.&lt;/P&gt;&lt;P&gt;what could be the cause and how to do away with it?&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 11 Oct 2007 14:01:49 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-10-11T14:01:49Z</dc:date>
    <item>
      <title>garble code in debug mode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/garble-code-in-debug-mode/m-p/2925065#M689026</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;i downloaded a txt file from 3rd party software and upload to sap. all country are ok except 1 country.&lt;/P&gt;&lt;P&gt;in 1 of the line, there is a character at the begining of the line :&lt;/P&gt;&lt;P&gt;&amp;amp;#38168;?20:070511 &lt;/P&gt;&lt;P&gt;it should actually be :20:070511.&lt;/P&gt;&lt;P&gt;this character only can be seen in debug mode. i tried to delete the line and type in manually in the txt file and reupload to sap but the character still there.&lt;/P&gt;&lt;P&gt;what could be the cause and how to do away with it?&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Oct 2007 14:01:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/garble-code-in-debug-mode/m-p/2925065#M689026</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-11T14:01:49Z</dc:date>
    </item>
    <item>
      <title>Re: garble code in debug mode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/garble-code-in-debug-mode/m-p/2925066#M689027</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 the length of the variable. If you try to move contents larger in size than the variable length, then '*' will come as first character. Maybe this could be a reason. I would suggest that you push the offset exactly the same number of characters the variable can hold.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Navneet&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Oct 2007 15:12:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/garble-code-in-debug-mode/m-p/2925066#M689027</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-11T15:12:26Z</dc:date>
    </item>
    <item>
      <title>Re: garble code in debug mode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/garble-code-in-debug-mode/m-p/2925067#M689028</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;no issue to the length of variable. as i said, all other country have no problem but only this particular country.&lt;/P&gt;&lt;P&gt;i try to delete and type in manually in the text file and upload to sap again but in debug mode still shows the character.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thx&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Oct 2007 15:59:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/garble-code-in-debug-mode/m-p/2925067#M689028</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-11T15:59:49Z</dc:date>
    </item>
    <item>
      <title>Re: garble code in debug mode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/garble-code-in-debug-mode/m-p/2925068#M689029</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;Open the file in Notepad &amp;amp; click on SAVE AS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Select encoding as Unicode or UTF-8 and then upload the file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In GUI_UPLOAD use the appropriate Code page specific to that country.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Prashant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Oct 2007 06:23:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/garble-code-in-debug-mode/m-p/2925068#M689029</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-12T06:23:51Z</dc:date>
    </item>
    <item>
      <title>Re: garble code in debug mode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/garble-code-in-debug-mode/m-p/2925069#M689030</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;i try Unicode or UTF-8 but also cannot.&lt;/P&gt;&lt;P&gt;i am using ws_upload. may i know what do you mean appropriate code page?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Oct 2007 06:46:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/garble-code-in-debug-mode/m-p/2925069#M689030</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-12T06:46:52Z</dc:date>
    </item>
    <item>
      <title>Re: garble code in debug mode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/garble-code-in-debug-mode/m-p/2925070#M689031</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;If possible, please use GUI_UPLOAD, if its available on your system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CODE PAGE helps identify SAP, which Texts/characters its dealing with.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Each country has different code page.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chinense say 1100&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Prashant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Oct 2007 06:53:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/garble-code-in-debug-mode/m-p/2925070#M689031</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-12T06:53:36Z</dc:date>
    </item>
    <item>
      <title>Re: garble code in debug mode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/garble-code-in-debug-mode/m-p/2925071#M689032</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;i change to gui_upload but i got short dump of type conflict when calling a fm.&lt;/P&gt;&lt;P&gt;the problem due to file has a different field type. &lt;/P&gt;&lt;P&gt;why like that? ws_upload has no problem on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;also, how to define the code page? its not in the parameter. i saw it in the fm.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Oct 2007 07:09:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/garble-code-in-debug-mode/m-p/2925071#M689032</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-12T07:09:03Z</dc:date>
    </item>
  </channel>
</rss>

