<?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: sap script raw line in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-raw-line/m-p/603371#M24716</link>
    <description>&lt;P&gt;Thank you, I am going to have another try on the FM mentioned.&lt;/P&gt;</description>
    <pubDate>Fri, 27 Apr 2018 05:46:44 GMT</pubDate>
    <dc:creator>EricYu0912</dc:creator>
    <dc:date>2018-04-27T05:46:44Z</dc:date>
    <item>
      <title>sap script raw line</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-raw-line/m-p/603365#M24710</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;
  &lt;P&gt;&lt;/P&gt;
  &lt;P&gt;I have a question about SAP script raw line.&lt;/P&gt;
  &lt;P&gt;In a nutshell, text like '&amp;lt;p&amp;gt;' was formatted to ''&amp;lt;)&amp;gt;&amp;lt;&amp;lt;)&amp;gt;p&amp;gt;".&lt;/P&gt;
  &lt;P&gt;I got ''&amp;lt;)&amp;gt;&amp;lt;&amp;lt;)&amp;gt;p&amp;gt;" in my code and can I recover it to '&amp;lt;p&amp;gt;'.&lt;/P&gt;
  &lt;P&gt;How can I do that? Thank you&lt;/P&gt;</description>
      <pubDate>Thu, 26 Apr 2018 05:24:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-raw-line/m-p/603365#M24710</guid>
      <dc:creator>EricYu0912</dc:creator>
      <dc:date>2018-04-26T05:24:10Z</dc:date>
    </item>
    <item>
      <title>Re: sap script raw line</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-raw-line/m-p/603366#M24711</link>
      <description>&lt;P&gt;Don't use the destroy editor.&lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt;Only the awkward WYTISWYS editor is reliable.&lt;/P&gt;</description>
      <pubDate>Thu, 26 Apr 2018 05:45:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-raw-line/m-p/603366#M24711</guid>
      <dc:creator>retired_member</dc:creator>
      <dc:date>2018-04-26T05:45:41Z</dc:date>
    </item>
    <item>
      <title>Re: sap script raw line</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-raw-line/m-p/603367#M24712</link>
      <description>&lt;P&gt;To convert an ITF text to a 'flat text' version, you can use FM CONVERT_ITF_TO_ASCII. But don't save the result back to database as it would clear every formatting...&lt;/P&gt;</description>
      <pubDate>Thu, 26 Apr 2018 06:11:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-raw-line/m-p/603367#M24712</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2018-04-26T06:11:41Z</dc:date>
    </item>
    <item>
      <title>Re: sap script raw line</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-raw-line/m-p/603368#M24713</link>
      <description>&lt;P&gt;Do you mean db doesn't accept "&amp;lt;p&amp;gt;" in my case?&lt;/P&gt;</description>
      <pubDate>Thu, 26 Apr 2018 10:27:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-raw-line/m-p/603368#M24713</guid>
      <dc:creator>EricYu0912</dc:creator>
      <dc:date>2018-04-26T10:27:06Z</dc:date>
    </item>
    <item>
      <title>Re: sap script raw line</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-raw-line/m-p/603369#M24714</link>
      <description>&lt;P&gt;I am also curiosity about how &amp;lt;p&amp;gt; was formatted to &amp;lt;)&amp;gt;&amp;lt;&amp;lt;)&amp;gt;p&amp;gt; by using FM CONVERT_ASCII_TO_ITF.&lt;/P&gt;
  &lt;P&gt;I have tried format '(' as document said, but it didin't work.&lt;/P&gt;</description>
      <pubDate>Thu, 26 Apr 2018 10:48:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-raw-line/m-p/603369#M24714</guid>
      <dc:creator>EricYu0912</dc:creator>
      <dc:date>2018-04-26T10:48:19Z</dc:date>
    </item>
    <item>
      <title>Re: sap script raw line</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-raw-line/m-p/603370#M24715</link>
      <description>&lt;P&gt;The text like '&amp;lt;)&amp;gt;&amp;lt;&amp;lt;)&amp;gt;p&amp;gt;' is generated in SapScript editor when user input some reserved character, characters used to manage format or variables (Here the "&amp;lt;" character which is the begining of a SapScript command/format). &lt;/P&gt;
  &lt;P&gt;If FM doesn't work yu have to convert the "&amp;lt;)&amp;gt;one character&amp;lt;)&amp;gt;" string back to the single character using search/replace statements/tools. But then the text won't be compliant any longer with SapScript syntax.&lt;/P&gt;</description>
      <pubDate>Thu, 26 Apr 2018 10:58:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-raw-line/m-p/603370#M24715</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2018-04-26T10:58:01Z</dc:date>
    </item>
    <item>
      <title>Re: sap script raw line</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-raw-line/m-p/603371#M24716</link>
      <description>&lt;P&gt;Thank you, I am going to have another try on the FM mentioned.&lt;/P&gt;</description>
      <pubDate>Fri, 27 Apr 2018 05:46:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-raw-line/m-p/603371#M24716</guid>
      <dc:creator>EricYu0912</dc:creator>
      <dc:date>2018-04-27T05:46:44Z</dc:date>
    </item>
  </channel>
</rss>

