validation of field in table control
I have a table contol with 5 lines of data.When i click on the 'INSERT' push button the 6th line becomes editable.I am entering POSNR in that field.I want to validate this entry against table VBAP and give a error message if the posnr does not exist for the vbeln entered.
Can anyone help me on the same.