Skip to Content
1
May 05, 2022 at 08:54 AM

FBRA error F5 136 can not reverse the clearing document

387 Views Last edit May 05, 2022 at 08:58 AM 2 rev

After using the function POSTING_INTERFACE_CLEARING in Customized procedure.

I found that the balance of line items processed by the same clearing voucher is not equal to 0.

Using DB02 SQL editor entering the code:

SELECT RBUKRS,AUGDT,AUGBL,RACCT,SUM(HSL),COUNT(*) FROM ACDOCA WHERE XOPVW='X' AND BELNR NOT LIKE 'B%' AND AUGBL<>'' GROUP BY RBUKRS,AUGDT,AUGBL,RACCT HAVING SUM(HSL)<>0

and find some clearing ducuments:

image.png

And then I tried to reverse these clearing ducuments error F5 136.

This issue makes the problem that :Open item balance is not equal to account balance.

image.png

image.png

I have search notes about this error message, but all relevant notes are telling about The cash discount, this has nothing to do with my problem.

Has anyone ever encountered a similar problem? Please let me know and give me some tips.

Thank you so much!

Attachments

image.png (84.9 kB)
image.png (54.7 kB)
image.png (114.3 kB)