2012 Apr 01 9:13 AM
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
2012 Apr 01 10:26 AM
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
2012 Apr 01 11:31 AM
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