Skip to Content
0
Former Member
Oct 26, 2005 at 08:20 PM

Transfer internal table form using dsn

31 Views

I have been told in order to "schedule" (transaction sm36,sm37)an Abap to download data, I must use "transfer <f> to <dsn>". In my internal table I build a form that should print out as a quote. I loop at the internal table to a line, the same as I saw in the SAP Library "Writing data to Files". Then I transfer that line to dsn.

When I display this text file in Wordpad it looks the correct way, since Wordpad does the formatting. I need to display this text file in Notepad and it should look like a form. When I use the function gui_download, the text file appears correctly.

The reason is, we take this "completed" form and automatically fax it to our salesmen. The "fax software" requires the text file to look like a form already.

Thanks in advance, Jeff