cancel
Showing results for 
Search instead for 
Did you mean: 

Tableview Cell - setting the font and background colors

Former Member
0 Kudos

Hi,

I am developing a BSP with a Tableview. The user asked me about displaying a row with a diferent color (font or background) when some data changes on this table.

I am thinking about using a Tableview Iterator to evaluate the content of a cell... but I dont know if I can change the look and feel of the row on where this cell is.

Has someone dealed with this? Can you tell me how?

thanks

Ariel

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Actually this is the whole purpose of the Iterator.

I would suggest you take a look at the SBSEXT_HTMLB and SBSEXT_TABLE BSP Application as well as the following weblogs.

/people/thomas.jung3/blog/2004/09/15/bsp-150-a-developer146s-journal-part-xi--table-view-iterators

/people/sap.user72/blog/2004/09/07/bsp-howto-exploring-bsp-development-and-the-miniwas-620

/people/sap.user72/blog/2004/08/27/bsp-howto-tableview-iterator--column-header-graphics

/people/brian.mckellar/blog/2003/10/31/bsp-programming-htmlb-tableview-iterator

In those examples you'll see how easy it is to alter the content of the current cell or a cell with a specific value and output anything from graphics to input fields or dropdown boxes or even just change the text, color and styles of the content.