Hi Experts, I have a Table control defined in a module pool program, table control was generated using the Wizard and has standard code for ADD row, DELETE row, SELECT ALL , PAGE UP, PAGE DOWN along with scrollbars active. Now when I click on ADD button row gets added, however if now I try scrolling, after successful scroll movement ADD button event gets invoked automatically causing new line to get added ? ADD BUTTON event handler is clearing of the SY-COMM to be blank after button click , so not sure how scroll bar movement is resulting in ADD event? Is this known issue? Thanks Regards Prashant