Hi All,
I have an requirement wherein i will be entering the data from a custom transaction into a custom table. I have created a table maintenace generator for that custom table. Now, i have few validations to be performed on the data.
1. I need to validate the multiple entries, entered by the user. If the user is entering 10 entries at a time, if the 3rd entry fails the validation then user should be able to see the create data layout of that table with an error and the user should be forced wither to change that entry or delete that. Only this entry should be in editable mode and rest all should be in non-editable mode.
2. In change mode, the user should be able to change only few entries. For example.... if there are 5 fields in the custom table, and if the user wants to change the data then only last 2 fields should be in editable mode and rest 3 should be in non-editable mode.
How can i achieve this using events????
Thanks in advance for ur replies...
Regards,
Razia Shaheen.