‎2020 Jan 08 1:33 PM
BAPI_BANK_CREATE
if I use this bapi to create an order, but the order already exists, what happens?
because the return table does not return anything to me
‎2020 Jan 08 1:49 PM
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.
2. As to the question "what happens" you could test this in the system by yourself and see the result.
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.
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).
‎2020 Jan 08 1:49 PM
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.
2. As to the question "what happens" you could test this in the system by yourself and see the result.
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.
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).
‎2020 Jan 08 6:08 PM
This FM module will create bank data. I suggest you to read BAPI document. In the document its clearly indicate returns.
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 & is not included
E BF00 206 Specify bank key
E BF00 215 Bank & & already exists
E AR 148 Do not specify a bank key