‎2007 Jul 06 8:21 AM
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.
‎2007 Jul 06 8:26 AM
Hi Niky,
I think it is standard. Which FM you are using to send ALV to spool.
Regards,
Atish
‎2007 Jul 06 8:32 AM
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.
‎2007 Jul 06 8:35 AM
Hi Niki,
Yes I also think so. There must be something missing.
Just check once.
Regards,
Atish
‎2007 Jul 06 8:49 AM
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.
‎2007 Jul 06 8:54 AM
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.
‎2007 Jul 06 9:08 AM