‎2009 Sep 02 7:55 AM
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
‎2009 Sep 02 1:47 PM
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
‎2009 Sep 02 2:25 PM
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