‎2006 Oct 13 11:55 PM
Hi all,
I have a custom screen , i want to implement pagedown functionality to a custom screen table control , like the way in standard tcodes.
can anyone let me know some inputs on this .
Regards,
Roby.
‎2006 Oct 14 12:21 AM
Hi,
I believe it should work for BDC programming also..
Thanks,
Naren
‎2006 Oct 14 12:00 AM
Hi,
Use the function module SCROLLING_IN_TABLE for page scrolling..
CHeck the FM documentation details..
Thanks,
Naren
‎2006 Oct 14 12:04 AM
Hi narendran,
i am writing a BDC for my tcode, can i use this in that program .
let me know.
roby.
‎2006 Oct 14 12:05 AM
Hi narendran,
i am writing a BDC for my tcode, can i use this in that program .
i want to increment the table control
let me know.
roby.
‎2006 Oct 14 12:21 AM
Hi,
I believe it should work for BDC programming also..
Thanks,
Naren
‎2006 Oct 14 12:27 AM
‎2006 Oct 14 3:54 AM
It'll be more coding, but I think it's a lot easier in the long run (for batch input) to put in special function code for 'GOTO' This would bring up a popup where you enter a line number and when enter is pressed on the popup, the table control brings the line selected to the top. So if you enter the last line number, the rest of the screen is available for input. Many standard SAP screens use this functionality.
Rob
‎2006 Oct 14 8:48 AM
Hi,
have you tryed creating your custom tablecontrol with the tablecontrol wizard?
it´s relatively simple and you´ll get the page up/down (plus mark all demark all ...etc) functionality almost automatically.
Best regards.