cancel
Showing results for 
Search instead for 
Did you mean: 

how to make all the rows of a table editable

Former Member
0 Kudos

I have a table in a view, with visibileRowCount property as 5. The internal table which is bound to the context has 2 rows.

I want to make all the 5 rows of this table as editable. As of now, as there are just 2 rows in the internal table, only the first 2 rows of the table in the view are editable.

My idea is to avoid the use of a 'Add row' button for this table. Is it possible to do this?

Points will be rewarded. thanks.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

hi john....

just insert 3 more empty records into your internal table... so it becomes editable.

---regards,

alexb justin

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

You can use append initial blank rows to itab statement to append n number of blank rows to the itab. then bind the itab to the node. then u can hava as much as blank editable rows in the table.

Regards

Sarath