‎2009 May 15 1:23 PM
Hi Experts,
Can any one solve my problem.
I have displayed 5 fields using SET_TABLE_FOR_FIRST_DISPLAY method.
But I have to display an empty line after the each record. For this I appended empty work area after the each row. But it is showing borders of the each cell. According to requirement I have to pass the empty line with out grid (borders) after the each row.
Please explain me how to solve this problem.
Thanks in advance,
Regards,
Kumar.
‎2009 May 15 1:42 PM
That's not possible. You can set the horizontal and vertical grid lines for an ALV grid, but not for single cells or even rows.
‎2009 May 15 1:42 PM
That's not possible. You can set the horizontal and vertical grid lines for an ALV grid, but not for single cells or even rows.
‎2009 May 18 7:10 AM
you cannot achieve that just by adding an empty line..
you have to be with the logic what you have written like adding an empty line in the internal table..
‎2009 May 29 8:44 AM
No it is not possible. you can create the empty line in ALV grid. but you can't remove the line for particular cell. is it ot possible.
‎2009 Aug 31 7:38 AM
Thanks to all for giving answers..
I will choose other altenative..
Regards,
Kumar