Application Development 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: 

After reports running in background job need to get automatically open in excel sheet

Former Member
0 Kudos

Dear All,

I have a requirement which is new to me ,

Once the user runs the report in background  system is displaying the output in HTML format .... But the Users needs to open in Excel sheet .

kindly  do the needful

Regards

Srikanth BG

1 REPLY 1

marc_augustin2
Active Participant
0 Kudos

Hi Srikanth,

Excel processing in background is currently not possible using standard ways. There exist a really good external library that allows you to handle Excel files, and even create them in background. So you could create a final, ready to use Excel file from your background run that can then be opened.

You might have a look at the library here: http://wiki.scn.sap.com/wiki/display/ABAP/abap2xlsx

Maybe it helps and suits your needs.

Cheers,

Marc