Application Development 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: 

validation of field in table control

Former Member
0 Kudos

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.

2 REPLIES 2

Former Member
0 Kudos

hi Amruta ,

U can do this in ur pai . just write a module and write ur code for validation of ur field and put a error message if the subrc check fails .

Thanks

ROhit

Reward if helpfull .

0 Kudos

I have done the same but when i click 'INSERT' it changes all the posnr to 0 and even the entered new posnr to 0 without displaying any error message.Can i validate a single table control line instead of the entire field?