Hi Ada Jacobo Dominguez
When u read the long text by Read_text it will converted into Internal table
pass the itab into this FM it will give u as single text string
data : text type string
CALL FUNCTION 'IDMX_DI_TLINE_INTO_STRING'
EXPORTING
it_tline = ITAB[]
IMPORTING
EV_TEXT_STRING = TEXT