2006 Jun 16 9:00 AM
Hi,
I need to manage next and prev buttons (it appears when we choose a data interval with more than one register for the infotype) because when the user push these buttons I need to execute code.
For save button for example, we can use EXIT_SAPFP50M_001 and 002 to control PBO and PAI sections, but it seems that doesn't work for buttons in the application toolbar.
Any idea of how to insert my code when these buttons are pushed.
thanks in advance
2006 Jun 16 9:08 AM
2006 Jun 16 9:14 AM
Hi javier,
1. I dont think user-exit is there for such
user actions (next , prev button)
2. What do u want to do when these buttons are pushed ?
regards,
amit m.
2006 Jun 16 9:21 AM
Hi,
I'm testing the way of include a table control into an infotype, when the user push next or prev button we need to reload table control's data.
As a example, I have an infotype that stores the holidays of an employee. I've created a new register for each year, so when the user need choose "all" in the period, then uses next and prev to navigate into the records. But the table control need to be loaded manually, so I'm looking for a point where include my code.
thanks
2006 Jun 16 9:40 AM
Hi again,
1. If its your own 9*** infotype,
u can still do.
(Bcos the whole module pool is in your control)
2. But i don't think
there is any kind of 'exit'
which will trigger customer code
at the press of this next/prev button.
regards,
amit m.