cancel
Showing results for 
Search instead for 
Did you mean: 

How to Embed html page into portals..

Former Member
0 Kudos

Hi All,

I have created my own Html page.. Now how should i get it into the portal page(as an iview). The portal server is in one place and i am in one place.. As i am new to this EP,I dont know what to do now. Pls reply in detail.

Thanks & Regards in advance

shreya.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Shreya,

See if this <a href="https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/ep/_s-u/SDN%20Behind%20The%20Scenes%20-%20Embedding%20an%20EP%205.0%20iView%20in%20an%20HTML%20Web%20Page">link</a> helps.

OR

You can create a JSP dynpage in portal application object.

Along with this JSP and dynpage is created automatically. You can copy the html page and paste it in JSP page. To make it display, include a statement in JSP dynpage as

this.setJspName("JSPname.jsp");

For more info on this u can refer:

http://help.sap.com/saphelp_nw04s/helpdata/en/95/cfa441cd47a209e10000000a155106/frameset.htm

To get an idea of content development you can refer this <a href="https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/2845">weblog</a>.

Regards,

Pooja.

Message was edited by: Pooja S

achim_hauck2
Active Contributor
0 Kudos

Shreya,

you can easily use an URL iView to accomplish this. look at:

http://help.sap.com/saphelp_nw2004s/helpdata/de/f5/eb51730e6a11d7b84900047582c9f7/content.htm

in short words:

- go to "Content-admin / portal content".

- rightclick a directory in that you would like to create the iview

- choose "new / iview"

- depending on you release version, choose "iview template" and "URL iView"

kr, achim