cancel
Showing results for 
Search instead for 
Did you mean: 

SAP Screen Personas 3: Website Button on current tab

Former Member
0 Kudos

When I use Website button, it launches the given URL at a new tab.

Is there a way to display the URL in current tab without launching a new tab?

Do we have to configure the browser settings for that?

Accepted Solutions (1)

Accepted Solutions (1)

former_member192584
Participant

Hi Eralper,

     Try using a script button, write a script to change the url of the window. You can use the given line of code below.


window.top.location="https://www.google.com"; //Use desired URL as string

Regards,

Vigneshkkar.

Former Member
0 Kudos

Hello Vigneshkkar,

I switched to script button for navigation and build Javascript codes to navigate to a transaction for a certain flavor.

Actually I guess since not all packages are applied after Personas 3.0 there may be some missing SAP Notes to be implemented

I tried website button besides the transaction button. But for the smooth navigation between flavors, using script button was my best solution

Answers (0)