‎2007 Mar 23 1:41 PM
Hi ,
I must put the data (22 fields) from the itab to the notepad TXT file how should I code this?
Thanks
‎2007 Mar 23 1:48 PM
Use function module GUI_DOWNLOAD, give the file path(use the .txt on your file name) and pass the itab to the TABLES parameter. That's it.
Regards,
RIch HEilman
‎2007 Mar 23 1:53 PM
Hi,
Use <b>GUI DOWNLOAD</b> function module.