2005 Nov 29 12:55 PM
I need to export internal table in Excel file in background and send it by e-mail. FM succesfuly exports internal table, but i don't know where the FM stores a file.
Where the FM stores a file???
2005 Nov 29 1:02 PM
Hi,
Please, have a look at this :
and maybe try to use the search option of the forum
Rgd
Frédéric
2005 Nov 29 1:27 PM
i looked at the link and found about data download from internal table to xls or another file. I have downloaded data from internal table to xls file by FM XXL_FULL_API. But i need to know there a FM XXL_FULL_API stores a file (parameter FILENAME), read the file, make an attachment and send by e-mail by FM.
Tried to search and got nothing...
2005 Nov 29 1:34 PM
You need a file to make an attachement for an email ??
I don't think, do you use a FM provided by SAP ? if yes, you need to attach your file in an internal table.
2005 Nov 29 1:37 PM
I'm making XLS file by FM XXL_FULL_API. I need to send maked file by e-mail.