<?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: Show HTML or SAPscript formatted Text in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/show-html-or-sapscript-formatted-text/m-p/1495493#M230094</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you want to display the text as list with WRITE statement?&lt;/P&gt;&lt;P&gt;If you use ASC as text format, it gives you plain text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sridhar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 08 Aug 2006 16:37:22 GMT</pubDate>
    <dc:creator>sridhar_k1</dc:creator>
    <dc:date>2006-08-08T16:37:22Z</dc:date>
    <item>
      <title>Show HTML or SAPscript formatted Text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/show-html-or-sapscript-formatted-text/m-p/1495492#M230093</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi friends, I'm using BAPI_MESSAGE_GETDETAIL to get message details. This bapi returns HTML formatted text in TEXT table. How can i show this content?, this bapi returns SAPscript formatted text also, in that case, how can i show this content?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Leonardo P.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Aug 2006 15:57:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/show-html-or-sapscript-formatted-text/m-p/1495492#M230093</guid>
      <dc:creator>leonardo_pavia</dc:creator>
      <dc:date>2006-08-08T15:57:33Z</dc:date>
    </item>
    <item>
      <title>Re: Show HTML or SAPscript formatted Text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/show-html-or-sapscript-formatted-text/m-p/1495493#M230094</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you want to display the text as list with WRITE statement?&lt;/P&gt;&lt;P&gt;If you use ASC as text format, it gives you plain text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sridhar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Aug 2006 16:37:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/show-html-or-sapscript-formatted-text/m-p/1495493#M230094</guid>
      <dc:creator>sridhar_k1</dc:creator>
      <dc:date>2006-08-08T16:37:22Z</dc:date>
    </item>
    <item>
      <title>Re: Show HTML or SAPscript formatted Text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/show-html-or-sapscript-formatted-text/m-p/1495494#M230095</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Shridar thank you, i would like to show the content with formatted fonts, colors, etc. Plain text is too "plain". Can i do this?, in a separated window for example?.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Aug 2006 17:13:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/show-html-or-sapscript-formatted-text/m-p/1495494#M230095</guid>
      <dc:creator>leonardo_pavia</dc:creator>
      <dc:date>2006-08-08T17:13:17Z</dc:date>
    </item>
    <item>
      <title>Re: Show HTML or SAPscript formatted Text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/show-html-or-sapscript-formatted-text/m-p/1495495#M230096</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use fm HELP_DOCULINES_SHOW to display the formatted text.&lt;/P&gt;&lt;P&gt;Pass the scpscript formatted text to  paramter HELPLINES of the above mentioned FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sridhar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Aug 2006 17:40:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/show-html-or-sapscript-formatted-text/m-p/1495495#M230096</guid>
      <dc:creator>sridhar_k1</dc:creator>
      <dc:date>2006-08-08T17:40:56Z</dc:date>
    </item>
    <item>
      <title>Re: Show HTML or SAPscript formatted Text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/show-html-or-sapscript-formatted-text/m-p/1495496#M230097</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much Sridhar, that's just what i need. Do you know a similar function module for HTML?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Leonardo P.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Aug 2006 19:56:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/show-html-or-sapscript-formatted-text/m-p/1495496#M230097</guid>
      <dc:creator>leonardo_pavia</dc:creator>
      <dc:date>2006-08-08T19:56:03Z</dc:date>
    </item>
  </channel>
</rss>

