‎2007 Dec 10 2:34 PM
Hi,
In module pool programming which event triggers first PBO or PAI.
I am getting confusion on this.
thanks,
satish
‎2007 Dec 10 2:38 PM
Hi,
The events triggers as follows:
PBO First
PAI Second
PBO First
Regards
Kannaiah
‎2007 Dec 10 2:43 PM
once tcode is executed PBO will be executed just before the screen output.
after you fill in values and execute again it takes input values and PAI is executed next PBO and then next screen.
Cycle goes on this way.
TCODE->PBO->screen1->PAI->PBO->screen2->PAI->PBO->screen3.
‎2007 Dec 10 2:55 PM
Hi,
In case of module its always PBO that gets trigger first and then PAI.
That the reason why its call PBO which stands for Process Before Output and PAI -> Process After Input
Reward Points If useful
‎2007 Dec 10 3:10 PM
hi,
On executing the transaction PBO is triggered and we see the screen.
Once a user action is initiated in the screen PAI is trigerred and the ok code is populated with the function code.
Thanks,
Kasiraman R
‎2007 Dec 10 3:57 PM
‎2007 Dec 11 4:45 AM
Hi,
PBO triggers first then PAI.
then again PBO..pai..
PBO-process before output-is triggered before displaying the screen.it transfers the dta from program to screen..
PAI-Process after input-is triggered after the user interacts with screen.it transfers data from the screen to program.
‎2007 Dec 11 4:45 AM
Hi,
PBO triggers first then PAI.
then again PBO..pai..
PBO-process before output-is triggered before displaying the screen.it transfers the dta from program to screen..
PAI-Process after input-is triggered after the user interacts with screen.it transfers data from the screen to program.