Skip to Content
0
May 29, 2008 at 02:34 PM

ABAP WebDynpro: Can edit a cell in a column?

631 Views

Hi,

There is a chance of having a cell editable a column, depending on the value possessing a record of a WebDynpro table?

Depending the value of the internal table this cell has to be editable or not.

Example:

if table-value is 01 then the cell has to be not editable.

if table-value is 02 then the cell has to be editable.

Thanks,

Matías.