<?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: Opening word document using Container method in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/opening-word-document-using-container-method/m-p/3807229#M915732</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;Thanks for the reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please provide a example or test program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; regards,&lt;/P&gt;&lt;P&gt;Chetan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 24 May 2008 23:32:20 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-05-24T23:32:20Z</dc:date>
    <item>
      <title>Opening word document using Container method</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/opening-word-document-using-container-method/m-p/3807227#M915730</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;I am opening word document using container method.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I type some text in that word document.&lt;/P&gt;&lt;P&gt;Once i save that document control comes to the Abap screen&lt;/P&gt;&lt;P&gt;from where i had called that container.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want the text typed in the word document to load into to the&lt;/P&gt;&lt;P&gt;internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can any please tell me which method to be used or provide&lt;/P&gt;&lt;P&gt;me some example code .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am refering to sap standard program&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"SAPRDEMODOCUMENTCONTAINER".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What i want is when the user clicks on Save, button data should get saved in the internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am only going to type plain text for Ex ; "Hi from chetan" in the word document.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I my internal table "Hi from chetan" should get saved.&lt;/P&gt;&lt;P&gt;&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;Thanks &amp;amp; regards,&lt;/P&gt;&lt;P&gt;Chetan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 May 2008 13:13:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/opening-word-document-using-container-method/m-p/3807227#M915730</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-23T13:13:20Z</dc:date>
    </item>
    <item>
      <title>Re: Opening word document using Container method</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/opening-word-document-using-container-method/m-p/3807228#M915731</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This can easily done using a text editor using container.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;

data:
i_text_tab  type standard table of line initial size 0.

  call method editor-&amp;gt;get_text_as_stream
    importing
      text = i_text_tab.

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 May 2008 13:29:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/opening-word-document-using-container-method/m-p/3807228#M915731</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-23T13:29:55Z</dc:date>
    </item>
    <item>
      <title>Re: Opening word document using Container method</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/opening-word-document-using-container-method/m-p/3807229#M915732</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;Thanks for the reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please provide a example or test program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; regards,&lt;/P&gt;&lt;P&gt;Chetan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 24 May 2008 23:32:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/opening-word-document-using-container-method/m-p/3807229#M915732</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-24T23:32:20Z</dc:date>
    </item>
  </channel>
</rss>

