‎2007 Jun 06 8:16 AM
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> </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
‎2007 Jun 06 12:21 PM
‎2007 Jun 06 12:21 PM
‎2007 Jun 06 12:28 PM
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