cancel
Showing results for 
Search instead for 
Did you mean: 

bsp problem - navigation to new url

former_member193202
Participant
0 Kudos

hi,

i post always here and in service.sap.com as this is a production problem maybe someone has a tip for me.

we are navigaiotn from a bsp application with cl_bsp_navigation->goto_page to a url which is a wd abap application.

we are on ehp4 sp06

now the wd abap application does not have a scrollbar on the right side and so navigation in there is not possible.

what can this be???

starting the wd abap application standalone works very well of course.

the goto_page creates a new browser window with no toolbar!

kind regards oliver

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

hi.

you can use javascript instead of standard navigation methods:

window.open (url, field, "height=400 width=300 top=200 left=200 resizable=yes status=no toolbar=yes location=no directories=no menubar=no");

regards,

fabrizio

Answers (0)