Application Development and Automation 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: 
Read only

OOPS Empty line with out borders

former_member307726
Participant
0 Likes
702

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
Read only

Sm1tje
Active Contributor
0 Likes
635

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
Read only

Sm1tje
Active Contributor
0 Likes
636

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.

Read only

former_member242255
Active Contributor
0 Likes
635

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

Read only

Former Member
0 Likes
635

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.

Read only

former_member307726
Participant
0 Likes
635

Thanks to all for giving answers..

I will choose other altenative..

Regards,

Kumar