<?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: Background Execution: Special character problem in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/background-execution-special-character-problem/m-p/3813957#M917325</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;'#' is diaplayed because SAP cannot recognize the particular character. SAP uses '#' to represent any unrecognized formats.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;R u using a flat file to upload this data? If so, save the file as tab delimited text file and then ftp the file to the application server and then use it in ur program using open dataset.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nirmal.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 16 May 2008 22:24:22 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-05-16T22:24:22Z</dc:date>
    <item>
      <title>Background Execution: Special character problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/background-execution-special-character-problem/m-p/3813955#M917323</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 facing a issue with special character :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we have certain materials with descrpition like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;COMPACT,PCKLCELL,94%,0° WEDGE,  in foreground this is upload as is wihtout problem..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But in background option the Material is uploaded as:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;COMPACT,PCKLCELL,94%,0# WEDGE &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is a problem with ° symbol in this case..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest something on this so that we get exact material description..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 May 2008 20:24:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/background-execution-special-character-problem/m-p/3813955#M917323</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-16T20:24:02Z</dc:date>
    </item>
    <item>
      <title>Re: Background Execution: Special character problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/background-execution-special-character-problem/m-p/3813956#M917324</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is a issue with the open dataset statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you try using different possible options of ENCODING?? sometimes this solves the problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF this doesnt solve the problem you might have to convert the file first to a different codepage so that open dataset can read it correctly.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Check program RSCP_CONVERT_FILE.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 May 2008 20:45:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/background-execution-special-character-problem/m-p/3813956#M917324</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-16T20:45:58Z</dc:date>
    </item>
    <item>
      <title>Re: Background Execution: Special character problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/background-execution-special-character-problem/m-p/3813957#M917325</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;'#' is diaplayed because SAP cannot recognize the particular character. SAP uses '#' to represent any unrecognized formats.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;R u using a flat file to upload this data? If so, save the file as tab delimited text file and then ftp the file to the application server and then use it in ur program using open dataset.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nirmal.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 May 2008 22:24:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/background-execution-special-character-problem/m-p/3813957#M917325</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-16T22:24:22Z</dc:date>
    </item>
    <item>
      <title>Re: Background Execution: Special character problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/background-execution-special-character-problem/m-p/3813958#M917326</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Aparna,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for help..&lt;/P&gt;&lt;P&gt;My problem got solved using the options in Encoding..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Rohit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 May 2008 16:06:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/background-execution-special-character-problem/m-p/3813958#M917326</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-19T16:06:48Z</dc:date>
    </item>
  </channel>
</rss>

