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

Issue with Back button in module pool programming

Former Member
0 Likes
1,145

Hi all,

i have developed an alv interactive report using Container...

able to display second screen correctly, but when i click back button same output is displayed twice...

when i check in debugging, its enterring to PBO....

so, again the output is displayed...

how to avoid, second output displaying twice...?

Regards,

Naresh.

2 REPLIES 2
Read only

former_member302911
Active Participant
0 Likes
521

For best help post your PBO/PAI code.

Probably, i am not sure, you use CREATE OBJECT in PBO and when use BACK button PBO is triggered and CREATE OBJECT is called again.

Regards,

Angelo.

Read only

RaymondGiuseppi
Active Contributor
0 Likes
521

How did you code the call of second screen in PAI of first screen, and how did you code the BACK function in the PAI of the second screen.

A LEAVE TO SCREEN 0 in a PAI (or SET SCREEN 0 followed with LEAVE SCREEN) will get you back to the statement following the CALL SCREEN in the PAI of the previous screen.

Regards,

Raymond