<?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: update terminated error in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-terminated-error/m-p/1046114#M87938</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is the syntax,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION update_function IN UPDATE TASK &lt;/P&gt;&lt;P&gt;                             [EXPORTING p1 = a1 p2 = a2 ...] &lt;/P&gt;&lt;P&gt;                             [TABLES t1 = itab1 t2 = itab2 ...].&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 01 Dec 2005 10:44:26 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-12-01T10:44:26Z</dc:date>
    <item>
      <title>update terminated error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-terminated-error/m-p/1046110#M87934</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;What is the reason for update terminated error in any function module. I am uploading sales contracts in IS Oil using RFC_SDCONOIL_CREATEFROMDATA. It gives me an update terminated error. What could be the reason.&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;Vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Dec 2005 10:28:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-terminated-error/m-p/1046110#M87934</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-01T10:28:09Z</dc:date>
    </item>
    <item>
      <title>Re: update terminated error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-terminated-error/m-p/1046111#M87935</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vijay,&lt;/P&gt;&lt;P&gt;   From where are you trying to call this FM?&lt;/P&gt;&lt;P&gt;Try to call the function module in update task.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Dec 2005 10:31:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-terminated-error/m-p/1046111#M87935</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-01T10:31:10Z</dc:date>
    </item>
    <item>
      <title>Re: update terminated error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-terminated-error/m-p/1046112#M87936</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;  Ur using to create using the function module. This needs to be at the last in ur code.Mostly when ur trying to save it. U have to pass all the required data. If any data is missing this happens. Also, use the exceptions so that U can know what is happening.&lt;/P&gt;&lt;P&gt;As this is a RFC module U need to provide the RFC details also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pl. award points if helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Dec 2005 10:38:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-terminated-error/m-p/1046112#M87936</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-01T10:38:59Z</dc:date>
    </item>
    <item>
      <title>Re: update terminated error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-terminated-error/m-p/1046113#M87937</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ravi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do I call the FM in update task.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Dec 2005 10:41:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-terminated-error/m-p/1046113#M87937</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-01T10:41:01Z</dc:date>
    </item>
    <item>
      <title>Re: update terminated error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-terminated-error/m-p/1046114#M87938</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is the syntax,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION update_function IN UPDATE TASK &lt;/P&gt;&lt;P&gt;                             [EXPORTING p1 = a1 p2 = a2 ...] &lt;/P&gt;&lt;P&gt;                             [TABLES t1 = itab1 t2 = itab2 ...].&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Dec 2005 10:44:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-terminated-error/m-p/1046114#M87938</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-01T10:44:26Z</dc:date>
    </item>
    <item>
      <title>Re: update terminated error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-terminated-error/m-p/1046115#M87939</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nope the FM is not executable in Update Task.&lt;/P&gt;&lt;P&gt;I got a short dump, when I tried calling it in update task.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Dec 2005 10:50:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-terminated-error/m-p/1046115#M87939</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-01T10:50:18Z</dc:date>
    </item>
    <item>
      <title>Re: update terminated error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-terminated-error/m-p/1046116#M87940</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Srikanth,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To call a function module in the Update Task, use the following syntax :&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;CALL FUNCTION 'FUNCTMOD' IN UPDATE TASK EXPORTING...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just add the keyword  IN UPDATE TASK after the FM name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Arshad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Dec 2005 11:03:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-terminated-error/m-p/1046116#M87940</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-01T11:03:46Z</dc:date>
    </item>
    <item>
      <title>Re: update terminated error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-terminated-error/m-p/1046117#M87941</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It doesn't work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Dec 2005 11:13:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-terminated-error/m-p/1046117#M87941</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-01T11:13:14Z</dc:date>
    </item>
    <item>
      <title>Re: update terminated error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-terminated-error/m-p/1046118#M87942</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It doesn't work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Dec 2005 11:15:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-terminated-error/m-p/1046118#M87942</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-01T11:15:52Z</dc:date>
    </item>
    <item>
      <title>Re: update terminated error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-terminated-error/m-p/1046119#M87943</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you getting this message as an FM exception or as express mail?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Dec 2005 14:49:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-terminated-error/m-p/1046119#M87943</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-01T14:49:59Z</dc:date>
    </item>
    <item>
      <title>Re: update terminated error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-terminated-error/m-p/1046120#M87944</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;If the message is coming as an express mail , it could be b'coz of some error while inserting the record into resp table , could be some primary key violation .&lt;/P&gt;&lt;P&gt;Check the number range , could be due to incorrect last number in the number range system may be trying to insert duplicate records.&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;Kalpana&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Dec 2005 18:34:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-terminated-error/m-p/1046120#M87944</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-01T18:34:48Z</dc:date>
    </item>
    <item>
      <title>Re: update terminated error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-terminated-error/m-p/1046121#M87945</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Give us the detail you see in the dump. Without that anything we say will be a guess.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are there any user exits used in this call? Sometimes you get this error, when the standard program has some funtions in th update process and in your exit you implicitly or explicitly issue a commit. Because that is going to cause inconisistencies, system will give you this error.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Dec 2005 18:41:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-terminated-error/m-p/1046121#M87945</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-01T18:41:17Z</dc:date>
    </item>
    <item>
      <title>Re: update terminated error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-terminated-error/m-p/1046122#M87946</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use transaction SM13 (Update records). Mark on the check box for status (Terminated). It will show you the cancelled update. From there you can navigate to short dump. The short dump will show you the cause of update dump.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Update dump happens when the transaction has passed all edit checks and normally has given you the message 'document has been posted' and control has come out of the transaction but the actual updates are in update queue. Then SAP finds something very unusal which should not be there normally like duplicate document number though you got the number from number range.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Dec 2005 19:00:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-terminated-error/m-p/1046122#M87946</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-01T19:00:34Z</dc:date>
    </item>
  </channel>
</rss>

