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: 

Reg ; Events

Former Member
0 Kudos

Hi,

to which event in reports ( ex initalization start-of-selection etc) can we relate PBO of Module pool

regards

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi

initalization will act like PBO event.

6 REPLIES 6

Former Member
0 Kudos

Hi

initalization will act like PBO event.

Former Member
0 Kudos

Hi

not only INITIALIZATION but AT SELECTION SCREEN also acts as PBO.

START OF SELECTION acts as PAI in Reports

Regards

Lakshman

Former Member
0 Kudos

Hi,

You can substitute At Selection-screen, At Selection-screen Output to PBO module of Module Pool program.

Regards

Haritha.

0 Kudos

hi,

thnx for the reply

But the PBO will not be reprocessed when we do validations

then how can we relate to At Selection Screen Events

Can we relate to END OF SELECTION

0 Kudos

Hi

the evnt is

AT SELECTION SCREEN ON FIELD <Field Name>

Reghards

Lakshman

0 Kudos

Use 'AT SELECTION-SCREEN OUTPUT'. As long as you are inside the selection screen, you can reprocess as many times as you can.

AT SELECTION-SCREEN OUTPUT.

Loop at screen.

-


Modify screen.

Endloop.