2008 Jul 29 3:17 PM
Hi all,
I am trying to create accounts for a given partner i the transaction F9K1 using the BAPI BAPI_BKK_ACCNT_CREATE. After calling the BAPI I am committing it too.
The problem is if I try to create multiple accounts like RCA, ACA, MCA, IOE and so on, the first time the BAPI is called to create RCA account it is successful an it is even committing. When I call the BAPI to create the the ACA account the return table from the BAPI shows success message but the commit fails. If I restart the program and try creation of accounts now the RCA will throw a error msg saying account already exist, ACA account will be created and then the MCA account creation fails in the same manner explained above.
I see the issue is with multiple BAPI calls and I tried using all sort of methods like clearing buffers, start new task in local and wait command and all. But none of them seems to be working for me.
Can anyone please guide me on how I can overcome this problem.
Thanks.
2008 Jul 29 3:21 PM
2008 Jul 29 3:20 PM
i do not see any bapi with that name.
Can you give us the correct bapi name?
Regards,
ravi
2008 Jul 29 4:18 PM
Ravi,
We are on ECC 6.0 and I can see the BAPI BAPI_BKK_ACCNT_CREATE.
Thanks.
2008 Jul 29 3:21 PM
2008 Jul 29 4:20 PM
Rob,
I just checked t, does it mean we have a program error , Is it some thing I need to handle or should I go back to SAP ? Please suggest me on this
Thanks.
2008 Jul 29 4:33 PM
I think it said that there was a program error in the SAP system. So see if you can download and install the note using transaction SNOTE.
Rob
2008 Jul 30 7:23 AM
BAPI :
BAPI BAPI_BKK_ACCNT_CREATE
Functionality
Use this method to create an account in Bank Customer Accounts. This method returns the following values:
Identification details for the newly created account such as the internal and the external account number, and the bank area details
A table containing error messages
To create an account by using this method, you must specify values for the import parameters Bank Area (BANKAREA) and Product (PRODUCTNAME).
Note: You must also specify a value in the External Account Number (EXTERNALACCOUNTNR) parameter if you have defined an external number range for the bank .
REgards,
Jayan.