<?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: Convert xstring to xml in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/convert-xstring-to-xml/m-p/6502937#M1422061</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;Try the below FMs&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Convert the xstring to binary. SCMS_XSTRING_TO_BINARY&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then Binary to String  SCMS_BINARY_TO_STRING&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Nazeer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 28 Dec 2009 04:21:46 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-12-28T04:21:46Z</dc:date>
    <item>
      <title>Convert xstring to xml</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/convert-xstring-to-xml/m-p/6502936#M1422060</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;I want to upload a MS Word document and use it as a new document template in CRM WebUI. Therefore I enhanced the document template application in CRM 7.0. The uploaded file I got as an xstring. I asume that I have to tranform the xstring into xml before I can tansfer it to the MS Word application.&lt;/P&gt;&lt;P&gt;Can anybody give me a hint how to convert the xstring into xml which will be understand by MS Word so the variables can be placed into the document?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks in advanced, any help is welcome!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 27 Dec 2009 11:47:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/convert-xstring-to-xml/m-p/6502936#M1422060</guid>
      <dc:creator>MichaelH1</dc:creator>
      <dc:date>2009-12-27T11:47:04Z</dc:date>
    </item>
    <item>
      <title>Re: Convert xstring to xml</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/convert-xstring-to-xml/m-p/6502937#M1422061</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;Try the below FMs&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Convert the xstring to binary. SCMS_XSTRING_TO_BINARY&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then Binary to String  SCMS_BINARY_TO_STRING&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Nazeer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Dec 2009 04:21:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/convert-xstring-to-xml/m-p/6502937#M1422061</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-28T04:21:46Z</dc:date>
    </item>
    <item>
      <title>Re: Convert xstring to xml</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/convert-xstring-to-xml/m-p/6502938#M1422062</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nazeer,&lt;/P&gt;&lt;P&gt;thanks for your answer. Your proposal I've already tried out before, but I got only a string which won't work with MS Word to use the document as a template. I think that I have to convert the word document first into XML which will meet the MS Word conventions. Do you know a function module or a method which will support this? I think there should be a parameter where I can post the schema.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks in advance!&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Dec 2009 09:44:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/convert-xstring-to-xml/m-p/6502938#M1422062</guid>
      <dc:creator>MichaelH1</dc:creator>
      <dc:date>2009-12-28T09:44:21Z</dc:date>
    </item>
    <item>
      <title>Re: Convert xstring to xml</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/convert-xstring-to-xml/m-p/6502939#M1422063</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;U can use a transformation (CALL TRANSFORMATION statament) or u can use methods of class CL_IXML and interfaces IF_IXML*: i think u can find out demo program (ex. SXSLTDEMO_FLIGHTS).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Dec 2009 09:59:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/convert-xstring-to-xml/m-p/6502939#M1422063</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-28T09:59:16Z</dc:date>
    </item>
    <item>
      <title>Re: Convert xstring to xml</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/convert-xstring-to-xml/m-p/6502940#M1422064</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Max,&lt;/P&gt;&lt;P&gt;thanks for this hint. I'll try it. That sames to be a good solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Dec 2009 18:51:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/convert-xstring-to-xml/m-p/6502940#M1422064</guid>
      <dc:creator>MichaelH1</dc:creator>
      <dc:date>2009-12-28T18:51:43Z</dc:date>
    </item>
  </channel>
</rss>

