<?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: Erro processing in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/erro-processing/m-p/2508847#M567299</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;First see and analyse the error.&lt;/P&gt;&lt;P&gt;for what reason that error has occured, then only we can analyse and correct it&lt;/P&gt;&lt;P&gt;without knowing the proper error it is not easy to say the correction..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Reward points for useful Answers&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 13 Jul 2007 13:53:09 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-07-13T13:53:09Z</dc:date>
    <item>
      <title>Erro processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/erro-processing/m-p/2508846#M567298</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am uploading the data for AR open items. I am using the BAPI to upload the data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I get any errors after the data posting is completed.... How to handle those erros...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone guide me please..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SRI&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jul 2007 13:49:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/erro-processing/m-p/2508846#M567298</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-13T13:49:13Z</dc:date>
    </item>
    <item>
      <title>Re: Erro processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/erro-processing/m-p/2508847#M567299</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;First see and analyse the error.&lt;/P&gt;&lt;P&gt;for what reason that error has occured, then only we can analyse and correct it&lt;/P&gt;&lt;P&gt;without knowing the proper error it is not easy to say the correction..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Reward points for useful Answers&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jul 2007 13:53:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/erro-processing/m-p/2508847#M567299</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-13T13:53:09Z</dc:date>
    </item>
    <item>
      <title>Re: Erro processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/erro-processing/m-p/2508848#M567300</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;All errors will be returned from the BAPI via the RETURN parameter.  This parameter is a internal table with a structure which includes message type, number, id, and the message variables, so you will get all messages back.  You can analyze them thru your coding looking for message type E, or a specific success message, then you can report to the user according.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jul 2007 13:55:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/erro-processing/m-p/2508848#M567300</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2007-07-13T13:55:17Z</dc:date>
    </item>
    <item>
      <title>Re: Erro processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/erro-processing/m-p/2508849#M567301</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Sri, &lt;/P&gt;&lt;P&gt; If you are using the BAPI in your program, you can check the RETURN table of that BAPI for any errors. If the return table is not empty, then you can move that record to an internal table. At the end of the load, you will have all the error records in an internal table which can be later downloaded.&lt;/P&gt;&lt;P&gt;The bapi return table will also let you know, what the problem was. This way, you can correct the file and reload it again.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jul 2007 13:56:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/erro-processing/m-p/2508849#M567301</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-13T13:56:12Z</dc:date>
    </item>
  </channel>
</rss>

