<?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 Error message in BADI in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-in-badi/m-p/5540290#M1265335</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;I am using a BADI which is called while doing MIGO. I have a method which is called in update task and in this method i am using a function module to create a TO. When the TO is not created i want to handle the error message. How to handle this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sowmya.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Apr 2009 06:44:16 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-04-15T06:44:16Z</dc:date>
    <item>
      <title>Error message in BADI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-in-badi/m-p/5540290#M1265335</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;I am using a BADI which is called while doing MIGO. I have a method which is called in update task and in this method i am using a function module to create a TO. When the TO is not created i want to handle the error message. How to handle this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sowmya.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Apr 2009 06:44:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-in-badi/m-p/5540290#M1265335</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-15T06:44:16Z</dc:date>
    </item>
    <item>
      <title>Re: Error message in BADI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-in-badi/m-p/5540291#M1265336</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;Just put an error message (MESSAGE type E) as you know when the TO is not created.&lt;/P&gt;&lt;P&gt;The log will be stored in SM13 and all database actions will be cancelled (the material document will not be created).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Issa&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Apr 2009 08:49:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-in-badi/m-p/5540291#M1265336</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-15T08:49:31Z</dc:date>
    </item>
    <item>
      <title>Re: Error message in BADI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-in-badi/m-p/5540292#M1265337</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;can i know where did u stuck up??If possible paste ur code.&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>Wed, 15 Apr 2009 08:54:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-in-badi/m-p/5540292#M1265337</guid>
      <dc:creator>former_member404244</dc:creator>
      <dc:date>2009-04-15T08:54:55Z</dc:date>
    </item>
    <item>
      <title>Re: Error message in BADI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-in-badi/m-p/5540293#M1265338</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 application fails to save the transaction, then it will cause the runtime error, and this will cancel any database updates, including your custom code in the BADI which called in update task. Unfortunately, you can NOT handle this kind of error inside the BADI, and you will have to rely on SM13 for the update termination reason.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Lim...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Apr 2009 08:55:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-in-badi/m-p/5540293#M1265338</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-15T08:55:26Z</dc:date>
    </item>
    <item>
      <title>Re: Error message in BADI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-in-badi/m-p/5540294#M1265339</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ruslim,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am getting the update termination error ir express document error but i wanted to kow if this can be bypassed and an error message displayed. Let me know if there is any way to achieve this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sowmya.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Apr 2009 12:01:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-in-badi/m-p/5540294#M1265339</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-15T12:01:21Z</dc:date>
    </item>
  </channel>
</rss>

