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

vertical scroll bar in Table Control Wizard

Former Member
0 Likes
582

Dear Friends,

I have used table control wizard.I have for gotten to select the check box Scroll. Hence I am not able to scroll my vertical scroll bar.after scrolling the vertical scroll bar again its going up.but not coming down.

So plz suggest me how can i edit my Table control wizard attributes.there i need to select the check box scroll.

any helpful inputs may be appreciated.

Thanks In advance,

Farook.

Edited by: farook shaik on Sep 2, 2009 10:35 AM

Edited by: farook shaik on Sep 2, 2009 10:36 AM

2 REPLIES 2
Read only

Former Member
0 Likes
410

Hai,

Just include the statement as follows in your PBO:

Describe table itab lines Table_Control-lines. It will allow for Vertical Scrolling.

If the problem still persists, better delete your table control and create it again with the scrolling option. Hope you dont need to do this.

Best Regards,

rama

Edited by: newtoAbap on Sep 2, 2009 2:49 PM

Read only

Former Member
0 Likes
410

Hi ,

Put the Breal-point in PAI and check the usercommand ( sy-ucomm or ok_code) the sytem is generating while dragging

vertical or horizontal.

and try to clear the ok_code if previous ok_code is carrying while dragging the Vertical or horizontal scroll bar.

Regards,

Prabhudas