cancel
Showing results for 
Search instead for 
Did you mean: 

Insert special Characters in CCM Content

Former Member
0 Kudos

Hello,

we are using SAP CCM2 (SP 2) on WAS 6.40 with ABAP Stack 15. The Problem: in the textarea of fields we want to insert a linefeed. For this, we use 
 in the content section of the csv2 file to load the product information into ccm. In the HTML-Sourcecode we find 
 - so the Browser is not able to display the correct value. Instead of a linefeed we see 


Is it possible to use another control character in the csv2-File that the linefeed could be done by the browser?

Thanks in advance...

Alex

Accepted Solutions (0)

Answers (1)

Answers (1)

yann_bouillut
Active Contributor
0 Kudos

Hi Alexander,

The character “#” at the start of a line denotes a comment line.

The character that you use as a separator cannot be used for any other purpose in the rest of the file. Also, you cannot use the characters“ “”, “#”, “[”, “]”, “{”, and “}” as separators, because each of these characters has a special meaning in the CSV file.

kind regards,

Yann