Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Where XXL_FULL_API saves excel file?

Former Member
0 Kudos
464

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???

4 REPLIES 4
Read only

FredericGirod
Active Contributor
0 Kudos
297

Hi,

Please, have a look at this :

and maybe try to use the search option of the forum

Rgd

Frédéric

Read only

0 Kudos
297

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...

Read only

0 Kudos
297

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.

Read only

0 Kudos
297

I'm making XLS file by FM XXL_FULL_API. I need to send maked file by e-mail.