<?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 BAPI_BANK_CREATE in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-bank-create/m-p/12121461#M1974276</link>
    <description>&lt;P&gt;BAPI_BANK_CREATE&lt;/P&gt;
  &lt;P&gt;if I use this bapi to create an order, but the order already exists, what happens?&lt;/P&gt;
  &lt;P&gt; because the return table does not return anything to me&lt;/P&gt;</description>
    <pubDate>Wed, 08 Jan 2020 13:33:51 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2020-01-08T13:33:51Z</dc:date>
    <item>
      <title>BAPI_BANK_CREATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-bank-create/m-p/12121461#M1974276</link>
      <description>&lt;P&gt;BAPI_BANK_CREATE&lt;/P&gt;
  &lt;P&gt;if I use this bapi to create an order, but the order already exists, what happens?&lt;/P&gt;
  &lt;P&gt; because the return table does not return anything to me&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jan 2020 13:33:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-bank-create/m-p/12121461#M1974276</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2020-01-08T13:33:51Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_BANK_CREATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-bank-create/m-p/12121462#M1974277</link>
      <description>&lt;P&gt;1. BAPI_BANK_CREATE is used to create bank data, not orders. This means that you won't be able to create an order with it (whatever kind of document you meant by order), so it does not matter whether there is an order created previously or not. &lt;/P&gt;&lt;P&gt;2. As to the question "what happens" you could test this in the system by yourself and see the result.&lt;/P&gt;&lt;P&gt;3. If you actually meant creating a bank and not an order - the BAPI documentation for RETURN clearly states that the message BF00215 is returned by the FM.&lt;/P&gt;&lt;P&gt;4. It is impossible to tell what is the problem without looking at your code and at the data in the system (if there is a problem, that is).&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jan 2020 13:49:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-bank-create/m-p/12121462#M1974277</guid>
      <dc:creator>VeselinaPeykova</dc:creator>
      <dc:date>2020-01-08T13:49:37Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_BANK_CREATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-bank-create/m-p/12121463#M1974278</link>
      <description>&lt;P&gt;This FM module will create bank data. I suggest you to read BAPI document. In the document its clearly indicate returns. &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;Returns
Description
This table contains the return messages from the method call.
Value range
Type   ID     Number   Message 
E      BF00   228      No authorization to create bank data
E      BF00   202      Country &amp;amp; is not included
E      BF00   206      Specify bank key
E      BF00   215      Bank &amp;amp; &amp;amp; already exists
E      AR     148      Do not specify a bank key&lt;BR /&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;H3&gt;&lt;/H3&gt;</description>
      <pubDate>Wed, 08 Jan 2020 18:08:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-bank-create/m-p/12121463#M1974278</guid>
      <dc:creator>Nawanandana</dc:creator>
      <dc:date>2020-01-08T18:08:52Z</dc:date>
    </item>
  </channel>
</rss>

