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

page up and down logic in table control

Former Member
0 Likes
545

Hi Friends,

Could anybody pplease let me know how to handle the page up and down logic in table control program?

Thanks,

Prasanna

Hi Friends,

Could anybody pplease let me know how to handle the page up and down logic in table control program?

Thanks,

Prasanna

3 REPLIES 3
Read only

Former Member
0 Likes
515

Hi,

You can use the FM SCROLLING_IN_TABLE

Put a where-used list for the FM and check how to pass values to this FM..

Thanks,

Naren

Read only

0 Likes
515

look at the demo programs..

demo_dynpro_tabcont_loop

demo_dynpro_tabcont_loop_at.

and work accordingly.

Award points if it helps.

Read only

Former Member
0 Likes
515

why don't u use table control wizard provided by SAP to create table control. It will automatically take care of Page down Page Up, Next previous features required in Table controls. Otherwise, if u are coding manually, then everything is an event in table controls so take it as an event and start coding.

bbye tac care

Ashwani