<?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: Invalid Characters causing BW Loading Issues in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/invalid-characters-causing-bw-loading-issues/m-p/3205822#M764255</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We wrote a fm that examines each field, character by character.  First, convert to upper case, then, if it isn't ABCDE...XYZ123...890 and few others like ÄÖÜ+- etc., then sets that character to e.g. _.    That is, rather than trying to weed out unrecognized characters, only permitting a subset.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;matt&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 27 Dec 2007 16:23:54 GMT</pubDate>
    <dc:creator>matt</dc:creator>
    <dc:date>2007-12-27T16:23:54Z</dc:date>
    <item>
      <title>Invalid Characters causing BW Loading Issues</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/invalid-characters-causing-bw-loading-issues/m-p/3205816#M764249</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have been experiencing an issue with the # character.  I've determined this is a carriage return being embedded in fields in R/3 which I am loading into BW.  The character actually shows this as this COVAX ### when it fails.  I found the hex format for the # symbol is 13 and I'm itterating through the field to eliminate each occurence of #.  I was previously using the sy-abcde and numbers using a CN statement to eliminate these invalid characters from coming through.  I was wondering if anyone else has experienced this problem and could give me some more ideas to eliminate these invalid characters.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Dec 2007 16:10:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/invalid-characters-causing-bw-loading-issues/m-p/3205816#M764249</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-26T16:10:01Z</dc:date>
    </item>
    <item>
      <title>Re: Invalid Characters causing BW Loading Issues</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/invalid-characters-causing-bw-loading-issues/m-p/3205817#M764250</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;/OD&lt;/STRONG&gt; is also treated as carriage return..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI level="1" type="ol"&gt;&lt;P&gt;need to be replace bu some means.. thats the only alternative..&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Dec 2007 16:14:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/invalid-characters-causing-bw-loading-issues/m-p/3205817#M764250</guid>
      <dc:creator>former_member156446</dc:creator>
      <dc:date>2007-12-26T16:14:54Z</dc:date>
    </item>
    <item>
      <title>Re: Invalid Characters causing BW Loading Issues</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/invalid-characters-causing-bw-loading-issues/m-p/3205818#M764251</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
REPLACE ALL OCCURRENCES OF CL_ABAP_CHAR_UTILITIES=&amp;gt;CR_LF IN input_field1 WITH ''.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Dec 2007 17:54:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/invalid-characters-causing-bw-loading-issues/m-p/3205818#M764251</guid>
      <dc:creator>aaron_morden2</dc:creator>
      <dc:date>2007-12-26T17:54:27Z</dc:date>
    </item>
    <item>
      <title>Re: Invalid Characters causing BW Loading Issues</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/invalid-characters-causing-bw-loading-issues/m-p/3205819#M764252</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Ryan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We had the same issue when extracting from SAP and loading to an SQL server.  The only solution that I came up with is to do the search replacing command and remove those characters.   If that doesn't work for you I would also recommend some wicked tailwhips in the parking lot with your Harley.  While this may not solve the problem it will still be wicked awesome. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Later,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jereme&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Dec 2007 17:58:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/invalid-characters-causing-bw-loading-issues/m-p/3205819#M764252</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-26T17:58:12Z</dc:date>
    </item>
    <item>
      <title>Re: Invalid Characters causing BW Loading Issues</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/invalid-characters-causing-bw-loading-issues/m-p/3205820#M764253</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have already tried the respone Aaron gave me before, that did not work either.  The goofy thing is, its not really the # symbol.  When testing in ABAP, the replacing or itterating through the characters works, but in BW, it shows the # symbol, and R/3 shows the # symbol, but its not really the same key stroke as in ABAP.  It would be nice if SAP had a FM to remove all invalid characters.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Dec 2007 18:13:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/invalid-characters-causing-bw-loading-issues/m-p/3205820#M764253</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-26T18:13:01Z</dc:date>
    </item>
    <item>
      <title>Re: Invalid Characters causing BW Loading Issues</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/invalid-characters-causing-bw-loading-issues/m-p/3205821#M764254</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey there.  Check out class CL_ABAP_CHAR_UTILITIES and see if you can use that.  It has attributes for things like carriage return and minimum possible value.  Function module /SDF/INF_RM_NULLCHARS uses the class and might provide a helpful example.&lt;/P&gt;&lt;P&gt; - April King&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Dec 2007 15:14:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/invalid-characters-causing-bw-loading-issues/m-p/3205821#M764254</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-27T15:14:08Z</dc:date>
    </item>
    <item>
      <title>Re: Invalid Characters causing BW Loading Issues</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/invalid-characters-causing-bw-loading-issues/m-p/3205822#M764255</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We wrote a fm that examines each field, character by character.  First, convert to upper case, then, if it isn't ABCDE...XYZ123...890 and few others like ÄÖÜ+- etc., then sets that character to e.g. _.    That is, rather than trying to weed out unrecognized characters, only permitting a subset.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;matt&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Dec 2007 16:23:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/invalid-characters-causing-bw-loading-issues/m-p/3205822#M764255</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2007-12-27T16:23:54Z</dc:date>
    </item>
    <item>
      <title>Re: Invalid Characters causing BW Loading Issues</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/invalid-characters-causing-bw-loading-issues/m-p/3205823#M764256</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I thought I would note what I did to solve this issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did a simulate on the transfer rules to debug my logic I coded into the routine.  The carriage return characters never matched the Class April provided.  I had to cast each byte in the string as type x, and then move the casted value into a integer variable to get the decimal number.  Once I had the decimal number for the specific byte being analyzed, I checked it again the decimal values for all of the carriage returns (26, 13, 9, 8, 10, 11 , 12).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I just moved space to the appropriate position if there was a match.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for everyones help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Dec 2007 17:18:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/invalid-characters-causing-bw-loading-issues/m-p/3205823#M764256</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-28T17:18:24Z</dc:date>
    </item>
  </channel>
</rss>

