2013 Mar 15 3:09 AM
I want to save edited data on alv output.
And these changes are reflected to database when i click on save button.
Please help with the code.
I want to save edited data on alv output.
And these changes are reflected to database when i click on save button.
Please help with the code.
2013 Mar 15 5:29 AM
Hi Siva
The data displayed on the ALV Output is dynamic and you can save it on the ALV only for that moment.
For the save button, you will need to write your code to update the database table in 'AT USER COMMAND' event of the ALV and pass it to the FM. You can browse this forum for more information on ALV events