cancel
Showing results for 
Search instead for 
Did you mean: 

Is there a function similar to JavaScript:history.back() on Web Dynpro?

george_varghese7
Explorer
0 Kudos

Here is the problem I am facing, I have two iViews, iview1 is BW iview and iview2 is Webdynrpo application. Iview1 calls iview2 and is there any way of going back to the previous page similar to JavaScript:History.back() in Webdynpro.

While returning back to iview1 which is a BW iview, is there any way to go back without refreshing data from BW server?

Are there any workarounds

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi, as I can see you need to interact between the WebDynpro and the portal, for this there is a very big API called:

Enterprise Portal Client Framework (EPCF)

which can let you interact with the portal events, in this case going back or calling an especific iView.

You can also take a look to this document regarding the Integration of WebDynpro in the Portal

<a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/webas/webdynpro/tutorial%20on%20integrating%20web%20dynpro%20in%20portal%20-%2019.htm">Portal Integration of Web Dynpro Applications</a>

This document talks about the portal navigation as well.

Hope this helps.

Regards