<?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 Read saved text using a text editor in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-saved-text-using-a-text-editor/m-p/2769565#M645230</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created a text editor and have saved its text using save_text. It is working fine for me. My problem is how to read the saved text.&lt;/P&gt;&lt;P&gt;Please help.&lt;/P&gt;&lt;P&gt;Any pointers would be highly appreciated.&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;Dinesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 04 Sep 2007 05:16:25 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-09-04T05:16:25Z</dc:date>
    <item>
      <title>Read saved text using a text editor</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-saved-text-using-a-text-editor/m-p/2769565#M645230</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created a text editor and have saved its text using save_text. It is working fine for me. My problem is how to read the saved text.&lt;/P&gt;&lt;P&gt;Please help.&lt;/P&gt;&lt;P&gt;Any pointers would be highly appreciated.&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;Dinesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Sep 2007 05:16:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-saved-text-using-a-text-editor/m-p/2769565#M645230</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-04T05:16:25Z</dc:date>
    </item>
    <item>
      <title>Re: Read saved text using a text editor</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-saved-text-using-a-text-editor/m-p/2769566#M645231</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use function module &amp;lt;b&amp;gt;READ_TEXT&amp;lt;/b&amp;gt; or &amp;lt;b&amp;gt;READ_INLINE_TEXT&amp;lt;/b&amp;gt;. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Alpesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Sep 2007 05:25:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-saved-text-using-a-text-editor/m-p/2769566#M645231</guid>
      <dc:creator>alpesh_saparia3</dc:creator>
      <dc:date>2007-09-04T05:25:04Z</dc:date>
    </item>
    <item>
      <title>Re: Read saved text using a text editor</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-saved-text-using-a-text-editor/m-p/2769567#M645232</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;     before saving the text,check the save mode in table TTXOB for the TDOBJECT u have used.If it is D,then u have to use&lt;/P&gt;&lt;P&gt; FMs- SAVE_TEXT to save&lt;/P&gt;&lt;P&gt;         COMMIT_TEXT to update in DB.&lt;/P&gt;&lt;P&gt;If save mode is V,u have to use&lt;/P&gt;&lt;P&gt;         INTTAB_SAVE_TEXT and&lt;/P&gt;&lt;P&gt;         INTTAB_COMMIT_TEXT .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For both to read u can use the FM- READ_TEXT to read the saved text later.&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Reward if useful&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Sep 2007 05:29:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-saved-text-using-a-text-editor/m-p/2769567#M645232</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-04T05:29:37Z</dc:date>
    </item>
    <item>
      <title>Re: Read saved text using a text editor</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-saved-text-using-a-text-editor/m-p/2769568#M645233</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi dinesh&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to read the text use read_text and pass the required import , export &amp;amp; table parameters.. some of them are &lt;/P&gt;&lt;P&gt;SY-MANDT&lt;/P&gt;&lt;P&gt;THEAD-TDID&lt;/P&gt;&lt;P&gt;THEAD-TDSPRAS&lt;/P&gt;&lt;P&gt;THEAD-TDNAME&lt;/P&gt;&lt;P&gt;THEAD-TDOBJECT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;text hearder wil be in THEAD STRUCTURE&lt;/P&gt;&lt;P&gt;text lines wil be in  STRUCTURE  TLINE&lt;/P&gt;&lt;P&gt;for further information refer the READ_TEXT fm.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reagrds&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Sep 2007 06:15:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-saved-text-using-a-text-editor/m-p/2769568#M645233</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-04T06:15:26Z</dc:date>
    </item>
    <item>
      <title>Re: Read saved text using a text editor</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-saved-text-using-a-text-editor/m-p/2769569#M645234</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dinesh,&lt;/P&gt;&lt;P&gt;               Use FM 'Read_Text' and pass appropriate parameters.&lt;/P&gt;&lt;P&gt;Refer this code :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'READ_TEXT'&lt;/P&gt;&lt;P&gt;  EXPORTING&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  CLIENT                        = SY-MANDT&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    ID                                =    '0001'&lt;/P&gt;&lt;P&gt;    LANGUAGE                 = 'EN'&lt;/P&gt;&lt;P&gt;    NAME                          = Thead-tdname&lt;/P&gt;&lt;P&gt;    OBJECT                       = 'VBAK'&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  ARCHIVE_HANDLE                = 0&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  LOCAL_CAT                     = ' '&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt; IMPORTING&lt;/P&gt;&lt;P&gt;   HEADER                        = IT_HEADER1&lt;/P&gt;&lt;P&gt;  TABLES&lt;/P&gt;&lt;P&gt;    LINES                         = IT_LINES2&lt;/P&gt;&lt;P&gt; EXCEPTIONS&lt;/P&gt;&lt;P&gt;   ID                            = 1&lt;/P&gt;&lt;P&gt;   LANGUAGE                      = 2&lt;/P&gt;&lt;P&gt;   NAME                          = 3&lt;/P&gt;&lt;P&gt;   NOT_FOUND                     = 4&lt;/P&gt;&lt;P&gt;   OBJECT                        = 5&lt;/P&gt;&lt;P&gt;   REFERENCE_CHECK               = 6&lt;/P&gt;&lt;P&gt;   WRONG_ACCESS_TO_ARCHIVE       = 7&lt;/P&gt;&lt;P&gt;   OTHERS                        = 8&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Hemant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Sep 2007 06:32:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-saved-text-using-a-text-editor/m-p/2769569#M645234</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-04T06:32:06Z</dc:date>
    </item>
    <item>
      <title>Re: Read saved text using a text editor</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-saved-text-using-a-text-editor/m-p/2769570#M645235</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the inputs.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 20 Jan 2008 09:35:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-saved-text-using-a-text-editor/m-p/2769570#M645235</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-20T09:35:41Z</dc:date>
    </item>
  </channel>
</rss>

