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

Background program output to be provided in excel format

Former Member
0 Likes
665

Hi,

We have a program scheduled in background. The output of this file is expected to be in excel format (neither CSV, nor tab separated). Kindly suggest, how to provide output in an excel format.

Regards,

Aniruddha Bane

Hi,

We have a program scheduled in background. The output of this file is expected to be in excel format (neither CSV, nor tab separated). Kindly suggest, how to provide output in an excel format.

Regards,

Aniruddha Bane

3 REPLIES 3
Read only

Former Member
0 Likes
633

You might have used SY-BATCH = 'X'

In background you can see the output generated in spool as a list output.

If you need to use excel output too use GUI_DOWNLOAD after at selection screen output event after succesful

execution of background job process.

Read only

0 Likes
633

GUI_DOWNLOAD doesnt work in background.

Read only

kesavadas_thekkillath
Active Contributor
0 Likes
633

You can refer this link:[Download in Background in Excel Format |http://www.sap-img.com/abap/download-in-background-in-excel-format.htm]