cancel
Showing results for 
Search instead for 
Did you mean: 

Sequence of events in Module pool

Former Member
0 Kudos

Hi all,

Could anybody tell me the order of events in module pool?Like, which is first..??

Thanks in advance.

Accepted Solutions (0)

Answers (2)

Answers (2)

0 Kudos

Hi,

Module pool events are:

PBO: Process before Output. It is triggered before displaying the selection screen.

PAI: Process After Input. It is triggered after giving the input to the fields. (If user does any action).

POV: Process on Value Request. It is used for F4 help. It is triggered when ever the user clicks on F4 key (search help).

POH: Process on Help Request. It is used for F1 (Document). It is triggered when ever the user clicks on F1 key.

Triggering sequence:

PBO

PAI

POV (If Needed)

POH (If Needed)

PBO

Former Member
0 Kudos

pbo

pai

poh

pov these are the vents in module pool

based on ur requirement pov and poh events changes

but the triggering of pbo and pai

pbo->pai->pbo.