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 Conversion

Former Member
0 Likes
652

Hello,

I have written a simple ABAP program which produces a summary list. I am now

trying to convert this list into an HTML output.

I am using the FM WWW_LIST_TO_HTML, which seems to be working fine.

However, when I look at the html output file I see that there are lots of

<b>&nbs p</b> all over the place. I know that <b>&nbsp</b> represents a non breaking

space in html. But why are they in the output? and why does it print the extra

space between the 's' and 'p'

Any ideas anyone????

Thanks

Andy

1 ACCEPTED SOLUTION
Read only

athavanraja
Active Contributor
0 Likes
547

in my experience this FM works better

WWW_HTML_FROM_LISTOBJECT

2 REPLIES 2
Read only

athavanraja
Active Contributor
0 Likes
548

in my experience this FM works better

WWW_HTML_FROM_LISTOBJECT

Read only

Former Member
0 Likes
547

Hi andy,

check the FM's

WWW_HTML_FROM_LISTOBJECT" to covernt the data from internal table to html

ITS_GENERATE_HTML_FROM_DYNPRO.

Regards