‎2015 Jul 10 9:14 AM
Hi,
I have an ABAP List and am trying to download it. So I've used the option to download in HTML Format.
However upon downloading in HTML Format the table goes out of shape.
Any reason on why that's happening?
Thanks
John
‎2015 Jul 10 9:42 AM
There is a function 'WWW_HTML_FROM_LISTOBJECT' not sure if you have tried this.
Here is also a thread containing example of how to do this: https://scn.sap.com/thread/283880
If this doesn't work please post screenshots here of what is happening on your system.
‎2015 Jul 10 10:28 AM
Hi Glen,
This is what's happening as per screenshot below.
This is how I'm printing the HTML
Thanks
John
‎2015 Jul 10 2:03 PM
Can you provide a screenshot of your ABAP List output, for the same portion of report output?
Thanks,
Juwin
‎2015 Jul 13 4:47 AM
Hi Juwin,
As requested below is the Output of the ABAP List.
Thanks
John
‎2015 Jul 13 1:43 PM
I see that you have removed all the data from the cells.
I don't think list conversion honors the vertical lines that are on the report. Rather, it splits the cells based on the location of data in the report. So, check if all your fields inside the report output are aligned vertically. Since you have removed all the data from the cells, I am not able to check that, with the screenshot above.
Thanks,
Juwin