cancel
Showing results for 
Search instead for 
Did you mean: 

making a column editable and the remaining uneditable

Former Member
0 Kudos

Hi,

I have a set of columns in my ALV output. Think that all the columns are in editable mode. Now i want to make one column editable and the other columns uneditable. Kindly reply me.

Thanks & Regards,

Ravi varma

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

In the table column properties, bind the "Enabled" property to a context attribute with type wdy_boolean default as 'X', if you want it as enabled else, ' '. Also, you can change this behaviour (non editable) y programming and setting the value (space) bacnk to the context.

Please remember you have to use Textview as your table column editor, and set the Enabled property of the textview as false for all the other columns.

Cheers!

Ashish.

Former Member
0 Kudos

Hi Ashish,

Could you tell me how to bind the node attribute to the property read only of a column?

Thanks & regards,

Ravi varma

Former Member
0 Kudos

Hi Ravi,

Click on the cell editor of the column and in the Property toolbox you will find the row enabled.

Click on the push button in that row and you will find the context.Bind it to the required attribute.

Regards,

Arpan