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

in background avoid page break for alv program

Former Member
0 Likes
944

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.

5 REPLIES 5
Read only

Former Member
0 Likes
728

HI,

Don't specify the LINE-SIZE & LINE-COUNT in the REPORT Statement.

Read only

0 Likes
728

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.

Read only

0 Likes
728

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

Read only

Former Member
0 Likes
728

You can use this to redefine it.

if sy-batch EQ 'X'.

     NEW-PAGE LINE-COUNT C_TOL_LINE.

   endif.

Read only

0 Likes
728

This message was moderated.