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

SAP SPOOL coversion into csv file format

former_member254501
Active Participant
0 Likes
4,580

Hi All,

Is it possible to download spool generated by background job into csv file format.

I was trying to find out logic using GUI_download FM & RSPO_RETURN_SPOOLJOB & RSPO_DOWNLOAD_SPOOLJOB etc but file format inside file remains same.

Is is possible to download in it excel of tabular format or CSV format please guide.

1 ACCEPTED SOLUTION
Read only

RaymondGiuseppi
Active Contributor
3,241

Split your requirement into elemental tasks

  • Read the spool data
  • Convert into an internal table
  • Download it into a suitable format (extension such as 'CSV' or 'XLSX')

Each one is a FAQ with many answers already available, so use search tool?

3 REPLIES 3
Read only

sdsunny372
Active Participant
0 Likes
3,241

Hi Harshal,

Go to T-CODE - SP02

Select spool job and follow screenshot.

May be you will find more options apart from Export a text (Like expprt as pdf) ,depends on version

Best regards,

Sagarkumar Darji

Read only

RaymondGiuseppi
Active Contributor
3,242

Split your requirement into elemental tasks

  • Read the spool data
  • Convert into an internal table
  • Download it into a suitable format (extension such as 'CSV' or 'XLSX')

Each one is a FAQ with many answers already available, so use search tool?

Read only

Sandra_Rossi
Active Contributor
0 Likes
3,241

Spool file can be any format (text, binary, PDF, etc.) What does it contain? What are the rules to convert its contents to CSV format?