Skip to Content
0
Former Member
Dec 01, 2008 at 08:46 AM

Regarding validating data in editable ALV in OOPS

327 Views

I'm using the data_changed event in my ALV grid to validate the user's

entry in the ALV grid. My code finds the errors when the user originaly

enters the wrong data, highlights the errors in the grid, and popups u the

list of error messages.

My problem occurs when the user only fixes some of the errors and leavs

some data errors still in the grid. The data_changed will check the lnes

the user has fixed. However if they neglect to fix one of the errors,the

code doesn't reread the entry since the data didn't change from the

original entry. The error still exist and I don't want to allow the uer

to continue until they have fixed all of the errors. Is there another

event or coding that I can use to ensure the user fixes all of the errrs.

I know I could loop through the ALV grid table outside of my methods, ut

that would require rewriting all the checking again which seems very

inefficient.

Thanks,

Phani.