‎2010 Jan 29 4:06 AM
Hi Friends,
In my report program - I am using ALV_GRID_DISPLAY and generating the output in the SPOOL.
If I check in spool - The first page contains as:
Data statistics No. of Records
Records passed 15
and in the second page - my actual ALV output is getting printed with 15 records.
I dont know how the first page is getting generated ? I dont want to see this first page. Only my second page data as per my report logic should appear in spool.
For your reference: - I am using like this:
PERFORM field_catalog.
NEW-PAGE PRINT ON
PARAMETERS wa_params
NO DIALOG.
PERFORM alv_output.
NEW-PAGE PRINT OFF
Please let me know.
Regards,
Hari
‎2010 Jan 29 4:27 AM
Hi ,
Any clue on this?
What I understand is that When I checked in Settings -> List status
This is actually printing in the first page in spool. But only, my output should only be printed.
How can I hide so that only my list output only should be generated in spool ??
Regards,
Hari
‎2010 Jan 29 4:29 AM
‎2010 Jan 29 4:39 AM
Hi Friends,
Thanks for your support and I solved by my own.
I should set wa_print-no_print_listinfos = 'X' in the ALV grid.