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: 
Read only

ALV LAYOUT Edit and SAVE ?

Former Member
0 Likes
382

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.

1 REPLY 1
Read only

Former Member
0 Likes
348

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