Hi all,
i am using ALV OOPS to display table of data.
i want to add colors for two entire columns not for column heading.
can anyone provide me sample code.?
if my table structure is
types : begin of st_out,
vbeln type vbak-vbeln,
erdat type vbak-erdat,
kunnr type vbak-kunnr,
netwr type vbak-netwr,
end of st_out.
data: it_out type table of st_out,
wa_out type st_out.
i want to add colors to vbeln, netwr.
please respond ASAP.
thanks,
Naresh.