<?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: ERROR Handling in BAPI in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-handling-in-bapi/m-p/4779111#M1119692</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;As mentioned, errors are only stored in the return table. If you really want to save this info, you could create an application log and enhance the BAPI to write all of the issues to this log.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tony.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 05 Nov 2008 12:50:24 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-11-05T12:50:24Z</dc:date>
    <item>
      <title>ERROR Handling in BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-handling-in-bapi/m-p/4779109#M1119690</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 know that BAPI will retrun the errors in an internal table. These are useful, I need to know where these will be stored in the system. So that they will be accessed in the future if something goes wrong. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Surya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Nov 2008 12:46:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-handling-in-bapi/m-p/4779109#M1119690</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-05T12:46:43Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR Handling in BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-handling-in-bapi/m-p/4779110#M1119691</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;They are not stored in any table.&lt;/P&gt;&lt;P&gt;You can only access them during run time.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Nov 2008 12:48:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-handling-in-bapi/m-p/4779110#M1119691</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-05T12:48:22Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR Handling in BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-handling-in-bapi/m-p/4779111#M1119692</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;As mentioned, errors are only stored in the return table. If you really want to save this info, you could create an application log and enhance the BAPI to write all of the issues to this log.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tony.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Nov 2008 12:50:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-handling-in-bapi/m-p/4779111#M1119692</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-05T12:50:24Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR Handling in BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-handling-in-bapi/m-p/4779112#M1119693</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;BAPI will return the errors in RUN time only...if you have a requirement to see the BAPI error log later, you can &lt;/P&gt;&lt;P&gt;format the output message using the FM FORMAT_MESSAGE and download the Error log file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;R&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Nov 2008 12:56:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-handling-in-bapi/m-p/4779112#M1119693</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-05T12:56:31Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR Handling in BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-handling-in-bapi/m-p/4779113#M1119694</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;They won't be stored in any table ...u will get them during run time ..U can have all types of messsages 'E' 'S' and 'W' in the bapi return table..&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, 05 Nov 2008 12:57:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-handling-in-bapi/m-p/4779113#M1119694</guid>
      <dc:creator>former_member404244</dc:creator>
      <dc:date>2008-11-05T12:57:14Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR Handling in BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-handling-in-bapi/m-p/4779114#M1119695</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;If you want them to use in future, then create a Z table and insert the data in this table and use them where you want.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Nov 2008 13:11:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-handling-in-bapi/m-p/4779114#M1119695</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-05T13:11:38Z</dc:date>
    </item>
  </channel>
</rss>

