I am using an OO ALV to achieve my requirements.
Requirements:
I need to populate this grid from a table. I should be able to add, edit, and delete lines. I did already all of these requirements. The tricky thing is that if the table has data and I am populating this data, there are some fields that should NOT be editable. When I add a new row, two of those non editable, should be editable.
The question is, when I add a new row, how can I change these two fields to editable for that new row without changing these fields on the records that are already saved?
Obviously I am not looking for exact code. I am looking for someone to point me to the right direction.