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

Save report output automatically into html

Former Member
0 Likes
649

Hi Gurus!

I have few reports that give a simple list output as result.

Now I want to put an option in the output , an option that will be

a save buttom which when clicked will automatically save the output

into an html file and archive it to a particular folder.

I would like to know how to automatically archive the report output

when this save buttom is clicked to a folder.

DO we do it after we have printed the report in the output

and how do we go abot doing this .

Regards

Sumit

1 ACCEPTED SOLUTION
Read only

nkr1shna
Contributor
0 Likes
550

Hi,

After running a report, call this function module WWW_LIST_TO_HTML

to convert the list output to HTML.

Best Regards,

Krishna

Hi Gurus!

I have few reports that give a simple list output as result.

Now I want to put an option in the output , an option that will be

a save buttom which when clicked will automatically save the output

into an html file and archive it to a particular folder.

I would like to know how to automatically archive the report output

when this save buttom is clicked to a folder.

DO we do it after we have printed the report in the output

and how do we go abot doing this .

Regards

Sumit

2 REPLIES 2
Read only

former_member156446
Active Contributor
0 Likes
550

Plz search... very very frequent question

Read only

nkr1shna
Contributor
0 Likes
551

Hi,

After running a report, call this function module WWW_LIST_TO_HTML

to convert the list output to HTML.

Best Regards,

Krishna