cancel
Showing results for 
Search instead for 
Did you mean: 

Exporting Webdynpro form data to html in km folder

Former Member
0 Kudos

Hi Experts,

My Requirement is When user fill the webdynpro form in browser click on save that form data shold store in KM documentst as html format.

Is any body have idea plz send document.

Plz give ur valuable suggesions to me.

It's urgent!........

Bye,

Thanks,

kumar

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member182374
Active Contributor
0 Kudos

Hi,

Try this:

1) You read the content from the context

2) You create your own HTML by using StringBuffer (just write strings like

<html> + someContext + ....>

3) Save the StringBuffer as a file in a temp directory.

4) Upload the file you created to the km (see <a href="/people/rohit.radhakrishnan/blog/2005/05/27/uploading-files-to-km-repository-using-webdynpro-apis)

5) Delete temp file.

Hope it helps,

Omri