cancel
Showing results for 
Search instead for 
Did you mean: 

LinkToURL

Former Member
0 Kudos

Hi Experts,

I am using a LinkToURL UI Element. i used target to _main, while deploying the application it will open the same window.

But i attach with this iView to particular user in the portal it will open frame inside the frame. I want whenever i click, it will open the same window.....

how to do that? give your suggestions?

Regards,

P.Manivannan.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi

You can create URL iView in portal & then user portal navigation.Mode parameter should be 'Show in Place'. Refer to this link for more details:

http://help.sap.com/saphelp_nw04s/helpdata/en/c3/235a428a1e9041e10000000a1550b0/frameset.htm

Regards,

Apurva

Former Member
0 Kudos

sloved

Former Member
0 Kudos

Hi,

If you want the target opens in the same frame use _self, in the parent frameset use _parent, in the full body of the window use _top.

Regards

Diego

Former Member
0 Kudos

Hi Diego Valencia,

If i use self,parent,_top, It will be opened the new window.(while attaching iview into the portal)

I need the link will be opened in the same window.

Regards,

P.Manivannan