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