cancel
Showing results for 
Search instead for 
Did you mean: 

Accessing HTML file from KM

Former Member
0 Kudos

Hi All,

I have a requirement to get a HTML file from KM and display it in a iview , this should be done in JSP dynpage . I could have created a simple KM URL iview but the URL will be based on many conditions .. so can some one provide me how this can be done in JSP dynpage.

Regards,

Rajini.

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

HI...

is the problem solved?

Or any other issue?

Former Member
0 Kudos

Hi

You can do this by creating a portal aplication in NWDS.

1.Just select JSPDynpage,while creating the new component.

2.In the portalapp.xml file make a config property called URL.

3.In the JSP of the component,write the code to fetch the above mentioned

URL property.

4. after the URL has been fetched,use it as source to be displayed in an iframe.

5.Deploy the project.

6.In the portal use this par to make an iView.

7. In the iView properties ,mention the KM path of the HTML file in the "URL" property, created in step 2..

Preview the iView and u have ur HTML page

Hope Its clear...

For further help please reply.

Juhi

Former Member
0 Kudos

Hi Raj

Refer;;

[]

&

[]

&

[http://help.sap.com/erp2005_ehp_03/helpdata/EN/95/cfa441cd47a209e10000000a155106/content.htm]

Thanks...

Former Member
0 Kudos

Hi Raj,

This can be easily done , you just need to get the link of the HTML file from the KM if needed and then using javascript or normal jsp we can display it in the portal content area.

let me know wht issue you are facing in implementing the same.

Regards

Pankaj Prasoon