Skip to Content
0
Former Member
Jan 04, 2008 at 02:09 PM

tab delimited file

35 Views

Hi All,

I am asked to produce a output file in tab delimited format. I have certain doubts over that. My file has three type of lines. header , record and footer. Now I was wandering if I can combine all the records in one internal table. As in

concatenate header into s1.

concatenate record into s1.

concatenate footer into s1. But now If i output s1,will I be able to achieve the tab delimited functionality?

if not then does it mean I have to use the FM gui_download three times, one time for each line ?

please advise.

thanks,

HM