2006 Sep 07 4:44 PM
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
2006 Sep 07 4:51 PM
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
2006 Sep 07 4:59 PM
I cannot use that option. All CCodes are selected by default. I need to uncheck them. No use of filtering.
2006 Sep 07 6:51 PM
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
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |