2007 Dec 19 1:18 PM
Hi all,
i use the FM SO_NEW_DOCUMENT_SEND_API1 to send email but if i use the document type 'HTM' at the end of email the system add the text '&SO_FORMAT=ASC'.
How can i delete it ?
I'm on 4.7 version.
Thanks.
2007 Dec 19 3:52 PM
2007 Dec 19 3:54 PM
If you are using document type as HTM then your OBJTXT is in HTML format
ie you need to convert your report output to HTML format using fm
call function 'WWW_HTML_FROM_LISTOBJECT'
exporting
template_name = 'WEBREPORTING_REPORT'
tables
html = report_html
listobject = report_list.
a®
2007 Dec 19 4:42 PM
2007 Dec 19 5:00 PM
check the content that you are passing to the table OBJECT_CONTENT in debug mode, at the FM call.
I guess, you must be concatenating a parameter with that name, which is not getting replaced with the actual Value.
Hope it helps.
Lokesh