‎2006 Nov 07 3:07 PM
Hi all,
I HAVE A TABLE CONTROL DEVELOPED THROUGH WIZARD.
I am entering the values in the table control field.
If i enter the wrong value in the first row and i have coded for vertical scroll bar.
My problem when i drag the vertical scroll bar and if my field are wrong then its gives the error message.
I cannot drag the bar until i correct all the things.
Is there a way that i can attach a function code to scroll bar and gives the error only if sy-comm not equal to the function code of vertical scroll.
Thanks
swathi
‎2006 Nov 07 3:34 PM
The thing might be, the fields which ur entering are either mandatory fields or else input fields...means F4 help fields...In this U need to maintain only those values which can be inputted...
‎2006 Nov 07 3:59 PM
Hi Swathi,
I am not exactly remembering the Command, but you can use this logic,
Chain.
Field: a, b, c.
Module xxx on chain-request.
endchain.
Please check the correct syntax in Help.
I done this long back.
Shylesh