Application Development and Automation 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: 
Read only

Clearing Customer Invoice

Former Member
0 Likes
2,273

Hi experts,

I am new in ABAP. Can any one help me.

we have a requirement the all debit and credit entries on a customers account has to be cleared automatically. 

Now I want to clear the open items using FIFO procedure, that is credit entries on a customers account will be cleared against the oldest open invoice.

I already developed code for picking Customer's  all Invoices and all payment and credit note .

On fifo basis I can adjust invoice against payments. Now How can I post clearing.

Is there any BAPI available on this regards or I am missing something ?

8 REPLIES 8
Read only

Former Member
0 Likes
1,631

you can use function module POSTING_INTERFACE_CLEARING. Search through SDN, there are many threads on how to fill the interface parameters.

Read only

0 Likes
1,631

This message was moderated.

Read only

Jelena_Perfiljeva
Active Contributor
0 Likes
1,631

Isn't there standard FI functionality for this?

Read only

0 Likes
1,631

Hi Jelena,

                          I think  F.13 auto clearing  can be done but its may require proper configuration on what basis F.13 will run.

FI consultant can say  in detail on F.13.

Read only

0 Likes
1,631

but its may require proper configuration on what basis F.13 will run.

Which standard transaction would give exact data without proper configuration?  It is up to the client or the FI functional consultant to decide based on what criteria, this transaction can be executed.  If the data is huge, it can be scheduled at background at regular intervals.

G. Lakshmipathi

Read only

0 Likes
1,631

Hi G. Lakshmipathi ,

                                Can F.13 clear open Items if customer transaction scenario as following:-


1.Sales Invoice No .100   ---- InvAmt 15000.

2.Sales Invoice No .101   ---- InvAmt 25000.

3.Sales Invoice No .102   ---- InvAmt 15000.


1.Payments Received DocNo 9001  RecAmt 20000.

2.Payments Received DocNo 9001  RecAmt 20000.

3.Payments Received DocNo 9001  RecAmt 25000.


Regards

S.N Chakraborty



  

Read only

0 Likes
1,631

Can't you just use Google to look up information about partial/residual payment clearing? I'm sure this has already been answered on SCN.

Posting an FI question in ABAP forum and just waiting does not seem like a very effective way to get an answer.

Read only

0 Likes
1,631

As you suggested/asked earlier    " Isn't there standard FI functionality for this ?"


If ABAP forum suggest or ask FI functionality in reply to  ABAP related queries . People can expect question seem to be answered here also.