<?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: Append text using SAVE_TEXT in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/append-text-using-save-text/m-p/1660100#M292640</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pam,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need to use FM READ_TEXT and FM EDIT_TEXT then use FM SAVE_TEXT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ferry Lianto&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 13 Nov 2006 18:56:25 GMT</pubDate>
    <dc:creator>ferry_lianto</dc:creator>
    <dc:date>2006-11-13T18:56:25Z</dc:date>
    <item>
      <title>Append text using SAVE_TEXT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/append-text-using-save-text/m-p/1660098#M292638</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm trying to append text lines to the existing data for a given text id. And it seems to replace it each time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way to do it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This did not work....call replaces the text data.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
    call function 'SAVE_TEXT'
      EXPORTING
        header   = thead
        insert   = 'I'
      TABLES
        lines    = tline
      EXCEPTIONS
        id       = 1
        language = 2
        name     = 3
        object   = 4
        others   = 5.

    if sy-subrc &amp;lt;&amp;gt; 0.

    endif.
    CALL FUNCTION 'COMMIT_TEXT'.
    COMMIT WORK.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Pam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Nov 2006 18:51:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/append-text-using-save-text/m-p/1660098#M292638</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-13T18:51:20Z</dc:date>
    </item>
    <item>
      <title>Re: Append text using SAVE_TEXT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/append-text-using-save-text/m-p/1660099#M292639</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you would need to use READ_TAXT first to retrieve the existing text, then add your new text to the internal table and call SAVE_TEXT with the full text.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Nov 2006 18:53:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/append-text-using-save-text/m-p/1660099#M292639</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-13T18:53:20Z</dc:date>
    </item>
    <item>
      <title>Re: Append text using SAVE_TEXT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/append-text-using-save-text/m-p/1660100#M292640</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pam,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need to use FM READ_TEXT and FM EDIT_TEXT then use FM SAVE_TEXT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ferry Lianto&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Nov 2006 18:56:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/append-text-using-save-text/m-p/1660100#M292640</guid>
      <dc:creator>ferry_lianto</dc:creator>
      <dc:date>2006-11-13T18:56:25Z</dc:date>
    </item>
    <item>
      <title>Re: Append text using SAVE_TEXT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/append-text-using-save-text/m-p/1660101#M292641</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok...I have the code in place...its so messy but I guess I don't have much options. The reason I say its messy 'cause I get to many lines and too many text ids.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You would think SAP provides this common feature!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Nov 2006 18:56:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/append-text-using-save-text/m-p/1660101#M292641</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-13T18:56:41Z</dc:date>
    </item>
    <item>
      <title>Re: Append text using SAVE_TEXT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/append-text-using-save-text/m-p/1660102#M292642</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Parimala,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The function module SAVE_TEXT &lt;/P&gt;&lt;P&gt;1. replaces the existing text if the INSERT parameter is SPACE &lt;/P&gt;&lt;P&gt;2. Inserts new text if the INSERT parameter not equal to SPACE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;Sajan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Nov 2006 19:00:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/append-text-using-save-text/m-p/1660102#M292642</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-13T19:00:00Z</dc:date>
    </item>
    <item>
      <title>Re: Append text using SAVE_TEXT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/append-text-using-save-text/m-p/1660103#M292643</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sajan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;does not seem to work like that. I tried with all possible values. I'm now using read_text and appending data to tline following with a save_text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank for your timely suggestions.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Nov 2006 20:04:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/append-text-using-save-text/m-p/1660103#M292643</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-13T20:04:49Z</dc:date>
    </item>
  </channel>
</rss>

