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

spool problem when printing list

Former Member
0 Likes
586

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

3 REPLIES 3
Read only

Former Member
0 Likes
467

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

Read only

0 Likes
467

Hi,

Have a look at this.

[]

Read only

0 Likes
467

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.