‎2014 Jan 09 12:55 PM
Hi all,
I use BAPI_ACC_DOCUMENT_REV_POST to reverse document but I always get error message:
E RW 609 Error in document: BKPFF $ BE6CLNT100
E RW 632 Document BKPFF TEST000001BAPICALL BE6CLNT100 cannot be reversed
E RW 630 Reversal in component Financial Accounting not possible REVERSAL
E F5 009 Reversal not possible, accounting document for the ref. does not exist REVERSAL
I used sample program ACC_BAPI_TEST_DOCUMENT.
‎2014 Jan 10 9:19 AM
‎2014 Jan 09 2:53 PM
Problem is in FM G_RWIN_REVERSE_PRECHECK which call BAPI inside.
This raise RAISING REVERSE_IMPOSSIBLE but don't know how to resolve this problem.
‎2014 Jan 10 8:28 AM
Hello Marcin Augustyniak.
Ensure all relevant data are in BAPI for system to post the reversal.
Also the data should be in right format. For instance, preceding zeroes.
Regards.
‎2014 Jan 09 6:24 PM
Hi Marcin
Did you try by reversing the document via Tcode. If it shows same message their then Functional people can help you with configurations
‎2014 Jan 10 8:18 AM
There aren't any message in FB08 when I reverse the same document.
Document was posted by BAPI.
‎2014 Jan 10 8:27 AM
Hi,
The issues are coming initial checks of header before reversing the document!
Please place the break point and test the code! for example error 609!
Include: LACC9F10 ( document number or logical system issue in the test program)
Rg, Kiran
‎2014 Jan 10 9:13 AM
Hi Marcin,
Please check SAP Note 1799990 - Error message RW628 is raised when reverse documents via BAPI
‎2014 Jan 10 9:19 AM