0CUSTOMER Special Characters Error in Load

Hi Experts,
    I am loading Customer Master data from R/3 into BW via 0CUSTOMER_ATTR extractor. Some user-entered fields in R/3 such as NAME, NAME1, STREET etc have some special characters - which look like a square.
This data used to come over into BW w/o errors. Now I have added some date fields to the extract eg CREATED_ON. All records that have the special characters now show-up incorrectly; as in ALL fields after the special characters have shifted to the left. So a few characters from CREATED_BY have spilled into CREATED_ON, Telephone Ext has spilled into Telephone Num and so on.
This is how the data is coming into the PSA from R/3. So I can't even check for special characters in the trans routine. ( The data is already bad in the PSA).I checked RSA3. there is no such spillage on the R/3 side. The spilling of data is happening between R/3 and BW.
Any Idea whats going on here and how to fix this?
thanks,
Kartik.

I think you have to check infoobject length in BI and the order of the infoobjects in the infosource compared to extractor fields.Any incosistency here may cause the spillage of data.
The new fields created in R/3 especially with varying lengths of data seems to be causing the trouble..

Similar Messages

  • Special characters errors

    Hi,
    what should be done if any errors raise due to special characters.what to be done in RSKC? please tell me the steps clearly taking an example..
    thanks in advance,
    jack

    Hi,
    1. Pass the Value ' ALL_CAPITAL' in RSKC  this should resolve minor issues with special characteristics
    2. Copy the Word with special Characteristics  and Past it in RSKC and execute
    this will resolve the issue when ever this word is appeared while data loading
    Further if it does not resolve your issue
    you need to write a routine in Rules /Transformations to handle the special characteristics using function Module CALL FUNCTION 'RSKC_ALLOWED_CHAR_GET'.
    Links:
    Invalid characters in SAP BW 3.x: Myths and Reality. Part 2.
    Regards
    Hari

  • Special Characters Error

    When I play songs that contain special characters, an error occures: iTunes changes the symbol into something else!
    Example:
    Röyksopp - What Else Is There? (Trentemøller Remix)
    authomaticly becomes
    Rˆyksopp - What Else Is There? (Trentem¯ller Remix)
    When I fix it, iTunes doesn't change it back. I have over 5000 songs in iTunes, so I don't want to fix ALL my songs manually. Solutions? Thanks!

    See also: http://discussions.apple.com/thread.jspa?threadID=1593945&tstart=30
    Best solution so far: Convert your ID3-Tags into version 2.4.
    Or wait for ITunes 7.7.1 which I hope will be available soon.
    D.

  • Special Characters Error (During Upgrade 4.6b to ECC 6.0)

    Hello,
    We are stuck in a problem, some of the programs are giving errors like
    "In Release 4.0, the special character "Ñ" - as here in the name "AÑO1" - is no longer allowed."
    How do I resolve problem relating to special characters like Ñ.
    Many of our programs have same kind of error as people on client place are using spanish keyboard.
    Can it be resolved by code page? If yes, how?
    Please help…
    Regards,
    Abhishek...

    Hello Ruchit,
    Thank you for the reply,
    Error Description
    "In Release 4.0, the special character "Ñ" - as here in the name "AÑO1" - is no longer allowed."
    Why I am getting the error as "Special Character Ñ No longer allowed in release 4.0".
    Can you please check my statement
    data ño(2). if you have a unicode system. If this works? 
    Kind Regards,
    Abhishek.

  • The special characters are not loading. ?

    For some reason the special characters stopped appearing when I click "Special Characters" under the Edit tab. I don't understand, and unfortunately in my academic work practically a third of the characters I have to use are these. Is there another way to access them or a problem that might be responsible? I already closed and restarted.
    Thanks

    NEVERMIND.
    The window was already open but at the VERY EDGE, barely perceived, at the bottom so I had to grab it real fast before the icons popped up. Lesson learned.

  • Error during data load due to special characters in source data

    Hi Experts,
    We are trying to load Billing data into the BW using the billing item datasource. It seems that there are some special characters in the source data. When the record with these characters is encountered, the request turns red and the package is not loaded even into the PSA. The error we get in the monitor is something like
    'RECORD 5028: Contents from field ****  cannot be converted into type CURR',
    where the field **** is a key figure of type currency. We managed to identify the said record in RSA3 on the source system and found that one of the fields contains some invalid (special) characters that show up as squares in RSA3. The data in the rest of the fields, including the fields mentioned in the error  looks correct.
    Our source system is a non-unicode system wheras the BW system is unicode enabled. I figure that the data in the rest of the fields are getting misaligned due to the presence of the invalid characters in the above field. This was confirmed when we unassigned the field with the special characters from the transfer rules and removed the source field from the transfer structure. After doing this the data was loaded successfully and the request turned green.
    Can anyone suggest a way to either filter out such invalid characters from the source data or make some settings in the BW systems such that the special characters are no longer invalid in the BW system? We cannot write code in the transfer rules because the data package does not even come into the PSA. Is there any other method to solve this problem?
    Regards,
    Ted

    Hi Thad,
    I was wondering, if system is unicode or non unicode that should not matter the amount and currency field . As currencies are defined by SAP and it is in pure English at least a currency code part of 3 Chars. 
    Could this because of some incosistency of data ??
    I would like to know for Which currency  had some special characters it it in that particular record ??
    Hope that helps.
    Regards
    Mr Kapadia

  • Special Characters while loading xml file in rtf template

    Hello,
    We use Oracle BI Publisher Enterprise to develop and publish reports. I am self taught and I am used to developing reports the following way
    1) Write SQL query
    2) View the Data format and copy the xml from the browser
    3) put in in textpad and use block mode to get rid of the hyphens
    4) save the xml on the desktop
    6) Now start a new rtf and go to plugins and load xml data
    7) load the xml data and then generate a tabular or cross tab report using the toolbar in plugins
    Now in step 6 when I try to load the xml data I am getting an error because some of the data elements have '<' or '>' than signs.
    What are my options now and how do I fix the xml to escape or put cdata sections around the special characters? Is there a better way to develop reports using the GUI?
    Thanks

    Hello,
    We use Oracle BI Publisher Enterprise to develop and publish reports. I am self taught and I am used to developing reports the following way
    1) Write SQL query
    2) View the Data format and copy the xml from the browser
    3) put in in textpad and use block mode to get rid of the hyphens
    4) save the xml on the desktop
    6) Now start a new rtf and go to plugins and load xml data
    7) load the xml data and then generate a tabular or cross tab report using the toolbar in plugins
    Now in step 6 when I try to load the xml data I am getting an error because some of the data elements have '<' or '>' than signs.
    What are my options now and how do I fix the xml to escape or put cdata sections around the special characters? Is there a better way to develop reports using the GUI?
    Thanks

  • Load special characters in oracle by using informatica

    Hi All,  I'm trying to load data from flat file to oracle databse table using Informatica power center 9.1.0 and I have some special characters in source file. Data are loaded sucessfully without any errors but these special characters are loaded different way like 1) Planner – loaded as Planner ��������2) Háiréch  loaded as Hair��������ch  While same flatfile loaded into another flatfile,data loaded correctly including special characters.So,I am unable to understand problem with database or informatica.   SourceFlat File - comma ',' delimtedCode page is defined as UTF-8 encoding of Unicode Relational connectionI have tried by changing the code page while creating relational connection in Informatica to UTF-8, ISO 8859-1 Western European,  MS Windows Latin 1 etc.,didn't work. InformaticaIntegration Service and Repo code page is defined as UTF8Data movement code page of Integration server was set to UNICODE   TargetOracle databaseNLS_NCHAR_CHARACTERSET: AL16UTF16NLS_CHARACTERSET: AL32UTF8   ThanksSai

    Hi All,  I'm trying to load data from flat file to oracle databse table using Informatica power center 9.1.0 and I have some special characters in source file. Data are loaded sucessfully without any errors but these special characters are loaded different way like 1) Planner – loaded as Planner ��������2) Háiréch  loaded as Hair��������ch  While same flatfile loaded into another flatfile,data loaded correctly including special characters.So,I am unable to understand problem with database or informatica.   SourceFlat File - comma ',' delimtedCode page is defined as UTF-8 encoding of Unicode Relational connectionI have tried by changing the code page while creating relational connection in Informatica to UTF-8, ISO 8859-1 Western European,  MS Windows Latin 1 etc.,didn't work. InformaticaIntegration Service and Repo code page is defined as UTF8Data movement code page of Integration server was set to UNICODE   TargetOracle databaseNLS_NCHAR_CHARACTERSET: AL16UTF16NLS_CHARACTERSET: AL32UTF8   ThanksSai

  • Error in parsing special characters

    We are getting the following error when we parse a clob with special characters like \226(- special dash char), \231(the "TM"-Trademark logo), \256(the "R"-Registered logo )
    "Invalid char in text" when the parser is loaded in the db.
    But when we tried to parse this xml file as a file input (parser is now outside the db), it parses the file fine and inserts the data into the db.
    We are wondering if there is a difference in parser parsing special characters between inside and outside the db.
    We are running xml parser version 2.0.2.7 and if this is a bug and being fixed in later version, is there a workaround for this version

    Please try our latest 9.0.1 version

  • SecurityError: Error #2048 when using special characters in request url

    Hi all,
    I'm facing a really strange problem with requesting address data from a in-house developed address webservice that can be accessed using a HTTPS connection.
    The problem is that I get the following error when a request has been made with special characters in the url:
    SecurityError: Error #2048: Security sandbox violation: http://www.foo.com/myapp.swf cannot load data from
    https://www.bar.com/myservice.svc/Aleja Legionów ul., BYTOM.
    The url is encoded using encodeURIComponent. Fiddler show's a correctly encoded url:
    https://www.bar.com/myservice.svc/address/Aleja%20Legion%C3%B3w%20ul.%2C%20BYTOM
    The server send a normal response back.
    The weird thing is that this only happens on FireFox with special characters in the url. With normal characters, it works fine.
    On IE everything works fine..
    crossdomain.xml of the www.foo.com:
    <cross-domain-policy>
    <site-control permitted-cross-domain-policies="all"/>
    <allow-http-request-headers-from domain="*" headers="*" secure="false"/>
    <allow-access-from domain="*" headers="*" secure="false"/>
    </cross-domain-policy>
    Any help is appreciated.
    Best regards,
    Sjoerd Brandsma

    You could try downloading the Oracle 8.1.7 client and the latest
    Oracle8 ODBC driver, install them on your machine, and verify
    that the failure goes away. That's obviously the acid test.
    I can tell you that when I worked in the ODBC driver group we
    did identify and fix some bugs where our parser wasn't skipping
    string literals. If this particular bug wasn't fixed earlier,
    it almost certainly was then (I'm guessing that work was done 12-
    18 months ago).
    Justin

  • Norwegian Characters causing error on load

    We have a BW Infocube that we are loading with data from an Oracle database.  We recently ran into a problem when Norwegian names containing Norwegian characters not contained in the English language were entered into the Oracle database.  When we attempt to load these records into the infocube we get an error saying the records contain invalid characters.  Any suggestions on how we could fix this would be greatly appreciated.

    Hi Doreen,
    1. As Roberto said, first of all, put uppercase Norvegian letters into string with permitted chars by using RSKC.
    2. Then check if all incoming into BW symbols are uppercase. If not - use either in transfer rules or in update rules functions for translating lowercase into uppercase letters.
    3. If there are not only ordinary symbols but also special characters (TAB or LF, or CR, for example) then in TR you'll have to write some code to eliminate those chars.
    Best regards,
    Eugene

  • Error in PSA with special characters

    Hello,
    I'm having a problem with sprecial characters in PRD system.
    This happen with standard extractor for Confirmations in SRM module, 0BBP_TD_CONF_1.
    I have 5 records with error in PSA. The field that have the error is 0bbp_delref and it has the text: “GUIA ENTREGA Nº2”.
    The error message says that field OBBP_DELREF has special characters that are not supported by BW.
    The field is char 16 and in spro I have the characters:
    QWERTYUIOPASDFGHJKLǪNºZXCVBM/~^´`* '()"#$%&!?.-0123456789«»<>
    In QUA, I created confirmations with this text and it worked fine and the characters in SPRO are the same.
    Any idea?
    Thanks and best regards,
    Maria

    Hi Maria,
    There will be no issue with update rules as the issue is with Data..
    ALL_CAPITAL should resolve your issue, .otherwise try individually executing those spl characters in RSKC..
    have you tried in SPRO...
    Check in this table RSALLOWEDCHAR in SE11 and find what all characters allowed(permitted)  in PRD system...
    please go through the above mentioned blog once
    Thanks,
    Sudhakar.

  • Error while handling special characters ( and &) in Sender File adapter

    Dear All,
    Scenario: Third Party System --> (File adapter) SAP PI 7.1 (SP05) --> (Proxy) ECC
    We are receiving CSV file and no mapping is required in PI as all the processing is being done by third party tool. But we are receiving special characters like ',",>,< and & in the csv file.
    When we are using File Type as TEXT and File Encoding as ISO-8859-1 than we are getting error. We changed File Type to BINARY and than we are able to handle ',",> but having issue in handling < and &.
    Any idea how we can handle it.
    Please note trhere is no Mapping in SAP PI so cannot uise Java mapping.
    Thanks a lot
    Chanakya

    Hey,
    You can add ABAP Script in Receiver Proxy for eliminating or replacing with NULL or empty. Since you dont have mapping for formatting these kind of junks you can follow the above approach.
    Else, you can remove the junks at OS level while running a small script and make it available to PI.
    Or else, you need to create mapping for sender and recevier structure though it is same, then you add a very simple UDF for fine tune.
    Use this UDF
    Here a is the input value.
    String b = "";
    b = a.replaceAll(",", "0");
    b = a.replaceAll("@", "0");
    Like all the special characters you can take and replace with zero.
    return b;
    Thanx
    Pothana

  • Special characters in sender soap adapter provoke HTTP 500 error

    Hi,
    SAP R3 is sending a SOAP message to PI through SOAP adapter.
    When the payload does NOT contain german characters like ü, it works fine.
    However, when the payload DOES contain special characters, the SOAP adapter replies with an HTTP 500 code error.
    If I use SoapUI to send the soap message, and setting UTF-8 as the encoding in the program options, it will go through fine. If I change to ISO-8859-1 it will fail.
    I'm thinking in two options:
    - Make sure that SAP R3 sends the message in UTF-8 format (I think this is happening currently), as if SoapUI works, then probably R3 is not using UTF-8.
    - Force the adapter to use UTF-8. Is this possible? In the sender SOAP adapter I've added AF_Modules/MessageTransformBean (type local EB), and then Transform.ContentType for parameter name and --> text/plain;charset=utf-8 for parameter value. The sender adapter will fail then for every message, with or without special characters.
    Anyway, in this link (http://help.sap.com/saphelp_nwpi71/helpdata/EN/a4/f13341771b4c0de10000000a1550b0/frameset.htm) it seems to say that the sender soap adapter cannot be extended with modules, so maybe that's the reason why it fails when trying to add a module.
    Thanks

    If I use SoapUI to send the soap message, and setting UTF-8 as the encoding in the program options, it will go through fine. If I change to ISO-8859-1 it will fail.
    I'm thinking in two options:
    Check the use of option 1 ..... the URL which SAP is using to send the data can containe the encoding information.
    Check this SAP note: https://service.sap.com/sap/support/notes/856597
    From the above note:
    Q: What character encoding is supported by the SOAP sender adapter?
    +you can supply the encoding information with the xmlenc variable in the request URL as in+
    Regards,
    Abhishek.

  • Mapping error because of special characters

    Hello,
    We are extracting data from SAP system and sending it thru XI to 3rd party system (writing xml files on to file server).
    Now, because of presence of few special characters in the data, there is a mapping exception error in XI.
    The data which is causing the issue is "ABRANCENTRO   MEDIAÇÃO IMOBILIÁRIA".
    In SXMB_MONI, i see that this is failing is Request Message mapping step.
    We can not remove special characters as this is master data. How can i fix this issue?
    DO i need to use any modules in communication channel for this purpose?
    Any leads are highly appreciated.
    Thanks,
    Chandra

    Hi Chandra,
    an UDF cant help you assumedly coz that characters lead to "not wellformed" XML. Any parser would complain about that. So the PI parser would throw an error before executing the UDF.
    The question is: what does the receiver expect? You wrote you like to write xml files to a server. But if the XML is not wellformed, the receiver would not be able to parse them, and therefore usually not able to process them.
    If you really want to create such a file (not wellformed XML) you can create that with a not parsing mapping (ABAP or Java). So you map the message just with string operations. This is not very recommentable and only possible for very simple mapping cases.
    Regards,
    Udo

Maybe you are looking for

  • UCCX 10.5 Agent Email - Agents cant send emails with attachment sizes over 50KB

    Hi, We have been trying to get the Agent Email functionality working in UCCX 10.5 for quite a while now. Everything seems to work other than when an agent attempts to add an attachment over 50KB in size. If under 50K, the attachment and email sends  

  • How  Sender SOAP Adapter will retriew the data  to process further

    How  Sender SOAP Adapter will  receive the data  to send the integration server to process further

  • DVD drive showing -70017 error

    When I put a DVD into the drive it comes up with that error and won't let to disc play, my Internet is also not allowing me to scroll down the page and the battery life depletes quickly

  • Safari Download links not working, opening new page

    Hi,  I am not to happy with the latest version of Safari, and it has made one problem worse.  When I click on a download link, more often than not, instead of getting a file to download, it opens a new page and appears to be loading the file as raw c

  • Eclipse ve update issues

    I today ran full system update and this error came up: :: Starting full system upgrade... resolving dependencies... error: cannot resolve "eclipse<3.3", a dependency of "eclipse-ve" error: failed to prepare transaction (could not satisfy dependencies