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 ABAP List

john_wayne
Participant
0 Likes
1,543

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

5 REPLIES 5
Read only

former_member201275
Active Contributor
0 Likes
1,442

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.

Read only

0 Likes
1,442

Hi Glen,

This is what's happening as per screenshot below.

This is how I'm printing the HTML

Thanks

John

Read only

0 Likes
1,442

Can you provide a screenshot of your ABAP List output, for the same portion of report output?

Thanks,

Juwin

Read only

0 Likes
1,442

Hi Juwin,

As requested below is the Output of the ABAP List.

Thanks

John

Read only

0 Likes
1,442

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