cancel
Showing results for 
Search instead for 
Did you mean: 

How to implement an iFrame on SAP Portal

former_member472155
Discoverer
0 Kudos

hello community,

we have the issue to upload an iframe for a carreer page into the portal. where can i do this?

which other tasks i have to take care except of this? as far as i know i also need to cunfigure the url right?

thanks in advance       

ers

Accepted Solutions (1)

Accepted Solutions (1)

Steffi_Warnecke
Active Contributor
0 Kudos

Upload an iframe?

You want to show a page in an iframe in the portal?

Just

  • create an html-file, where you include the code for the iframe through simple html-code (google for "selfhtml" if you don't know how to do that),
  • upload that file into the portal,
  • create an document-iview that points to the html-file and
  • put the iview into a role to add it to the portal navigation, so that users can access it where you want it to be.

Regards,

Steffi.

Answers (2)

Answers (2)

saar_dagan
Employee
Employee
0 Kudos

Hi Ersin,

The best way to do this is to create a web application (not portal application).

That has the HTML file in its main folder and to deploy it on the web server.

for example if you call the application myHTML and place the HTML file in the main application folder after you deploy the web application you could use:

http://hostname:port/myHTML/file.html

and then using a URL iView you can point to that url.

The reasons you should use web application and not portal application are:

1. easy URL.

2. Upgrade safe (from portal point of view).

3. easy maintnence with no over head.

So after you create that web application just create a URL iView:

Creating Web-Based URL iViews - Portal - SAP Library

BR,

Saar

former_member472155
Discoverer
0 Kudos

hi steffi,

thanks for your reply .

i already created the html-file. now i would like to know how i can do the steps:

  • upload that file into the portal,
  • create an document-iview that points to the html-file and
  • put the iview into a role to add it to the portal navigation, so that users can access it where you want it to be.

sorry for all the questions - but im pretty new in that sap portal area.

thanks in advance

ersin

Steffi_Warnecke
Active Contributor
0 Kudos

Hello Ersin,

everyone was once new to this, so no worries.

Please have a look at the portal section of the sap-help. Those are all pretty basic things, you should find the way to do them yourself pretty easy, if you search for it. That will help you later on a lot, believe me.