Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

HTML format

Former Member
0 Likes
437

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?

1 ACCEPTED SOLUTION
Read only

former_member189059
Active Contributor
0 Likes
414

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

3 REPLIES 3
Read only

former_member189059
Active Contributor
0 Likes
415

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

Read only

former_member189059
Active Contributor
0 Likes
414

there is also a function module LIST_DOWNLOAD_HTML although i havnt tried it myself

Read only

sreeramkumar_madisetty
Active Contributor
0 Likes
414

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