Application Development 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: 

Long text printing # character in place of space

Former Member
0 Kudos

Dear All

Im facing one strange problem in smart forms output, I have created one custom control in zscreen module pool in which user is saving a longtext

But when im displaying this text in my smartforms through read_text function module where there was a space it is displaying character u2018##u2019

Pls suggestu2026u2026u2026

Kind Regards,

Sunny Vaswani

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

After calling the READ_TEXT function module, use this


replace all occurrences of  cl_abap_char_utilities=>CR_LF in tdline with space.

Regards,

Vik

2 REPLIES 2

Former Member
0 Kudos

Hi,

After calling the READ_TEXT function module, use this


replace all occurrences of  cl_abap_char_utilities=>CR_LF in tdline with space.

Regards,

Vik

Former Member
0 Kudos

Hi,

After calling the Read_Text Function Module use ,

replace all occurrences of '#' in ga_text with space.