AP Automation- Admin- Enable same BBAN details for supplier


Summary:

The customer may encounter an error during the supplier import process if the same BBAN value is assigned to multiple different IBANs for the same supplier. In such cases, the supplier details in Basware AP Administration cannot be updated due to system-enforced uniqueness constraints.

For example: The BBAN value 000****1 is same for two IBAN (ABCDEFGH12345 and IJKLMN12345 ) in the following bank details of XML.

<BankAccounts>
      <SupplierBankAccount>
        <Bban>000****1</Bban>
        <Name>002</Name>
        <Iban>ABCDEFGH12345 </Iban>
        <Swift>WELADED1SOS</Swift>
      </SupplierBankAccount>
      <SupplierBankAccount>
        <Bban>000****1</Bban>
        <Name>001</Name>
        <Iban>IJKLMN12345 </Iban>
        <Swift>WELADED1LIP</Swift>
      </SupplierBankAccount>
    </BankAccounts>

 

Expected System Behavior:

  

 Resolution Steps: