<?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: Exception in Bapi in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/exception-in-bapi/m-p/2262439#M490533</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;We do not use the Exceptions in the BAPI, there is a Return table inthe BAPI , in that table we store all the messages. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAPI is a RFC enabled function module, so it is not having the Exceptions&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt; Sudheer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 30 May 2007 11:07:05 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-05-30T11:07:05Z</dc:date>
    <item>
      <title>Exception in Bapi</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/exception-in-bapi/m-p/2262436#M490530</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Gurus,&lt;/P&gt;&lt;P&gt;Do we use exceptions in bapi if not why? &lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;sg&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 May 2007 10:58:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/exception-in-bapi/m-p/2262436#M490530</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-30T10:58:07Z</dc:date>
    </item>
    <item>
      <title>Re: Exception in Bapi</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/exception-in-bapi/m-p/2262437#M490531</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;chk this &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_webas620/helpdata/en/a5/3ec9f74ac011d1894e0000e829fbbd/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_webas620/helpdata/en/a5/3ec9f74ac011d1894e0000e829fbbd/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;In BAPI since they are RFC enabled you cannot give exceptions as theya re supposed to be handled across system hence the need to apss the exception as one of the interface parameter .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In SAP for this purpose the BAPI have a table parameter as RETURN . If you see its definition is based on structure 'BAPIRETURN' or BAPIRETURN1 . Its in this table you pass your errors handled in the BAPI processing inside SAP .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In short you pass your exceptions in the RETURN parameter of the BAPI interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Chandrasekhar Jagarlamudi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 May 2007 11:00:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/exception-in-bapi/m-p/2262437#M490531</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-30T11:00:58Z</dc:date>
    </item>
    <item>
      <title>Re: Exception in Bapi</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/exception-in-bapi/m-p/2262438#M490532</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes ,we use the exceptions in BAPI.&lt;/P&gt;&lt;P&gt;Return table is there usually we catch that return table .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 May 2007 11:04:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/exception-in-bapi/m-p/2262438#M490532</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-30T11:04:47Z</dc:date>
    </item>
    <item>
      <title>Re: Exception in Bapi</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/exception-in-bapi/m-p/2262439#M490533</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;We do not use the Exceptions in the BAPI, there is a Return table inthe BAPI , in that table we store all the messages. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAPI is a RFC enabled function module, so it is not having the Exceptions&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt; Sudheer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 May 2007 11:07:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/exception-in-bapi/m-p/2262439#M490533</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-30T11:07:05Z</dc:date>
    </item>
    <item>
      <title>Re: Exception in Bapi</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/exception-in-bapi/m-p/2262440#M490534</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;good&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;go through this link,hope this would help you to solve your problem&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/a5/3ec9f74ac011d1894e0000e829fbbd/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/a5/3ec9f74ac011d1894e0000e829fbbd/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;mrutyun^&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 May 2007 12:19:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/exception-in-bapi/m-p/2262440#M490534</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-30T12:19:31Z</dc:date>
    </item>
  </channel>
</rss>

