even I used below code also at end of my present code, still same error.
REPLACE
ALL OCCURRENCES OF
cl_abap_char_utilities=>
cr_lf
IN
result
WITH
' '
.
REPLACE
ALL OCCURRENCES OF
cl_abap_char_utilities=>
horizontal_tab
IN
result
WITH
' '
.
REPLACE
ALL OCCURRENCES OF
cl_abap_char_utilities=>
vertical_tab
IN
result
WITH
' '
.
REPLACE
ALL OCCURRENCES OF
cl_abap_char_utilities=>
newline
IN
result
WITH
' '
.
REPLACE
ALL OCCURRENCES OF
cl_abap_char_utilities=>
form_feed
IN
result
WITH
' '
.
REPLACE
ALL OCCURRENCES OF
cl_abap_char_utilities=>
backspace
IN
result
WITH
' '
.