cancel
Showing results for 
Search instead for 
Did you mean: 

Lockbox user exit

Former Member
0 Kudos
159

Dear Experts,

For lockbox procedure in SAP customer identification is the primary task of the initial data processing of each lockbox payment. Finding the corresponding document clearing information is the second task. Lockbox program RFEBLB00 for BAI and BAI2 attempt to identify the customer first by MICR number (ABA/bank account number combination) and then by invoice number.

What could be done in the user exit if we want the system to identify the invoice number first if matches clear it and ignore the MICR number. But if invoice number is not found then go with the MICR number and post in that customer.

Regards,

Paul

Accepted Solutions (0)

Answers (1)

Answers (1)

rahul_negi
Explorer
0 Kudos

This cannot be done using user exits since in program MICR is used first before invoice number .

You can use explicit enhancement to modify the code.