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

Spool to XLS

Former Member
0 Likes
4,273

is this possible?

what FM can i use to automatically download a spool to excel file.

like i only have to give the spool number then it will be saved into excel.

and this has to be run as a background job.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
859

Hi,

You can use the FM RSPO_DOWNLOAD_SPOOLJOB to download a spool job to XLS.

Regards,

Navin

2 REPLIES 2
Read only

former_member265047
Active Participant
0 Likes
859

Hi,

I guess, there is no direct FM to convert spool into XLS . But there is FM to convert into PDF and send PDF as .XLS attachment to any user.

I have seen one sample program in the below link, you can look at that one and use if it is useful to ur requirement.

http://diocio.wordpress.com/2007/02/12/sap-convert-spool-request-to-pdf-and-send-as-e-mail/

Regards,

Naveen Veshala

Read only

Former Member
0 Likes
860

Hi,

You can use the FM RSPO_DOWNLOAD_SPOOLJOB to download a spool job to XLS.

Regards,

Navin