Application Development 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: 

User exit for PBO & PAI sections of infotypes

Former Member
0 Kudos
168

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

4 REPLIES 4

dani_mn
Active Contributor
0 Kudos
75

hi try this exit.

EXIT_SAPLPARA_001

regards,

Wasim Ahmed

Former Member
0 Kudos
75

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.

0 Kudos
75

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

0 Kudos
75

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.