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: 

Issue with check_changed_data()

Former Member
0 Kudos

Hello Experts,

I have a editable dynamic ALV where I am using check_changed_data() to record the changes in the ALV.

And the cell values should be numeric.

The issue is when I enter a non-numeric value in one of the cells and hit enter the system is throwing an error message saying that "Entry is not numeric".

Then when I change the value to the numeric and hit enter the values in the cells prior to the error is not being captured by the check_changed_data() event.

My issue will be resolved if any of the below solition is possible.

1) If the system doesnt do anything when I hot ENTER as I have a seperate SAVE button to save the values and I am handling the non-numeric value checks with in the program. Like I would like to disable the ENTER functionality.

2) Or is there any way to record the values in the other cells prior to the error using the check_changed_data() event?

Please let me know your inputs on this issue.

Thanking you for your time.

Thanks!

2 REPLIES 2

Former Member
0 Kudos

Any inputs on this issue with check_changed_data()?

0 Kudos

I am able to resolve it by myself.

By removing the ENTER event from the code.

Thanks!