cancel
Showing results for 
Search instead for 
Did you mean: 

Embedding Web Dynpro Applications in iFrame

Former Member
0 Kudos

Hello everybody,

I'm currently trying to embed a Web Dynpro for Java application in an external iFrame (so not on the same server).

The source I'm using looks like this:

 

<iframe src="http://xp3db.metro-link.com:50300/irj/servlet/prt/portal/prtmode/refresh/prtroot/pcd!3acom.sap.porta..." width=500px height=333px>

When I visit the URL in my browser without using the iFrame, all works fine.

Unfortunately when I do this, I first get to the logon screen and after loging in, there is an infinite loop and the iFrame gets reloaded the whole time.

I've also captured the packets that are send/received and noticed that the error is a 400 Bad HTTP request (NULL bytes in HTTP request), so I wanted to asks you if you know of any method how I can embed Web Dynpro applications in external iFrames or if there is any special property I need to set to properly embed it?

Thanks in advance for any help!

Kind regards

Message was edited by: Department Portals

Accepted Solutions (1)

Accepted Solutions (1)

junwu
Active Contributor
0 Kudos

why not try the url direclty, not the pcd.

Former Member
0 Kudos

Thanks for your quick answer!

However I'm not sure about how to find the direct URL, so far all I could find in the portal was the PCD URL.

junwu
Active Contributor
0 Kudos

in nwds, right click the application and select "run..."

Former Member
0 Kudos

Thanks again, that worked!

Answers (0)