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: 

Module pool events nesting

Former Member
0 Kudos

hi all,

in module pool can we nest one PBO event into other PBO event?

can we nest PBO in PAI or vice versa?

plz clarify it?

if u have any example regarding this then it will be helpful for me.

thanks

sanjeev

4 REPLIES 4

Former Member
0 Kudos

0 Kudos

Hi,

PBO and PAI are two seperate event blocks.

PBO modules are executed just before the screen is shown ( SO that you can modify you screen here).

PAI modules are executed when you do some action in the UI screen ( Basically to process the input).

You cannot have PAI being executed in PBO for a same screen.

But if you have multiple screens then you can another screen in PAI of Main screen and this call's the PBO of the subscreen.

Regards,

Sesh

Former Member
0 Kudos

hi

u want example

just refer to the link below

http://www.sapmaterial.com/?gclid=CN322K28t4sCFQ-WbgodSGbK2g

it will definitely help u a lot

regards

ravish

<b>plz dont forget to reward points if helpful</b>

Former Member
0 Kudos

thanks for the efforts