Quantcast
Channel: SCN : All Content - All Communities
Viewing all articles
Browse latest Browse all 8735

adding color to a column in ALV OOPS

$
0
0

Hi all,

 

i am using ALV OOPS to display table of data.

 

i am using set_table_for_first_display method of cl_gui_alv_grid class.

 

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.


Viewing all articles
Browse latest Browse all 8735

Trending Articles