cancel
Showing results for 
Search instead for 
Did you mean: 

How to stop processing of module pool screen after coming back from next screen?

former_member308418
Participant
0 Kudos

Dear All,

I have two screens in dialog programming where the values of 1st screen is going to 2nd screen after some modification is done. I want to go back to 1st screen from 2nd one and get my modified values there. The problem is when I am using Back button of 2nd screen, the PBO and PAI of 1st screen again executes and processing the whole task. I don't want to process the whole task again. Is there any way to stop this at PBO of 1st screen ?

Thanks.

With regards.

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member308418
Participant
0 Kudos

Dear Pratiksha,

Thanks a lot for your answer. Cannot define flag in screen. I did some other way to get my desired result. But actually I wanted not to execute the modules again, as it is already processed.

Former Member
0 Kudos

Set flag in PBO of 1st screen.

like,

if flag is initial.

write your PBO code of 1st screen..................

flag = 'X'.

endif.

Regards,

Pratiksha