cancel
Showing results for 
Search instead for 
Did you mean: 

Browser back button action not working in webdynpro for ABAP application

gopalkrishna_baliga
Participant
0 Kudos

Hi Experts,

My webdynpro application has two pages. When I am in the second page and tried to click browser back button it is not going to the first page. I get the following message:

'Do not use the "Back" button in your browser for navigation. When closing the popup, you will return to the position where you were before navigation.'

What I have to do so that I can go back to the first page by using browser back button?

Thanks

Gopal

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Gopal,

I think this is not possible. The 'back' button is rendered useless because in web applications you should navigate through buttons that you have put on the screen.

Instead create a 'back' button that fires an inbound plug of the first screen.

Raymond