Application Development and Automation 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: 
Read only

help req with table control

Former Member
0 Likes
351

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

2 REPLIES 2
Read only

Former Member
0 Likes
317

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...

Read only

Former Member
0 Likes
317

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