<?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: Service Order-BAPI-COMMIT in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/service-order-bapi-commit/m-p/8631240#M1664912</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It depends upon the &lt;STRONG&gt;Enhancement&lt;/STRONG&gt; you have chosen to include this BAPI call.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 04 Apr 2012 10:22:36 GMT</pubDate>
    <dc:creator>kesavadas_thekkillath</dc:creator>
    <dc:date>2012-04-04T10:22:36Z</dc:date>
    <item>
      <title>Service Order-BAPI-COMMIT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/service-order-bapi-commit/m-p/8631239#M1664911</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Need:&lt;/P&gt;&lt;P&gt;To create Service order when Service Notification is entered and Saved.&lt;/P&gt;&lt;P&gt;I found the enhancement and user exit. BAPI_ALM_ORDER_MAINTAIN is used to create service order. I cannot use COMMIT WORK or BAPI_TRANSACTION_COMMIT, as it is not right to use them in the user-exit. &lt;/P&gt;&lt;P&gt;1.Should i create a Z.. FM which is Update module enabled (in Attributes) ?&lt;/P&gt;&lt;P&gt;or Z.. FM IN UPDATE TASK??&lt;/P&gt;&lt;P&gt;or Z.. FM IN BACKGROUND TASK??&lt;/P&gt;&lt;P&gt;2.Where can I call the Commit statement?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Apr 2012 10:13:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/service-order-bapi-commit/m-p/8631239#M1664911</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-04-04T10:13:32Z</dc:date>
    </item>
    <item>
      <title>Re: Service Order-BAPI-COMMIT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/service-order-bapi-commit/m-p/8631240#M1664912</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It depends upon the &lt;STRONG&gt;Enhancement&lt;/STRONG&gt; you have chosen to include this BAPI call.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Apr 2012 10:22:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/service-order-bapi-commit/m-p/8631240#M1664912</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2012-04-04T10:22:36Z</dc:date>
    </item>
    <item>
      <title>Re: Service Order-BAPI-COMMIT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/service-order-bapi-commit/m-p/8631241#M1664913</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If your user exit get triggered befor saving the notification, then no need to write commit work other wise create a ZFM with and call it in user-exit as call zfm in background task.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Apr 2012 10:22:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/service-order-bapi-commit/m-p/8631241#M1664913</guid>
      <dc:creator>former_member16553</dc:creator>
      <dc:date>2012-04-04T10:22:56Z</dc:date>
    </item>
    <item>
      <title>Re: Service Order-BAPI-COMMIT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/service-order-bapi-commit/m-p/8631242#M1664914</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sneha,&lt;/P&gt;&lt;P&gt;As per the FM Documentation you need to use the Table parameters 'IT_METHODS' and call the SAVE method. The parameter documentation also describes how to call the SAVE method.&lt;/P&gt;&lt;P&gt;Specifically about your problem about COMMIT, I believe if you call the SAVE method and try without any COMMIT, then the system COMMIT after the end of the LUW should happen and a manual COMMIT need not be required. But, since I've not used it in an enhancement, I can only recommend you to try with the SAVE Method.&lt;/P&gt;&lt;P&gt;Regards,Pranav.&lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_macro_emoticon jive_emote" src="https://community.sap.com/5.0.1/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Apr 2012 10:28:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/service-order-bapi-commit/m-p/8631242#M1664914</guid>
      <dc:creator>former_member222709</dc:creator>
      <dc:date>2012-04-04T10:28:28Z</dc:date>
    </item>
    <item>
      <title>Re: Service Order-BAPI-COMMIT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/service-order-bapi-commit/m-p/8631243#M1664915</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You have asked 3 similar question's related to your scenario. Please read the sap help documentation &amp;amp; understand the differences of update functions &amp;amp; tasks ,RFC &amp;amp; normal functions etc, before proceeding. &lt;/P&gt;&lt;P&gt;Until you provide the clear picture of your question. You will not reach the solution. &lt;/P&gt;&lt;P&gt;Okay !!!&amp;nbsp; &lt;SPAN __jive_emoticon_name="angry" __jive_macro_name="emoticon" class="jive_macro jive_macro_emoticon jive_emote" src="https://community.sap.com/5.0.1/images/emoticons/angry.gif"&gt;&lt;/SPAN&gt; What enhancement or customer exit your are using, which is the transaction ? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Apr 2012 10:31:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/service-order-bapi-commit/m-p/8631243#M1664915</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2012-04-04T10:31:03Z</dc:date>
    </item>
    <item>
      <title>Re: Service Order-BAPI-COMMIT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/service-order-bapi-commit/m-p/8631244#M1664916</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;am trying to get this thing sorted out too...&lt;/P&gt;&lt;P&gt;Enhancement: &lt;SPAN style="font-size: 11.0pt; font-family: 'Times New Roman','serif';"&gt;QQMA0014&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Times New Roman','serif';"&gt;User-exit: &lt;SPAN style="font-size: 11.0pt; font-family: 'Times New Roman','serif';"&gt;EXIT_SAPMIWO0_020&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Times New Roman','serif';"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Apr 2012 10:43:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/service-order-bapi-commit/m-p/8631244#M1664916</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-04-04T10:43:55Z</dc:date>
    </item>
    <item>
      <title>Re: Service Order-BAPI-COMMIT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/service-order-bapi-commit/m-p/8631245#M1664917</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey,&lt;/P&gt;&lt;P&gt;thanks Pranav. But I am not sure about that too. i have check lot of sample codes they all use COMMIT even though they pass SAVE in the it_methods.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Apr 2012 10:45:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/service-order-bapi-commit/m-p/8631245#M1664917</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-04-04T10:45:13Z</dc:date>
    </item>
    <item>
      <title>Re: Service Order-BAPI-COMMIT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/service-order-bapi-commit/m-p/8631246#M1664918</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok. This exit gets triggered prior to notification save. Now create a Remote enabled Z FM , wrap the bapi in it. Call it in this exit with background task &lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/8f/53b67ad30be445b0ccc968d69bc6ff/content.htm" title="http://help.sap.com/saphelp_nw04/helpdata/en/8f/53b67ad30be445b0ccc968d69bc6ff/content.htm"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/8f/53b67ad30be445b0ccc968d69bc6ff/content.htm&lt;/A&gt;.&lt;/P&gt;&lt;P&gt; Forget about the commit &lt;SPAN __jive_emoticon_name="wink" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/5.0.1/images/emoticons/wink.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Apr 2012 10:55:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/service-order-bapi-commit/m-p/8631246#M1664918</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2012-04-04T10:55:15Z</dc:date>
    </item>
    <item>
      <title>Re: Service Order-BAPI-COMMIT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/service-order-bapi-commit/m-p/8631247#M1664919</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you.. &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/5.0.1/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Apr 2012 10:58:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/service-order-bapi-commit/m-p/8631247#M1664919</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-04-04T10:58:10Z</dc:date>
    </item>
  </channel>
</rss>

