Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

lockbox payment

Former Member
0 Kudos
99

Hi all we have added some custom fields(product code) in invoice wich we send to the customer. Now when we receive payment advice from customer then we want to use this fields to be used for clearing customer invoices.

That is we want to use RFEBLB00 program to select invoices based on this new custom fields (product code). How can we customise program to use product code to post customer payment.DO we need to add this product code field in FEBEP table also to find the invoice based on this code etc.

Edited by: Nik Wallace on Jul 12, 2008 11:37 PM

1 ACCEPTED SOLUTION

Former Member
0 Kudos
65

Hi,

I would suggest copy this program to a 'Z' program and make the necessary changes.

And probably you may need to extend FEBEP if you want these values to be stored in this table.

Regards,

Subramanian

2 REPLIES 2

Former Member
0 Kudos
66

Hi,

I would suggest copy this program to a 'Z' program and make the necessary changes.

And probably you may need to extend FEBEP if you want these values to be stored in this table.

Regards,

Subramanian

0 Kudos
65

If we use the zprogram then can you tell me what way it is going to clear the invoices.I mean what work will the standard program do & what work will be done in zprogram.