cancel
Showing results for 
Search instead for 
Did you mean: 

Where to validate ALV entries

mike_mcinerney
Participant
0 Kudos

We have an editable ALV grid. Where is the right place to call our validations from?

Following validation, we also want to (programattically) update some cells in our grid.

Where is the right place to place the updates?

Thanks

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

You will have many options to validate the ALV entries, based on your requirement you need decide.

Let us assume if you want to validate on each cell ->then once user enter some value on cell ask them to enter, you need to validate these cell values on_enter event on alv functionality.

If user want to validate once enter all the cells...then you need to provide some button or use the standard button CHECK on ALV application tool bar..under the Action button youneed to validate.

Let me know if you need more clarfications on this.

Regards,

Naresh.

Answers (0)