2016 Feb 17 10:31 AM
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 ?
2016 Feb 17 10:00 PM
you can use function module POSTING_INTERFACE_CLEARING. Search through SDN, there are many threads on how to fill the interface parameters.
2016 Feb 23 12:35 PM
2016 Feb 19 11:27 PM
2016 Feb 20 5:11 AM
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.
2016 Feb 20 5:22 AM
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
2016 Feb 23 4:00 AM
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
2016 Feb 23 5:32 PM
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.
2016 Feb 24 4:07 AM
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.