Skip to Content
0
Former Member
Aug 13, 2007 at 06:47 AM

transfering more than 255 characters to the file

17 Views

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.