cancel
Showing results for 
Search instead for 
Did you mean: 

How To Edit Selected Row In ALV Table

Former Member
0 Kudos

Hello Experts,

In My Webdynpro Application, I am displaying records from database table into an ALV Table.

I want to edit only selected record from ALV table.

Please Suggest How to achieve this.

Thanks,

Pratibha

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

thanks

former_member206441
Contributor
0 Kudos

Hi

Go through [this link|]

Regards

Arun.P

Former Member
0 Kudos

The link given above is for the UI element 'Table' and does not pertain to ALV.

To Make an ALV Editable on lead selection for that particular lead selected row.

1. The ALV should be made lead selectable, when initializing

2. The ON_LEAD_SELECT function should be invoked.

3. Withing this function the index has to be retrieved to know which row was selected.

4. Based on the index retrived all the columns have to pass FALSE to read_only in the column properties.

Regards,

Pramod