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

ALV and SPOOL

Former Member
0 Likes
1,078

Hi:

I have a report that show the results with an ALV (REUSE_ALV_HIERSEQ_LIST_DISPLAY), but when I run it in background appears a first page with Data statistics (Head records passed, Items records passed).

Is there anyway to hide the Data statistics in a Spool Request??? (remember, it only appears if i run the report in background)

Thanks in advance.

David

Hi:

I have a report that show the results with an ALV (REUSE_ALV_HIERSEQ_LIST_DISPLAY), but when I run it in background appears a first page with Data statistics (Head records passed, Items records passed).

Is there anyway to hide the Data statistics in a Spool Request??? (remember, it only appears if i run the report in background)

Thanks in advance.

David

3 REPLIES 3
Read only

0 Likes
1,006

I think this is to do with the way your job is set up.

Make sure that there are no standard cover sheets etc. being generated by the job - this should stop you getting the statistics sheets.

Hope this helps.

Rosie Brent

Read only

Former Member
0 Likes
1,006

Hi David,

Take a look at parameter IS_PRINT of function module REUSE_ALV_HIERSEQ_LIST_DISPLAY. You can switch off several options for printing.

Regards,

John.

Read only

Former Member
0 Likes
1,006

First of all, thanks to Rosie and John.

I have solved the problem with the parameter IS_PRINT-no_print_listinfos = 'X'.

Bye.