Application Development and Automation 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: 
Read only

Reg ; Events

Former Member
0 Likes
751

Hi,

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

regards

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
726

Hi

initalization will act like PBO event.

6 REPLIES 6
Read only

Former Member
0 Likes
727

Hi

initalization will act like PBO event.

Read only

Former Member
0 Likes
726

Hi

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

START OF SELECTION acts as PAI in Reports

Regards

Lakshman

Read only

Former Member
0 Likes
726

Hi,

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

Regards

Haritha.

Read only

0 Likes
726

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

Read only

0 Likes
726

Hi

the evnt is

AT SELECTION SCREEN ON FIELD <Field Name>

Reghards

Lakshman

Read only

0 Likes
726

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.