cancel
Showing results for 
Search instead for 
Did you mean: 

Custom Webdynpro screen - Infinite loop on Back Button

merveguel
Participant
0 Kudos

Hello All,

I have a custom webdynpro screen which include the requested transaction's a adobe pdf also. We have just upgraded our SAP Portal. And now, we are falling into an infinite loop when we click on the Back Button on the screen. We tried to debug the back button, but it didn't work.

Is there anybodyelse has faced this problem before?

Any help would be so appreciated.

Regards,

Merve

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member190321
Participant
0 Kudos

Hi,

Can you please share a screen of what you see .

merveguel
Participant
0 Kudos

Hello Tebogo,

Thank you for your reply. You may find the screenshot attached. I just clicked the 'Back' button and it fell into an infinite loop as you see.

former_member190321
Participant
0 Kudos

Hi,

I think the best solution would be to create an On Action event for the back button, that is if it not there already. if you already have the event you can just look at it and put a break-point, debug and check what might be the problem.

merveguel
Participant
0 Kudos

There is already an On Action event. That is the major problem, even though I put a breakpoint on it, it doesn't get trigger. So, I am not able to debug the code.

method onactionback .

   wd_this->fire_tofirst_plg( ).

endmethod.


Regards,


Merve