Symptom
The system crashes while uploading a Bank Statement inbound file with standard import format PCBB NZ, for New Zealand.
Environment
SAP Business ByDesign
Reproducing the Issue
- Go to the Liquidity Management work center.
- Go to the Inbound Files view, click New and click Inbound File.
- Enter data:
File Type: Bank Statement
Company: ABC (ABC means the Company ID - Name)
Bank ID: DEF (DEF means the Bank ID - Name)
Import Format: PCBB NZ
4. Add the respective inbound file.
5. Click Start File Upload.
6. System crashes.
Cause
One possible cause for the issue is that incorrect data has been entered in the bank statement file.
For example: the file is in CSV format, and each field is separated by a comma (,).
However, on a given line of the file, the Name field contains an extra comma. As a result, the portion of the name is incorrectly flowing into the next field, which is the Date field, causing an error during the file load.
Example:
"DUMMY A,P","22/04/25"
Resolution
Remove the additional comma from the Name field, save the file, and upload it again.
Example:
"DUMMY A P","22/04/25"
Keywords
PCBB NZ; bank statement; inbound file. , KBA , AP-PAY-GLO , Cross-Country Extensions , Problem