Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Graphical editor PC, conversion problem

Former Member
0 Likes
658

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

3 REPLIES 3
Read only

Former Member
0 Likes
472

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 '#'

Read only

Former Member
0 Likes
472

HI piotr,

SAP old version doesnt support some specific signs.pls check with your version.

thanks

karthik

Read only

0 Likes
472

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