cancel
Showing results for 
Search instead for 
Did you mean: 

Adding A row to a non editable ALV in ABAP Webdybpro

Former Member
0 Kudos

I have an ALV thats currently non editable. My requirement is that, when a User clicks on an Insert Row button, then a new row has to be inserted in the ALV and this row alone should become completley editable. Is there any means of doing this. I am aware of some standard editable buttons (such as Insert Row, Delete row etc) but somehow this does not meet my requirement as 1.I dont need some standard buttons such as Check and 2. The whole ALV has to be editable for these buttons to work.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

There are options such as set_insert_row_allowed set_delete_row_allowed etc that lets you do this. And to the editable part of the questions, those rows can be bound to another attribute in a context and as per the needs that rows can be made editable or not.