2009 Aug 24 6:48 AM
Hi Experts,
I would like to remove some horizontal grid lines so that they disappear from the grid. I want it to appear so that the line horizontal lines appear only after every 3 lines of data. How do I do that?
Thanks in advance.
Darlington
2009 Aug 24 6:54 AM
hii,
u can use no_vline = X
no_hline = x in slis_layout_alv type group.
with this u can delete vertical , horizontal lines in layout.
rgrds,
Shweta
2009 Aug 24 6:53 AM
Hi,
BCALV_EDIT_04-> This report illustrates how to add and remove lines to a table using the ALV Grid Control and how to implement the saving of the new data.
Regards,
Shamma
2009 Aug 24 6:54 AM
hii,
u can use no_vline = X
no_hline = x in slis_layout_alv type group.
with this u can delete vertical , horizontal lines in layout.
rgrds,
Shweta
2009 Aug 24 8:35 AM
Thanks all,
Shweta,
I understand that the field no_hline in slis_layout_alv removes all horizontal lines in the ALV list but how can I particularly use this field so that the horizontal grid lines only appear after every three data lines?
I also assume that basically, this is putting three lines of the internal table in one row of the ALV List output.
Regards,
Darlington
Edited by: Darlington Chiyamha on Aug 24, 2009 1:14 PM
2009 Aug 24 12:36 PM
this is a simple logic to delete vertical n horizontal rows.u have to code for horizontal line to appear after 3rd data line,you have to give some logic in that case.
rgrds,
Shweta
2015 Feb 24 7:17 AM
Could you please elaborate how to code to display horizontal lines in alv grid.
Thanks,
Santosh
2009 Aug 24 7:21 AM
Hi,
You should use the importing parameter I_CALLBACK_USER_COMMAND, see help them in a function builder SE37.
-Thanks & Regards,
Saurabh Goel