cancel
Showing results for 
Search instead for 
Did you mean: 

Reg : Color in Table Control

Former Member
0 Kudos

Dear All

Im having one requirement

In my table control im displaying one text field

I want to display this text field with Colors

if possible or not

Kindly give solution

Thanks

sri

Accepted Solutions (0)

Answers (6)

Answers (6)

ThomasZloch
Active Contributor
0 Kudos

Please search for available answers before posting

Thanks

Thomas

kesavadas_thekkillath
Active Contributor
0 Kudos

I dont think coloring in table control is possible, instead you go for ALV.

Former Member
0 Kudos

hi

Try this and search in SDN

In BPO

within Table control loop.

loop at screen

if screen-name = 'TEXT1'.

screen-intensified = 1.

modify screen.

end loop.

For this coding, The data within the table control color changed data(text) only,not table control....

Former Member
0 Kudos

...

Former Member
0 Kudos
Former Member
0 Kudos

hiiii

i think this question is already discussed on forum ...

you check the following threads