<?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 Wierd characters in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/wierd-characters/m-p/1021110#M81208</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;How can I check for Null, line feed, carriage return within a field. My issue is that I am using READ_TEXT function module to get the sales text of a material but SAP returns the followin in the internal table "##################################################'c7" if the text is not found and appends the following&lt;/P&gt;&lt;P&gt;"##################################################yk" if the text is found. Does anyone have any idea what these are and how can I check for the and eliminate these before writing to the table.&lt;/P&gt;&lt;P&gt;Any ideas/suggestions will be greatly appreciated.&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, 09 Sep 2005 21:12:13 GMT</pubDate>
    <dc:creator>former_member445996</dc:creator>
    <dc:date>2005-09-09T21:12:13Z</dc:date>
    <item>
      <title>Wierd characters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/wierd-characters/m-p/1021110#M81208</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;How can I check for Null, line feed, carriage return within a field. My issue is that I am using READ_TEXT function module to get the sales text of a material but SAP returns the followin in the internal table "##################################################'c7" if the text is not found and appends the following&lt;/P&gt;&lt;P&gt;"##################################################yk" if the text is found. Does anyone have any idea what these are and how can I check for the and eliminate these before writing to the table.&lt;/P&gt;&lt;P&gt;Any ideas/suggestions will be greatly appreciated.&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, 09 Sep 2005 21:12:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/wierd-characters/m-p/1021110#M81208</guid>
      <dc:creator>former_member445996</dc:creator>
      <dc:date>2005-09-09T21:12:13Z</dc:date>
    </item>
    <item>
      <title>Re: Wierd characters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/wierd-characters/m-p/1021111#M81209</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Anurag,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since I never faced this problem before, I am assuming that unless you have weird characters in your textname the internal table doesn't get those.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to SO10 enter the textname, text ID and see whether you have any unnecessary characters in that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Sep 2005 21:53:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/wierd-characters/m-p/1021111#M81209</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-09-09T21:53:03Z</dc:date>
    </item>
    <item>
      <title>Re: Wierd characters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/wierd-characters/m-p/1021112#M81210</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;check out the length of the fields in internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With regards, &lt;/P&gt;&lt;P&gt;praveen.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Sep 2005 21:59:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/wierd-characters/m-p/1021112#M81210</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-09-09T21:59:38Z</dc:date>
    </item>
    <item>
      <title>Re: Wierd characters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/wierd-characters/m-p/1021113#M81211</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Aurang,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   I will suggest that you first check a "REAL" text using VA03 transaction and then run the FM READ_TEXT using SE37 for the same Sales Order. Sometimes you text tables gets currupted in text environment due to client copy etc. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  If you still have the same problem check the Hex code for these characters by pressing the lens button (details icon) in debug mode. You will get a hint on what is wrong with your text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Sanjeev&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 Sep 2005 11:26:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/wierd-characters/m-p/1021113#M81211</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-09-10T11:26:55Z</dc:date>
    </item>
  </channel>
</rss>

