cancel
Showing results for 
Search instead for 
Did you mean: 

Error when attempting to IMPORT object TLINE

Former Member
0 Kudos

Hi Experts,

I am trying to read a standard text in my webdynpro abap application using FM READ_TEXT but I keep getting this error Error when attempting to IMPORT object "TLINE". It was working fine before we recently migrated to a unicode enviornment.

This is where its crashing

FORM read_textlines

if rt_header-tdtexttype is initial. "SAPscript format

import tline to rt_lines

from database stxl(tx)

Thanks in advance.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Found my answer. I had a data type conflict when using FM read_text.