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

Regarding validating data in editable ALV in OOPS

Former Member
0 Likes
820

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.

3 REPLIES 3
Read only

Sm1tje
Active Contributor
0 Likes
493

have a look at BCALV_EDIT_03. might be helpful.

Read only

Former Member
0 Likes
493

Check this link if it is useful:

Regards

Neha

Read only

Former Member
0 Likes
493

Hi Phani,

Please take the help of BCALV_EDIT_03

Thanks and regards

Ramchander Rao.K