<?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: BAPI error handling in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-error-handling/m-p/10000417#M1804508</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In this moment I dont can see the table because the error message in screen.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 22 Jan 2014 14:17:13 GMT</pubDate>
    <dc:creator>ronaldo_aparecido</dc:creator>
    <dc:date>2014-01-22T14:17:13Z</dc:date>
    <item>
      <title>BAPI error handling</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-error-handling/m-p/10000415#M1804506</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gurus.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Iam work with BAPI : BAPI_CONTRACT_CHANGE and &lt;/P&gt;&lt;P&gt;if I put a wrong code purposely imposed, the error message appears: &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;The tax code entered is not defined in the company's country.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the problem is that this message is displayed on the first screen. I want him to put this message in t_return which is the return table like other error messages. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I do this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro_emoticon jive_emote jive_macro" src="https://community.sap.com/504/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jan 2014 13:49:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-error-handling/m-p/10000415#M1804506</guid>
      <dc:creator>ronaldo_aparecido</dc:creator>
      <dc:date>2014-01-22T13:49:52Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI error handling</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-error-handling/m-p/10000416#M1804507</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When you do that what does t_return have in it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Neal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jan 2014 14:09:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-error-handling/m-p/10000416#M1804507</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-01-22T14:09:11Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI error handling</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-error-handling/m-p/10000417#M1804508</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In this moment I dont can see the table because the error message in screen.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jan 2014 14:17:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-error-handling/m-p/10000417#M1804508</guid>
      <dc:creator>ronaldo_aparecido</dc:creator>
      <dc:date>2014-01-22T14:17:13Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI error handling</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-error-handling/m-p/10000418#M1804509</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To catch such errors you should use ERROR_MESSAGE exception when calling given BAPI.&lt;/P&gt;&lt;P&gt;And afterwards you can retrieve specific error message ID from SY variable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That would look something like this:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
&lt;P&gt;&lt;SPAN class="L0S52"&gt;CALL &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;FUNCTION &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'BAPI_CONTRACT_CHANGE'&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;EXPORTING&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; purchasingdocument &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;lv_purch_doc&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;TABLES&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;return&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;lt_return[]&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;EXCEPTIONS&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; error_message&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S32"&gt;1&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt; &lt;SPAN class="L0S52"&gt;IF &lt;/SPAN&gt;sy&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;subrc &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S32"&gt;1&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp; ls_return&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;type&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;sy&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;msgty&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp; ls_return&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;id&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;sy&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;msgid&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp; ls_return&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;number&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;sy&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;msgno&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp; ls_return&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;message_v1&amp;nbsp; &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;sy&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;msgv1&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp; ls_return&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;message_v2&amp;nbsp; &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;sy&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;msgv2&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp; ls_return&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;message_v3&amp;nbsp; &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;sy&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;msgv3&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp; ls_return&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;message_v4&amp;nbsp; &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;sy&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;msgv4&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;INSERT &lt;/SPAN&gt;ls_return &lt;SPAN class="L0S52"&gt;INTO &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;TABLE &lt;/SPAN&gt;lt_return&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt; &lt;SPAN class="L0S52"&gt;ENDIF&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;(in given example online error is getting caught and immediately added to BAPI return table for further processing)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jan 2014 14:22:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-error-handling/m-p/10000418#M1804509</guid>
      <dc:creator>reinis_dzenis</dc:creator>
      <dc:date>2014-01-22T14:22:07Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI error handling</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-error-handling/m-p/10000419#M1804510</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you built out your BAPI call in code and test run it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Neal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jan 2014 14:56:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-error-handling/m-p/10000419#M1804510</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-01-22T14:56:56Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI error handling</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-error-handling/m-p/10000420#M1804511</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;
&lt;/CODE&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;CODE&gt;
&lt;P&gt;Reinis Dzenis wrote:&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
 &lt;/CODE&gt;&lt;/CODE&gt;&lt;/PRE&gt;
 &lt;/PRE&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;PRE&gt;&lt;CODE&gt;
