<?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 Return Errors in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-return-errors/m-p/9084382#M1704589</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Agree with header checks and zero balance which is overall document issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; But say one of my line items has a GL account ,whose fieldstatus configuration has marked profit centre has mandatory.&lt;/P&gt;&lt;P&gt;then if i dont pass it through BAPI, then&lt;/P&gt;&lt;P&gt;its returning me an error&amp;nbsp; saying &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: Arial; background-color: #ffffff;"&gt;Field Profit Ctr is a required field for G/L account 0100 190’&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: Arial; background-color: #ffffff;"&gt;and this partciular error comes without any line number.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: Arial; background-color: #ffffff;"&gt;So this is a case where error returns with no line number although it is not header data /zero balance case.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: Arial; background-color: #ffffff;"&gt;So i need to know the generic nature of just messages.what causes them to produce no line number.or list of message ids?&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 19 Oct 2012 14:23:06 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2012-10-19T14:23:06Z</dc:date>
    <item>
      <title>BAPI Return Errors</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-return-errors/m-p/9084379#M1704586</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using BAPI_ACC_DOCUMENT_CHECK/POST to post to fb01.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;there are some cases in which this bapi returns error with no PARAMATER or ROW.this make it difficult to identify which exact line item is causing error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1-is there any way to identify exact ;line items in such cases&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2)--is there any way to get list of all errors return by this BAPI.i was thinking if we can filter by ID/NUM of error messages can atleast identify such messages?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Oct 2012 10:44:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-return-errors/m-p/9084379#M1704586</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-10-19T10:44:27Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI Return Errors</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-return-errors/m-p/9084380#M1704587</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not all errors are specific to an item, there is header data checks and there are checks on the complete document, e.g. a zero balance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not sure what you mean with 2), please clarify.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Oct 2012 14:13:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-return-errors/m-p/9084380#M1704587</guid>
      <dc:creator>ThomasZloch</dc:creator>
      <dc:date>2012-10-19T14:13:26Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI Return Errors</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-return-errors/m-p/9084381#M1704588</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check the message class used in the BAPI and it includes. From that you will know the errors/warnings.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;best regards,&lt;/P&gt;&lt;P&gt;swanand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Oct 2012 14:19:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-return-errors/m-p/9084381#M1704588</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-10-19T14:19:36Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI Return Errors</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-return-errors/m-p/9084382#M1704589</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Agree with header checks and zero balance which is overall document issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; But say one of my line items has a GL account ,whose fieldstatus configuration has marked profit centre has mandatory.&lt;/P&gt;&lt;P&gt;then if i dont pass it through BAPI, then&lt;/P&gt;&lt;P&gt;its returning me an error&amp;nbsp; saying &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: Arial; background-color: #ffffff;"&gt;Field Profit Ctr is a required field for G/L account 0100 190’&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: Arial; background-color: #ffffff;"&gt;and this partciular error comes without any line number.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: Arial; background-color: #ffffff;"&gt;So this is a case where error returns with no line number although it is not header data /zero balance case.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: Arial; background-color: #ffffff;"&gt;So i need to know the generic nature of just messages.what causes them to produce no line number.or list of message ids?&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Oct 2012 14:23:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-return-errors/m-p/9084382#M1704589</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-10-19T14:23:06Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI Return Errors</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-return-errors/m-p/9084383#M1704590</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, to find out why that particular check is not returning the ROW number you would have to dive into the code. It is even possible that some messages are condensed before RETURN is being filled, so that you don't see so many identical messages, e.g. when the same G/L account is concerned and used in many items.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Oct 2012 14:30:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-return-errors/m-p/9084383#M1704590</guid>
      <dc:creator>ThomasZloch</dc:creator>
      <dc:date>2012-10-19T14:30:01Z</dc:date>
    </item>
  </channel>
</rss>

