Symptom
Post bank statement via communication scenario inbound soap service SAP_COM_0316 (BankStatementPost_In). In the upload file <PartnerBankAccount> is entered with 20 digits. The posting fails and in SOAP Error Log the following error comes up: "Value is longer than the maximum permitted length 18".
Environment
SAP S/4HANA Public Cloud Edition
Reproducing the Issue
- Post bank statement via BankStatementPost_In.
- In the upload file <PartnerBankAccount> is entered with more than 18 digits.
- Upload fails with error.
- Check SOAP Error Log: "Value is longer than the maximum permitted length 18."
Cause
Maximum Character Length of PartnerBankAccount is 18 digits.
Resolution
If the partner bank account number is longer than 18 characters, you should use the PartnerBankIBAN parameter instead of PartnerBankAccount.
See Also
Keywords
bank statement, upload, post, communication scenario, SAP_COM_0316, BankStatementPost_In, PartnerBankAccount, PartnerBankIBAN, SOAP error, digit , KBA , FI-BL-PT-BA-2CL , bank statement (Public Cloud) , Problem