Application Development 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: 

ALV Grid Editable output

0 Kudos

we can edit the output of ALV Display but once if we click on the enter button it is not going for further calculation part .

Please give your valuable suggestion.

1 REPLY 1

Dominik_Meier
Participant
0 Kudos

Make sure to update your variables with the user input when the data changes or they will overwrite the display values again. You should to react to the edit event raised by the ALV.

Also a good tutorial about how to react to data changes without pressing enter (i.e. cell changes and button is clicked without ENTER in between) can be found here https://wiki.scn.sap.com/wiki/display/ABAP/Making+ALV+to+react+to+Change+data+automatically