Disabling IBAN validations

Perform the following steps to disable IBAN validations,

Procedure

  1. Open the sepa_validation source file and locate the f_format_IBAN functional map.
  2. Change the map rule to =NONE.
  3. Comment out the remainder of the rule as noted below:

Example

= NONE
/*f_sub_letter( MID ( IBAN, 5, SIZE( IBAN ) ) + MID (IBAN , 1, 4 ),
ErrMsg,
path, 
CTEXT ( OriginalIBAN , "NATIVE" ),
RefIds )*/