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 Down in Table Control

Former Member
0 Likes
538

I am recording KE51 (Profit Center Creation) and i have a table control in which i need to deselect (check box ) some of the ccodes as by default all company codes are selected. P/- P+/-- menus are disabled in the application tool bar and in table control. My Recording doesnt catch the OK_CODE for Page Down. Can any one suggest how do i handle this now ?

Thanks in advance,

Vathsan

I am recording KE51 (Profit Center Creation) and i have a table control in which i need to deselect (check box ) some of the ccodes as by default all company codes are selected. P/- P+/-- menus are disabled in the application tool bar and in table control. My Recording doesnt catch the OK_CODE for Page Down. Can any one suggest how do i handle this now ?

Thanks in advance,

Vathsan

3 REPLIES 3
Read only

Former Member
0 Likes
506

Rather than trying to use the page up and down commands, you might try using the find or filter buttons to bring a company code to the top.

Rob

Read only

0 Likes
506

I cannot use that option. All CCodes are selected by default. I need to uncheck them. No use of filtering.

Read only

0 Likes
506

What I meant was:

You have an internal table of all the CCs that will appear on the screen. Loop through the table and for each entry you want to de-select, filter based on the current itab-cc. You should get a screen with one entry - the CC you want to de-select. De-select it and continue with the next loop pass.

Rob