2010 Sep 07 2:28 PM
Hi,
I (just) learned that you can suppress horizontal and vertical lines in SALV using methods SET_HORIZONTAL_LINES and SET_VERTICAL_LINES of class CL_SALV_DISPLAY_SETTINGS.
I wonder if it is possible to set this behavior in single lines (or even cells) of the grid.
Help is appreciated.
Regards,
Clemens
Hi,
I (just) learned that you can suppress horizontal and vertical lines in SALV using methods SET_HORIZONTAL_LINES and SET_VERTICAL_LINES of class CL_SALV_DISPLAY_SETTINGS.
I wonder if it is possible to set this behavior in single lines (or even cells) of the grid.
Help is appreciated.
Regards,
Clemens
2010 Sep 07 2:33 PM
2010 Sep 07 2:36 PM
having a look at CL_SALV_DISPLAY_SETTINGS which is the class behind the attribute of the SALV, i just see an attribute
HORIZONTAL_LINES and VERTICAL_LINES of type SAP_BOOL.
Since the datatype of thos attributes is obviously boolean, we can sureley tell you that this is NOT possible, you can switch on vertical lines or hriziontal lines as whole for the SALV, but not for a column, row or cell.
2010 Sep 07 2:45 PM