<?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: FM for text types in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-for-text-types/m-p/3344481#M801863</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;The following function modules for saving text and reading text&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAVE_TEXT&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;&lt;STRONG&gt;reward me a points if it is use full answer&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;praveen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 22 Jan 2008 08:22:36 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-01-22T08:22:36Z</dc:date>
    <item>
      <title>FM for text types</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-for-text-types/m-p/3344480#M801862</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;Good day...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to ask if any of you knows the FM for text types. Kindly send it to me...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and God bless.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;JC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jan 2008 08:15:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fm-for-text-types/m-p/3344480#M801862</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-22T08:15:29Z</dc:date>
    </item>
    <item>
      <title>Re: FM for text types</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-for-text-types/m-p/3344481#M801863</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;The following function modules for saving text and reading text&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAVE_TEXT&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;&lt;STRONG&gt;reward me a points if it is use full answer&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;praveen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jan 2008 08:22:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fm-for-text-types/m-p/3344481#M801863</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-22T08:22:36Z</dc:date>
    </item>
    <item>
      <title>Re: FM for text types</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-for-text-types/m-p/3344482#M801864</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Jaycee,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Te function module for text types are :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;SAVE_TEXT&lt;/STRONG&gt; and &lt;STRONG&gt;READ_TEXT&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Find the small description about these FMs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;U&gt;*SAVE&lt;/U&gt;TEXT:*_&lt;/P&gt;&lt;P&gt;The function module writes a text module to the text file or text&lt;/P&gt;&lt;P&gt;memory, depending on the specific text object.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The module can be used to change existing texts and to create new texts.&lt;/P&gt;&lt;P&gt;If it is clear that it is a new text, this can be specified via the&lt;/P&gt;&lt;P&gt;parameter INSERT. The result is better performance as a test read is not&lt;/P&gt;&lt;P&gt;performed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;U&gt;*READ&lt;/U&gt;TEXT:*_&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; In order to process text modules in application programs, all&lt;/P&gt;&lt;P&gt; information about a text module must be transferred to internal work&lt;/P&gt;&lt;P&gt; areas.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; A text is read from the text file or text memory with this function&lt;/P&gt;&lt;P&gt; module. It must be described fully by specifying OBJECT, NAME, ID, and&lt;/P&gt;&lt;P&gt; LANGUAGE. Generic entries in these parameters are not valid.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; When header information and text lines have been read successfully, they&lt;/P&gt;&lt;P&gt; are transferred to the work areas HEADER and LINES.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward If Helpful.&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;Sasidhar Reddy Matli&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jan 2008 08:27:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fm-for-text-types/m-p/3344482#M801864</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-22T08:27:10Z</dc:date>
    </item>
  </channel>
</rss>

