cancel
Showing results for 
Search instead for 
Did you mean: 

Top Level Navigation repetition when called from Link

Former Member
0 Kudos

Hello,

this question has been asked before by others, but I couldn't find a satisfactory answer to it. I have a URL iView showing a webpage. This page has a link which starts an SAP Transaction iView through a link.

When I click this link, the transaction iView starts, but shows the top level navigation again!

Has anyone found a solution to this problem yet?

Bye,

Sameer

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Can you paste the example here

Are you using Quicklinks to do so?

Edited by: Prem Mascarenhas on Jan 17, 2008 12:51 PM

Former Member
0 Kudos

No, I am not using quicklinks. The transaction iView I am calling is being called through the following link

href=../irj/portal/index.html?NavigationTarget=pcd:portal_content/other_vendors/com.encoway/iviews.iViews/com.encoway.VA23

Any ideas?

Sameer

Former Member
0 Kudos

To your a href HTML tag add the target property -> target="_top"

Also if you arent using Light frameworks dont hesitate to use EPCM.doNavigate()

Edited by: Prem Mascarenhas on Jan 17, 2008 12:58 PM

Former Member
0 Kudos

Hi Prem,

the "_top" did it! I was using "begin_top" before which wasn't working..

Thanks again!

Sameer

Former Member
0 Kudos

welcome

Answers (0)