<?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: SAVE_TEXT - Not working in Batch mode in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/save-text-not-working-in-batch-mode/m-p/1768035#M331831</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;EDIT_TEXT does not work in the background mode.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 27 Dec 2006 18:35:34 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-12-27T18:35:34Z</dc:date>
    <item>
      <title>SAVE_TEXT - Not working in Batch mode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/save-text-not-working-in-batch-mode/m-p/1768032#M331828</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am updating Operator Remarks for Return orders using SAVE_TEXT function module. The following is the scenario&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. This text is initialized with text from Customer master when the order is created.&lt;/P&gt;&lt;P&gt;2. I need to add more text after the order is created.&lt;/P&gt;&lt;P&gt;3. So I am reading existing Text. (READ_TEXT) adding my text to the existing and Using SAVE_TEXT to update the text with the new set of texts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This works well in foreground mode but if I schedule the program in background it fails. Some times it retains the original text and sometimes it takes the new text from my program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any solusions? Thanks a lot for looking into this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Dec 2006 18:15:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/save-text-not-working-in-batch-mode/m-p/1768032#M331828</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-27T18:15:42Z</dc:date>
    </item>
    <item>
      <title>Re: SAVE_TEXT - Not working in Batch mode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/save-text-not-working-in-batch-mode/m-p/1768033#M331829</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try to use EDIT_TEXT and then SAVE_TEXT, hope this might help u&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Dec 2006 18:22:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/save-text-not-working-in-batch-mode/m-p/1768033#M331829</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-27T18:22:42Z</dc:date>
    </item>
    <item>
      <title>Re: SAVE_TEXT - Not working in Batch mode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/save-text-not-working-in-batch-mode/m-p/1768034#M331830</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;Have you tried to use the parameter SAVEMODE_DIRECT?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And try to force the commit work too&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Dec 2006 18:28:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/save-text-not-working-in-batch-mode/m-p/1768034#M331830</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-27T18:28:30Z</dc:date>
    </item>
    <item>
      <title>Re: SAVE_TEXT - Not working in Batch mode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/save-text-not-working-in-batch-mode/m-p/1768035#M331831</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;EDIT_TEXT does not work in the background mode.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Dec 2006 18:35:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/save-text-not-working-in-batch-mode/m-p/1768035#M331831</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-27T18:35:34Z</dc:date>
    </item>
    <item>
      <title>Re: SAVE_TEXT - Not working in Batch mode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/save-text-not-working-in-batch-mode/m-p/1768036#M331832</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you using the parameter 'INSERT' in 'SAVE_TEXT' FM? &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. If it is clear that it is a new text, this can be specified via the parameter INSERT. The result is better performance as a test read is not performed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Dec 2006 21:10:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/save-text-not-working-in-batch-mode/m-p/1768036#M331832</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-27T21:10:50Z</dc:date>
    </item>
    <item>
      <title>Re: SAVE_TEXT - Not working in Batch mode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/save-text-not-working-in-batch-mode/m-p/1768037#M331833</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Where do you get the additional text from? If you are uploading it from the presentation server, this won't work in the background.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Dec 2006 22:00:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/save-text-not-working-in-batch-mode/m-p/1768037#M331833</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-27T22:00:42Z</dc:date>
    </item>
  </channel>
</rss>

