cancel
Showing results for 
Search instead for 
Did you mean: 

TEXTVIEW doesn't interpret special character anymore (Return)

Former Member
0 Kudos

Hi gurus

We just upgrade our SAP ECC6 to EHP6.

Since than, all our webdynpro abap programs that have "TEXTVIEW" field doesn't act like before.

When I have a string containing carrage return, it is now displayed as "#".

Example: I have a string containing several lines separater by 'CR_LF".

aaaa

bbb

ccc

Before the upgrade the webdynpro abap program was displaying the string in 3 lines.

Now it is displayed it in one line: aaaa#bbb#cc

Is anyone have that problem and/or have a solution?


Regards

dstj

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello everyone

Applying SAP note 1813468 solved the problem.

This thread is close.

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Daniel,

what happens, when your replace your "Textview" with a "FormattedTextView"-Control? I am almost inclined to think, that this control was added in later releases to handle special layout requirements.

Hope this helps!

Regards, Michael

aust
Participant
0 Kudos

you can use Events onAction and your class better for text.