‎2008 Aug 27 10:38 PM
Hi!
I have the following problem.
I want to create a text in the header of the document, for example invoice.
I do it in the Graphical editor PC, which looks like a WORD (i double click my text and open in this way the editor).
When I save and go back from the editor some special signs are converted badly.
I tried to debug the code. Action 'Save' fill firstly iternal table with RTF data and then convert it to ITF table
(FM compose_itf).
Where is the bug? Maybe the RTF data is wrong or what is more probable there is some error in conversion?
Any help would be appreciated.
Best regards
Peter
Edited by: Piotr Jakubowski on Aug 27, 2008 11:41 PM
‎2008 Aug 28 5:03 AM
I am not sure there is a bug in that. when you enter the text in the script editior with tabs or new line those will be converted to '#' for Tab '##' for carriage return and line feed.
are you getting any '#'
‎2008 Aug 28 7:40 AM
HI piotr,
SAP old version doesnt support some specific signs.pls check with your version.
thanks
karthik
‎2008 Aug 28 8:30 AM
Hi Karthik,
These signs that cause problems are for example:
'ê' (which is converted to 'ę'),
'Ã ' (which is converted to 'Å•'),
'ã' (which is converted to 'ă'),
'õ' (which is converted to 'ő').
Data form System -> Status:
Component version: BBPCRM 4.0
Kernel release is: 640.
This is an unicode system, with code page 4103.
Is the casued by too old version? And can't be fixed?
Regards
Piotr
Edited by: Piotr Jakubowski on Aug 28, 2008 1:07 PM