&lt;P&gt;&lt;BR /&gt; in given example online error is getting caught and immediately added to BAPI return table for further processing&lt;/P&gt;
 &lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;But the point is a (well-designed)BAPI should not raise any message. I am not sure why the OP is facing this error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it is due to the BAPI &amp;amp; not due to an custom code i'll suggest to raise a message with SAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Suhas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jan 2014 15:05:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-error-handling/m-p/10000420#M1804511</guid>
      <dc:creator>SuhaSaha</dc:creator>
      <dc:date>2014-01-22T15:05:03Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI error handling</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-error-handling/m-p/10000421#M1804512</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Reinis But How know what row (item) have problem?&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, 22 Jan 2014 15:06:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-error-handling/m-p/10000421#M1804512</guid>
      <dc:creator>ronaldo_aparecido</dc:creator>
      <dc:date>2014-01-22T15:06:24Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI error handling</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-error-handling/m-p/10000422#M1804513</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;BAPI's most often receive EDI.&amp;nbsp; Amazingly enough, it is not that uncommon for EDI to send some real trash.&amp;nbsp; Exceptions have to be handled...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Neal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jan 2014 15:12:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-error-handling/m-p/10000422#M1804513</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-01-22T15:12:32Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI error handling</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-error-handling/m-p/10000423#M1804514</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, the BAPI RUns Correctly.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jan 2014 15:14:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-error-handling/m-p/10000423#M1804514</guid>
      <dc:creator>ronaldo_aparecido</dc:creator>
      <dc:date>2014-01-22T15:14:38Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI error handling</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-error-handling/m-p/10000424#M1804515</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So, you send that error through you BAPI and the message is not returmed.&amp;nbsp; I'm guessing the message is not a hard error, then.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are configuration points to convert some messages from warnings to errors.&amp;nbsp; Have you looked for one of those?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Neal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jan 2014 15:19:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-error-handling/m-p/10000424#M1804515</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-01-22T15:19:27Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI error handling</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-error-handling/m-p/10000425#M1804516</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please put a break point at statement message to check if some exit is throwing this errror or SAP standard code if SAP standard then raise a ticket to SAP. As correctly mentioned by Suhas such kind of behaviour of BAPI is not normal&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nabheet&lt;/P&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jan 2014 15:52:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-error-handling/m-p/10000425#M1804516</guid>
      <dc:creator>nabheetscn</dc:creator>
      <dc:date>2014-01-22T15:52:58Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI error handling</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-error-handling/m-p/10000426#M1804517</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Unfortunately you can't know that using given approach. It only goes as far as catches given error instead of outputting it to screen (and terminating your process).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As &lt;SPAN style="color: #333333; font-size: 12px;"&gt;Suhas&lt;/SPAN&gt; pointed out above, normally there shouldn't be such "unhandled errors" in SAP standard BAPI. Therefore, if you need as well to have proper reference to input item which caused the problem, your only option would be to open OSS incident and complain there about improper behavior of given standard BAPI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One final work-a-round would be before actual posting, to call BAPI several times in TEST mode (if such is available for given BAPI) - once per each item. That could allow you to identify and filter out problematic item before you call BAPI with all items in productive mode. Yet this is by far not elegant approach and rather last resort work-a-round in case OSS would fail to fix given BAPI in reasonable time.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jan 2014 18:30:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-error-handling/m-p/10000426#M1804517</guid>
      <dc:creator>reinis_dzenis</dc:creator>
      <dc:date>2014-01-22T18:30:49Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI error handling</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-error-handling/m-p/10000427#M1804518</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Point well made! Indeed such approach would be more common to reusing some other SAP standard function modules rather than BAPI.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jan 2014 18:32:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-error-handling/m-p/10000427#M1804518</guid>
      <dc:creator>reinis_dzenis</dc:creator>
      <dc:date>2014-01-22T18:32:59Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI error handling</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-error-handling/m-p/10000428#M1804519</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or to put this more simple - does his error message ID start with letter Z ? &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/504/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jan 2014 18:38:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-error-handling/m-p/10000428#M1804519</guid>
      <dc:creator>reinis_dzenis</dc:creator>
      <dc:date>2014-01-22T18:38:02Z</dc:date>
    </item>
  </channel>
</rss>

