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

Table control

Former Member
0 Likes
638

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.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
602

Hi,

I believe it should work for BDC programming also..

Thanks,

Naren

7 REPLIES 7
Read only

Former Member
0 Likes
602

Hi,

Use the function module SCROLLING_IN_TABLE for page scrolling..

CHeck the FM documentation details..

Thanks,

Naren

Read only

0 Likes
602

Hi narendran,

i am writing a BDC for my tcode, can i use this in that program .

let me know.

roby.

Read only

0 Likes
602

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.

Read only

Former Member
0 Likes
603

Hi,

I believe it should work for BDC programming also..

Thanks,

Naren

Read only

0 Likes
602

Hi,

can you let me know any other alternative .

Thanks

roby

Read only

0 Likes
602

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

Read only

former_member182371
Active Contributor
0 Likes
602

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.