2007 Jul 06 12:29 PM
Hi friends,
I am in big trouble with this issue , can any body please find solution for this,
I have made ALV grid editable, now i want to validate each cell when user does input in it. also i want to save changes in internal table after valid modification.
Thank you.
Best Regards,
Virat
2007 Jul 06 2:24 PM
Hi,
You need to write a user command to do this. When user clicks SAVE will validate the cell and save internal table changes.
Regards
Reward points if useful!!
2007 Jul 09 8:36 PM
Hi Virat.
ALV grids have "data_changed" and "data_changed_finished" events that can be used to check the input for errors.
Below is a good reference. Go to page 49 for <u>Controlling Data Changes</u>
<a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/e8a1d690-0201-0010-b7ad-d9719a415907">ALV grid easy reference</a>