‎2005 Oct 26 8:15 AM
I want to creat documents by bapi:BAPI_ACC_DOCUMENT_POST.Sometime interface want to tell reversal date,but this FM has no this parameter(only reversal reason).
Thanks!
‎2005 Oct 26 8:41 AM
‎2009 Jul 13 3:03 AM
Hi all. You can perform the following:
1. Add two columns in the upload file template
Reversal reason + reversal date
2. Reversal reason is populated as follows
Reveresal reason -> documentheader-reason_rev in BAPI_ACC_DOCUMENT_POST
3. Reversal date is updated using a separate function module
This must be updated in table TSTOR by using function TSTOR_INSERT.
The FBSI is then successfull and can also be reversed with F.81.
CHAN TAN HUA
‎2016 Feb 16 6:20 AM
hi Chan,
I am using BAPI_ACC_DOCUMENT_POST posted an accrual document and table TSTOR is updated.
however, BKPF-XSTOV and BKPF-STODT are not updated, so reversal date still missing from the document header.
Any step I had missed?
Regards,
Kathy