2011 Jan 31 7:44 AM
Hi Experts,
Im reading the workflow attachments using FM SAP_WAPI_GET_ATTACHMENTS. I passed this ouput to the FM SO_DOCUMENT_READ_API1 to get the text of the Attachments.
I can able to get the text from the attachment. But with the text, some HTML code also coming.
I got text like '045
Rejected due to technical issues
'.
Why its coming with HTML text or How can I remove the HTML Tags?
Thanks in advance.
Helps will be highly appreciated.
2011 Jan 31 7:56 AM
I am not able the html code here. its coming like 045 Html tag for paragraph, then the actual text, then HTML tag for page break, then HTMl tag to close the paragraph.
But I need only text. Not with the HTML Text's.
Thanks.