Application Development 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: 

footer problem in alv print

Former Member
0 Kudos

Hi All,

I have a problem in footer of alv printing.

When i m taking a print of alv with a footer its omit blank line space whole. While i have a requirement to put some space line after alv and then footer should print.

How can i achieve this ?

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi Rajesh,

You mean printing is displaying the list or what ?

If the problem is while displaying the list then do this.

In subroutine of 'END_OF_LIST' before write statement you just use SKIP <lines>. Then blank space is displayed between ALV list and footer.

Regards,

Rajitha.

1 REPLY 1

Former Member
0 Kudos

Hi Rajesh,

You mean printing is displaying the list or what ?

If the problem is while displaying the list then do this.

In subroutine of 'END_OF_LIST' before write statement you just use SKIP <lines>. Then blank space is displayed between ALV list and footer.

Regards,

Rajitha.