cancel
Showing results for 
Search instead for 
Did you mean: 

Disable the back prevention in some of the webdynpro

dcmvdoord
Explorer
0 Kudos

Dear experts,

Is it possible to disable the back prevention in webdynpro (for example for a webdynpro with just some information/report layout)?

IE - button back / previous web page (alt + left)

It seems that this is now prevented by

/sap/public/bc/ur/nw7/js/html/browserhistory.html

or

sap/public/bc/webdynpro/ssr/backprevention.html

With regards

Dennis

Accepted Solutions (0)

Answers (1)

Answers (1)

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

No. It is there for a reason. Even if you were able to disable it via some code modification, the back button wouldn't work. The way that Web Dynpro is stateful and does its delta handling isn't compatible with the browser forward/back button. You should simply get short dumps when the back button is used (hence our need to disable it).