2006 Sep 15 10:05 AM
Hi,
Is there a report or a transaction for FI-AR items partial clearing ?
Thanks
Alice
2006 Sep 15 11:18 AM
check these
BAPI_AR_ACC_GETBALANCEDITEMS Customer account clearing transactions in a give period
BAPI_AP_ACC_GETBALANCEDITEMS Vendor Account Clearing Transactions in a givenregards
prabhu
2006 Sep 15 10:12 AM
2006 Sep 15 10:12 AM
2006 Sep 15 10:19 AM
I know FBL5N, but I need something like a report or a BAPI to execute item clearing and also partial item clearing .
Thanks a lot,
Alice
2006 Sep 15 10:23 AM
Hi
You can use std bi RFBIBL00 (see the documetation), it can simulate trx FB05, I'm not sure if it can post partial payment.
Max
2006 Sep 15 10:35 AM
The trouble is that on R/3 items are already created , an inbound idoc will occur and will operating clearing or partial clearing on selected item.
I saw that for clearing is possible to use a submit of F.13, while I don't know a standard SAP to do partial clearing.
a.
2006 Sep 15 10:45 AM
Ok...
Now I understand, no there isn't a report like that, but only trx assign to dialog program: like F-28 or FBZ1 for example.
So I believe you can create custom BI or try to use RFBIBL00: it can clear the item so perhaps it can insert partyal payment too.
Max
2006 Sep 15 10:52 AM
2006 Sep 15 11:18 AM
check these
BAPI_AR_ACC_GETBALANCEDITEMS Customer account clearing transactions in a give period
BAPI_AP_ACC_GETBALANCEDITEMS Vendor Account Clearing Transactions in a givenregards
prabhu
2006 Sep 15 11:38 AM
BAPI_AR_ACC_GETBALANCEDITEMS
should be useful but I can't understand if this BAPI only
gets balanced items or it even execute open items clearing?
Thanks,
2006 Sep 15 12:40 PM
Hi Alice
If I understand well, you're developing an IDOC process where you need to pick up some items and then clear them, aren't you?
Now I don't know trx F.13 very well, but just as I said there's std BI RFBIBL00 to select and clear items instead of to use F.13, but I don't know if that B.I. can execute partial clearing and I don't believe there's a BAPI to do that, probably u should develop a custom BDC.
Max
2006 Sep 15 12:18 PM