‎2007 Jun 04 9:36 AM
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
‎2007 Jun 04 9:39 AM
if you want to hide all the rows then in layout use
data : wa_layout like lvc_s_layo.
WA_LAYOUT-NO_HGRIDLN = 'X'.
‎2007 Jun 04 9:39 AM
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