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: 

ALV Grid to be run in background & to generate output file in Excel format

Former Member
0 Kudos

I use REUSE_ALV_GRID_DISPLAY in my program for the ALV output

My Requirement is Program to be run in a background since it is getting timed out when executed in foreground and also to generate the output file in Excel format. And we are using 4.6 C version.

how do i attain this?

1 REPLY 1

Sandeep_Kumar
Advisor
Advisor
0 Kudos

Hello,

One alternate solution can be :

Execute your report in background and then send the data to Spool .

From this spool , you can download the data in excel file.

SUBMIT xyz TO SAP-SPOOL

SPOOL PARAMETERS gt_print_parameters.

Regards,

Sandeep