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 output in background Job

Former Member
0 Kudos

Hello everyone,

Can someonen plz tell me if I execute my report (with Grid ALV Display) in background (sy-batch not initial ) , will the ALV Grid be displayed ?

If no, then in order to show success do I have to 'WRITE' the success message ?

Thanks

1 ACCEPTED SOLUTION

SuhaSaha
Advisor
Advisor
0 Kudos

Hello,

The grid will be generated as a list & spool will be generated. REUSEALVGRID* FM handles this explicitly no need to code for it.

You do not need to use WRITE for this

Also FYI for OO ALV you have to code for the batch handling: [|]

BR,

SUhas

Edited by: Suhas Saha on Jan 18, 2010 4:52 PM

2 REPLIES 2

vinod_vemuru2
Active Contributor
0 Kudos

Hi,

Why can't you try to execute in background and see???

Even though you have grid display, spool will be saved with list display.

Thanks,

Vinod.

SuhaSaha
Advisor
Advisor
0 Kudos

Hello,

The grid will be generated as a list & spool will be generated. REUSEALVGRID* FM handles this explicitly no need to code for it.

You do not need to use WRITE for this

Also FYI for OO ALV you have to code for the batch handling: [|]

BR,

SUhas

Edited by: Suhas Saha on Jan 18, 2010 4:52 PM