2009 May 18 3:00 PM
Hi all,
We're trying to use bapi BAPI_BANK_CREATE for uploading bank data to SAP from an external program (using php and saprfc).
Apperantly the BAPI works and our data are correct, because the function returns no errors (and returns '000' together with the new BANKKEY and BANKCOUNTRY).
Butt if we check table BNKA, the new bank has not been inserted.
Is this normal? I mean.. .does BAPI_BANK_CREATE only checks and generates a new BANKKEY without inserting it to the database?
Are there any other Function modules (or BAPI) to add the new bank data tt the SAP database?
Many thanks in advance.
Kind regards.
2009 May 18 3:05 PM
The standard reply in this case: Did you use the BAPI_TRANSACTION_COMMIT
Edited by: Micky Oestreich on May 18, 2009 4:05 PM