‎2005 Sep 16 6:28 PM
Hi!
I'm new to BAPI programming, and I cannot find one to make clearing in FI, the same way FB05 does. For example, I post two documents using FB01, like this:
Document 1:
Item 1: Credit - account number: 1
Item 2: Debit - account number: 2
Document 2:
Item 1: Credit - account number: 3
Item 2: Debit - account number: 1 (the same account number from line 1/doc 1)I'd like to make the clearing of line 1/doc 1 with line 2/doc 2, so they don't remain open on FI.
Hope I make myself clear.
Thank you very much,
Andre
‎2005 Sep 17 11:05 AM
I think <b>BAPI_ACC_DOCUMENT_REV_POST</b> will take care of ur requirements.
If it is billing related then it would be :
<b>BAPI_ACC_BILLING_REV_POST.</b>
‎2005 Sep 17 11:04 AM
‎2005 Sep 17 11:05 AM
I think <b>BAPI_ACC_DOCUMENT_REV_POST</b> will take care of ur requirements.
If it is billing related then it would be :
<b>BAPI_ACC_BILLING_REV_POST.</b>
‎2005 Sep 19 6:54 AM
‎2014 Nov 06 6:19 AM
‎2005 Sep 19 8:22 AM
Hi,
There is an Upload program RFBIBL00, you have to use that this instead of Bapi's, You can see this using transaction code BDBS
You need to fill the data as you mentioned in a internal tables/work area and submit the above program with the parameters
Thanks
Ramesh