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: 

alv output with lines

Former Member
0 Kudos

hi all,

is it possible to display alv report output when printed with horizontal, vertical lines.

when displayed we can see the lines, but i want to see the lines in the print out also.

how

?

1 REPLY 1

Former Member
0 Kudos

Hi,

Try using this class SE24-> CL_GUI_ALV_GRID-> to display list in ALV format.

In the attributes section we can see tehe Printing Options like-

MC_FC_PRINT

MC_FC_PRINT_PREV

using them we can set the lines and thier display on printout aslo.

We can aslo use the loayout atribues method-SET_LAYOUT_PROPERTIES to set the properties you reuqire.

You can study more on this.

Reward if helpful.

Best Wishes,

Chandralekha