cancel
Showing results for 
Search instead for 
Did you mean: 

Table UI: Influence the look and feel of a cell and not only for the column

Former Member
0 Kudos

Hello

I'm looking for a way in WDA and table UI to influence the property (read-only for instance) of a cell dependent of the value of the cell for instance. Is this possible at all?

Regards,

Mathias

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

HI Mattias

Can you elaborate little more , what exactly are you looking for. Its possible to change look and feel of ROW or set of few cells within the table. For example if U wish to make first 3 cells as read only, in a particular column ( colA) table. Then u would bind that table UI to internal table( tblmyint) and chose a column( rCol ), from this internal table which is of type boolean. For first 3 records in tblmyint i will store ABAP_TRUE as value for rest rows let this be ABAP_FALSE.

While binding for the colA, set the columns cell editors read-only property, binding it to this column rCol.

Thus when executing the application, first 3 cells of colA would appear read-only.

Greetings

Prashant

Answers (0)