<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Remove HTML Tags in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/remove-html-tags/m-p/9836996#M1784724</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Manish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your Input. But after applying the REGEX statements you have provided also does not remove the tags completely.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also I would like to add that the script received in the ET_HTML table mentioned in the original query above, is not the same always. The positioning of the tags differ with the device the e-mail was sent from like Blackberry or iOS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Neha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 11 Nov 2013 09:16:40 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2013-11-11T09:16:40Z</dc:date>
    <item>
      <title>Remove HTML Tags</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/remove-html-tags/m-p/9836994#M1784722</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using FM 'SO_DOCUMENT_READ_API1' to read e-mails received in SAP. This returns HTML data in table 'contents_hex'. Then I use method &lt;/P&gt;&lt;P&gt; cl_bcs_convert&lt;SPAN class="L0S70"&gt;=&amp;gt;&lt;/SPAN&gt;htmlbin_to_htmltxt to convert HTML.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My problem is that this method 'cl_bcs_convert&lt;SPAN class="L0S70"&gt;=&amp;gt;&lt;/SPAN&gt;htmlbin_to_htmltxt'&amp;nbsp; returns below data in ET_HTML table &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;html dir="ltr"&amp;gt;&amp;lt;head&amp;gt;##&amp;lt;meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"&amp;gt;##&amp;lt;meta name="GENERATOR" content="MSHTML 8.00.7601.18228"&amp;gt;##&amp;lt;!-- converted from text --&amp;gt;&amp;lt;style&amp;gt;.EmailQuote {###BORDER-LEFT: #800000 2px solid; PADDING-LEFT: 4p&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t; MARGIN-LEFT: 1pt##}##&amp;lt;/style&amp;gt;&amp;lt;style&amp;gt;DIV.PlainText {###FONT-FAMILY: monospace; FONT-SIZE: 120%##}##&amp;lt;/style&amp;gt;&amp;lt;style title="owaParaStyle"&amp;gt;&amp;lt;!--P {###MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px##}##--&amp;gt;&amp;lt;/style&amp;gt;##&amp;lt;/head&amp;gt;##&amp;lt;body ocsi="x"&amp;gt;##&amp;lt;font size="2"&amp;gt;##&amp;lt;div class="&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PlainText"&amp;gt;&amp;lt;br&amp;gt;##&amp;nbsp;&amp;lt;br&amp;gt;##&amp;nbsp;&amp;lt;br&amp;gt;##*- NOTE -*&amp;lt;br&amp;gt;##Pls do not change mail subject&amp;lt;br&amp;gt;##You can add your remarks above&amp;lt;br&amp;gt;##Click SEND button to complete your action&amp;lt;/div&amp;gt;##&amp;lt;/font&amp;gt;##&amp;lt;/body&amp;gt;##&amp;lt;/html&amp;gt;####################################################&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now after using &lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;REPLACE &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;ALL &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;OCCURRENCES &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;OF &lt;/SPAN&gt;REGEX &lt;SPAN class="L0S33"&gt;'&amp;lt;[a-zA-Z\/][^&amp;gt;]*&amp;gt;' &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S33"&gt;or&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S33"&gt;FM 'SOTR_TAGS_REMOVE_FROM_STRING'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S33"&gt;does not remove all tags.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S33"&gt;I want to read only the below data from the above format (after removing HTML tags)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S33"&gt;*- NOTE -*&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S33"&gt;Pls do not change mail subject&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S33"&gt;You can add your remarks above&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S33"&gt;Click SEND button to complete your action&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S33"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S33"&gt;Neha&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Nov 2013 08:32:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/remove-html-tags/m-p/9836994#M1784722</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-11-08T08:32:29Z</dc:date>
    </item>
    <item>
      <title>Re: Remove HTML Tags</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/remove-html-tags/m-p/9836995#M1784723</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The data you are looking for is inside &lt;EM&gt;div&lt;/EM&gt; tag.&lt;/P&gt;&lt;P&gt;So you can first strip everything outside div tag, remove special characters and then replace &amp;lt;br&amp;gt; tags by newline, cr_lf or just split string at &amp;lt;br&amp;gt; tag into internal table.&lt;/P&gt;&lt;P&gt;Something like this:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;SPAN style="color: #0000ff;"&gt;REPLACE &lt;/SPAN&gt;REGEX &lt;SPAN style="color: #4da619;"&gt;'.*&amp;lt;div[^&amp;gt;]*&amp;gt;' &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff;"&gt;IN &lt;/SPAN&gt;lv &lt;SPAN style="color: #0000ff;"&gt;WITH &lt;/SPAN&gt;&lt;SPAN style="color: #4da619;"&gt;''&lt;/SPAN&gt;&lt;SPAN style="color: #800080;"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #0000ff;"&gt;REPLACE &lt;/SPAN&gt;REGEX &lt;SPAN style="color: #4da619;"&gt;'&amp;lt;/div&amp;gt;.*' &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff;"&gt;IN &lt;/SPAN&gt;lv &lt;SPAN style="color: #0000ff;"&gt;WITH &lt;/SPAN&gt;&lt;SPAN style="color: #4da619;"&gt;''&lt;/SPAN&gt;&lt;SPAN style="color: #800080;"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #0000ff;"&gt;REPLACE &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff;"&gt;ALL &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff;"&gt;OCCURRENCES &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff;"&gt;OF &lt;/SPAN&gt;REGEX &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #4da619;"&gt;'[^a-zA-Z0-9&amp;lt;&amp;gt; ]*' &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff;"&gt;IN &lt;/SPAN&gt;lv &lt;SPAN style="color: #0000ff;"&gt;WITH &lt;/SPAN&gt;&lt;SPAN style="color: #4da619;"&gt;''&lt;/SPAN&gt;&lt;SPAN style="color: #800080;"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #0000ff;"&gt;REPLACE &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff;"&gt;ALL &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff;"&gt;OCCURRENCES &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff;"&gt;OF &lt;/SPAN&gt;REGEX &lt;SPAN style="color: #4da619;"&gt;'&amp;lt;br&amp;gt;' &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff;"&gt;IN &lt;/SPAN&gt;lv &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #0000ff;"&gt;WITH &lt;/SPAN&gt;cl_abap_char_utilities&lt;SPAN style="color: #808080;"&gt;=&amp;gt;&lt;/SPAN&gt;newline&lt;SPAN style="color: #800080;"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #0000ff;"&gt;CONDENSE &lt;/SPAN&gt;lv&lt;SPAN style="color: #800080;"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Nov 2013 15:49:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/remove-html-tags/m-p/9836995#M1784723</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-11-08T15:49:06Z</dc:date>
    </item>
    <item>
      <title>Re: Remove HTML Tags</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/remove-html-tags/m-p/9836996#M1784724</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Manish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your Input. But after applying the REGEX statements you have provided also does not remove the tags completely.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also I would like to add that the script received in the ET_HTML table mentioned in the original query above, is not the same always. The positioning of the tags differ with the device the e-mail was sent from like Blackberry or iOS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Neha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Nov 2013 09:16:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/remove-html-tags/m-p/9836996#M1784724</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-11-11T09:16:40Z</dc:date>
    </item>
    <item>
      <title>Re: Remove HTML Tags</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/remove-html-tags/m-p/9836997#M1784725</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Manish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your Input. But after applying the REGEX statements you have provided also does not remove the tags completely.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also I would like to add that the script received in the ET_HTML table mentioned in the original query above, is not the same always. The positioning of the tags differ with the device the e-mail was sent from like Blackberry or iOS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Neha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Nov 2013 09:16:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/remove-html-tags/m-p/9836997#M1784725</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-11-11T09:16:40Z</dc:date>
    </item>
    <item>
      <title>Re: Remove HTML Tags</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/remove-html-tags/m-p/9836998#M1784726</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt;&amp;gt;does not remove the tags completely&lt;/P&gt;&lt;P&gt;Which tag is left out? While testing for example html snippet given by you, I didn't see any tags.&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt;is not the same always&lt;/P&gt;&lt;P&gt;This should have been mentioned in original post, with example html snippet.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Nov 2013 09:25:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/remove-html-tags/m-p/9836998#M1784726</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-11-11T09:25:45Z</dc:date>
    </item>
    <item>
      <title>Re: Remove HTML Tags</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/remove-html-tags/m-p/9836999#M1784727</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Neha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;you should convert the SOLIX tab into an XSTRING first, by looping over the SOLIX table and CONCATENATE'ing the lines into an XSTRING, using IN BYTE MODE. &lt;/LI&gt;&lt;LI&gt;Then convert the XSTRING into a STRING in SAP's internal encoding.&amp;nbsp; Simplest method for this is CL_ABAP_CODEPAGE=&amp;gt;CONVERT_FROM( &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; LV_STRING = CL_ABAP_CODEPAGE=&amp;gt;CONVERT_FROM( LV_XSTRING ).&amp;nbsp; (this call assumes an UTF-8 encoded XSTRING. In your case, you will add the string 'ISO-8859-1' as additional parameter for the encoding).&lt;/LI&gt;&lt;LI&gt;For this string finally, you should give the function module &lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;SOTR_TAGS_REMOVE_FROM_STRING&lt;/SPAN&gt; another try. It should strip off all the tags now.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rüdiger&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Nov 2013 09:34:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/remove-html-tags/m-p/9836999#M1784727</guid>
      <dc:creator>Ruediger_Plantiko</dc:creator>
      <dc:date>2013-11-11T09:34:50Z</dc:date>
    </item>
    <item>
      <title>Re: Remove HTML Tags</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/remove-html-tags/m-p/9837000#M1784728</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;... I found out that the function module SOTR_TAGS_REMOVE_FROM_STRING has a slight disadvantage: It replaces the detected tags with a space character. This may be unwanted. You may use the following statement instead&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;replace &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;all &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;occurrences &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;of &lt;/SPAN&gt;regex &lt;SPAN class="L0S33"&gt;`&amp;lt;[^&amp;gt;]*&amp;gt;` &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;in &lt;/SPAN&gt;cv_string &lt;SPAN class="L0S52"&gt;with &lt;/SPAN&gt;space&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Differing from the function module, it replaces the tags with 'nothing' (the ABAP literal SPACE will be considered as the &lt;EM&gt;empty string&lt;/EM&gt; internally). If you &lt;EM&gt;want &lt;/EM&gt;the space characters, use ` ` (one space char enclosed by backticks), instead of SPACE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Remark: The regex is only a 99% solution, since '&amp;gt;' may be allowed in attribute values of a tag. So it doesn't work properly for a html string like: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&amp;lt;span title="Total amount &amp;gt; 100.00 GBP (critical value)" class="warning"&amp;gt;123.00 GBP&amp;lt;/span&amp;gt;&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This would result in &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt; 100.00 GBP (critical value)" class="warning"&amp;gt;123.00 GBP&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The function module SOTR_TAGS_REMOVE_FROM_STRING has the same problem. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Nov 2013 07:23:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/remove-html-tags/m-p/9837000#M1784728</guid>
      <dc:creator>Ruediger_Plantiko</dc:creator>
      <dc:date>2013-11-12T07:23:54Z</dc:date>
    </item>
    <item>
      <title>Re: Remove HTML Tags</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/remove-html-tags/m-p/9837001#M1784729</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is the reason why parsing html using regex is not recommended.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Nov 2013 09:28:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/remove-html-tags/m-p/9837001#M1784729</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-11-12T09:28:57Z</dc:date>
    </item>
    <item>
      <title>Re: Remove HTML Tags</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/remove-html-tags/m-p/9837002#M1784730</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Of course: The string level is too low-level for source code instances of a grammar. You'll need a parser for that. For XML, a parser is available in ABAP. (Even for HTML, one could use a trick: Instrument the class CL_HTMLTIDY to transform the HTML as XHTML. Then parse the resulting XHTML document with ABAP's XML parser (from the if_ixml family). But I would never use this procedure in productive scenarios).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Nov 2013 13:08:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/remove-html-tags/m-p/9837002#M1784730</guid>
      <dc:creator>Ruediger_Plantiko</dc:creator>
      <dc:date>2013-11-12T13:08:49Z</dc:date>
    </item>
    <item>
      <title>Re: Remove HTML Tags</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/remove-html-tags/m-p/9837003#M1784731</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The REGEX statement does not allow { } brackets in the statement. Also there are other key words also in the script like '.EmailQuote'. Is there any function module&amp;nbsp; / method / code which can remove all tags??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If as per your suggestion we can not use this in production scenario, then what other alternative can be used....&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Neha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Nov 2013 04:58:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/remove-html-tags/m-p/9837003#M1784731</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-11-13T04:58:05Z</dc:date>
    </item>
    <item>
      <title>Re: Remove HTML Tags</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/remove-html-tags/m-p/9837004#M1784732</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Neha, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;The REGEX statement does not allow { } brackets in the statement.&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;regexes allow whatever you want and write in them, but...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;on the string level you will get lost with the task: Now you want to detect the content&amp;nbsp; of &amp;lt;style&amp;gt; ... &amp;lt;/style&amp;gt; tags and eliminate it. The next will send you HTML with a script tag. Finally, you will have re-invented an HTML parser.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But after a quick search, I just found a tiny HTML parser which apparently does what you want (didn't know it before---). There is a class CL_CRM_HTML_PARSER (in package CRM_EMAIL_BASE, software component WEBCUIF). Don't expect it to be fully compliant with the W3C HTML specification. But for most of the real-world and simple HTML documents out there, it should work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The following code gives what you want: The text content inside of the 'body'&amp;nbsp; tag.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rüdiger&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;data&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;: &lt;/SPAN&gt;lt_parts &lt;SPAN class="L0S52"&gt;type &lt;/SPAN&gt;cmail_html_parser_tab&lt;SPAN class="L0S55"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; lv_error &lt;SPAN class="L0S52"&gt;type &lt;/SPAN&gt;flag&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; cl_crm_html_parser&lt;SPAN class="L0S70"&gt;=&amp;gt;&lt;/SPAN&gt;parse_html_string&lt;SPAN class="L0S55"&gt;( &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;exporting &lt;/SPAN&gt;iv_html &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;lv_html&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; iv_all_tags_lower_case &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'X'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;importing &lt;/SPAN&gt;et_parts &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;lt_parts&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ev_error &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;lv_error &lt;SPAN class="L0S55"&gt;)&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;data&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;: &lt;/SPAN&gt;lv_start &lt;SPAN class="L0S52"&gt;type &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;i &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;value &lt;/SPAN&gt;&lt;SPAN class="L0S32"&gt;1&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;field-symbols&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;: &lt;/SPAN&gt;&amp;lt;ls_part&amp;gt; &lt;SPAN class="L0S52"&gt;type &lt;/SPAN&gt;cmail_html_parser&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;read &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;table &lt;/SPAN&gt;lt_parts &lt;SPAN class="L0S52"&gt;transporting &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;no &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;fields &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;with &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;key &lt;/SPAN&gt;tag &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'body'&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&amp;nbsp; " Let the search start after &amp;lt;body&amp;gt; (if present)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;if &lt;/SPAN&gt;sy&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;subrc &lt;SPAN class="L0S52"&gt;eq &lt;/SPAN&gt;&lt;SPAN class="L0S32"&gt;0&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; lv_start &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;sy&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;tabix + &lt;SPAN class="L0S32"&gt;1&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;endif&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;loop &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;at &lt;/SPAN&gt;lt_parts &lt;SPAN class="L0S52"&gt;assigning &lt;/SPAN&gt;&amp;lt;ls_part&amp;gt; &lt;SPAN class="L0S52"&gt;from &lt;/SPAN&gt;lv_start&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;if &lt;/SPAN&gt;&amp;lt;ls_part&amp;gt;&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;tag &lt;SPAN class="L0S52"&gt;is &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;initial&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN class="L0S31"&gt;* Strip leading CR/LF if present&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;replace &lt;/SPAN&gt;regex &lt;SPAN class="L0S33"&gt;'^[\r\n]*' &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;in &lt;/SPAN&gt;&amp;lt;ls_part&amp;gt;&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;part &lt;SPAN class="L0S52"&gt;with &lt;/SPAN&gt;space&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; check &amp;lt;ls_part&amp;gt;-part cn space. "" Skip empty text nodes&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;* &lt;SPAN style="color: rgba(0, 0, 0, 0); font-family: helvetica, arial; font-size: 12px;"&gt; Here is a text part: Do what you want with it - e.g. WRITE it: &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52" style="font-size: 9pt; line-height: 12pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; write&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-size: 9pt; line-height: 12pt;"&gt;: &lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; line-height: 12pt;"&gt;/ &amp;lt;ls_part&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="L0S70" style="font-size: 9pt; line-height: 12pt;"&gt;-&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; line-height: 12pt;"&gt;part&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-size: 9pt; line-height: 12pt;"&gt;. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;endif&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;if &lt;/SPAN&gt;&amp;lt;ls_part&amp;gt;&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;tag &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'body'&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;exit&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&amp;nbsp; " Reached end of body: Stop searching&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;endif&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;endloop&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Nov 2013 07:28:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/remove-html-tags/m-p/9837004#M1784732</guid>
      <dc:creator>Ruediger_Plantiko</dc:creator>
      <dc:date>2013-11-13T07:28:01Z</dc:date>
    </item>
    <item>
      <title>Re: Remove HTML Tags</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/remove-html-tags/m-p/9837005#M1784733</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rudiger,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your inputs, they really helped. &lt;/P&gt;&lt;P&gt;Well method &lt;STRONG&gt;cl_crm_html_parser&lt;SPAN class="L0S70"&gt;=&amp;gt;&lt;/SPAN&gt;parse_html_string&lt;/STRONG&gt; resolved the issue to a large extent, but not completely. &lt;/P&gt;&lt;P&gt;The problem that remains is that when the content is split-ted in multiple lines in table&amp;nbsp; it_soli_bcs, the rows which do not have beginning of tags for those rows some of the content is lost. Example -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data in table it_soli_bcs&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;Row 1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;PlainText"&amp;gt;&amp;nbsp;&amp;lt;/div&amp;gt;##&amp;lt;div class="PlainText"&amp;gt;&amp;lt;font face="courier new"&amp;gt;Remarks : this document is rejected due to large amount. Please change the amount of the##&amp;lt;/font&amp;gt;PR 6000002560 with in budget.&amp;nbsp;&amp;lt;br&amp;gt;##&amp;nbsp;&amp;lt;br&amp;gt;##&amp;nbsp;&amp;lt;br&amp;gt;##*- NOTE -*&amp;lt;br&amp;gt;##Plea&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;Row 2&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;se do not change content of this mail &amp;lt;br&amp;gt;##&amp;nbsp;&amp;lt;br&amp;gt;##*********************************&amp;lt;/div&amp;gt;##&amp;lt;/font&amp;gt;##&amp;lt;/body&amp;gt;##&amp;lt;/html&amp;gt;############################################################################################################################### # # #&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;after passing these rows as string in parameter iv_html of method &lt;STRONG&gt;cl_crm_html_parser&lt;SPAN class="L0S70"&gt;=&amp;gt;&lt;/SPAN&gt;parse_html_string &lt;/STRONG&gt;data retrieved in parameter et_parts table is &lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;Row 1&lt;/SPAN&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Remarks : this document is rejected due to large amount. Please change the amount of the##PR 6000002560 with in budget.##*- NOTE -*##Plea&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;Row 2&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;##*********************************##&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'se do not change content of this mail' in the Row 2 of table it_soli_bcs is lost.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Neha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Dec 2013 05:45:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/remove-html-tags/m-p/9837005#M1784733</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-12-02T05:45:35Z</dc:date>
    </item>
    <item>
      <title>Re: Remove HTML Tags</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/remove-html-tags/m-p/9837006#M1784734</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The issue is resolved.&lt;/P&gt;&lt;P&gt;We changed the config. in Transaction SCOT for Inbound mails.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SCOT -&amp;gt; Settings -&amp;gt; Inbound Messages -&amp;gt; Settings -&amp;gt; &lt;/P&gt;&lt;P&gt;Choose 'Text Version' for field 'Prefer following version of an Inbound E-mail'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After this all the inbound mails in SAP are saved in Text format, irrespective of that they are received in RAW or HTML and from any device Outlook , Blackberry or iOS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thus HTML conversion is no more required.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Neha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Dec 2013 05:50:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/remove-html-tags/m-p/9837006#M1784734</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-12-02T05:50:41Z</dc:date>
    </item>
    <item>
      <title>Re: Remove HTML Tags</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/remove-html-tags/m-p/9837007#M1784735</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;The problem that remains is that when the content is split-ted in multiple lines in table&amp;nbsp; it_soli_bcs, the rows which do not have beginning of tags for those rows some of the content is lost&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then you didn't properly concatenate the lines into the string that serves as input for the parser&amp;nbsp; (&lt;A href="http://en.wikipedia.org/wiki/Garbage_In,_Garbage_Out"&gt;GIGO&lt;/A&gt;). Don't use CR/LF as separator in the concatenate statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rüdiger&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Dec 2013 07:49:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/remove-html-tags/m-p/9837007#M1784735</guid>
      <dc:creator>Ruediger_Plantiko</dc:creator>
      <dc:date>2013-12-02T07:49:14Z</dc:date>
    </item>
    <item>
      <title>Re: Remove HTML Tags</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/remove-html-tags/m-p/9837008#M1784736</link>
      <description>&lt;P&gt;Hi Neha,&lt;/P&gt;&lt;P&gt;In my case even it is maintained as Text version iam getting data as &amp;lt;html&amp;gt; format&lt;/P&gt;&lt;P&gt;Could you please help.&lt;/P&gt;</description>
      <pubDate>Mon, 03 Apr 2023 16:31:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/remove-html-tags/m-p/9837008#M1784736</guid>
      <dc:creator>ravirayala_sap</dc:creator>
      <dc:date>2023-04-03T16:31:51Z</dc:date>
    </item>
  </channel>
</rss>

