‎2006 Oct 25 2:34 PM
i want to store HTML file in app server.can i create a list and convert the list into HTML file? or is it possible to store without creating list?
‎2007 Mar 01 5:56 AM
you can use the OPEN DATASET command to create a file in the application server
let each command be in a different row
if you have an internal table then embed <table> <td> <tr> etc codes in ur file
name the file with an html extension
‎2007 Mar 01 5:56 AM
you can use the OPEN DATASET command to create a file in the application server
let each command be in a different row
if you have an internal table then embed <table> <td> <tr> etc codes in ur file
name the file with an html extension
‎2007 Mar 01 5:58 AM
there is also a function module LIST_DOWNLOAD_HTML although i havnt tried it myself
‎2007 Mar 01 6:00 AM
Hi
Using open data sets you can create the file in the Application Server.
Afterwards use the FM:
LIST_DOWNLOAD_HTML
for HTML format.
Regards,
kumar