<?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 Convert BINARY to MS-WORD DOCUMENT. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/convert-binary-to-ms-word-document/m-p/8500227#M1653904</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any fm to convert binary data in an internal table to msword document. i am trying to conert the internal table (binary format to ms-word). please help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Vinodkumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 07 Feb 2012 06:10:45 GMT</pubDate>
    <dc:creator>vinodkumar_thangavel</dc:creator>
    <dc:date>2012-02-07T06:10:45Z</dc:date>
    <item>
      <title>Convert BINARY to MS-WORD DOCUMENT.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/convert-binary-to-ms-word-document/m-p/8500227#M1653904</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any fm to convert binary data in an internal table to msword document. i am trying to conert the internal table (binary format to ms-word). please help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Vinodkumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Feb 2012 06:10:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/convert-binary-to-ms-word-document/m-p/8500227#M1653904</guid>
      <dc:creator>vinodkumar_thangavel</dc:creator>
      <dc:date>2012-02-07T06:10:45Z</dc:date>
    </item>
    <item>
      <title>Re: Convert BINARY to MS-WORD DOCUMENT.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/convert-binary-to-ms-word-document/m-p/8500228#M1653905</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vinod,&lt;/P&gt;&lt;P&gt;              There are certain FM available in SAP which can convert Binary data to Text but if your MS-Word document has Images in it then i am not sure. But for Binary to Text, You can search in SE37 with &lt;STRONG&gt;SCMS&lt;/STRONG&gt; you will get lot's of FM to do that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example.&lt;/P&gt;&lt;P&gt;SCMS_BIN_TO_TEXT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Tapodipta Khan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Feb 2012 10:11:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/convert-binary-to-ms-word-document/m-p/8500228#M1653905</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-02-07T10:11:21Z</dc:date>
    </item>
    <item>
      <title>Re: Convert BINARY to MS-WORD DOCUMENT.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/convert-binary-to-ms-word-document/m-p/8500229#M1653906</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Convert the Binary data into text format using the available function modules - Please search&lt;/P&gt;&lt;P&gt;Then use the OLE methods to create the word document from ABAP - Please search , lot of wiki posts are available.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kesav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Feb 2012 10:14:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/convert-binary-to-ms-word-document/m-p/8500229#M1653906</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2012-02-07T10:14:13Z</dc:date>
    </item>
    <item>
      <title>Re: Convert BINARY to MS-WORD DOCUMENT.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/convert-binary-to-ms-word-document/m-p/8500230#M1653907</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks to all, issue solved.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Feb 2012 05:32:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/convert-binary-to-ms-word-document/m-p/8500230#M1653907</guid>
      <dc:creator>vinodkumar_thangavel</dc:creator>
      <dc:date>2012-02-08T05:32:15Z</dc:date>
    </item>
    <item>
      <title>Re: Convert BINARY to MS-WORD DOCUMENT.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/convert-binary-to-ms-word-document/m-p/8500231#M1653908</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you explain how you have solved the issue pleas?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jan 2013 12:24:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/convert-binary-to-ms-word-document/m-p/8500231#M1653908</guid>
      <dc:creator>roberto_rodriguez2</dc:creator>
      <dc:date>2013-01-09T12:24:49Z</dc:date>
    </item>
  </channel>
</rss>

