cancel
Showing results for 
Search instead for 
Did you mean: 

How to save ALV data into DB after Editing values in WDA

Former Member
0 Kudos

Hi All,

I have created a WD application with and able to successfully make columns editable in ALV. But I failed when trying to save the edited data in database.

I use ON_CELL_ACTION event but its not working as of now. I go through few blocks but ultimately i got confused. Please guide me in correct way.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Sanjib,

ON_DATA_CHECK  event is triggered every time when you change the data in table

For this event, you have to implement an Event Handler method in which the logic is written.

There is already a thread where this question has been answered:

I would suggest that you search more on scn before starting a discussion

Regards,

Ashvin

Answers (2)

Answers (2)

Former Member
0 Kudos

Thanks guys. Now I am able to save the edited data in DB table. 🙂 (Y)

former_member184578
Active Contributor
0 Kudos

Hi,

use the DATA CHECK event, check this document for reference: WDA ALV  edit and save contents to DB

hope this helps,

Regards,

Kiran