Hi Guys
The internal table is having more than 255 characters which needs to be written in the .txt file. However, file only stores 1st 255 characters. Following is the declaration of the internal table.
BEGIN OF gs_final_out,
lv_file(1000),
END OF gs_final_out.
Thanks for the help.