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: 

OOPS Empty line with out borders

former_member307726
Participant
0 Kudos

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.

1 ACCEPTED SOLUTION

Sm1tje
Active Contributor
0 Kudos

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.

4 REPLIES 4

Sm1tje
Active Contributor
0 Kudos

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.

former_member242255
Active Contributor
0 Kudos

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..

Former Member
0 Kudos

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.

former_member307726
Participant
0 Kudos

Thanks to all for giving answers..

I will choose other altenative..

Regards,

Kumar