‎2009 Apr 08 5:01 AM
hello,
my requirement is to run an alv program in background. i want the data in the spool without page break and even i dont need header in every page.page break is not given from my program then also its coming.its not coming when i run it in foreground .suggest me how to avoid this.
regards
soniya s.
‎2009 Apr 08 5:05 AM
HI,
Don't specify the LINE-SIZE & LINE-COUNT in the REPORT Statement.
‎2009 Apr 08 5:11 AM
hello avinash,
i have not specified line size or line count.but i have noticed that this page break is coming for every ALV program whenever you run in backgroud.try running any alv program in BACKGROUND and check its output there.
suggest me if you get any solution..
regards
soniya s.
‎2009 Apr 08 5:47 AM
Hi,
As per my knowledge, you cannot avoid the page-break and the header (page info) displayed for ALV.
No suggestions are available, as i too had the same kind of requirement.
If still you doubt, then please consult your Basis consultant, who will give you the best response for your question.
Best Regards,
Suresh
‎2012 Jun 10 11:59 AM
You can use this to redefine it.
if sy-batch EQ 'X'.
NEW-PAGE LINE-COUNT C_TOL_LINE.
endif.
‎2015 Nov 18 5:37 PM