2004 Nov 04 5:33 PM
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
2004 Nov 05 9:53 AM
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
2004 Nov 05 9:58 AM
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.
2004 Nov 08 8:26 AM
First of all, thanks to Rosie and John.
I have solved the problem with the parameter IS_PRINT-no_print_listinfos = 'X'.
Bye.