cancel
Showing results for 
Search instead for 
Did you mean: 

color fields in GUIBB LIST

christian_mahr
Explorer
0 Kudos

Dear colleagues,

is there a possibility to color specific fields in GUIBB LIST to indicate a change of an amount for example?

Kind regards,

Christian

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Christian,

can you elaborate ur requirement?

I couldn't understand your reqirement...

Thanks & Regards,

Arvind

christian_mahr
Explorer
0 Kudos

Hi Arvind,

I try to specify it a little more:

I want as an application developer color the the background of a single cell in a GUIBB List.

How can I achieve this?

Kind regards,

Christian

Former Member
0 Kudos

Hi,

You could create a node 'color' inside your context node 'table' (which is your table binding), note that the cardinality is 1..1 and Singleton.

create a attribute cellDesign of type WDUI_TABLE_CELL_DESIGN.

use this attribute 'cellDesign' to bind the table cell property cellDesign.

fill this WDUI_TABLE_CELL_DESIGN conditionally as per your requirement.

cl_wd_abstr_master_table_col=>e_cell_design-standard or cl_wd_abstr_master_table_col=>e_cell_design-positive

regards

Senthi