<?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: appending long text in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/appending-long-text/m-p/4070810#M973225</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When calling the FM SAVE_TEXT pl. pass SAVEMODE_DIRECT = 'X' &lt;/P&gt;&lt;P&gt;otherwise it will not save the text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Joy.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 27 Jun 2008 13:07:52 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-06-27T13:07:52Z</dc:date>
    <item>
      <title>appending long text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/appending-long-text/m-p/4070805#M973220</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 have a long text to be added to a transaction. I'm using the FM 'SAVE_TEXT' to save the long text. But whenever i'm adding new text, its overwriting the existing one. &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;if i add any new text, it should add to the existing one and not overwrite that. how to do that. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;points assured..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Shekhar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jun 2008 12:10:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/appending-long-text/m-p/4070805#M973220</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-27T12:10:24Z</dc:date>
    </item>
    <item>
      <title>Re: appending long text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/appending-long-text/m-p/4070806#M973221</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;READ TEXT first and CONCATENATE text retreived and new text you want to add...Then use SAVE_TEXT&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jun 2008 12:12:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/appending-long-text/m-p/4070806#M973221</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-27T12:12:26Z</dc:date>
    </item>
    <item>
      <title>Re: appending long text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/appending-long-text/m-p/4070807#M973222</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shekhar,&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;  Try using the option 'U' in the parameter Funtion of SAVE_TEXT Function module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FUNCTION - The parameter returns the processing status of the text module for the current call.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;' ' No action&lt;/P&gt;&lt;P&gt;'I' Text module was inserted&lt;/P&gt;&lt;P&gt;'U' Text module was updated&lt;/P&gt;&lt;P&gt;'D' Text module was deleted&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if found useful,&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Swapna.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jun 2008 12:17:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/appending-long-text/m-p/4070807#M973222</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-27T12:17:19Z</dc:date>
    </item>
    <item>
      <title>Re: appending long text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/appending-long-text/m-p/4070808#M973223</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;While using SAVE_TEXT please check the INSERT option functionality. If that is on then text will inserted from the front. If that is Off then use the method mentioned by person above.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&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;Sumit Agarwal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jun 2008 12:17:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/appending-long-text/m-p/4070808#M973223</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-27T12:17:59Z</dc:date>
    </item>
    <item>
      <title>Re: appending long text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/appending-long-text/m-p/4070809#M973224</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 FM is returning the function 'U' only.. But its not appending the text. Its just overwriting the existing one&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;even then that function parameter is an export parameter, we can't change it.. right?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Shekhar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jun 2008 12:47:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/appending-long-text/m-p/4070809#M973224</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-27T12:47:23Z</dc:date>
    </item>
    <item>
      <title>Re: appending long text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/appending-long-text/m-p/4070810#M973225</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When calling the FM SAVE_TEXT pl. pass SAVEMODE_DIRECT = 'X' &lt;/P&gt;&lt;P&gt;otherwise it will not save the text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Joy.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jun 2008 13:07:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/appending-long-text/m-p/4070810#M973225</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-27T13:07:52Z</dc:date>
    </item>
  </channel>
</rss>

