<?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 Function module to convert string to sap script format in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-convert-string-to-sap-script-format/m-p/4891793#M1142848</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;         I need to convert a text to SAP script format(TDLINE). I have used the FM CONVERT_STREAM_TO_ITF_TEXT to achieve this functionality. Its working fine. But when there is &amp;amp; symbol passed as input to the FM, the FM converts it into &amp;lt;(&amp;gt;&amp;amp;&amp;lt;)&amp;gt;. This is causing me a problem as the output of the file is being uploaded to a different system. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any other FM which converts the text to script format?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Niyaz&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 18 Dec 2008 09:38:49 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-12-18T09:38:49Z</dc:date>
    <item>
      <title>Function module to convert string to sap script format</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-convert-string-to-sap-script-format/m-p/4891793#M1142848</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;         I need to convert a text to SAP script format(TDLINE). I have used the FM CONVERT_STREAM_TO_ITF_TEXT to achieve this functionality. Its working fine. But when there is &amp;amp; symbol passed as input to the FM, the FM converts it into &amp;lt;(&amp;gt;&amp;amp;&amp;lt;)&amp;gt;. This is causing me a problem as the output of the file is being uploaded to a different system. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any other FM which converts the text to script format?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Niyaz&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Dec 2008 09:38:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-convert-string-to-sap-script-format/m-p/4891793#M1142848</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-18T09:38:49Z</dc:date>
    </item>
    <item>
      <title>Re: Function module to convert string to sap script format</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-convert-string-to-sap-script-format/m-p/4891794#M1142849</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use FM:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;READ_TEXT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Dec 2008 09:41:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-convert-string-to-sap-script-format/m-p/4891794#M1142849</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-18T09:41:05Z</dc:date>
    </item>
    <item>
      <title>Re: Function module to convert string to sap script format</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-convert-string-to-sap-script-format/m-p/4891795#M1142850</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;just make sure that whatever text you are copying should not be directly copied from word.&lt;/P&gt;&lt;P&gt;it needs to be copied from word to note pad.Then subsequentely it has to be copied from note pad to the script editor.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&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;Aakash Banga&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Dec 2008 10:01:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-convert-string-to-sap-script-format/m-p/4891795#M1142850</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-18T10:01:57Z</dc:date>
    </item>
    <item>
      <title>Re: Function module to convert string to sap script format</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-convert-string-to-sap-script-format/m-p/4891796#M1142851</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;follow the below link , this will provide you required information:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_40b/helpdata/en/d6/0db8bb494511d182b70000e829fbfe/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_40b/helpdata/en/d6/0db8bb494511d182b70000e829fbfe/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Saurabh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Dec 2008 10:08:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-convert-string-to-sap-script-format/m-p/4891796#M1142851</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-18T10:08:38Z</dc:date>
    </item>
  </channel>
</rss>

