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

alv grid-oops

Former Member
0 Likes
281

hi freinds,

how to merge two cells in alv grid using oops.

for eg ,in the first row there is text premraj

n in the second row there is cheguri

my requriment is two merge the two cells ie to remove the horizontal line between them

thanks & regards,

premraj

2 REPLIES 2
Read only

Former Member
0 Likes
254

if you want to hide all the rows then in layout use

data : wa_layout like lvc_s_layo.

WA_LAYOUT-NO_HGRIDLN = 'X'.

Read only

sreeramkumar_madisetty
Active Contributor
0 Likes
254

Hi Premraj

Search the ABAP Objects forum for my sample reports (beginning with ZUS_SDN). All of them contain at least one example of OO-based event handling. These are simplified reports showing the only the crucial points of event handling.

Regards,

Sree