cancel
Showing results for 
Search instead for 
Did you mean: 

Create new window in tabstrip

Former Member
0 Kudos

Hi all,

I would need to display a url (as google.com) in a tabstrip of my application, not in a new window. I know that LinkToURL open a new window. Is that possible to force it in a frame or in a view?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello, Davy,

You can use an IFrame element inside your TabStrip.

Regards,

Andre

Former Member
0 Kudos

Hi Andre,

thank you for the answer. It works fine to integrate outside web page. I'm trying now to display a Web Template page (url with local authentication). I have an error

"Portal Runtime Error ... iView not found". Do you have a trick to fix that?

Thanks

Davy

Former Member
0 Kudos

Hi, Davy,

Do you have more details about this error? It seems that some configuration of iView is missing.

Regards,

Andre

Former Member
0 Kudos

Hi Andre,

Thank you for the quick answer. Here is the complete error.

================================================

Portal Runtime Error

An exception occurred while processing a request for :

iView : N/A

Component Name : N/A

iView not found: pcd:portal_content/com.sap.pct/platform_add_ons/com.sa.

Exception id: 10:00_21/09/07_0019_38434850

See the details for the exception ID in the log file

================================================

Thanks again,

Davy

Answers (1)

Answers (1)

Former Member
0 Kudos

I fixed my problem. My url was too long for the input field of Web Dynpro. I set manually the context string in method supplier and it works well.

Thanks