Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Save data into database table from an ALV report

Former Member
0 Kudos
553

Hi Folks,

     I have an alv output and the requirement is to edit the data on the alv output and save the same into a database table.

Regards

Moderator message: please work on your task yourself, search for available information, there is plenty of.

Message was edited by: Thomas Zloch

2 REPLIES 2

jaideepsharma
Active Contributor
0 Kudos
158

Hello Santosh,

First question are you using oops alv or reuse_alv_grid_display to show your alv.

There are many sample programs developed by SAP with editable ALV functionality.

Please go through the package SALV and you can see the sample reports.

Regards,

Jaideep

Former Member
0 Kudos
158

Hi Santhosh,

if u want to edit one column in alv output

read table itab into wa with index rs_selfield-tabindex.

wa-editfield  = rs_sefield-fieldvalue.

then modify.

Regards

suri