‎2012 Jun 13 6:22 AM
Hi All,
I found FM TB_FI_document_REVERSE for FI document reversal. But the problem here is the FM will not returm reversal document number through any export parameter. And also notreturn values with error logs if any.
Kindly suggest how to handle/use this FM? It is urgent.
Thanks in advance.
Regards,
Ashwini
‎2013 Sep 26 2:11 PM
Dear Ashwini,
There are two points regarding this FM:
1 - This FM TB_FI_DOCUMENT_REVERSE needs COMMIT WORK. (Do not forget it).
2 - The return messages, you can get in system variables sy-msgid, sy-msgno, sy-msgty, sy-msgv1, v2, v3 and v4.
BR,
L. Kubota
‎2013 Sep 26 2:20 PM
Hi ashwini,
We can catch the exceptions returned by the FM. By that we can whether it is successful or not.
And one more thing use COMMIT WORK as mentioned above.
Thanks
Pavan.N