<?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: Termination error for calling BAPI_ALM_ORDER_MAINTAIN function module in UPDATE TASK? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/termination-error-for-calling-bapi-alm-order-maintain-function-module-in/m-p/11026118#M1898268</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 I understand correctly - you can't, because BACKGROUNG TASK will be executed in a separate process, separate LUW... which is why I'm apprehensive about splitting "business logic" into two LUWs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'd try to find a place in NOTIFICATION logic (prior to commit), where your BAPI "wrapper" can be called as a normal function module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers&lt;/P&gt;&lt;P&gt;Janis&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 07 Apr 2015 13:11:26 GMT</pubDate>
    <dc:creator>Private_Member_7726</dc:creator>
    <dc:date>2015-04-07T13:11:26Z</dc:date>
    <item>
      <title>Termination error for calling BAPI_ALM_ORDER_MAINTAIN function module in UPDATE TASK?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/termination-error-for-calling-bapi-alm-order-maintain-function-module-in/m-p/11026113#M1898263</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 got a scenario that when a Breakdown Notification (IW22) getting closed i.e. system status NOCO then automatically Order against the Breakdown Notification should get closed i.e. TECO status.&lt;/P&gt;&lt;P&gt;SO i have created an UPDATE Function Module within that i called BAPI_ALM_ORDER_MAINTAIN function module to update TECO status.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But i'm getting the below error in ST22 where as in SM13 no error is appearing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;STRONG style="font-size: 12pt;"&gt;Short text of the error message:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;STRONG&gt; Nested call of PERFORM ON COMMIT: NESTED_PERFORM_ON_COMMIT caller: SAPLC&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;STRONG&gt; OVB program: SAPLCOVB form: DELTA_PUT&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;STRONG&gt; Long text of the error message:&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;STRONG&gt;&amp;nbsp; Diagnosis&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; During processing of a routine called using PERFORM ... ON COMMIT,&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; the system attempted to call PERFORM ... ON COMMIT again. Nesting&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; of this is not allowed.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;STRONG&gt;&amp;nbsp; System Response&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;STRONG&gt;&amp;nbsp; Procedure&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; The program indicated after "Caller:" must be changed. This is the&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; program that calls the routine indicated after "Form:" during&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; COMMIT processing. This routine is part of the program indicated&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; after&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Program:".&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;STRONG&gt;&amp;nbsp; Procedure for System Administration&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;STRONG&gt; Technical information about the message:&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;STRONG&gt; Message class....... 00&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;STRONG&gt; Number.............. 081&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;STRONG&gt; Variable 1.......... NESTED_PERFORM_ON_COMMIT&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;STRONG&gt; Variable 2.......... caller: SAPLCOVB&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;STRONG&gt; Variable 3.......... program: SAPLCOVB&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 12pt;"&gt; Variable 4.......... "form: DELTA_PUT"&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone suggest me whether BAPI_ALM_ORDER_MAINTAIN function module can be called in UPDATE Function Module or if any other way to do the above scenario.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ramana.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Apr 2015 12:39:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/termination-error-for-calling-bapi-alm-order-maintain-function-module-in/m-p/11026113#M1898263</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-04-06T12:39:51Z</dc:date>
    </item>
    <item>
      <title>Re: Termination error for calling BAPI_ALM_ORDER_MAINTAIN function module in UPDATE TASK?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/termination-error-for-calling-bapi-alm-order-maintain-function-module-in/m-p/11026114#M1898264</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You cannot call a BAPI that will require a COMMIT in an update task, better change your FM from update to RFC enabled and call it IN BACKGROUND TASK.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Apr 2015 06:50:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/termination-error-for-calling-bapi-alm-order-maintain-function-module-in/m-p/11026114#M1898264</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2015-04-07T06:50:21Z</dc:date>
    </item>
    <item>
      <title>Re: Termination error for calling BAPI_ALM_ORDER_MAINTAIN function module in UPDATE TASK?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/termination-error-for-calling-bapi-alm-order-maintain-function-module-in/m-p/11026115#M1898265</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;Where and how have you integrated the call to your update function?&lt;SPAN style="text-decoration: line-through;"&gt; Since the SAP logic you are integrating with registers PERFORM ON COMMIT routine(s) and since the BAPI will register more of those routines, the call to your function should come preferably prior to SAP logic issues commit work. And this call can not be executed from within a SAP routine performed on commit.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;The call chain further down in the shortdump should tell what's going wrong - maybe post that as well. The challenge here will be to find a correct integration point for your logic.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px; text-decoration: line-through;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Actually, forget part of what I wrote - Raymond is right &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/1249/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&amp;nbsp; I'm not sure about the Background Tasks (have not used them), but you can't use update function here. Calling a normal function prior to SAP commit should work, however.&lt;SPAN style="text-decoration: line-through;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;cheers&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Janis&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Apr 2015 06:52:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/termination-error-for-calling-bapi-alm-order-maintain-function-module-in/m-p/11026115#M1898265</guid>
      <dc:creator>Private_Member_7726</dc:creator>
      <dc:date>2015-04-07T06:52:49Z</dc:date>
    </item>
    <item>
      <title>Re: Termination error for calling BAPI_ALM_ORDER_MAINTAIN function module in UPDATE TASK?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/termination-error-for-calling-bapi-alm-order-maintain-function-module-in/m-p/11026116#M1898266</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ramana,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly proceed as suggested by Raymond but call the FM in new task to make sure that the new FM call will execute in a separate LUW.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gupta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Apr 2015 07:32:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/termination-error-for-calling-bapi-alm-order-maintain-function-module-in/m-p/11026116#M1898266</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-04-07T07:32:04Z</dc:date>
    </item>
    <item>
      <title>Re: Termination error for calling BAPI_ALM_ORDER_MAINTAIN function module in UPDATE TASK?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/termination-error-for-calling-bapi-alm-order-maintain-function-module-in/m-p/11026117#M1898267</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raymond,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;I have changed the Function Module to Remote Enabled and called that Function Module using&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION '&amp;lt;FM NAME&amp;gt;' IN BACKGROUND TASK '&amp;lt;TASK NAME&amp;gt;'..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NOTIFICATION (IW22) is getting saved without Roll Back even though an&lt;SPAN style="font-size: 10pt;"&gt; error occurs in the above function module.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;So how can i stop NOTIFICATION save when error occurs in BACKGROUND TASK Function Module.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Ramana.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Apr 2015 11:46:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/termination-error-for-calling-bapi-alm-order-maintain-function-module-in/m-p/11026117#M1898267</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-04-07T11:46:05Z</dc:date>
    </item>
    <item>
      <title>Re: Termination error for calling BAPI_ALM_ORDER_MAINTAIN function module in UPDATE TASK?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/termination-error-for-calling-bapi-alm-order-maintain-function-module-in/m-p/11026118#M1898268</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 I understand correctly - you can't, because BACKGROUNG TASK will be executed in a separate process, separate LUW... which is why I'm apprehensive about splitting "business logic" into two LUWs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'd try to find a place in NOTIFICATION logic (prior to commit), where your BAPI "wrapper" can be called as a normal function module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers&lt;/P&gt;&lt;P&gt;Janis&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Apr 2015 13:11:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/termination-error-for-calling-bapi-alm-order-maintain-function-module-in/m-p/11026118#M1898268</guid>
      <dc:creator>Private_Member_7726</dc:creator>
      <dc:date>2015-04-07T13:11:26Z</dc:date>
    </item>
    <item>
      <title>Re: Termination error for calling BAPI_ALM_ORDER_MAINTAIN function module in UPDATE TASK?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/termination-error-for-calling-bapi-alm-order-maintain-function-module-in/m-p/11026119#M1898269</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You cannot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A solution could be to call the BAPI (without commit) just before the COMMIT of the current transaction, but in this case you can get other kind of errors, cause the notification is not yet updated, or mess of data in memory between notification and order (e.g. partner managed in same function group) ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another solution is check of order status, allowing to set TECO, some call of K_OBJNR_WITH_VRGNG_CHECK with operation BTAB (Technically complete) and execute the FM IN BACKGROUND TASK (don't use TASK option if you don't need it) Also there can be other errors.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS: Did you use BAdI NOTIF_EVENT_SAVE ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Apr 2015 14:04:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/termination-error-for-calling-bapi-alm-order-maintain-function-module-in/m-p/11026119#M1898269</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2015-04-07T14:04:11Z</dc:date>
    </item>
    <item>
      <title>Re: Termination error for calling BAPI_ALM_ORDER_MAINTAIN function module in UPDATE TASK?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/termination-error-for-calling-bapi-alm-order-maintain-function-module-in/m-p/11026120#M1898270</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raymond,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;I have used NOTIF_EVENT_POST BADI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think i have to check the ORDER status whether TECO can be done or not in NOTIF_EVENT_SAVE BADI while closing the NOTIFICATION so that there will not be any errors while closing the ORDER using the FM IN BACKGROUND TASK.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please advice me if any way to avoid errors while closing the ORDER.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ramana.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Apr 2015 06:55:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/termination-error-for-calling-bapi-alm-order-maintain-function-module-in/m-p/11026120#M1898270</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-04-09T06:55:39Z</dc:date>
    </item>
    <item>
      <title>Re: Termination error for calling BAPI_ALM_ORDER_MAINTAIN function module in UPDATE TASK?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/termination-error-for-calling-bapi-alm-order-maintain-function-module-in/m-p/11026121#M1898271</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raymond/ Gupta,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you suggest me how to run the BAPI_ALM_ORDER_MAINTAIN FM in TEST RUN Mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If i can run this in Test Run mode then my issue of handling errors will be solved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ramana.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Apr 2015 06:40:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/termination-error-for-calling-bapi-alm-order-maintain-function-module-in/m-p/11026121#M1898271</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-04-11T06:40:48Z</dc:date>
    </item>
  </channel>
</rss>

