2007 Feb 19 5:11 PM
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
2007 Feb 19 5:17 PM
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
2007 Feb 19 5:19 PM
look at the demo programs..
demo_dynpro_tabcont_loop
demo_dynpro_tabcont_loop_at.
and work accordingly.
Award points if it helps.
2007 Feb 19 11:02 PM
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