cancel
Showing results for 
Search instead for 
Did you mean: 

open a new url in same window

Former Member
0 Kudos

I am displayed a button using web dynpro abap,

if i click the button means a new url page should be

opened in the same window.

I did the application but when i click the button means

a new window is opened.It should not be happened.

Anyone can plz send me the correct coding immediately....

Accepted Solutions (1)

Accepted Solutions (1)

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

>

> I am displayed a button using web dynpro abap,

> if i click the button means a new url page should be

> opened in the same window.

>

> I did the application but when i click the button means

> a new window is opened.It should not be happened.

>

> Anyone can plz send me the correct coding immediately....

First of all how is anyone supposed to help you correct your coding when you have posted any. We can't possibly know what is going on inside the event handler for your button. I suggest that post some of your coding here. In general if you want to open another URL in the same page without using the linkToURL UI element, you should consider the usage of Exit Plugs:

[http://help.sap.com/saphelp_nw70/helpdata/EN/45/1bc575ba064574e10000000a114a6b/frameset.htm|http://help.sap.com/saphelp_nw70/helpdata/EN/45/1bc575ba064574e10000000a114a6b/frameset.htm]

Second, please don't ask people to do something "immediately". Everything done in the forum is on a volunteer basis and people help out as fast as possible. Your prompting for immediate action is quite unnecessary and could be considered somewhat rude.

Answers (0)