<?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: How should the client handle standard BAPI errors ( BAPI_Salesorder_create ) in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-should-the-client-handle-standard-bapi-errors-bapi-salesorder-create/m-p/12126013#M1974728</link>
    <description>&lt;P&gt;Hi, &lt;A href="https://answers.sap.com/users/157980/hemas.html"&gt;Hema s&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;        bapi returns messages can be captured for individual line item to an internal table and same can be listed or given in file output to user. &lt;/P&gt;&lt;P&gt;below mentioned image may be irrelavent to order creation but this is result screen of complete Order processing in add Sales Order error message in one field... &lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/1729628-output.jpg" /&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 17 Sep 2019 05:20:24 GMT</pubDate>
    <dc:creator>Abinathsiva</dc:creator>
    <dc:date>2019-09-17T05:20:24Z</dc:date>
    <item>
      <title>How should the client handle standard BAPI errors ( BAPI_Salesorder_create )</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-should-the-client-handle-standard-bapi-errors-bapi-salesorder-create/m-p/12126010#M1974725</link>
      <description>&lt;P&gt;&lt;/P&gt;
  &lt;P&gt;External Non SAP system is calling a BAPI for creating salesorder ( BAPI_Salesorder_create )&lt;BR /&gt;They want to know list of all possible errors that bapi can give and how to handle them.&lt;/P&gt;
  &lt;P&gt;For e.g. they want to know when to fill extra fields and resumit the request or just ignore the response as it is duplicate request etc..&lt;/P&gt;
  &lt;P&gt;My Q is Standard BAPI will have lot of possible errors. How can we give entire list. What should our answer be to the external system?&lt;/P&gt;</description>
      <pubDate>Thu, 29 Aug 2019 08:02:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-should-the-client-handle-standard-bapi-errors-bapi-salesorder-create/m-p/12126010#M1974725</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2019-08-29T08:02:00Z</dc:date>
    </item>
    <item>
      <title>Re: How should the client handle standard BAPI errors ( BAPI_Salesorder_create )</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-should-the-client-handle-standard-bapi-errors-bapi-salesorder-create/m-p/12126011#M1974726</link>
      <description>&lt;P&gt;usually message is returned in a table and external system use it to show the message. what error could be there depend on the BAPI function, which there is no list about it. you may try to search inside BAPI for where the message raised, but i don't understand why external system need to know it, they just have to display error and end user would know what they missed.&lt;/P&gt;</description>
      <pubDate>Thu, 29 Aug 2019 09:50:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-should-the-client-handle-standard-bapi-errors-bapi-salesorder-create/m-p/12126011#M1974726</guid>
      <dc:creator>DoanManhQuynh</dc:creator>
      <dc:date>2019-08-29T09:50:12Z</dc:date>
    </item>
    <item>
      <title>Re: How should the client handle standard BAPI errors ( BAPI_Salesorder_create )</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-should-the-client-handle-standard-bapi-errors-bapi-salesorder-create/m-p/12126012#M1974727</link>
      <description>&lt;P&gt;Sorry, there is no answer to this question. This BAPI is so huge, the calls within the BAPI are going deep in the sales module, that you can't create a list of all possible errors. Alone the Message Class "V1" has around 900 different messages. &lt;/P&gt;&lt;P&gt;I think you have to focus on standard errors like missing fields or wrong unit of measures etc.&lt;/P&gt;</description>
      <pubDate>Fri, 30 Aug 2019 12:40:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-should-the-client-handle-standard-bapi-errors-bapi-salesorder-create/m-p/12126012#M1974727</guid>
      <dc:creator>UweFetzer_se38</dc:creator>
      <dc:date>2019-08-30T12:40:56Z</dc:date>
    </item>
    <item>
      <title>Re: How should the client handle standard BAPI errors ( BAPI_Salesorder_create )</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-should-the-client-handle-standard-bapi-errors-bapi-salesorder-create/m-p/12126013#M1974728</link>
      <description>&lt;P&gt;Hi, &lt;A href="https://answers.sap.com/users/157980/hemas.html"&gt;Hema s&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;        bapi returns messages can be captured for individual line item to an internal table and same can be listed or given in file output to user. &lt;/P&gt;&lt;P&gt;below mentioned image may be irrelavent to order creation but this is result screen of complete Order processing in add Sales Order error message in one field... &lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/1729628-output.jpg" /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 17 Sep 2019 05:20:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-should-the-client-handle-standard-bapi-errors-bapi-salesorder-create/m-p/12126013#M1974728</guid>
      <dc:creator>Abinathsiva</dc:creator>
      <dc:date>2019-09-17T05:20:24Z</dc:date>
    </item>
    <item>
      <title>Re: How should the client handle standard BAPI errors ( BAPI_Salesorder_create )</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-should-the-client-handle-standard-bapi-errors-bapi-salesorder-create/m-p/12126014#M1974729</link>
      <description>&lt;P&gt;The documentation of the BAPIs could be found in transaction BAPI. But there is not list of all possible errors&lt;/P&gt;</description>
      <pubDate>Tue, 17 Sep 2019 05:25:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-should-the-client-handle-standard-bapi-errors-bapi-salesorder-create/m-p/12126014#M1974729</guid>
      <dc:creator>FredericGirod</dc:creator>
      <dc:date>2019-09-17T05:25:58Z</dc:date>
    </item>
  </channel>
</rss>

