on ‎2013 Jan 18 12:58 PM
Hi masters.
I am facing this error in a productive environment, please help me.
I have a MII BLS transaction with a SAP JCo Function Action Block named ZF_PP_PROCORD_PHASE_READ_TEXT, it returns a text.
Error in java default trace:
[Fatal Error] :4:3995: Character reference "" is an invalid XML character
[Transaction: -1] Uncaught exception from ZF_PP_PROCORD_PHASE_READ_TEXT, Character reference "" is an invalid XML character.
Request clarification before answering.
Three options:
1> Create a custom RFC for the same functionality which replaces 
2> Open OSS to SAP.
3> Try to set the transaction attribute LegacyProcessingMode = True
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Michel,
It looks like a character in Prod Order text has non printable character which might be \r ( CR ) which will encode as ASCII character 31 and escaped as  which is not allowed in XML.
Can you debug your system on which PO its failing and try to fix the text may be removing the \r and see it it works??
Good luck !
Thanks
Hari
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.