‎2008 Feb 28 3:30 PM
Hi,
I am using BAPI_ACC_DOCUMENT_POST for incoming payment posting.The retun is giving successful message i.e S RW 605, but it is not updated in database. What will be the proble? whether I ahve to use any other BAPI before using this BAPI.
Thanks
Kumar
‎2008 Feb 28 3:45 PM
I had the same problem some time ago. I can't remember the exact reason, but I did not fill all parameters correctly. It could have been the assignement from accountgl to currencyamount in the field ITEMNO_ACC
‎2008 Feb 28 4:56 PM
Hi
You have to use BAPI_TRANSACTION_COMMIT (after calling your bapi) setting the wait parameter to 'X'. Only then the database will be updated.
Thanks
Vijay
‎2008 Feb 29 3:08 PM
hi,
I used BAPI_TRANSACTION_COMMIT, even though it is not updating.can you suggest anything?
thanks
kumar
‎2008 Feb 28 5:09 PM
Hi,
You have to commit the work so that it will be updated in tables.
Use
CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'
EXPORTING
WAIT = 'X'.
For commiting.
regards,
karthik
‎2008 Apr 08 7:23 AM
Hi Kumar,
have you tryed a simple "commit work" after calling the bapi?
Try, if its not working, let me know how you fill the bapi, which tables
you use and how they are filled.
If commit work helps, reward.
Regards,
Egon
‎2008 Apr 26 6:24 PM
Hi,
I am trying to execute this BAPI for creating an invoice with reference to PO.
Could you please let me know minium data that needs to passed to this FM to execute.
Thanks..
Preetham S