<?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: Nested Commit statement inside an User Exit in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/nested-commit-statement-inside-an-user-exit/m-p/7399552#M1546704</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; The user exit auto commits itself.&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And how does that happen?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 26 Oct 2010 07:13:30 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-10-26T07:13:30Z</dc:date>
    <item>
      <title>Nested Commit statement inside an User Exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/nested-commit-statement-inside-an-user-exit/m-p/7399547#M1546699</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to crate a Notification using BAPI_ALM_NOTIF_CREATE. This BAPI is working fine when i use it a program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But my requirement is to generate a notification when any measurement document is getting created.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For this I am using EXIT_SAPLIMR0_001 for creating Notification. But whenever I am using this BAPI it is giving run time error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Error message is ' Nested call of PERFORM ON COMMIT: NESTED_PERFORM_ON_COMMIT caller: SAPLI&lt;/P&gt;&lt;P&gt;TX1 program: SAPLITX1 form: TEXT_UPDATE_F00'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried to find out the reason and found that we should not use Commit statement inside an user exit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried to use BDC recording for IW21 and it's working fine but it's not capturing long text details. Here my requirement is to create long texts too.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest what to do.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your suggestions would be appreaciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Amit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Oct 2010 10:56:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/nested-commit-statement-inside-an-user-exit/m-p/7399547#M1546699</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-25T10:56:51Z</dc:date>
    </item>
    <item>
      <title>Re: Nested Commit statement inside an User Exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/nested-commit-statement-inside-an-user-exit/m-p/7399548#M1546700</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if exit not allowing to do the commit then try to find out some enahancement point futher to exit and thn checkout  there whether bapi is giving some error or not (in exit  using memory concept ) and then in enehanceemnt commit there. hope so it should work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Oct 2010 11:46:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/nested-commit-statement-inside-an-user-exit/m-p/7399548#M1546700</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-25T11:46:06Z</dc:date>
    </item>
    <item>
      <title>Re: Nested Commit statement inside an User Exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/nested-commit-statement-inside-an-user-exit/m-p/7399549#M1546701</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any more input on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Amit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Oct 2010 04:09:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/nested-commit-statement-inside-an-user-exit/m-p/7399549#M1546701</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-26T04:09:55Z</dc:date>
    </item>
    <item>
      <title>Re: Nested Commit statement inside an User Exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/nested-commit-statement-inside-an-user-exit/m-p/7399550#M1546702</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;For long texts use the function module create_text and update it. Once your BDC is sucessful , you will get the notification after that you call the "CREATE_TEXT" function module and update the long text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nagaraj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Oct 2010 04:31:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/nested-commit-statement-inside-an-user-exit/m-p/7399550#M1546702</guid>
      <dc:creator>former_member404244</dc:creator>
      <dc:date>2010-10-26T04:31:09Z</dc:date>
    </item>
    <item>
      <title>Re: Nested Commit statement inside an User Exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/nested-commit-statement-inside-an-user-exit/m-p/7399551#M1546703</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do not use commit statement inside a user exit. The user exit auto commits itself.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Oct 2010 06:17:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/nested-commit-statement-inside-an-user-exit/m-p/7399551#M1546703</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-26T06:17:11Z</dc:date>
    </item>
    <item>
      <title>Re: Nested Commit statement inside an User Exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/nested-commit-statement-inside-an-user-exit/m-p/7399552#M1546704</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; The user exit auto commits itself.&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And how does that happen?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Oct 2010 07:13:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/nested-commit-statement-inside-an-user-exit/m-p/7399552#M1546704</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-26T07:13:30Z</dc:date>
    </item>
    <item>
      <title>Re: Nested Commit statement inside an User Exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/nested-commit-statement-inside-an-user-exit/m-p/7399553#M1546705</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I created Notification using BDC recording and it's working fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks to all of you for your response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Amit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Nov 2010 10:37:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/nested-commit-statement-inside-an-user-exit/m-p/7399553#M1546705</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-25T10:37:24Z</dc:date>
    </item>
  </channel>
</rss>

