cancel
Showing results for 
Search instead for 
Did you mean: 

BSP view in a New Window

Former Member
0 Kudos

Hi experts,

I have an issue here. In my BSP which uses MVC has two views and correspoding controllers. I have a button in the first view, when i click on the button I would like to call the second view in a separate window but with the same session id. I could get the URL for the second view with the same session as the first one, and called the second view using navigation->goto_page. The second page overwrites the first page..which I don't want.

Is it possible to open up a second view in a seperate window using server side eventing?

-Suresh

Accepted Solutions (0)

Answers (1)

Answers (1)

Ulli_Hoffmann
Contributor
0 Kudos

Hi Suresh,

have a look at this weblog https://www.sdn.sap.com/sdn/weblogs.sdn?blog=/pub/wlg/942. [original link is broken] [original link is broken] [original link is broken] [original link is broken] [original link is broken] [original link is broken] [original link is broken] [original link is broken] [original link is broken]

Two views in different windows and one controller, same session. Maybe that's what you're looking for. Coding is included in the weblog.

regards, Ulli