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

FM output has HTML Text

Former Member
0 Likes
426

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.

1 REPLY 1
Read only

Former Member
0 Likes
346

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.