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 output problem.

Former Member
0 Likes
854

hi ,

I am sending a alv list display to spool.

The spool displays 2 pages : the first one displaying the no of records of passed.

and the second one displays the list.

But i am not displaying the first page ,i only sent the resuse_alv_list_display fun mod to the spool and i dont want the first page to be displayed.how to go about??

kindly help.

regards,

niky.

6 REPLIES 6
Read only

Former Member
0 Likes
724

Hi Niky,

I think it is standard. Which FM you are using to send ALV to spool.

Regards,

Atish

Read only

0 Likes
724

hi atish,

I used REUSE_ALV_LIST_DISPLAY.

I tried executing the same piece of code on three different devlp. servers one of which doesnt display the first page.Wat can be the cause??

Is that becoz of sum settings in tcode SPAD??

Regards,

Niky.

Read only

0 Likes
724

Hi Niki,

Yes I also think so. There must be something missing.

Just check once.

Regards,

Atish

Read only

0 Likes
724

Hi atish,

i tcode sp01 when u execute,then in menu goto

settings->list status.

the popup that appears is the one which is getting displayed in the page 1 of spool output.

Is there any wy in which i can skip out that in the output???

Regards,

Niky.

Read only

Former Member
0 Likes
724

when sending data to spool, ur print parameter are of type PRI_PARAMS, right?

there is a field in this structure PRSAP(Print: SAP cover page), i hope if u pass SPACE to this field, your cover page would not be shown in spool.

Read only

0 Likes
724

hi tripat,

that field is already disabled.

Regards,

Niky.