cancel
Showing results for 
Search instead for 
Did you mean: 

How to create HTML base iview

mail2azhar
Explorer
0 Kudos

Hi

How can i add userdefined .html file to iview

With Regards

Azhar

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Azhar,

You can upload the HTML pages into KM via Content Administration-->KM Content

Create a folder under root to hold the HTML pages.

I created a folder "VINOTH DOCS" under

root > documents > Public Documents

Then select the Folder in which to upload the pages,then on toolbar under KM content ,open context menu and navigate as

FOLDER>New>Upload

Give Name and description and browse and upload the html file/s.

Then create an iView of type KM Document iView.

In the properties for the iview,give the path to document(HTML Page).The path can be had by right clicking the uploaded page .

In the iView Property,PATH TO DOCUMENT,replace the default path with the path to your HTML Page,like

/documents/Public%20Documents/VINOTH%20DOCS/test.htm

Use the name as in the properties of the file,no blanks or trailing spaces.

For the links to other pages,create the link with HREF to the complete path obtained for the HTML document as in the properties of the HTML page obtained by right clicking it,this time the complete path with server name etc.

Regards,

Vinoth

mail2azhar
Explorer
0 Kudos

Hi vinoth,

Here i did'nt installed KM then how to proceed these steps

With Regards

Azhar

Former Member
0 Kudos

hi Azhar,

You can create a JSP dynpage in portal application object, Which along with it creates JSP and dynpage. You can copy the html page and have it in JSP page. To make it display, include a statement in JSP dynpage as

this.setJspName("JSPname.jsp");

For more information on this

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

URL iview

Also you can use URL iview for displaying the same. just give the URL link in the iview which is created from the template available in the portal

For more information on how to use the URL iview wizard

http://help.sap.com/saphelp_nw04s/helpdata/en/4c/eee2bedf3b4082b14a933e5ee63472/frameset.htm

hope it helps....

Regards,

Vinoth

Former Member
0 Kudos

Hi,

Go to Portalcontent of Content admin->new->iview->URL Iview->fill Name ,Id ->in URL give <"Give the Url eg:http://www.something.com"> you can see your html page in EP 6.0

Regards,

Raja Akella.