cancel
Showing results for 
Search instead for 
Did you mean: 

Standard Toolbar BACK button logic in Webdynpro

chand1260
Explorer
0 Kudos

Hi Team,

Is there a way to Implement the Standard tool bar BACK button logic in a custom webdynpro application?

Please advice

capture.png

Thanks

Accepted Solutions (0)

Answers (1)

Answers (1)

mh97
Contributor
0 Kudos

Just capture the "from" view name and dynamically fire the navigation? So you have views A and B that can each go to view C. Your app needs to record which view it came from when going to C. Then when the user clicks "Back", fire the appropriate plug to go back to the screen the user came from. Of course clean up any changed data and/or have a confirmation popup as appropriate.

(My apologies that I don't have a system available at the moment so can't give a more "ABAPy" answer, but I have certainly built custom web dynpos that had a "Back" button that navigated back to whatever screen the user came from.)