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: 

how to write a horizontal line in alv

Former Member
0 Kudos

Hi,

I want to write a horizontal line after each group of new materials.

how can i do it..

can anyone help it..

Regards

Guhapriyan

2 REPLIES 2

Former Member
0 Kudos

Hi Guhapriyan,

Try this method

CL_SALV_DISPLAY_SETTINGS=>SET_HORIZONTAL_LINES

Regards,

Narinder Hartala

Former Member
0 Kudos

Hi,

You can try out simply like this.

when you populate your output table in the order of new material simple append a blank line and make sure if there are any dec and quantity values then they should be made as char and specify the no_zero attribute in the field catlog.

Now set the No_vgridln of the layout so that you can remove the vertical grid lines.

Regards,

Jagath