Skip to Content
0
Former Member
Jul 06, 2009 at 04:04 PM

Web Dynpro Abap - Calling URL in same window

746 Views

I've created a new ESS type application but in WD ABAP and in the application I'd like to have an Exit button on each view to the ESS overview page and also put in a link on my confirmation page to go back to the ESS overview page.

I've found the link I need and tried a couple of methods to call it, either with an exit plug or using the method

lo_window_manager -> Create_external_window.

but whatever I do, although it opens up a new page to the correct URL, it leaves the page I was working on open. I'd like it to basically go back to the ESS overview page (using my URL), but close the window that is currently running, so that only one window is open at a time. Does anyone know if this is possible.

Thanks,

Pam Laverty